Home
last modified time | relevance | path

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

/PHP-5.4/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) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_function_full()
352 case ZEND_INTERNAL_FUNCTION: in get_active_class_name()
386 case ZEND_INTERNAL_FUNCTION: in get_active_function_name()
913 } else if (EX(function_state).function->type != ZEND_INTERNAL_FUNCTION) { in zend_call_function()
972 } else if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION) { in zend_call_function()
H A Dzend_builtin_functions.c1145 if (func->type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
1378 if (retval && func->type == ZEND_INTERNAL_FUNCTION && in ZEND_FUNCTION()
1735 if (func->type == ZEND_INTERNAL_FUNCTION) { in copy_function_name()
2298 !(prev->function_state.function->common.type == ZEND_INTERNAL_FUNCTION && in zend_fetch_debug_backtrace()
2483 if (zif->common.type==ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
H A Dzend_closures.c159 invoke->type = ZEND_INTERNAL_FUNCTION; in zend_get_closure_invoke_method()
H A Dzend_opcode.c114 case ZEND_INTERNAL_FUNCTION: in destroy_zend_function()
H A Dzend_API.c1987 internal_function->type = ZEND_INTERNAL_FUNCTION; in zend_register_functions()
2808 fcc->function_handler->internal_function.type = ZEND_INTERNAL_FUNCTION; in zend_is_callable_check_func()
3004 ((fcc->function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_is_callable_ex()
3082 ((fcc->function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_is_callable_ex()
3160 ((fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in zend_make_callable()
H A Dzend_object_handlers.c989 call_user_call->type = ZEND_INTERNAL_FUNCTION; in zend_get_user_call_function()
1132 callstatic_user_call->type = ZEND_INTERNAL_FUNCTION; in zend_get_user_callstatic_function()
H A Dzend_compile.h735 #define ZEND_INTERNAL_FUNCTION 1 macro
H A Dzend_vm_def.h2663 if (fbc->type == ZEND_INTERNAL_FUNCTION) { in ZEND_VM_HELPER()
3155 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION &&
H A Dzend_compile.c1945 (function->type == ZEND_INTERNAL_FUNCTION))) { in zend_do_begin_function_call()
H A Dzend_vm_execute.h621 if (fbc->type == ZEND_INTERNAL_FUNCTION) { in zend_do_fcall_common_helper_SPEC()
11223 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION && in ZEND_SEND_REF_SPEC_VAR_HANDLER()
27212 EX(function_state).function->type == ZEND_INTERNAL_FUNCTION && in ZEND_SEND_REF_SPEC_CV_HANDLER()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c257 && fptr->type == ZEND_INTERNAL_FUNCTION in _copy_function()
275 && fptr->type == ZEND_INTERNAL_FUNCTION in _free_function()
843 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { in _function_string()
1115 if (fptr->common.type==ZEND_INTERNAL_FUNCTION in _extension_string()
1765 RETURN_BOOL(fptr->type == ZEND_INTERNAL_FUNCTION); in ZEND_METHOD()
1793 …RETURN_BOOL(fptr->type == ZEND_INTERNAL_FUNCTION && fptr->internal_function.handler == zif_display… in ZEND_METHOD()
2089 if (fptr->type != ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
2113 if (fptr->type != ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
2802 if (Z_OBJCE_P(obj) == zend_ce_closure && mptr->type == ZEND_INTERNAL_FUNCTION && in ZEND_METHOD()
3010 if (mptr->type == ZEND_INTERNAL_FUNCTION && in ZEND_METHOD()
[all …]
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c411 f.type = ZEND_INTERNAL_FUNCTION; \ in com_constructor_get()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c1311 ifunc->type = ZEND_INTERNAL_FUNCTION; in pdo_hash_methods()
H A Dpdo_stmt.c2732 ctor.type = ZEND_INTERNAL_FUNCTION; in row_get_ctor()
/PHP-5.4/ext/soap/
H A Dsoap.c632 fe.type = ZEND_INTERNAL_FUNCTION; in PHP_MINIT_FUNCTION()

Completed in 208 milliseconds