Skip to content

Commit bdf3bb6

Browse files
committed
slightly revised bug69462.phpt
1 parent af17316 commit bdf3bb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/soap/tests/bugs/bug69462.phpt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #69462 __soapCall with a SoapVar that has a namespace but no name crashes
2+
Bug #69462 (__soapCall with a SoapVar that has a namespace but no name crashes)
33
--SKIPIF--
44
<?php require_once('skipif.inc'); ?>
55
--FILE--
@@ -22,5 +22,6 @@ catch (Exception $e) {
2222
/* ignore any errors, we're testing for segmentation fault anyway */
2323
echo "good";
2424
}
25+
?>
2526
--EXPECT--
2627
good

0 commit comments

Comments
 (0)