Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug77141.phpt19 'style' => SOAP_RPC,
H A Dbug43045.phpt43 "style" => SOAP_RPC,
/PHP-8.3/ext/soap/
H A Dphp_sdl.h32 SOAP_RPC = 1, enumerator
H A Dsoap.stub.php46 const SOAP_RPC = UNKNOWN; define
H A Dsoap.c3180 if (fnb->style == SOAP_RPC) {
3201 if (fnb->style == SOAP_RPC) {
3263 if (style == SOAP_RPC) {
3274 if (style == SOAP_RPC) {
3293 if (style == SOAP_RPC) {
3325 if (style == SOAP_RPC) {
3768 if (style == SOAP_RPC) {
3781 style = SOAP_RPC;
3785 if (style == SOAP_RPC) {
3812 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.c858 soapBinding->style = SOAP_RPC; in load_wsdl()
968 soapFunctionBinding->style = SOAP_RPC; in load_wsdl()

Completed in 37 milliseconds