From ca923a2caee8d8d0bc3288081faacc83ee497d3e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 11 May 2006 22:17:53 +0000 Subject: [PATCH] fix test --- ext/soap/tests/bugs/bug31755.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/soap/tests/bugs/bug31755.phpt b/ext/soap/tests/bugs/bug31755.phpt index e93e17daa6..6523588c92 100644 --- a/ext/soap/tests/bugs/bug31755.phpt +++ b/ext/soap/tests/bugs/bug31755.phpt @@ -14,4 +14,4 @@ $response= $client->__call('function', array(), null, $header); print $client->__getLastRequest(); ?> --EXPECTF-- -Fatal error: SoapHeader::__construct(): Invalid parameters. Invalid namespace. in %sbug31755.php on line %d +Fatal error: SoapHeader::SoapHeader(): Invalid parameters. Invalid namespace. in %s on line %d -- 2.50.1