1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/soap/tests/bugs/bug41337.phpt

13 lines
261 B
PHP
Executable File

--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(dirname(__FILE__)."/bug41337.wsdl");
echo "ok\n";
?>
--EXPECT--
ok