summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug69462.phpt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-26 23:20:22 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-26 23:20:22 +0200
commitbdf3bb668f9b82a2392f8331357ffe3953146cbc (patch)
tree5b5d095df70fb11d63e0aeb6d322a20ebd2e1c72 /ext/soap/tests/bugs/bug69462.phpt
parentaf17316fcdb685a0b0fe604be8a43116836142b6 (diff)
downloadphp-git-bdf3bb668f9b82a2392f8331357ffe3953146cbc.tar.gz
slightly revised bug69462.phpt
Diffstat (limited to 'ext/soap/tests/bugs/bug69462.phpt')
-rw-r--r--ext/soap/tests/bugs/bug69462.phpt3
1 files changed, 2 insertions, 1 deletions
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--
<?php require_once('skipif.inc'); ?>
--FILE--
@@ -22,5 +22,6 @@ catch (Exception $e) {
/* ignore any errors, we're testing for segmentation fault anyway */
echo "good";
}
+?>
--EXPECT--
good