From bdf3bb668f9b82a2392f8331357ffe3953146cbc Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 26 Jun 2015 23:20:22 +0200 Subject: [PATCH] slightly revised bug69462.phpt --- ext/soap/tests/bugs/bug69462.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1