Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c57 zval *p = ZEND_CALL_ARG(ex, 1); in phpdbg_compile_stackframe()
/php-src/Zend/
H A Dzend_builtin_functions.c222 arg = ZEND_CALL_ARG(ex, requested_offset + 1); in ZEND_FUNCTION()
257 p = ZEND_CALL_ARG(ex, 1); in ZEND_FUNCTION()
1617 zval *p = ZEND_CALL_ARG(call, 1); in debug_backtrace_get_args()
H A Dzend_execute.h321 zval *p = ZEND_CALL_ARG(call, 1); in zend_vm_stack_free_args()
H A Dzend_execute_API.c838 zval *param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
903 target = ZEND_CALL_ARG(call, arg_num); in zend_call_function()
H A Dzend_compile.h643 #define ZEND_CALL_ARG(call, n) \ macro
H A Dzend_API.c53 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_get_parameters_array_ex()
75 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_copy_parameters_array()
1253 *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
1264 arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
H A Dzend_execute.c1248 zval *arg = ZEND_CALL_ARG(call, 1); in zend_verify_internal_arg_types()
4171 zval *src = ZEND_CALL_ARG(call, 1); in zend_vm_stack_copy_call_frame()
4172 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame()
4314 zval *p = ZEND_CALL_ARG(call, 1); in zend_unfinished_calls_gc()
H A Dzend_vm_def.h5170 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5284 top = ZEND_CALL_ARG(EX(call), arg_num);
5379 param = ZEND_CALL_ARG(EX(call), 1);
5420 param = ZEND_CALL_ARG(EX(call), 1);
8806 zval *p = ZEND_CALL_ARG(execute_data, 1);
8826 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name);
8828 zval *call_args = ZEND_CALL_ARG(call, 2);
H A Dzend_API.h1612 _real_arg = ZEND_CALL_ARG(execute_data, 0);
H A Dzend_vm_execute.h2293 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2407 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2502 param = ZEND_CALL_ARG(EX(call), 1); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2543 param = ZEND_CALL_ARG(EX(call), 1); in ZEND_SEND_ARRAY_SPEC_HANDLER()
3418 zval *p = ZEND_CALL_ARG(execute_data, 1); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3438 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3440 zval *call_args = ZEND_CALL_ARG(call, 2); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3561 zval *p = ZEND_CALL_ARG(execute_data, 1); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3581 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3583 zval *call_args = ZEND_CALL_ARG(call, 2); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c381 zval *zv = ZEND_CALL_ARG(execute_data , 1);

Completed in 218 milliseconds