Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug77141.phpt19 'style' => SOAP_RPC,
H A Dbug43045.phpt43 "style" => SOAP_RPC,
/PHP-8.2/ext/soap/
H A Dphp_sdl.h32 SOAP_RPC = 1, enumerator
H A Dsoap.stub.php46 const SOAP_RPC = UNKNOWN; define
H A Dsoap.c3166 if (fnb->style == SOAP_RPC) {
3187 if (fnb->style == SOAP_RPC) {
3249 if (style == SOAP_RPC) {
3260 if (style == SOAP_RPC) {
3279 if (style == SOAP_RPC) {
3311 if (style == SOAP_RPC) {
3754 if (style == SOAP_RPC) {
3767 style = SOAP_RPC;
3771 if (style == SOAP_RPC) {
3798 if (style == SOAP_RPC) {
[all …]
H A Dphp_packet_soap.c291 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
H A Dsoap_arginfo.h245 REGISTER_LONG_CONSTANT("SOAP_RPC", SOAP_RPC, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_sdl.c856 soapBinding->style = SOAP_RPC; in load_wsdl()
966 soapFunctionBinding->style = SOAP_RPC; in load_wsdl()

Completed in 50 milliseconds