From 4afb9aa47fac400e18239660b6472a04d8792532 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 10 May 2004 10:39:08 +0000 Subject: [PATCH] missing braces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158295 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/examples.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/examples.xml b/reference/errorfunc/examples.xml index d9bd5c3b90..a4b1ebeb0e 100644 --- a/reference/errorfunc/examples.xml +++ b/reference/errorfunc/examples.xml @@ -1,5 +1,5 @@ - +
&reftitle.examples; @@ -50,8 +50,9 @@ function userErrorHandler($errno, $errmsg, $filename, $linenum, $vars) $err .= "\t" . $filename . "\n"; $err .= "\t" . $linenum . "\n"; - if (in_array($errno, $user_errors)) + if (in_array($errno, $user_errors)) { $err .= "\t" . wddx_serialize_value($vars, "Variables") . "\n"; + } $err .= "\n\n"; // for testing