didou Thu Jan 15 07:42:41 2004 EDT
Modified files: /phpdoc/en/reference/info/functions assert.xml Log: CS : Function declarations follow the 'one true brace' convention Index: phpdoc/en/reference/info/functions/assert.xml diff -u phpdoc/en/reference/info/functions/assert.xml:1.6 phpdoc/en/reference/info/functions/assert.xml:1.7 --- phpdoc/en/reference/info/functions/assert.xml:1.6 Mon Dec 15 11:51:14 2003 +++ phpdoc/en/reference/info/functions/assert.xml Thu Jan 15 07:42:41 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.51 --> <refentry id="function.assert"> <refnamediv> @@ -81,7 +81,8 @@ assert_options(ASSERT_QUIET_EVAL, 1); // Create a handler function -function my_assert_handler($file, $line, $code) { +function my_assert_handler($file, $line, $code) +{ echo "<hr>Assertion Failed: File '$file'<br /> Line '$line'<br />