From: Antony Dovgal Date: Fri, 4 Aug 2006 08:11:39 +0000 (+0000) Subject: comparing libxml documents and nodes is not yet possible and we can't fix it X-Git-Tag: RELEASE_1_0_0RC1~2102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea4f125a87b4af9bb91670694e3258a58959f043;p=php comparing libxml documents and nodes is not yet possible and we can't fix it fix test instead --- 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===