betz Fri Oct 25 13:05:02 2002 EDT Modified files: /phpdoc/en/reference/info/functions assert.xml Log: typo corrected Index: phpdoc/en/reference/info/functions/assert.xml diff -u phpdoc/en/reference/info/functions/assert.xml:1.3 phpdoc/en/reference/info/functions/assert.xml:1.4 --- phpdoc/en/reference/info/functions/assert.xml:1.3 Fri Oct 25 01:47:48 2002 +++ phpdoc/en/reference/info/functions/assert.xml Fri Oct 25 13:05:01 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.51 --> <refentry id="function.assert"> <refnamediv> @@ -24,7 +24,7 @@ less overhead when assertion checking is off and messages containing the <parameter>assertion</parameter> expression when an assertion fails. This means that if you pass a boolean condition - as <parameter>assertion</parametre> this condition will not show up as + as <parameter>assertion</parameter> this condition will not show up as parameter to the assertion function which you may have defined with the <function>assert_options</function> function, the condition is converted to a string before calling that handler function, and the boolean &false;
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php