summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug44686.phpt
blob: cff97999c67b1947d30c330c96e472d959944f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #44686 (SOAP-ERROR: Parsing WSDL with references)
--SKIPIF--
<?php require_once 'skipif.inc'; ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
new SoapClient(dirname(__FILE__) . "/bug44686.wsdl");
echo "ok\n";
?>
--EXPECT--
ok