Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_opcode.c158 if (ce->static_members_table) { in zend_cleanup_user_class_data()
159 zval *static_members = ce->static_members_table; in zend_cleanup_user_class_data()
165 ce->default_static_members_table = ce->static_members_table = NULL; in zend_cleanup_user_class_data()
182 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in zend_cleanup_internal_class_data() local
184 ce->static_members_table = NULL; in zend_cleanup_internal_class_data()
H A Dzend_globals.h131 zval **static_members_table; member
H A Dzend.c502 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
504 compiler_globals->static_members_table = NULL; in compiler_globals_ctor()
528 if (compiler_globals->static_members_table) { in compiler_globals_dtor()
529 free(compiler_globals->static_members_table); in compiler_globals_dtor()
H A Dzend.h142 zval *static_members_table; member
H A Dzend_API.h238 …e)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)…
240 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table)
H A Dzend_API.c1102 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval)… in zend_update_class_constants() local
1104 …class_type->static_members_table = emalloc(sizeof(zval) * class_type->default_static_members_count… in zend_update_class_constants()
3642 ce->static_members_table = ce->default_static_members_table; in zend_declare_property_ex()
H A Dzend_compile.c1639 if (CG(static_members_table) && n >= CG(last_static_member)) { in zend_initialize_class_data()
1642 CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval*)); in zend_initialize_class_data()
1643 CG(static_members_table)[n] = NULL; in zend_initialize_class_data() local
1645 ce->static_members_table = (zval*)(zend_intptr_t)n; in zend_initialize_class_data()
1647 ce->static_members_table = NULL; in zend_initialize_class_data()
1650 ce->static_members_table = ce->default_static_members_table; in zend_initialize_class_data()
H A Dzend_inheritance.c873 ce->static_members_table = ce->default_static_members_table; in zend_do_inheritance()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2326 if (ce->static_members_table) { in zend_accel_fast_shutdown()
2330 zval *zv = &ce->static_members_table[i]; in zend_accel_fast_shutdown()
2331 ZVAL_UNDEF(&ce->static_members_table[i]); in zend_accel_fast_shutdown()
2336 ce->static_members_table = NULL; in zend_accel_fast_shutdown()
H A Dzend_accelerator_util_funcs.c424 ce->static_members_table = ce->default_static_members_table; in zend_class_copy_ctor()
H A Dzend_persist.c758 ce->static_members_table = NULL; in zend_persist_class_entry()

Completed in 79 milliseconds