Home
last modified time | relevance | path

Searched refs:static_members (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_opcode.c162 if ((*pce)->static_members) { in zend_cleanup_class_data()
163 zend_hash_clean((*pce)->static_members); in zend_cleanup_class_data()
164 (*pce)->static_members = NULL; in zend_cleanup_class_data()
170 CG(static_members)[(zend_intptr_t)((*pce)->static_members)] = NULL; in zend_cleanup_class_data() local
172 (*pce)->static_members = NULL; in zend_cleanup_class_data()
H A Dzend_globals.h158 HashTable **static_members; member
H A Dzend.c510 …compiler_globals->static_members = (HashTable**)calloc(compiler_globals->last_static_member, sizeo… in compiler_globals_ctor()
512 compiler_globals->static_members = NULL; in compiler_globals_ctor()
531 if (compiler_globals->static_members) { in compiler_globals_dtor()
532 free(compiler_globals->static_members); in compiler_globals_dtor()
H A Dzend_API.h217 …(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members:CG(static_members)[(zend_intptr_t)(ce)->s…
219 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members)
H A Dzend.h431 HashTable *static_members; member
H A Dzend_compile.c5029 if (CG(static_members) && n >= CG(last_static_member)) { in zend_initialize_class_data()
5032 CG(static_members) = realloc(CG(static_members), (n+1)*sizeof(HashTable*)); in zend_initialize_class_data()
5033 CG(static_members)[n] = NULL; in zend_initialize_class_data() local
5035 ce->static_members = (HashTable*)(zend_intptr_t)n; in zend_initialize_class_data()
5037 ce->static_members = NULL; in zend_initialize_class_data()
5040 ce->static_members = &ce->default_static_members; in zend_initialize_class_data()
H A Dzend_API.c1022 ALLOC_HASHTABLE(CG(static_members)[(zend_intptr_t)(class_type->static_members)]); in zend_update_class_constants()
1024 ALLOC_HASHTABLE(class_type->static_members); in zend_update_class_constants()

Completed in 49 milliseconds