summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/009.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-29 19:58:01 +0000
committerMarcus Boerger <helly@php.net>2004-03-29 19:58:01 +0000
commitb6321d4e8aae3a25cc8a85829ea7b754021698d7 (patch)
tree711eb122256962f0f8abf51833a64dca2b554bd0 /ext/simplexml/tests/009.phpt
parent0d0fffe98b66a37883f192a23c58ce0fa65278f3 (diff)
downloadphp-git-b6321d4e8aae3a25cc8a85829ea7b754021698d7.tar.gz
Fix class names
Diffstat (limited to 'ext/simplexml/tests/009.phpt')
-rwxr-xr-xext/simplexml/tests/009.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/tests/009.phpt b/ext/simplexml/tests/009.phpt
index d4543f483e..2115dd3142 100755
--- a/ext/simplexml/tests/009.phpt
+++ b/ext/simplexml/tests/009.phpt
@@ -37,9 +37,9 @@ foreach($sxe->children() as $name=>$val) {
===DONE===
--EXPECT--
string(5) "elem1"
-string(17) "simplexml_element"
+string(16) "SimpleXMLElement"
string(10) "Bla bla 1."
string(6) "elem11"
-string(17) "simplexml_element"
+string(16) "SimpleXMLElement"
string(10) "Bla bla 2."
===DONE===