summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug27742.phpt
blob: 1de856828ebbbc039eb5597b722340c85f996ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #27742 (WDSL SOAP Parsing Schema bug)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--GET--
wsdl
--FILE--
<?php
$x = new SoapClient(dirname(__FILE__)."/bug27742.wsdl");
echo "ok\n";
?>
--EXPECT--
ok