From: Ilia Alshanetsky Date: Tue, 9 Mar 2010 12:52:32 +0000 (+0000) Subject: Fixed test (was already fixed in 5.3+) X-Git-Tag: php-5.2.14RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c96fd1f2fa07246fb6f8edd20337b367574c087;p=php Fixed test (was already fixed in 5.3+) --- diff --git a/ext/xmlrpc/tests/bug42189.phpt b/ext/xmlrpc/tests/bug42189.phpt index 2b4e47ade7..55e726cf68 100644 --- a/ext/xmlrpc/tests/bug42189.phpt +++ b/ext/xmlrpc/tests/bug42189.phpt @@ -11,5 +11,5 @@ var_dump($ok); echo "Done\n"; ?> --EXPECT-- -bool(true) +bool(false) Done