Searched refs:enumeration (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/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 | 1354 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() 2790 if (type->restrictions->enumeration) { in make_persistent_sdl_type() 2793 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type() 2794 …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() 2379 if (type->restrictions->enumeration) { in delete_type() 2380 zend_hash_destroy(type->restrictions->enumeration); in delete_type() 2381 efree(type->restrictions->enumeration); in delete_type() 2426 if (type->restrictions->enumeration) { in delete_type_persistent() 2427 zend_hash_destroy(type->restrictions->enumeration); in delete_type_persistent() 2428 free(type->restrictions->enumeration); in delete_type_persistent()
|
/PHP-5.3/ext/intl/doc/ |
H A D | Tutorial.txt | 4 If there is no locale data, an empty enumeration will be returned.
|
/PHP-5.3/ |
H A D | NEWS | 4819 - Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in
|
Completed in 42 milliseconds