]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@php.net>
Mon, 10 Apr 2006 12:50:02 +0000 (12:50 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 10 Apr 2006 12:50:02 +0000 (12:50 +0000)
ext/soap/tests/bugs/bug30045.phpt

index 753faf17554e23cee86aff4850ebd9692d6e8a92..02424713c59de48387ae6cf6b07c618fcfa639ce 100644 (file)
@@ -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);
        }