summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug44686.phpt
blob: 89a06a1b08bf08b5f69a6d54f18e9c34edc6ee0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--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