Home
last modified time | relevance | path

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

/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_frame.c57 zval *p = ZEND_CALL_ARG(ex, 1); in phpdbg_compile_stackframe()
/PHP-8.4/Zend/
H A Dzend_builtin_functions.c249 arg = ZEND_CALL_ARG(ex, requested_offset + 1); in ZEND_FUNCTION()
284 p = ZEND_CALL_ARG(ex, 1); in ZEND_FUNCTION()
1674 zval *p = ZEND_CALL_ARG(call, 1); in debug_backtrace_get_args()
H A Dzend_execute.h327 zval *p = ZEND_CALL_ARG(call, 1); in zend_vm_stack_free_args()
H A Dzend_execute_API.c863 zval *param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
928 target = ZEND_CALL_ARG(call, arg_num); in zend_call_function()
H A Dzend_compile.h695 #define ZEND_CALL_ARG(call, n) \ macro
H A Dzend_API.c54 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_get_parameters_array_ex()
76 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_copy_parameters_array()
1259 *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
1270 arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
H A Dzend_execute.c1287 zval *arg = ZEND_CALL_ARG(call, 1); in zend_verify_internal_arg_types()
4367 zval *src = ZEND_CALL_ARG(call, 1); in zend_vm_stack_copy_call_frame()
4368 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame()
4510 zval *p = ZEND_CALL_ARG(call, 1); in zend_unfinished_calls_gc()
H A Dzend_vm_def.h5245 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5359 top = ZEND_CALL_ARG(EX(call), arg_num);
5454 param = ZEND_CALL_ARG(EX(call), 1);
5495 param = ZEND_CALL_ARG(EX(call), 1);
8857 zval *p = ZEND_CALL_ARG(execute_data, 1);
8877 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name);
8879 zval *call_args = ZEND_CALL_ARG(call, 2);
H A Dzend_API.h1615 _real_arg = ZEND_CALL_ARG(execute_data, 0);
H A Dzend_vm_execute.h2345 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2459 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2554 param = ZEND_CALL_ARG(EX(call), 1); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2595 param = ZEND_CALL_ARG(EX(call), 1); in ZEND_SEND_ARRAY_SPEC_HANDLER()
3441 zval *p = ZEND_CALL_ARG(execute_data, 1); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3461 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3463 zval *call_args = ZEND_CALL_ARG(call, 2); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3584 zval *p = ZEND_CALL_ARG(execute_data, 1); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3604 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3606 zval *call_args = ZEND_CALL_ARG(call, 2); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/PHP-8.4/ext/opcache/
H A Dzend_accelerator_module.c382 zval *zv = ZEND_CALL_ARG(execute_data , 1);

Completed in 336 milliseconds