Lines Matching refs:function_table
512 if (&ce->function_table) { in _class_string()
514 count = zend_hash_num_elements(&ce->function_table); in _class_string()
519 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
521 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()
537 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
539 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string()
546 zend_hash_move_forward_ex(&ce->function_table, &pos); in _class_string()
611 if (&ce->function_table) { in _class_string()
612 count = zend_hash_num_elements(&ce->function_table) - count_static_funcs; in _class_string()
620 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); in _class_string()
622 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string()
634 …|| zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_… in _class_string()
653 zend_hash_move_forward_ex(&ce->function_table, &pos); in _class_string()
891 …if (zend_hash_find(&fptr->common.scope->parent->function_table, lc_name, lc_name_len + 1, (void**)… in _function_string()
1154 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in _extension_string()
1155 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
1164 zend_hash_move_forward_ex(CG(function_table), &iterator); in _extension_string()
1436 fci.function_table = NULL; in _reflection_export()
1472 fci.function_table = &reflection_ptr->function_table; in _reflection_export()
1671 if (zend_hash_find(EG(function_table), nsname, name_len + 1, (void **)&fptr) == FAILURE) { in ZEND_METHOD()
1952 fci.function_table = NULL; in ZEND_METHOD()
2019 fci.function_table = NULL; in ZEND_METHOD()
2208 if (zend_hash_find(EG(function_table), lcname, lcname_len + 1, (void**) &fptr) == FAILURE) { in ZEND_METHOD()
2255 …} else if (zend_hash_find(&ce->function_table, lcname, lcname_len + 1, (void **) &fptr) == FAILURE… in ZEND_METHOD()
2272 …} else if (zend_hash_find(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME… in ZEND_METHOD()
2807 } else if (zend_hash_find(&ce->function_table, lcname, name_len + 1, (void **) &mptr) == FAILURE) { in ZEND_METHOD()
2952 fci.function_table = NULL; in ZEND_METHOD()
3061 fci.function_table = NULL; in ZEND_METHOD()
3748 || zend_hash_exists(&ce->function_table, lc_name, name_len + 1)) { in ZEND_METHOD()
3792 } else if (zend_hash_find(&ce->function_table, lc_name, name_len + 1, (void**) &mptr) == SUCCESS) { in ZEND_METHOD()
3863 …zend_hash_apply_with_arguments(&ce->function_table TSRMLS_CC, (apply_func_args_t) _addmethod_va, 4… in ZEND_METHOD()
4305 fci.function_table = EG(function_table); in ZEND_METHOD()
4410 fci.function_table = EG(function_table); in ZEND_METHOD()
5351 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_METHOD()
5352 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in ZEND_METHOD()
5359 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_METHOD()