slightly revised bug69462.phpt
authorChristoph M. Becker <cmb@php.net>
Fri, 26 Jun 2015 21:20:22 +0000 (23:20 +0200)
committerChristoph M. Becker <cmb@php.net>
Fri, 26 Jun 2015 21:20:22 +0000 (23:20 +0200)
ext/soap/tests/bugs/bug69462.phpt

index 011e5e202bed05c73b6b9e610d408a807e9f5f84..eecd8d6749b3a94a41e079658c29af1b226a1737 100644 (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