didou Tue Mar 2 11:44:23 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions simplexml-load-string.xml
Log:
parse error
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.1
phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.2
--- phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.1 Fri
Jan 23 11:17:17 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml Tue Mar 2
11:44:23 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id='function.simplexml-load-string'>
<refnamediv>
<refname>simplexml_load_string</refname>
@@ -37,7 +37,7 @@
</document>
XML;
-$xml = simplexml_load_string($string)
+$xml = simplexml_load_string($string);
var_dump($xml);
?>