Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute_API.c835 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
851 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
852 EX(function_state).function->common.scope ? "::" : "", in zend_call_function()
853 EX(function_state).function->common.function_name); in zend_call_function()
886 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_call_function()
887 EX(function_state).function->common.scope ? "::" : "", in zend_call_function()
888 EX(function_state).function->common.function_name); in zend_call_function()
955 EG(scope) = EX(function_state).function->common.scope; in zend_call_function()
986 if (EX(function_state).function->common.scope) { in zend_call_function()
987 EG(scope) = EX(function_state).function->common.scope; in zend_call_function()
[all …]
H A Dzend_builtin_functions.c371 if (ex && ex->function_state.arguments) { in ZEND_FUNCTION()
400 if (!ex || !ex->function_state.arguments) { in ZEND_FUNCTION()
405 p = ex->function_state.arguments; in ZEND_FUNCTION()
430 if (!ex || !ex->function_state.arguments) { in ZEND_FUNCTION()
435 p = ex->function_state.arguments; in ZEND_FUNCTION()
1997 if (ptr->function_state.function->common.scope) { in ZEND_FUNCTION()
2010 } else if (ptr->function_state.function->common.scope) { in ZEND_FUNCTION()
2079 if (prev->function_state.function && in ZEND_FUNCTION()
2157 if (prev->function_state.function && in zend_fetch_debug_backtrace()
2179 if (ptr->function_state.function->common.scope) { in zend_fetch_debug_backtrace()
[all …]
H A Dzend_vm_execute.skl59 EX(function_state).function = (zend_function *) op_array;
60 EX(function_state).arguments = NULL;
H A Dzend_vm_def.h2180 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
2222 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
2270 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in ZEND_VM_HELPER()
2275 if (EX(function_state).function->common.scope && in ZEND_VM_HELPER()
2290 EX(function_state).function->common.scope) { in ZEND_VM_HELPER()
2296 …EG(scope) = (EX(function_state).function->type == ZEND_USER_FUNCTION || !EX(object)) ? EX(function… in ZEND_VM_HELPER()
2304 if (EX(function_state).function->common.arg_info) { in ZEND_VM_HELPER()
2306 zval **p = (zval**)EX(function_state).arguments; in ZEND_VM_HELPER()
2380 efree(EX(function_state).function); in ZEND_VM_HELPER()
2393 EX(function_state).arguments = NULL; in ZEND_VM_HELPER()
[all …]
H A Dzend_closures.c49 zend_function *func = EG(current_execute_data)->function_state.function; in ZEND_METHOD()
H A Dzend_execute.h325 void **p = EG(current_execute_data)->prev_execute_data->function_state.arguments; in zend_vm_stack_get_arg()
H A Dzend_execute.c1273 …te_data_ptr->function_state.function)->handler(execute_data_ptr->opline->extended_value, *return_v… in execute_internal()
H A Dzend_object_handlers.c705 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call()
921 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call()
H A Dzend_vm_execute.h97 EX(function_state).arguments = NULL; in execute()
180 EX(function_state).arguments = NULL; in zend_leave_helper_SPEC()
222 EX(function_state).arguments = NULL; in zend_leave_helper_SPEC()
270 … EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", in zend_do_fcall_common_helper_SPEC()
275 if (EX(function_state).function->common.scope && in zend_do_fcall_common_helper_SPEC()
290 EX(function_state).function->common.scope) { in zend_do_fcall_common_helper_SPEC()
304 if (EX(function_state).function->common.arg_info) { in zend_do_fcall_common_helper_SPEC()
306 zval **p = (zval**)EX(function_state).arguments; in zend_do_fcall_common_helper_SPEC()
380 efree(EX(function_state).function); in zend_do_fcall_common_helper_SPEC()
393 EX(function_state).arguments = NULL; in zend_do_fcall_common_helper_SPEC()
[all …]
H A Dzend_compile.h311 zend_function_state function_state; member
H A Dzend_API.c722 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
742 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
765 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_php_trace.c76 …if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, function_state.function), &l… in fpm_php_trace_dump()
/PHP-5.3/
H A D.gdbinit41 if $t->function_state.function->common.function_name
42 printf "%s() ", $t->function_state.function->common.function_name
/PHP-5.3/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.3/sapi/cli/
H A Dphp_cli.c1318 EX(function_state).function = pce->constructor; in WinMain()

Completed in 133 milliseconds