diff options
author | Antony Dovgal <tony2001@php.net> | 2006-08-04 08:11:47 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-08-04 08:11:47 +0000 |
commit | 00bc797b680664f872877137418d048e55bc9b22 (patch) | |
tree | 3967bf5dfeb708f51623e20771c2993c3c60adb8 /ext/simplexml/tests | |
parent | 2e55464f80abaac38db9fddc0eca5174c50869b4 (diff) | |
download | php-git-00bc797b680664f872877137418d048e55bc9b22.tar.gz |
fix test
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=== |