Home
last modified time | relevance | path

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

/PHP-5.6/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.h162 zval ***static_members_table; member
H A Dzend.c529 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
531 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
551 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
552 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend_API.h229 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
231 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend.h490 zval **static_members_table; member
H A Dzend_compile.c3824 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
3843 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
6965 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
6968 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval**)); in zend_initialize_class_data()
6969 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
6971 ce->static_members_table = (zval**)(zend_intptr_t)n; in zend_initialize_class_data()
6973 ce->static_members_table = NULL; in zend_initialize_class_data()
6976 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_API.c1111 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval*… in zend_update_class_constants() local
1113 …class_type->static_members_table = emalloc(sizeof(zval*) * class_type->default_static_members_coun… in zend_update_class_constants()
3491 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c2360 if (ce->static_members_table) {
2364 if (ce->static_members_table[i]) {
2365 accel_fast_zval_ptr_dtor(&ce->static_members_table[i]);
2366 ce->static_members_table[i] = NULL;
2369 ce->static_members_table = NULL;
H A Dzend_persist.c516 ce->static_members_table = NULL;
H A Dzend_accelerator_util_funcs.c742 ce->static_members_table = ce->default_static_members_table;

Completed in 69 milliseconds