summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug50698_1.phpt
blob: 6f97b62e06130f65662617bbb359e9a2e2ad2804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
new SoapClient(__DIR__ . '/bug50698_1.wsdl');
echo "ok\n";
?>
--EXPECT--
ok