Home
last modified time | relevance | path

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

/php-src/ext/soap/tests/bugs/
H A Dbug77141.phpt19 'style' => SOAP_RPC,
H A Dbug43045.phpt43 "style" => SOAP_RPC,
/php-src/ext/soap/
H A Dphp_sdl.h32 SOAP_RPC = 1, enumerator
H A Dsoap.stub.php66 const SOAP_RPC = UNKNOWN; define
H A Dsoap.c3376 if (fnb->style == SOAP_RPC) { in deserialize_function_call()
3397 if (fnb->style == SOAP_RPC) { in deserialize_function_call()
3459 if (style == SOAP_RPC) { in serialize_response_call2()
3470 if (style == SOAP_RPC) { in serialize_response_call2()
3489 if (style == SOAP_RPC) { in serialize_response_call2()
3521 if (style == SOAP_RPC) { in serialize_response_call2()
3965 if (style == SOAP_RPC) { in serialize_function_call()
3978 style = SOAP_RPC; in serialize_function_call()
3982 if (style == SOAP_RPC) { in serialize_function_call()
4009 if (style == SOAP_RPC) { in serialize_function_call()
[all …]
H A Dphp_packet_soap.c291 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
H A Dsoap_arginfo.h242 REGISTER_LONG_CONSTANT("SOAP_RPC", SOAP_RPC, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_sdl.c822 soapBinding->style = SOAP_RPC; in load_wsdl()
931 soapFunctionBinding->style = SOAP_RPC; in load_wsdl()

Completed in 42 milliseconds