diff options
-rw-r--r-- | ext/soap/tests/bugs/bug54911.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug54911.phpt b/ext/soap/tests/bugs/bug54911.phpt index da57383ac7..1a2d6eeb7e 100644 --- a/ext/soap/tests/bugs/bug54911.phpt +++ b/ext/soap/tests/bugs/bug54911.phpt @@ -15,7 +15,7 @@ Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segment --EXPECTF-- Fatal error: Uncaught SoapFault exception: [Client] Access to undeclared static property: XSoapClient::$crash in %sbug54911.php:4 Stack trace: -#0 %sbug54911.php(4): XSoapClient::__doRequest() +#0 %sbug54911.php(4): XSoapClient->__doRequest() #1 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0) #2 %sbug54911.php(8): SoapClient->__soapCall('', Array) #3 {main} |