bjori Sun Aug 26 08:24:33 2007 UTC
Modified files:
/phpdoc/en/language exceptions.xml
Log:
Fix example output (php at ngaru.com)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/exceptions.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/language/exceptions.xml
diff -u phpdoc/en/language/exceptions.xml:1.4
phpdoc/en/language/exceptions.xml:1.5
--- phpdoc/en/language/exceptions.xml:1.4 Fri Aug 17 12:31:46 2007
+++ phpdoc/en/language/exceptions.xml Sun Aug 26 08:24:32 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<chapter xml:id="language.exceptions" xmlns="http://docbook.org/ns/docbook">
<title>Exceptions</title>
@@ -53,7 +53,7 @@
<screen>
<![CDATA[
0.2
-Division by zero.
+Caught exception: Division by zero.
Hello World
]]>
</screen>