From 168667b201dc7281841a9439b24e6a0c289b1abf Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 8 Dec 2001 09:40:38 +0000 Subject: [PATCH] Correct CDATA error reported by Gyozo Papp git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64269 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/funchand.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/funchand.xml b/functions/funchand.xml index aae0900db1..cac1d90492 100755 --- a/functions/funchand.xml +++ b/functions/funchand.xml @@ -1,5 +1,5 @@ - + Function Handling functions Functions @@ -515,6 +515,7 @@ function myrow($id, $data) { $arr = get_defined_functions(); print_r($arr); +]]> @@ -522,6 +523,7 @@ print_r($arr); Will output something along the lines of: + Array