Home
last modified time | relevance | path

Searched refs:ZEND_CALL_ARG (Results 1 – 12 of 12) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c59 zval *p = ZEND_CALL_ARG(ex, 1); in phpdbg_compile_stackframe()
/PHP-7.1/Zend/
H A Dzend_execute.h245 zval *end = ZEND_CALL_ARG(call, 1); in zend_vm_stack_free_args()
H A Dzend_API.c55 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_get_parameters()
90 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_get_parameters_ex()
114 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in _zend_get_parameters_array_ex()
136 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_copy_parameters_array()
913 *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
924 arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
H A Dzend_builtin_functions.c566 arg = ZEND_CALL_ARG(ex, requested_offset + 1); in ZEND_FUNCTION()
601 p = ZEND_CALL_ARG(ex, 1); in ZEND_FUNCTION()
2306 zval *p = ZEND_CALL_ARG(call, 1); in debug_backtrace_get_args()
H A Dzend_closures.c55 zval *arguments = ZEND_CALL_ARG(execute_data, 1); in ZEND_METHOD()
H A Dzend_compile.h513 #define ZEND_CALL_ARG(call, n) \ macro
H A Dzend_execute.c872 zval *p = ZEND_CALL_ARG(call, 1); in zend_verify_internal_arg_types()
2320 zval *src = ZEND_CALL_ARG(call, 1); in zend_vm_stack_copy_call_frame()
2321 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame()
H A Dzend_execute_API.c840 param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
H A Dzend_vm_def.h4571 top = ZEND_CALL_ARG(EX(call), arg_num);
4656 top = ZEND_CALL_ARG(EX(call), arg_num);
4715 param = ZEND_CALL_ARG(EX(call), 1);
7953 zval *p = ZEND_CALL_ARG(execute_data, 1);
7974 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name);
7975 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);
H A Dzend_API.h747 _real_arg = ZEND_CALL_ARG(execute_data, 0);
H A Dzend_compile.c3167 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_count); in zend_compile_args()
3248 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_num); in zend_compile_args()
3601 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, i); in zend_compile_func_cuf()
H A Dzend_vm_execute.h1280 top = ZEND_CALL_ARG(EX(call), arg_num);
1365 top = ZEND_CALL_ARG(EX(call), arg_num);
1424 param = ZEND_CALL_ARG(EX(call), 1);
1956 zval *p = ZEND_CALL_ARG(execute_data, 1);
1977 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name);
1978 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);

Completed in 222 milliseconds