Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c166 } else if (CE_STATIC_MEMBERS(*pce)) { in zend_cleanup_class_data()
167 zend_hash_destroy(CE_STATIC_MEMBERS(*pce)); in zend_cleanup_class_data()
168 FREE_HASHTABLE(CE_STATIC_MEMBERS(*pce)); in zend_cleanup_class_data()
H A Dzend_API.c1006 if (!class_type->constants_updated || !CE_STATIC_MEMBERS(class_type)) { in zend_update_class_constants()
1014 if (!CE_STATIC_MEMBERS(class_type)) { in zend_update_class_constants()
1026 …zend_hash_init(CE_STATIC_MEMBERS(class_type), zend_hash_num_elements(&class_type->default_static_m… in zend_update_class_constants()
1040 …zend_hash_find(CE_STATIC_MEMBERS(class_type->parent), str_index, str_length, (void**)&q) == SUCCESS in zend_update_class_constants()
1044 …zend_hash_add(CE_STATIC_MEMBERS(class_type), str_index, str_length, (void**)q, sizeof(zval*), NULL… in zend_update_class_constants()
1052 …zend_hash_add(CE_STATIC_MEMBERS(class_type), str_index, str_length, (void**)&r, sizeof(zval*), NUL… in zend_update_class_constants()
1057 …zend_hash_apply_with_argument(CE_STATIC_MEMBERS(class_type), (apply_func_arg_t) zval_update_consta… in zend_update_class_constants()
H A Dzend_API.h217 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members:CG(static_member… macro
219 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members) macro
H A Dzend_object_handlers.c1083 …zend_hash_quick_find(CE_STATIC_MEMBERS(tmp_ce), property_info->name, property_info->name_length+1,… in zend_std_get_static_property()
H A Dzend_builtin_functions.c942 add_class_vars(*pce, CE_STATIC_MEMBERS(*pce), return_value TSRMLS_CC); in ZEND_FUNCTION()
H A Dzend_compile.c2758 ht = CE_STATIC_MEMBERS(parent_ce); in do_inherit_property_access_check()
2869 …zend_hash_apply_with_arguments(CE_STATIC_MEMBERS(parent_ce) TSRMLS_CC, (apply_func_args_t)inherit_… in zend_do_inheritance()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3094 zend_hash_internal_pointer_reset_ex(CE_STATIC_MEMBERS(ce), &pos); in ZEND_METHOD()
3096 while (zend_hash_get_current_data_ex(CE_STATIC_MEMBERS(ce), (void **) &value, &pos) == SUCCESS) { in ZEND_METHOD()
3101 …if (zend_hash_get_current_key_ex(CE_STATIC_MEMBERS(ce), &key, &key_len, &num_index, 0, &pos) != FA… in ZEND_METHOD()
3116 zend_hash_move_forward_ex(CE_STATIC_MEMBERS(ce), &pos); in ZEND_METHOD()
3206 ht_list[0] = CE_STATIC_MEMBERS(ce); in ZEND_METHOD()
4578 …if (zend_hash_quick_find(CE_STATIC_MEMBERS(intern->ce), ref->prop.name, ref->prop.name_length + 1,… in ZEND_METHOD()
4631 prop_table = CE_STATIC_MEMBERS(intern->ce); in ZEND_METHOD()

Completed in 91 milliseconds