Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c164 if (ce->static_members_table) { in cleanup_user_class_data()
165 zval **static_members = ce->static_members_table; in cleanup_user_class_data()
170 ce->default_static_members_table = ce->static_members_table = NULL; in cleanup_user_class_data()
188 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in cleanup_internal_class_data() local
190 ce->static_members_table = NULL; in cleanup_internal_class_data()
H A Dzend_globals.h155 zval ***static_members_table; member
H A Dzend.c528 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
530 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
550 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
551 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend_API.h226 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
228 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend.h488 zval **static_members_table; member
H A Dzend_compile.c3683 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
3702 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
6834 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
6837 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval**)); in zend_initialize_class_data()
6838 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
6840 ce->static_members_table = (zval**)(zend_intptr_t)n; in zend_initialize_class_data()
6842 ce->static_members_table = NULL; in zend_initialize_class_data()
6845 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_API.c1112 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval*… in zend_update_class_constants() local
1114 …class_type->static_members_table = emalloc(sizeof(zval*) * class_type->default_static_members_coun… in zend_update_class_constants()
3435 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2260 if (ce->static_members_table) {
2264 if (ce->static_members_table[i]) {
2265 accel_fast_zval_ptr_dtor(&ce->static_members_table[i]);
2266 ce->static_members_table[i] = NULL;
2269 ce->static_members_table = NULL;
H A Dzend_persist.c485 ce->static_members_table = NULL;
H A Dzend_accelerator_util_funcs.c680 ce->static_members_table = ce->default_static_members_table;

Completed in 97 milliseconds