From: Christoph M. Becker Date: Fri, 26 Jun 2015 21:20:22 +0000 (+0200) Subject: slightly revised bug69462.phpt X-Git-Tag: php-5.6.12RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf3bb668f9b82a2392f8331357ffe3953146cbc;p=php slightly revised bug69462.phpt --- diff --git a/ext/soap/tests/bugs/bug69462.phpt b/ext/soap/tests/bugs/bug69462.phpt index 011e5e202b..eecd8d6749 100644 --- a/ext/soap/tests/bugs/bug69462.phpt +++ b/ext/soap/tests/bugs/bug69462.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #69462 __soapCall with a SoapVar that has a namespace but no name crashes +Bug #69462 (__soapCall with a SoapVar that has a namespace but no name crashes) --SKIPIF-- --FILE-- @@ -22,5 +22,6 @@ catch (Exception $e) { /* ignore any errors, we're testing for segmentation fault anyway */ echo "good"; } +?> --EXPECT-- good