From: Dmitry Stogov Date: Fri, 16 May 2014 09:41:27 +0000 (+0400) Subject: Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior... X-Git-Tag: POST_PHPNG_MERGE~335^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1da1b989cf58f05f9c3bc8c7afacccabfd798947;p=php Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior is wrong. --- 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('__soapCall('', Array) #3 {main}