We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2de88 commit 19ecf09Copy full SHA for 19ecf09
1 file changed
ext/soap/tests/soap_array_index_overflow.phpt
@@ -4,6 +4,8 @@ SOAP array index overflow is rejected
4
soap
5
--FILE--
6
<?php
7
+class TestSoapClient extends SoapClient {
8
+ public string $response;
9
10
public function __doRequest($request, $location, $action, $version, $one_way = false, ?string $uriParserClass = null): string {
11
return $this->response;
0 commit comments