From: Dmitry Stogov Date: Mon, 10 Apr 2006 12:50:02 +0000 (+0000) Subject: Fixed test X-Git-Tag: php-5.1.3RC3~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fabd95420080be6c628c642243292a74deefbdfa;p=php Fixed test --- diff --git a/ext/soap/tests/bugs/bug30045.phpt b/ext/soap/tests/bugs/bug30045.phpt index 753faf1755..02424713c5 100644 --- a/ext/soap/tests/bugs/bug30045.phpt +++ b/ext/soap/tests/bugs/bug30045.phpt @@ -42,7 +42,7 @@ function test($type, $num) { try { printf(" %0.0f\n ", $num); $ret = $soap->foo($type, new SoapVar($num, $type)); - printf(" %0.0f\n", $num, $ret); + printf(" %0.0f\n", $ret); } catch (SoapFault $ex) { var_dump($ex); }