Searched refs:ZEND_CALL_ARG (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 59 zval *p = ZEND_CALL_ARG(ex, 1); in phpdbg_compile_stackframe()
|
/PHP-7.1/Zend/ |
H A D | zend_execute.h | 245 zval *end = ZEND_CALL_ARG(call, 1); in zend_vm_stack_free_args()
|
H A D | zend_API.c | 55 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 D | zend_builtin_functions.c | 566 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 D | zend_closures.c | 55 zval *arguments = ZEND_CALL_ARG(execute_data, 1); in ZEND_METHOD()
|
H A D | zend_compile.h | 513 #define ZEND_CALL_ARG(call, n) \ macro
|
H A D | zend_execute.c | 872 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 D | zend_execute_API.c | 840 param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
|
H A D | zend_vm_def.h | 4571 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 D | zend_API.h | 747 _real_arg = ZEND_CALL_ARG(execute_data, 0);
|
H A D | zend_compile.c | 3167 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 D | zend_vm_execute.h | 1280 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 234 milliseconds