Home
last modified time | relevance | path

Searched refs:ZEND_INTERNAL_FUNCTION (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute_API.c107 return (function->type == ZEND_INTERNAL_FUNCTION) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_function()
113 return (function->type != ZEND_INTERNAL_FUNCTION); in clean_non_persistent_function_full()
359 case ZEND_INTERNAL_FUNCTION: in get_active_class_name()
393 case ZEND_INTERNAL_FUNCTION: in get_active_function_name()
862 if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION in zend_call_function()
924 } else if (EX(function_state).function->type != ZEND_INTERNAL_FUNCTION) { in zend_call_function()
983 } else if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION) { in zend_call_function()
H A Dzend_closures.c97 invoke->type = ZEND_INTERNAL_FUNCTION; in zend_get_closure_invoke_method()
H A Dzend_opcode.c117 case ZEND_INTERNAL_FUNCTION: in destroy_zend_function()
H A Dzend_builtin_functions.c1093 if (func->type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
1283 if (retval && func->type == ZEND_INTERNAL_FUNCTION && in ZEND_FUNCTION()
1616 if (func->type == ZEND_INTERNAL_FUNCTION) { in copy_function_name()
2159 !(prev->function_state.function->common.type == ZEND_INTERNAL_FUNCTION && in zend_fetch_debug_backtrace()
H A Dzend_object_handlers.c831 call_user_call->type = ZEND_INTERNAL_FUNCTION; in zend_get_user_call_function()
966 callstatic_user_call->type = ZEND_INTERNAL_FUNCTION; in zend_get_user_callstatic_function()
H A Dzend_API.c1822 internal_function->type = ZEND_INTERNAL_FUNCTION; in zend_register_functions()
2556 fcc->function_handler->internal_function.type = ZEND_INTERNAL_FUNCTION; in zend_is_callable_check_func()
2754 ((fcc->function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_is_callable_ex()
2832 ((fcc->function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_is_callable_ex()
2910 ((fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_make_callable()
H A Dzend_compile.h668 #define ZEND_INTERNAL_FUNCTION 1 macro
H A Dzend_vm_def.h2303 if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION) { in ZEND_VM_HELPER()
2716 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION &&
H A Dzend_compile.c1574 (function->type == ZEND_INTERNAL_FUNCTION))) { in zend_do_begin_function_call()
H A Dzend_vm_execute.h303 if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION) { in zend_do_fcall_common_helper_SPEC()
8405 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION && in ZEND_SEND_REF_SPEC_VAR_HANDLER()
22320 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION && in ZEND_SEND_REF_SPEC_CV_HANDLER()
/PHP-5.3/ext/com_dotnet/
H A Dcom_handlers.c411 f.type = ZEND_INTERNAL_FUNCTION; \ in com_constructor_get()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c245 && fptr->type == ZEND_INTERNAL_FUNCTION in _copy_function()
263 && fptr->type == ZEND_INTERNAL_FUNCTION in _free_function()
818 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { in _function_string()
1616 RETURN_BOOL(fptr->type == ZEND_INTERNAL_FUNCTION); in ZEND_METHOD()
1644 …RETURN_BOOL(fptr->type == ZEND_INTERNAL_FUNCTION && fptr->internal_function.handler == zif_display… in ZEND_METHOD()
1940 if (fptr->type != ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
1964 if (fptr->type != ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
2748 if (mptr->type == ZEND_INTERNAL_FUNCTION && in ZEND_METHOD()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1302 ifunc->type = ZEND_INTERNAL_FUNCTION; in pdo_hash_methods()
H A Dpdo_stmt.c2729 ctor.type = ZEND_INTERNAL_FUNCTION; in row_get_ctor()
/PHP-5.3/ext/soap/
H A Dsoap.c728 fe.type = ZEND_INTERNAL_FUNCTION; in PHP_MINIT_FUNCTION()

Completed in 185 milliseconds