Lines Matching refs:function_table

493 	if (&ce->function_table) {  in _class_string()
495 count = zend_hash_num_elements(&ce->function_table); in _class_string()
500 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
502 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string()
508 zend_hash_move_forward_ex(&ce->function_table, &pos); in _class_string()
518 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
520 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string()
527 zend_hash_move_forward_ex(&ce->function_table, &pos); in _class_string()
592 if (&ce->function_table) { in _class_string()
593 count = zend_hash_num_elements(&ce->function_table) - count_static_funcs; in _class_string()
601 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
603 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string()
615 …|| zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_… in _class_string()
634 zend_hash_move_forward_ex(&ce->function_table, &pos); in _class_string()
853 …if (zend_hash_find(&fptr->common.scope->parent->function_table, lc_name, lc_name_len + 1, (void**)… in _function_string()
1116 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in _extension_string()
1117 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
1126 zend_hash_move_forward_ex(CG(function_table), &iterator); in _extension_string()
1398 fci.function_table = NULL; in _reflection_export()
1434 fci.function_table = &reflection_ptr->function_table; in _reflection_export()
1633 if (zend_hash_find(EG(function_table), nsname, name_len + 1, (void **)&fptr) == FAILURE) { in ZEND_METHOD()
1914 fci.function_table = NULL; in ZEND_METHOD()
1981 fci.function_table = NULL; in ZEND_METHOD()
2170 if (zend_hash_find(EG(function_table), lcname, lcname_len + 1, (void**) &fptr) == FAILURE) { in ZEND_METHOD()
2217 …} else if (zend_hash_find(&ce->function_table, lcname, lcname_len + 1, (void **) &fptr) == FAILURE… in ZEND_METHOD()
2234 …} else if (zend_hash_find(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME… in ZEND_METHOD()
2741 } else if (zend_hash_find(&ce->function_table, lcname, name_len + 1, (void **) &mptr) == FAILURE) { in ZEND_METHOD()
2886 fci.function_table = NULL; in ZEND_METHOD()
2995 fci.function_table = NULL; in ZEND_METHOD()
3674 || zend_hash_exists(&ce->function_table, lc_name, name_len + 1)) { in ZEND_METHOD()
3718 } else if (zend_hash_find(&ce->function_table, lc_name, name_len + 1, (void**) &mptr) == SUCCESS) { in ZEND_METHOD()
3789 …zend_hash_apply_with_arguments(&ce->function_table TSRMLS_CC, (apply_func_args_t) _addmethod_va, 4… in ZEND_METHOD()
4231 fci.function_table = EG(function_table); in ZEND_METHOD()
4336 fci.function_table = EG(function_table); in ZEND_METHOD()
5277 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_METHOD()
5278 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in ZEND_METHOD()
5285 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_METHOD()