From bdd401b8191ac5940b2bef36f6f498c4e620a7fb Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 2 Mar 2004 16:44:23 +0000 Subject: [PATCH] parse error git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152811 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/simplexml/functions/simplexml-load-string.xml | 4 ++-- reference/xslt/functions/xslt-process.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/simplexml/functions/simplexml-load-string.xml b/reference/simplexml/functions/simplexml-load-string.xml index 0ad7563b5c..e175dd7a7f 100644 --- a/reference/simplexml/functions/simplexml-load-string.xml +++ b/reference/simplexml/functions/simplexml-load-string.xml @@ -1,5 +1,5 @@ - + simplexml_load_string @@ -37,7 +37,7 @@ $string = << XML; -$xml = simplexml_load_string($string) +$xml = simplexml_load_string($string); var_dump($xml); ?> diff --git a/reference/xslt/functions/xslt-process.xml b/reference/xslt/functions/xslt-process.xml index 3caf7950c5..c45d2fe696 100644 --- a/reference/xslt/functions/xslt-process.xml +++ b/reference/xslt/functions/xslt-process.xml @@ -1,5 +1,5 @@ - + @@ -106,7 +106,7 @@ if ($result) { echo "\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); }