Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_opcode.c156 if (ce->static_members_table) { in zend_cleanup_user_class_data()
157 zval *static_members = ce->static_members_table; in zend_cleanup_user_class_data()
163 ce->default_static_members_table = ce->static_members_table = NULL; in zend_cleanup_user_class_data()
180 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in zend_cleanup_internal_class_data() local
182 ce->static_members_table = NULL; in zend_cleanup_internal_class_data()
H A Dzend_globals.h134 zval **static_members_table; member
H A Dzend.c510 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
512 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
538 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
539 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend.h127 zval *static_members_table; member
H A Dzend_API.h240 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
242 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend_API.c1103 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval)… in zend_update_class_constants() local
1105 …class_type->static_members_table = emalloc(sizeof(zval) * class_type->default_static_members_count… in zend_update_class_constants()
3644 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
H A Dzend_compile.c1754 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
1757 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval*)); in zend_initialize_class_data()
1758 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
1760 ce->static_members_table = (zval*)(zend_intptr_t)n; in zend_initialize_class_data()
1762 ce->static_members_table = NULL; in zend_initialize_class_data()
1765 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_inheritance.c918 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2370 if (ce->static_members_table) { in zend_accel_fast_shutdown()
2374 zval *zv = &ce->static_members_table[i]; in zend_accel_fast_shutdown()
2375 ZVAL_UNDEF(&ce->static_members_table[i]); in zend_accel_fast_shutdown()
2380 ce->static_members_table = NULL; in zend_accel_fast_shutdown()
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 104 milliseconds