Home
last modified time | relevance | path

Searched refs:function_state (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_execute_API.c801 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
817 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
818 EX(function_state).function->common.scope ? "::" : "", in zend_call_function()
819 EX(function_state).function->common.function_name); in zend_call_function()
842 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
843 EX(function_state).function->common.scope ? "::" : "", in zend_call_function()
844 EX(function_state).function->common.function_name); in zend_call_function()
918 EG(scope) = EX(function_state).function->common.scope; in zend_call_function()
947 if (EX(function_state).function->common.scope) { in zend_call_function()
948 EG(scope) = EX(function_state).function->common.scope; in zend_call_function()
[all …]
H A Dzend_builtin_functions.c395 if (ex && ex->function_state.arguments) { in ZEND_FUNCTION()
424 if (!ex || !ex->function_state.arguments) { in ZEND_FUNCTION()
429 p = ex->function_state.arguments; in ZEND_FUNCTION()
454 if (!ex || !ex->function_state.arguments) { in ZEND_FUNCTION()
459 p = ex->function_state.arguments; in ZEND_FUNCTION()
2114 ptr->function_state.function->common.scope, in ZEND_FUNCTION()
2115 ptr->function_state.function) : in ZEND_FUNCTION()
2202 if (prev->function_state.function && in ZEND_FUNCTION()
2281 if (prev->function_state.function && in zend_fetch_debug_backtrace()
2303 ptr->function_state.function) : in zend_fetch_debug_backtrace()
[all …]
H A Dzend_execute.h310 void **p = ex->function_state.arguments; in zend_vm_stack_get_args_count_ex()
319 void **p = ex->function_state.arguments; in zend_vm_stack_get_arg_ex()
H A Dzend_execute.c1479 ((zend_internal_function *) execute_data_ptr->function_state.function)->handler(fci->param_count, in execute_internal()
1484 …((zend_internal_function *) execute_data_ptr->function_state.function)->handler(execute_data_ptr->… in execute_internal()
1485 …(execute_data_ptr->function_state.function->common.fn_flags & ZEND_ACC_RETURN_REFERENCE)?return_va… in execute_internal()
1613 EX(prev_execute_data)->function_state.function = (zend_function*)op_array; in i_create_execute_data_from_op_array()
1614 …EX(prev_execute_data)->function_state.arguments = (void**)((char*)ZEND_VM_STACK_ELEMETS(EG(argumen… in i_create_execute_data_from_op_array()
1617 *EX(prev_execute_data)->function_state.arguments = (void*)(zend_uintptr_t)args_count; in i_create_execute_data_from_op_array()
1670 EX(function_state).function = (zend_function *) op_array; in i_create_execute_data_from_op_array()
1671 EX(function_state).arguments = NULL; in i_create_execute_data_from_op_array()
H A Dzend_vm_def.h1857 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
1858 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
1881 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
1882 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
1922 zend_function *fbc = EX(function_state).function; in ZEND_VM_HELPER()
1963 EX(function_state).arguments = zend_vm_stack_top(TSRMLS_C); in ZEND_VM_HELPER()
1970 zval **p = (zval**)EX(function_state).arguments; in ZEND_VM_HELPER()
2059 EX(function_state).function = (zend_function *) EX(op_array); in ZEND_VM_HELPER()
2060 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
2803 EX(function_state).function = EX(call)->fbc;
[all …]
H A Dzend_closures.c50 zend_function *func = EG(current_execute_data)->function_state.function; in ZEND_METHOD()
H A Dzend_generators.c137 void **arguments = prev_execute_data->function_state.arguments; in zend_generator_close()
H A Dzend_object_handlers.c875 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call()
1093 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call()
H A Dzend_compile.h386 zend_function_state function_state; member
H A Dzend_API.c770 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
790 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
813 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
H A Dzend_vm_execute.h418 EX(function_state).function = (zend_function *) EX(op_array); in zend_leave_helper_SPEC()
419 EX(function_state).arguments = NULL; in zend_leave_helper_SPEC()
442 EX(function_state).function = (zend_function *) EX(op_array); in zend_leave_helper_SPEC()
443 EX(function_state).arguments = NULL; in zend_leave_helper_SPEC()
483 zend_function *fbc = EX(function_state).function; in zend_do_fcall_common_helper_SPEC()
524 EX(function_state).arguments = zend_vm_stack_top(TSRMLS_C); in zend_do_fcall_common_helper_SPEC()
531 zval **p = (zval**)EX(function_state).arguments; in zend_do_fcall_common_helper_SPEC()
620 EX(function_state).function = (zend_function *) EX(op_array); in zend_do_fcall_common_helper_SPEC()
621 EX(function_state).arguments = NULL; in zend_do_fcall_common_helper_SPEC()
684 EX(function_state).function = EX(call)->fbc; in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php_trace.c77 …if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, function_state.function), &l… in fpm_php_trace_dump()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c258 ((zend_internal_function*)EG(current_execute_data)->function_state.function)->function_name, in PHP_FUNCTION()
H A Dcom_com.c472 …zend_internal_function *f = (zend_internal_function*)EG(current_execute_data)->function_state.func… in php_com_do_invoke_byref()
/PHP-5.5/
H A D.gdbinit54 set $fst = $t->function_state
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1128 EX(function_state).function = pce->constructor; in do_cli()

Completed in 241 milliseconds