Home
last modified time | relevance | path

Searched refs:WSDL_CACHE_NONE (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/soap/tests/
H A Dgh12392.phpt8 $client = new SoapClient(__DIR__ . "/gh12392.wsdl", ['cache_wsdl' => WSDL_CACHE_NONE]);
H A Dbug75306.phpt7 $options = array("cache_wsdl" => WSDL_CACHE_NONE);
H A Dbug77410.phpt9 'cache_wsdl' => WSDL_CACHE_NONE,
H A Dbug69668.phpt17 'cache_wsdl' => WSDL_CACHE_NONE,
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50762.phpt35 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
/PHP-8.1/ext/soap/
H A Dphp_soap.h142 #define WSDL_CACHE_NONE 0x0 macro
H A Dphp_sdl.c3192 cache_wsdl = WSDL_CACHE_NONE; in get_sdl()
H A Dsoap.c490 REGISTER_LONG_CONSTANT("WSDL_CACHE_NONE", WSDL_CACHE_NONE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 33 milliseconds