From 1da1b989cf58f05f9c3bc8c7afacccabfd798947 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 16 May 2014 13:41:27 +0400 Subject: [PATCH] Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior is wrong. --- ext/soap/tests/bugs/bug54911.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.1