diff options
Diffstat (limited to 'ext/simplexml/tests/033.phpt')
-rw-r--r-- | ext/simplexml/tests/033.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/033.phpt b/ext/simplexml/tests/033.phpt index ba01b21555..437af7d41f 100644 --- a/ext/simplexml/tests/033.phpt +++ b/ext/simplexml/tests/033.phpt @@ -35,7 +35,6 @@ var_dump((object)$foo); var_dump((object)$people); ?> -===DONE=== --EXPECTF-- bool(false) bool(true) @@ -134,4 +133,3 @@ object(SimpleXMLElement)#%d (1) { } } } -===DONE=== |