Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug77945.phpt10 // The important part is to have a restriction enumeration with value="".
H A Dbug75502.phpt10 /* The important part is that restriction>enumeration is used together with mem cache.
/PHP-7.3/ext/soap/
H A Dphp_sdl.h137 HashTable *enumeration; /* array of sdlRestrictionCharPtr */ member
H A Dphp_schema.c699 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
700 cur_type->restrictions->enumeration = emalloc(sizeof(HashTable)); in schema_restriction_simpleContent()
701 zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0); in schema_restriction_simpleContent()
703 …if (zend_hash_str_add_ptr(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->val… in schema_restriction_simpleContent()
2408 if (type->restrictions->enumeration) { in delete_type()
2409 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2410 efree(type->restrictions->enumeration); in delete_type()
2455 if (type->restrictions->enumeration) { in delete_type_persistent()
2456 zend_hash_destroy(type->restrictions->enumeration); in delete_type_persistent()
2457 free(type->restrictions->enumeration); in delete_type_persistent()
H A Dphp_sdl.c1351 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1352 zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0); in sdl_deserialize_type()
1355 sdl_deserialize_key(type->restrictions->enumeration, x, in); in sdl_deserialize_type()
1359 type->restrictions->enumeration = NULL; in sdl_deserialize_type()
1944 if (type->restrictions->enumeration) { in sdl_serialize_type()
1945 i = zend_hash_num_elements(type->restrictions->enumeration); in sdl_serialize_type()
1954 ZEND_HASH_FOREACH_STR_KEY_PTR(type->restrictions->enumeration, key, tmp) { in sdl_serialize_type()
2761 if (type->restrictions->enumeration) { in make_persistent_sdl_type()
2763 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2764 …zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumer… in make_persistent_sdl_type()
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic18543 # Flags MINIDUMP_TYPE enumeration type 0 0x121 0x800
H A Dmagic私はガラスを食べられます18543 # Flags MINIDUMP_TYPE enumeration type 0 0x121 0x800

Completed in 127 milliseconds