summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug27722.phpt
blob: 5df6adb81612079eed36debe5437788eb867715e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #27722 (Segfault on schema without targetNamespace)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--GET--
wsdl
--FILE--
<?php
$x = new SoapClient(dirname(__FILE__)."/bug27722.wsdl");
echo "ok\n";
?>
--EXPECT--
ok