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.c3173 if (fnb->style == SOAP_RPC) {
3194 if (fnb->style == SOAP_RPC) {
3256 if (style == SOAP_RPC) {
3267 if (style == SOAP_RPC) {
3286 if (style == SOAP_RPC) {
3318 if (style == SOAP_RPC) {
3761 if (style == SOAP_RPC) {
3774 style = SOAP_RPC;
3778 if (style == SOAP_RPC) {
3805 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 41 milliseconds