Home
last modified time | relevance | path

Searched refs:extraAttributes (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/soap/
H A Dphp_schema.c1894 if (!newAttr->extraAttributes) { in schema_attribute()
2129 if (tmp->extraAttributes != NULL) { in schema_attribute_fixup()
2132 zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute); in schema_attribute_fixup()
2174 if (newAttr->extraAttributes) { in schema_attributegroup_fixup()
2178 newAttr->extraAttributes = ht; in schema_attributegroup_fixup()
2536 if (attr->extraAttributes) { in delete_attribute()
2537 zend_hash_destroy(attr->extraAttributes); in delete_attribute()
2538 efree(attr->extraAttributes); in delete_attribute()
2562 if (attr->extraAttributes) { in delete_attribute_persistent()
2563 zend_hash_destroy(attr->extraAttributes); in delete_attribute_persistent()
[all …]
H A Dphp_sdl.h249 HashTable *extraAttributes; /* array of sdlExtraAttribute */ member
H A Dphp_encoding.c2263 arrayType->extraAttributes && in to_xml_array()
2264 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_… in to_xml_array()
2313 arrayType->extraAttributes && in to_xml_array()
2323 arrayType->extraAttributes && in to_xml_array()
2324 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_xml_array()
2343 arrayType->extraAttributes && in to_xml_array()
2500 arrayType->extraAttributes && in to_zval_array()
2521 arrayType->extraAttributes && in to_zval_array()
2530 arrayType->extraAttributes && in to_zval_array()
2531 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_zval_array()
[all …]
H A Dphp_sdl.c1251 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1252 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()
1255 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute()
1856 if (attr->extraAttributes) { in sdl_serialize_attribute()
1857 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute()
1866 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in sdl_serialize_attribute()
2637 if (pattr->extraAttributes) { in make_persistent_sdl_attribute()
2640 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2641 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute()
2643 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in make_persistent_sdl_attribute()
[all …]
H A Dsoap.c4254 attr->extraAttributes &&
4255 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMES…
4278 attr->extraAttributes &&
4279 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…
4296 attr->extraAttributes &&
4297 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…

Completed in 54 milliseconds