Searched defs:slot (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_objects_API.h | 97 static inline zend_property_info *zend_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_property_info_for_slot() 106 …atic inline zend_property_info *zend_get_typed_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_typed_property_info_for_slot()
|
H A D | zend_execute.h | 447 #define CACHED_PTR_EX(slot) \ argument 450 #define CACHE_PTR_EX(slot, ptr) do { \ argument 454 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument 457 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
|
H A D | zend_opcode.c | 1078 uint32_t slot = ZEND_MM_ALIGNED_SIZE_EX(op_array->cache_size, 8); in pass_two() local
|
H A D | zend_object_handlers.c | 1188 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
|
H A D | zend_API.c | 1647 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local 1699 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
|
H A D | zend_execute.c | 3098 zend_object *obj, zval *slot) in zend_object_fetch_property_type_info()
|
/PHP-8.3/ext/session/ |
H A D | mod_mm.c | 112 uint32_t hv, slot; in ps_sd_new() local 150 uint32_t slot; in ps_sd_destroy() local 176 uint32_t hv, slot; in ps_sd_lookup() local
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 479 PCRE2_UCHAR *slot = in find_minlength() local
|
H A D | pcre2_match.c | 4906 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5555 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5574 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
|
H A D | pcre2_compile.c | 5314 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details() local 8888 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table() local
|
H A D | pcre2_jit_compile.c | 1076 PCRE2_SPTR slot; in check_opcode_types() local 9236 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local 10457 PCRE2_SPTR slot; in compile_bracket_matchingpath() local
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdft.c | 834 FT_GlyphSlot slot; local
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 1970 zend_object *obj, zval *slot) in zend_object_fetch_property_type_info()
|
Completed in 213 milliseconds