Home
last modified time | relevance | path

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

/PHP-8.4/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
208 if (!ctx->sdl->types) { in load_schema()
350 if (sdl->encoders == NULL) { in schema_simpleType()
1143 if (sdl->groups == NULL) { in schema_group()
1408 if (sdl->encoders == NULL) { in schema_complexType()
1570 if (sdl->elements == NULL) { in schema_element()
1574 addHash = sdl->elements; in schema_element()
2312 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2326 if (sdl->elements) { in schema_pass2()
2331 if (sdl->groups) { in schema_pass2()
[all …]
H A Dphp_sdl.c182 …} else if (sdl && sdl->encoders && (enc = zend_hash_str_find_ptr(sdl->encoders, nscat, len)) != NU… in get_encoder_ex()
702 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
703 memset(ctx.sdl, 0, sizeof(sdl)); in load_wsdl()
1518 sdlPtr sdl; in get_sdl_from_cache() local
1570 sdl = emalloc(sizeof(*sdl)); in get_sdl_from_cache()
1571 memset(sdl, 0, sizeof(*sdl)); in get_sdl_from_cache()
1765 return sdl; in get_sdl_from_cache()
3104 sdlPtr sdl; member
3313 if (sdl) { in get_sdl()
3325 if (sdl) { in get_sdl()
[all …]
H A Dphp_sdl.h65 sdlPtr sdl; member
256 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
257 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
258 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, size_t len);
260 void delete_sdl(sdl *handle);
H A Dphp_soap.h44 typedef struct _sdl sdl, *sdlPtr; typedef
75 sdlPtr sdl; member
160 sdlPtr sdl; variable
269 sdl *sdl; member
H A Dsoap.c278 if (sdl_obj->sdl) { in soap_sdl_object_free()
1415 SOAP_GLOBAL(sdl) = service->sdl; in PHP_METHOD()
1983 sdlPtr sdl = NULL; in PHP_METHOD() local
2192 sdl_object->sdl = sdl; in PHP_METHOD()
2327 sdl = Z_SOAP_SDL_P(tmp)->sdl; in do_soap_call()
2339 SOAP_GLOBAL(sdl) = sdl; in do_soap_call()
2675 sdl *sdl; in PHP_METHOD() local
2678 if (sdl) { in PHP_METHOD()
2700 sdl *sdl; in PHP_METHOD() local
2703 if (sdl) { in PHP_METHOD()
[all …]
H A Dphp_encoding.c272 if (sdl && sdl->encoders) { in find_encoder_by_type_name()
275 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name()
469 if (SOAP_GLOBAL(sdl)) { in master_to_xml_int()
470 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int()
1397 model_to_zval_object(ret, tmp, data, sdl); in model_to_zval_object()
1417 sdlPtr sdl; in to_zval_object_ex() local
1439 sdl = SOAP_GLOBAL(sdl); in to_zval_object_ex()
1537 model_to_zval_object(ret, sdlType->model, data, sdl); in to_zval_object_ex()
2346 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array()
2586 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, type); in to_zval_array()
[all …]
H A Dsoap.stub.php542 private ?Soap\Sdl $sdl = null; variable in SoapClient
/PHP-8.4/
H A DUPGRADING65 . SoapClient::$sdl is now a Soap\Sdl object rather than a resource.
66 Checks using is_resource() (i.e. is_resource($client->sdl)) should be
67 replaced with checks for null (i.e. $client->sdl !== null).

Completed in 78 milliseconds