Searched refs:enumeration (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug77945.phpt | 10 // The important part is to have a restriction enumeration with value="".
|
H A D | bug75502.phpt | 10 /* The important part is that restriction>enumeration is used together with mem cache.
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.h | 135 HashTable *enumeration; /* array of sdlRestrictionCharPtr */ member
|
H A D | php_schema.c | 697 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent() 698 cur_type->restrictions->enumeration = emalloc(sizeof(HashTable)); in schema_restriction_simpleContent() 699 zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0); in schema_restriction_simpleContent() 701 …if (zend_hash_str_add_ptr(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->val… in schema_restriction_simpleContent() 2407 if (type->restrictions->enumeration) { in delete_type() 2408 zend_hash_destroy(type->restrictions->enumeration); in delete_type() 2409 efree(type->restrictions->enumeration); in delete_type() 2454 if (type->restrictions->enumeration) { in delete_type_persistent() 2455 zend_hash_destroy(type->restrictions->enumeration); in delete_type_persistent() 2456 free(type->restrictions->enumeration); in delete_type_persistent()
|
H A D | php_sdl.c | 1358 type->restrictions->enumeration = emalloc(sizeof(HashTable)); in sdl_deserialize_type() 1359 zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0); in sdl_deserialize_type() 1362 sdl_deserialize_key(type->restrictions->enumeration, x, in); in sdl_deserialize_type() 1366 type->restrictions->enumeration = NULL; in sdl_deserialize_type() 1951 if (type->restrictions->enumeration) { in sdl_serialize_type() 1952 i = zend_hash_num_elements(type->restrictions->enumeration); in sdl_serialize_type() 1961 ZEND_HASH_FOREACH_STR_KEY_PTR(type->restrictions->enumeration, key, tmp) { in sdl_serialize_type() 2768 if (type->restrictions->enumeration) { in make_persistent_sdl_type() 2770 ptype->restrictions->enumeration = malloc(sizeof(HashTable)); in make_persistent_sdl_type() 2771 …zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumer… in make_persistent_sdl_type() [all …]
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 105 } enumeration; member 419 kind = type->enumeration.kind; in zend_ffi_get_type() 534 kind = type->enumeration.kind; in zend_ffi_cdata_to_zval() 749 kind = type->enumeration.kind; in zend_ffi_zval_to_cdata() 1138 kind = ctype->enumeration.kind; in zend_ffi_cdata_cast_object() 1485 if (type->enumeration.tag_name) { in zend_ffi_ctype_name() 1486 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->enumeration.tag_name), ZSTR_LEN(type->enumeration.… in zend_ffi_ctype_name() 2229 if (type->enumeration.tag_name) { in _zend_ffi_type_dtor() 2585 kind = type->enumeration.kind; in zend_ffi_pass_arg() 2986 return old->enumeration.kind == type->enumeration.kind; in zend_ffi_same_types() [all …]
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 21859 # Flags MINIDUMP_TYPE enumeration type 0 0x121 0x800
|
H A D | magic | 21859 # Flags MINIDUMP_TYPE enumeration type 0 0x121 0x800
|
Completed in 197 milliseconds