diff options
Diffstat (limited to 'ext/simplexml/tests')
-rwxr-xr-x | ext/simplexml/tests/032.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/032.phpt b/ext/simplexml/tests/032.phpt index 5c2225146a..48bc887ecc 100755 --- a/ext/simplexml/tests/032.phpt +++ b/ext/simplexml/tests/032.phpt @@ -39,7 +39,7 @@ var_dump($people2 == $people1); ?> ===DONE=== --EXPECTF-- -bool(true) +bool(false) bool(false) bool(false) ===DONE=== |