1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/soap/tests/bugs/bug41337.phpt
T
2019-03-15 22:55:30 +01:00

13 lines
251 B
PHP

--TEST--
Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set("soap.wsdl_cache_enabled",0);
$client = new SoapClient(__DIR__."/bug41337.wsdl");
echo "ok\n";
?>
--EXPECT--
ok