We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb1238 commit de35468Copy full SHA for de35468
ext/soap/tests/bugs/bug49278.phpt
@@ -41,19 +41,19 @@ var_dump($client->__getLastResponseHeaders());
41
--EXPECTF--
42
string(0) ""
43
44
-string(177) "POST / HTTP/1.1
+string(%d) "POST / HTTP/1.1
45
Host: %s
46
Connection: Keep-Alive
47
-User-Agent: PHP-SOAP/8.4.0-dev
+User-Agent: PHP-SOAP/%s
48
Content-Type: text/xml; charset=utf-8
49
SOAPAction: "Add"
50
Content-Length: %d
51
52
"
53
-string(165) "HTTP/1.1 200 OK
+string(%s) "HTTP/1.1 200 OK
54
55
Date: %s
56
Connection: close
57
-X-Powered-By: PHP/8.4.0-dev
+X-Powered-By: PHP/%s
58
Content-type: text/html; charset=UTF-8
59
0 commit comments