Lines Matching refs:function_table
512 count = zend_hash_num_elements(&ce->function_table); in _class_string()
516 ZEND_HASH_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
530 ZEND_HASH_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
583 count = zend_hash_num_elements(&ce->function_table) - count_static_funcs; in _class_string()
592 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->function_table, key, mptr) { in _class_string()
843 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
1126 ZEND_HASH_FOREACH_PTR(CG(function_table), fptr) { in _extension_string()
1422 fci.function_table = NULL; in _reflection_export()
1456 fci.function_table = &reflection_ptr->function_table; in _reflection_export()
1657 if ((fptr = zend_hash_str_find_ptr(EG(function_table), nsname, name_len)) == NULL) { in ZEND_METHOD()
1951 fci.function_table = NULL; in ZEND_METHOD()
2011 fci.function_table = NULL; in ZEND_METHOD()
2374 if ((fptr = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len)) == NULL) { in ZEND_METHOD()
2420 } else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, lcname, lcname_len)) == NULL) { in ZEND_METHOD()
2437 …} else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_… in ZEND_METHOD()
3106 } else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lcname, name_len)) == NULL) { in ZEND_METHOD()
3243 fci.function_table = NULL; in ZEND_METHOD()
3350 fci.function_table = NULL; in ZEND_METHOD()
4076 || zend_hash_str_exists(&ce->function_table, lc_name, name_len)) { in ZEND_METHOD()
4122 } else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lc_name, name_len)) != NULL) { in ZEND_METHOD()
4193 …zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4654 fci.function_table = EG(function_table); in ZEND_METHOD()
4758 fci.function_table = EG(function_table); in ZEND_METHOD()
5671 ZEND_HASH_FOREACH_PTR(CG(function_table), fptr) { in ZEND_METHOD()