sebastian Fri Jul 12 06:59:03 2002 EDT
Modified files:
/phpdoc/en/functions errorfunc.xml
Log:
Fix parse error in example.
Index: phpdoc/en/functions/errorfunc.xml
diff -u phpdoc/en/functions/errorfunc.xml:1.28 phpdoc/en/functions/errorfunc.xml:1.29
--- phpdoc/en/functions/errorfunc.xml:1.28 Wed Apr 17 15:58:42 2002
+++ phpdoc/en/functions/errorfunc.xml Fri Jul 12 06:59:03 2002
@@ -8,7 +8,7 @@
instead -->
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<reference id="ref.errorfunc">
<title>Error Handling and Logging Functions</title>
<titleabbrev>Errors and Logging</titleabbrev>
@@ -365,7 +365,7 @@
echo " Fatal error in line ".$errline." of file ".$errfile;
echo ", PHP ".PHP_VERSION." (".PHP_OS.")<br>\n";
echo "Aborting...<br>\n";
- exit 1;
+ exit(1);
break;
case ERROR:
echo "<b>ERROR</b> [$errno] $errstr<br>\n";
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php