From ba3d020e5be568d1a26738480e3c5a7fb8c95082 Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Thu, 26 Aug 2004 18:01:05 +0000 Subject: [PATCH] Re-word git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167315 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/php-check-syntax.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/misc/functions/php-check-syntax.xml b/reference/misc/functions/php-check-syntax.xml index 9dee2dd623..d5eedcb0e9 100644 --- a/reference/misc/functions/php-check-syntax.xml +++ b/reference/misc/functions/php-check-syntax.xml @@ -1,5 +1,5 @@ - + php_check_syntax @@ -22,8 +22,8 @@ If the error_message parameter is used, it will - contain the error message from the syntax check. error_message - is passed in by + contain the error message generated by the syntax check. error_message + is passed by reference.