didou Tue Feb 17 05:57:26 2004 EDT
Modified files: /phpdoc/en/reference/errorfunc/functions error-reporting.xml Log: this para is not needed + CS http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-reporting.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/errorfunc/functions/error-reporting.xml diff -u phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.8 phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.9 --- phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.8 Mon Dec 15 11:49:41 2003 +++ phpdoc/en/reference/errorfunc/functions/error-reporting.xml Tue Feb 17 05:57:26 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 --> <refentry id="function.error-reporting"> <refnamediv> @@ -28,9 +28,6 @@ integer-based error levels will not always behave as expected. </para> <para> - Some example uses: - </para> - <para> <example role="php"> <title><function>error_reporting</function> examples</title> <programlisting role="php"> @@ -55,7 +52,7 @@ error_reporting(E_ALL); // Same as error_reporting(E_ALL); -ini_set ('error_reporting', E_ALL); +ini_set('error_reporting', E_ALL); ?> ]]>