summaryrefslogtreecommitdiff
path: root/ext/soap
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-05-16 13:41:27 +0400
committerDmitry Stogov <dmitry@zend.com>2014-05-16 13:41:27 +0400
commit1da1b989cf58f05f9c3bc8c7afacccabfd798947 (patch)
treee05bb3bc7bcfa9c1f0825e9182c81a5b445852f1 /ext/soap
parent87591db5f5232efcdcb07a6855db55c8cc6abef7 (diff)
downloadphp-git-1da1b989cf58f05f9c3bc8c7afacccabfd798947.tar.gz
Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior is wrong.
Diffstat (limited to 'ext/soap')
-rw-r--r--ext/soap/tests/bugs/bug54911.phpt2
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}