diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-05-16 13:41:27 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-05-16 13:41:27 +0400 |
commit | 1da1b989cf58f05f9c3bc8c7afacccabfd798947 (patch) | |
tree | e05bb3bc7bcfa9c1f0825e9182c81a5b445852f1 /ext/soap | |
parent | 87591db5f5232efcdcb07a6855db55c8cc6abef7 (diff) | |
download | php-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.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} |