projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af17316
)
slightly revised bug69462.phpt
author
Christoph M. Becker
<cmb@php.net>
Fri, 26 Jun 2015 21:20:22 +0000
(23:20 +0200)
committer
Christoph M. Becker
<cmb@php.net>
Fri, 26 Jun 2015 21:20:22 +0000
(23:20 +0200)
ext/soap/tests/bugs/bug69462.phpt
patch
|
blob
|
history
diff --git
a/ext/soap/tests/bugs/bug69462.phpt
b/ext/soap/tests/bugs/bug69462.phpt
index 011e5e202bed05c73b6b9e610d408a807e9f5f84..eecd8d6749b3a94a41e079658c29af1b226a1737 100644
(file)
--- 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