Home
last modified time | relevance | path

Searched refs:static_members_table (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_globals.h125 zval **static_members_table; member
H A Dzend_opcode.c149 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in zend_cleanup_internal_class_data() local
151 ce->static_members_table = NULL; in zend_cleanup_internal_class_data()
H A Dzend.c635 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
637 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
657 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
658 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend.h121 zval *static_members_table; member
H A Dzend_API.h232 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
234 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend_object_handlers.c1393 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval)… in zend_class_init_statics() local
1395 …class_type->static_members_table = emalloc(sizeof(zval) * class_type->default_static_members_count… in zend_class_init_statics()
H A Dzend_compile.c1731 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
1734 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval*)); in zend_initialize_class_data()
1735 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
1737 ce->static_members_table = (zval*)(zend_intptr_t)n; in zend_initialize_class_data()
1739 ce->static_members_table = NULL; in zend_initialize_class_data()
1742 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_inheritance.c941 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
H A Dzend_API.c3741 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c393 ce->static_members_table = ce->default_static_members_table; in zend_class_copy_ctor()
H A Dzend_persist.c745 ce->static_members_table = NULL; in zend_persist_class_entry()

Completed in 71 milliseconds