From 82d7948a05c4f1d23ace87f429743cb3f933420f Mon Sep 17 00:00:00 2001 From: Masaki Fujimoto Date: Sat, 2 Mar 2002 09:32:39 +0000 Subject: [PATCH] added '?>' to the example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71597 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index ccfa6f654d..46f18a7c78 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 3 to PHP 4 @@ -448,6 +448,7 @@ function test() } test(); echo($id); // This will print out 1 in PHP 4 +?> ]]>