From fabd95420080be6c628c642243292a74deefbdfa Mon Sep 17 00:00:00 2001
From: Dmitry Stogov <dmitry@php.net>
Date: Mon, 10 Apr 2006 12:50:02 +0000
Subject: [PATCH] Fixed test

---
 ext/soap/tests/bugs/bug30045.phpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 	}
-- 
2.40.0