]> granicus.if.org Git - php/commitdiff
Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior...
authorDmitry Stogov <dmitry@zend.com>
Fri, 16 May 2014 09:41:27 +0000 (13:41 +0400)
committerDmitry Stogov <dmitry@zend.com>
Fri, 16 May 2014 09:41:27 +0000 (13:41 +0400)
ext/soap/tests/bugs/bug54911.phpt

index da57383ac7a20c7b78ed845ff96bfba47feca300..1a2d6eeb7ebca770c64934cddbd07481a3bfcb09 100644 (file)
@@ -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}