From 441360581b214e82c94688059533df5590d69733 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 25 Oct 2002 17:05:01 +0000 Subject: [PATCH] typo corrected git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101322 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/assert.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/assert.xml b/reference/info/functions/assert.xml index 8fe13667d9..4fe7b4f80e 100644 --- a/reference/info/functions/assert.xml +++ b/reference/info/functions/assert.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ less overhead when assertion checking is off and messages containing the assertion expression when an assertion fails. This means that if you pass a boolean condition - as assertion this condition will not show up as + as assertion this condition will not show up as parameter to the assertion function which you may have defined with the assert_options function, the condition is converted to a string before calling that handler function, and the boolean &false;