diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-07-07 18:09:17 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-07-07 18:09:17 +0400 |
commit | 477bd49ccab2a10c421a51f512d593251ef7adef (patch) | |
tree | 28547f8c10a52ba31c0848d77791232222ec17c8 /ext | |
parent | 4dd7c63d1e5e9954baf39f9e5d9c5d6d80b991b6 (diff) | |
download | php-git-477bd49ccab2a10c421a51f512d593251ef7adef.tar.gz |
Wrong expectation in tests (for some reason backtraces contained invlalid extra frame at the top)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/soap/tests/bugs/bug54911.phpt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/soap/tests/bugs/bug54911.phpt b/ext/soap/tests/bugs/bug54911.phpt index 1a2d6eeb7e..6913925f8a 100644 --- a/ext/soap/tests/bugs/bug54911.phpt +++ b/ext/soap/tests/bugs/bug54911.phpt @@ -15,8 +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() -#1 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0) -#2 %sbug54911.php(8): SoapClient->__soapCall('', Array) -#3 {main} - thrown in %sbug54911.php on line 4
\ No newline at end of file +#0 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0) +#1 %sbug54911.php(8): SoapClient->__soapCall('', Array) +#2 {main} + thrown in %sbug54911.php on line 4 |