Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c2656 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION()
2660 if (EX_NUM_ARGS()) { in ZEND_FUNCTION()
2662 sizeof(ffi_type*) * EX_NUM_ARGS(), arg_types_use_heap); in ZEND_FUNCTION()
2664 (sizeof(void*) + ZEND_FFI_SIZEOF_ARG) * EX_NUM_ARGS(), arg_values_use_heap); in ZEND_FUNCTION()
2678 for (; n < EX_NUM_ARGS(); n++) { in ZEND_FUNCTION()
2701 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION()
2705 if (EX_NUM_ARGS()) { in ZEND_FUNCTION()
2707 (sizeof(ffi_type*) + sizeof(ffi_type)) * EX_NUM_ARGS(), arg_types_use_heap); in ZEND_FUNCTION()
2709 (sizeof(void*) + ZEND_FFI_SIZEOF_ARG) * EX_NUM_ARGS(), arg_values_use_heap); in ZEND_FUNCTION()
2751 if (EX_NUM_ARGS()) { in ZEND_FUNCTION()
[all …]
/PHP-7.4/Zend/
H A Dzend_generators.c290 size += EX_NUM_ARGS() - op_array->num_args; in calc_gc_buffer_size()
377 zval *end = zv + (EX_NUM_ARGS() - op_array->num_args); in zend_generator_get_gc()
H A Dzend_compile.h580 #define EX_NUM_ARGS() ZEND_CALL_NUM_ARGS(execute_data) macro
H A Dzend_API.h372 #define ARG_COUNT(dummy) EX_NUM_ARGS()
373 #define ZEND_NUM_ARGS() EX_NUM_ARGS()
1143 int _num_args = EX_NUM_ARGS(); \
H A Dzend_execute.c1152 EX_NUM_ARGS(), in zend_missing_arg_error()
1162 EX_NUM_ARGS(), in zend_missing_arg_error()
3539 uint32_t num_args = EX_NUM_ARGS(); in zend_copy_extra_args()
3609 num_args = EX_NUM_ARGS(); in i_init_func_execute_data()
H A Dzend_vm_def.h4446 num_args = EX_NUM_ARGS();
5218 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
5244 if (arg_num > EX_NUM_ARGS()) {
5289 uint32_t arg_count = EX_NUM_ARGS();
8270 uint32_t num_args = EX_NUM_ARGS();
8789 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS());
8799 arg_count = EX_NUM_ARGS();
H A Dzend_vm_execute.h1800 num_args = EX_NUM_ARGS(); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
2764 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3059 if (arg_num > EX_NUM_ARGS()) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
3160 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) { in ZEND_RECV_SPEC_UNUSED_HANDLER()
3180 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
9819 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
34659 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS()); in ZEND_FUNC_NUM_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34669 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c1044 EX_NUM_ARGS() = num_args; in ct_eval_func_call()

Completed in 212 milliseconds