Home
last modified time | relevance | path

Searched refs:ZEND_CALL_NUM_ARGS (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_execute.h176 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
219 zval *p = end + (ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args); in zend_vm_stack_free_extra_args_ex()
242 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
H A Dzend_generators.c43 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
48 …all) + ZEND_CALL_FRAME_SLOT, ((zval*)call) + ZEND_CALL_FRAME_SLOT, ZEND_CALL_NUM_ARGS(call) * size… in zend_generator_restore_call_stack()
70 used_stack += ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
79 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
H A Dzend_compile.h501 #define ZEND_CALL_NUM_ARGS(call) \ macro
520 #define EX_NUM_ARGS() ZEND_CALL_NUM_ARGS(execute_data)
H A Dzend_builtin_functions.c523 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
555 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
563 …if ((zend_ulong)requested_offset >= first_extra_arg && (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg))… in ZEND_FUNCTION()
593 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
2301 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in debug_backtrace_get_args()
H A Dzend_API.c56 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_get_parameters()
91 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_get_parameters_ex()
115 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
137 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
890 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_parse_va_args()
H A Dzend_execute.c871 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_verify_internal_arg_types()
2409 ZEND_CALL_NUM_ARGS(call) = 0; in cleanup_unfinished_calls()
2423 ZEND_CALL_NUM_ARGS(call) = opline->op2.num; in cleanup_unfinished_calls()
H A Dzend_execute_API.c822 ZEND_CALL_NUM_ARGS(call) = i; in zend_call_function()
H A Dzend_vm_def.h4537 arg_num = ZEND_CALL_NUM_ARGS(EX(call)) + 1;
4586 ZEND_CALL_NUM_ARGS(EX(call))++;
4658 ZEND_CALL_NUM_ARGS(EX(call))++;
4739 ZEND_CALL_NUM_ARGS(EX(call))++;
7972 ZEND_CALL_NUM_ARGS(call) = 2;
H A Dzend_vm_execute.h1246 arg_num = ZEND_CALL_NUM_ARGS(EX(call)) + 1;
1295 ZEND_CALL_NUM_ARGS(EX(call))++;
1367 ZEND_CALL_NUM_ARGS(EX(call))++;
1448 ZEND_CALL_NUM_ARGS(EX(call))++;
1975 ZEND_CALL_NUM_ARGS(call) = 2;
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c58 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
67 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()

Completed in 270 milliseconds