Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.h192 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_stack_push_call_frame_ex()
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_compile.h479 #define ZEND_CALL_NUM_ARGS(call) \ macro
498 #define EX_NUM_ARGS() ZEND_CALL_NUM_ARGS(execute_data)
H A Dzend_builtin_functions.c452 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
484 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
492 if (requested_offset >= first_extra_arg && (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg)) { in ZEND_FUNCTION()
518 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
2218 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in debug_backtrace_get_args()
H A Dzend_API.c55 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_get_parameters()
90 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_get_parameters_ex()
114 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
136 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
889 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_parse_va_args()
H A Dzend_execute.c2325 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_create_generator_execute_data()
2485 ZEND_CALL_NUM_ARGS(call) = 0; in cleanup_unfinished_calls()
2498 ZEND_CALL_NUM_ARGS(call) = opline->op2.num; in cleanup_unfinished_calls()
H A Dzend_vm_def.h3697 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);
3818 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);
4463 arg_num = ZEND_CALL_NUM_ARGS(EX(call)) + 1;
4512 ZEND_CALL_NUM_ARGS(EX(call))++;
4590 ZEND_CALL_NUM_ARGS(EX(call))++;
4686 ZEND_CALL_NUM_ARGS(EX(call))++;
7943 ZEND_CALL_NUM_ARGS(call) = 2;
7983 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);
H A Dzend_execute_API.c811 ZEND_CALL_NUM_ARGS(call) = i; in zend_call_function()
H A Dzend_vm_execute.h695 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);
816 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);
947 arg_num = ZEND_CALL_NUM_ARGS(EX(call)) + 1;
996 ZEND_CALL_NUM_ARGS(EX(call))++;
1074 ZEND_CALL_NUM_ARGS(EX(call))++;
1170 ZEND_CALL_NUM_ARGS(EX(call))++;
1732 ZEND_CALL_NUM_ARGS(call) = 2;
1772 uint32_t num_args = ZEND_CALL_NUM_ARGS(call);

Completed in 275 milliseconds