Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/soap/tests/bugs/
H A Dbug50762.phpt36 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
/PHP-8.2/ext/soap/
H A Dphp_soap.h142 #define WSDL_CACHE_NONE 0x0 macro
H A Dsoap.stub.php388 const WSDL_CACHE_NONE = UNKNOWN; define
H A Dsoap_arginfo.h311 REGISTER_LONG_CONSTANT("WSDL_CACHE_NONE", WSDL_CACHE_NONE, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_sdl.c3196 cache_wsdl = WSDL_CACHE_NONE; in get_sdl()

Completed in 42 milliseconds