diff options
author | SVN Migration <svn@php.net> | 2006-04-20 21:11:30 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-04-20 21:11:30 +0000 |
commit | 109496d8b2e5af46a97359e922e4967165a29e90 (patch) | |
tree | d5063e4b1c2edd0648471c77df40e05ce6d2190f /ext/soap/tests/bugs | |
parent | 50e1a51e5cad146ff62171339298d0a16810427e (diff) | |
download | php-git-php-5.1.3RC3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3
Diffstat (limited to 'ext/soap/tests/bugs')
-rw-r--r-- | ext/soap/tests/bugs/bug30045.phpt | 2 |
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); } |