Home
last modified time | relevance | path

Searched refs:enumeration (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_sdl.h138 HashTable *enumeration; /* array of sdlRestrictionCharPtr */ member
H A DTODO67 ? enumeration
H A Dphp_sdl.c1354 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1358 sdl_deserialize_key(type->restrictions->enumeration, x, in); in sdl_deserialize_type()
1362 type->restrictions->enumeration = NULL; in sdl_deserialize_type()
1954 if (type->restrictions->enumeration) { in sdl_serialize_type()
1955 i = zend_hash_num_elements(type->restrictions->enumeration); in sdl_serialize_type()
1966 sdl_serialize_key(type->restrictions->enumeration, out); in sdl_serialize_type()
1967 zend_hash_move_forward(type->restrictions->enumeration); in sdl_serialize_type()
2791 if (type->restrictions->enumeration) { in make_persistent_sdl_type()
2794 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2795 …zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumer… in make_persistent_sdl_type()
[all …]
H A Dphp_schema.c698 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
699 cur_type->restrictions->enumeration = emalloc(sizeof(HashTable)); in schema_restriction_simpleContent()
700 zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0); in schema_restriction_simpleContent()
702 …if (zend_hash_add(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->value)+1, &… in schema_restriction_simpleContent()
2423 if (type->restrictions->enumeration) { in delete_type()
2424 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2425 efree(type->restrictions->enumeration); in delete_type()
2470 if (type->restrictions->enumeration) { in delete_type_persistent()
2471 zend_hash_destroy(type->restrictions->enumeration); in delete_type_persistent()
2472 free(type->restrictions->enumeration); in delete_type_persistent()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt4 If there is no locale data, an empty enumeration will be returned.
/PHP-5.5/
H A DNEWS7869 - Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in

Completed in 47 milliseconds