Lines Matching refs:CG

1058 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);  in zval_update_class_constant()
1092 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants()
1112CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval*… in zend_update_class_constants()
1856 for (zend_hash_internal_pointer_reset_ex(CG(class_table), &pos); in zend_collect_module_handlers()
1857 zend_hash_get_current_data_ex(CG(class_table), (void *) &pce, &pos) == SUCCESS; in zend_collect_module_handlers()
1858 zend_hash_move_forward_ex(CG(class_table), &pos)) { in zend_collect_module_handlers()
1871 for (zend_hash_internal_pointer_reset_ex(CG(class_table), &pos); in zend_collect_module_handlers()
1872 zend_hash_get_current_data_ex(CG(class_table), (void *) &pce, &pos) == SUCCESS; in zend_collect_module_handlers()
1873 zend_hash_move_forward_ex(CG(class_table), &pos)) { in zend_collect_module_handlers()
2048 target_function_table = CG(function_table); in zend_register_functions()
2295 target_function_table = CG(function_table); in zend_unregister_functions()
2510 …zend_hash_quick_update(CG(class_table), lowercase_name, class_entry->name_length+1, INTERNED_HASH(… in do_register_internal_class()
2512 …zend_hash_update(CG(class_table), lowercase_name, class_entry->name_length+1, &class_entry, sizeof… in do_register_internal_class()
2530 …if (zend_hash_find(CG(class_table), parent_name, strlen(parent_name)+1, (void **) &pce)==FAILURE) { in zend_register_internal_class_ex()
2581 ret = zend_hash_add(CG(class_table), lcname+1, name_len, &ce, sizeof(zend_class_entry *), NULL); in zend_register_class_alias_ex()
2583 ret = zend_hash_add(CG(class_table), lcname, name_len+1, &ce, sizeof(zend_class_entry *), NULL); in zend_register_class_alias_ex()
2631 if (zend_hash_del(CG(function_table), function_name, function_name_length+1)==FAILURE) { in zend_disable_function()
2635 …return zend_register_functions(NULL, disabled_function, CG(function_table), MODULE_PERSISTENT TSRM… in zend_disable_function()
2664 …if (zend_hash_find(CG(class_table), class_name, class_name_length+1, (void **)&disabled_class)==FA… in zend_disable_class()