mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
parse error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02a57b874e
commit
bdd401b819
2 changed files with 4 additions and 4 deletions
|
@ -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 @@ $string = <<<XML
|
|||
</document>
|
||||
XML;
|
||||
|
||||
$xml = simplexml_load_string($string)
|
||||
$xml = simplexml_load_string($string);
|
||||
|
||||
var_dump($xml);
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.xslt-process">
|
||||
<refnamediv>
|
||||
|
@ -106,7 +106,7 @@ if ($result) {
|
|||
echo "</pre>\n";
|
||||
} else {
|
||||
echo "Sorry, sample.xml could not be transformed by sample.xsl into";
|
||||
echo " the \$result variable the reason is that " . xslt_error($xh) .
|
||||
echo " the \$result variable the reason is that " . xslt_error($xh);
|
||||
echo " and the error code is " . xslt_errno($xh);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue