slightly revised bug69462.phpt

This commit is contained in:
Christoph M. Becker 2015-06-26 23:20:22 +02:00
parent af17316fcd
commit bdf3bb668f

View File

@ -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