]> granicus.if.org Git - php/commitdiff
Fixed test (was already fixed in 5.3+)
authorIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2010 12:52:32 +0000 (12:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2010 12:52:32 +0000 (12:52 +0000)
ext/xmlrpc/tests/bug42189.phpt

index 2b4e47ade773b422e80e7e6f5a5bf5a22b152264..55e726cf68707e44fce1d8a16cc7ee1d2b84bd95 100644 (file)
@@ -11,5 +11,5 @@ var_dump($ok);
 echo "Done\n";
 ?>
 --EXPECT--     
-bool(true)
+bool(false)
 Done