Skip to content

Commit 19ecf09

Browse files
committed
fix CI
1 parent 6e2de88 commit 19ecf09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/soap/tests/soap_array_index_overflow.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SOAP array index overflow is rejected
44
soap
55
--FILE--
66
<?php
7+
class TestSoapClient extends SoapClient {
8+
public string $response;
79

810
public function __doRequest($request, $location, $action, $version, $one_way = false, ?string $uriParserClass = null): string {
911
return $this->response;

0 commit comments

Comments
 (0)