Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_globals.h127 zval **static_members_table; member
H A Dzend_opcode.c178 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in zend_cleanup_internal_class_data() local
180 ce->static_members_table = NULL; in zend_cleanup_internal_class_data()
H A Dzend.c578 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
580 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
600 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
601 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend.h126 zval *static_members_table; member
H A Dzend_API.h248 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
250 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend_API.c1133 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval)… in zend_update_class_constants() local
1135 …class_type->static_members_table = emalloc(sizeof(zval) * class_type->default_static_members_count… in zend_update_class_constants()
3738 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
H A Dzend_compile.c1776 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
1779 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval*)); in zend_initialize_class_data()
1780 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
1782 ce->static_members_table = (zval*)(zend_intptr_t)n; in zend_initialize_class_data()
1784 ce->static_members_table = NULL; in zend_initialize_class_data()
1787 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_inheritance.c903 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c374 ce->static_members_table = ce->default_static_members_table; in zend_class_copy_ctor()
H A Dzend_persist.c700 ce->static_members_table = NULL; in zend_persist_class_entry()

Completed in 68 milliseconds