Searched refs:enumeration (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/soap/ |
H A D | php_sdl.h | 138 HashTable *enumeration; /* array of sdlRestrictionCharPtr */ member
|
H A D | TODO | 67 ? enumeration
|
H A D | php_sdl.c | 1356 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type() 1360 sdl_deserialize_key(type->restrictions->enumeration, x, in); in sdl_deserialize_type() 1364 type->restrictions->enumeration = NULL; in sdl_deserialize_type() 1956 if (type->restrictions->enumeration) { in sdl_serialize_type() 1957 i = zend_hash_num_elements(type->restrictions->enumeration); in sdl_serialize_type() 1968 sdl_serialize_key(type->restrictions->enumeration, out); in sdl_serialize_type() 1969 zend_hash_move_forward(type->restrictions->enumeration); in sdl_serialize_type() 2793 if (type->restrictions->enumeration) { in make_persistent_sdl_type() 2796 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type() 2797 …zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumer… in make_persistent_sdl_type() [all …]
|
H A D | php_schema.c | 698 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.6/ext/intl/doc/ |
H A D | Tutorial.txt | 4 If there is no locale data, an empty enumeration will be returned.
|
/PHP-5.6/ |
H A D | NEWS | 9447 - Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in
|
Completed in 61 milliseconds