From 2f1a4190297ab4dd986f8c4b7e3366a582433162 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 22 Jul 2004 16:21:26 +0000 Subject: [PATCH] fix the description of the second parameter, fix screen role and applying coding standards git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164022 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/php-check-syntax.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/misc/functions/php-check-syntax.xml b/reference/misc/functions/php-check-syntax.xml index 8caf34fb0f..ebd292e366 100644 --- a/reference/misc/functions/php-check-syntax.xml +++ b/reference/misc/functions/php-check-syntax.xml @@ -1,5 +1,5 @@ - + php_check_syntax @@ -15,12 +15,13 @@ stringerror_message - The php_check_syntax function performs a syntax (lint) check - on the specified filename testing for scripting errors. + The php_check_syntax function performs a syntax + (lint) check on the specified filename testing + for scripting errors. - If the second parameter is passed, the function will return the error messages from the syntax - check. This parameter must be passed by reference. + If the second parameter is passed, it will contain the error message + from the syntax check. This parameter must be passed by reference. The following example shows how this function can be used. @@ -31,12 +32,11 @@ The output of the above script could look something like this: - +