From: Dmitry Stogov Date: Mon, 10 Apr 2006 12:50:14 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_3~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d532322b728833c684948e8fe13221b8815a2a9b;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); }