We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af17316 commit bdf3bb6Copy full SHA for bdf3bb6
ext/soap/tests/bugs/bug69462.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-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)
3
--SKIPIF--
4
<?php require_once('skipif.inc'); ?>
5
--FILE--
@@ -22,5 +22,6 @@ catch (Exception $e) {
22
/* ignore any errors, we're testing for segmentation fault anyway */
23
echo "good";
24
}
25
+?>
26
--EXPECT--
27
good
0 commit comments