summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug30045.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug30045.phpt')
-rw-r--r--ext/soap/tests/bugs/bug30045.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug30045.phpt b/ext/soap/tests/bugs/bug30045.phpt
index 02424713c5..753faf1755 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", $ret);
+ printf(" %0.0f\n", $num, $ret);
} catch (SoapFault $ex) {
var_dump($ex);
}