Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c2756 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION()
2760 if (EX_NUM_ARGS()) { in ZEND_FUNCTION()
2762 sizeof(ffi_type*) * EX_NUM_ARGS(), arg_types_use_heap); in ZEND_FUNCTION()
2764 (sizeof(void*) + ZEND_FFI_SIZEOF_ARG) * EX_NUM_ARGS(), arg_values_use_heap); in ZEND_FUNCTION()
2778 for (; n < EX_NUM_ARGS(); n++) { in ZEND_FUNCTION()
2779 … arg_values[n] = ((char*)arg_values) + (sizeof(void*) * EX_NUM_ARGS()) + (ZEND_FFI_SIZEOF_ARG * n); in ZEND_FUNCTION()
2801 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION()
2805 if (EX_NUM_ARGS()) { in ZEND_FUNCTION()
2807 (sizeof(ffi_type*) + sizeof(ffi_type)) * EX_NUM_ARGS(), arg_types_use_heap); in ZEND_FUNCTION()
2809 (sizeof(void*) + ZEND_FFI_SIZEOF_ARG) * EX_NUM_ARGS(), arg_values_use_heap); in ZEND_FUNCTION()
[all …]
/php-src/Zend/
H A Dzend_compile.h650 #define EX_NUM_ARGS() ZEND_CALL_NUM_ARGS(execute_data) macro
H A Dzend_execute.c1380 EX_NUM_ARGS(), in zend_missing_arg_error()
1390 EX_NUM_ARGS(), in zend_missing_arg_error()
3940 uint32_t num_args = EX_NUM_ARGS(); in zend_copy_extra_args()
4010 num_args = EX_NUM_ARGS(); in i_init_func_execute_data()
4581 zval *end = zv + (EX_NUM_ARGS() - op_array->num_args); in zend_unfinished_execution_gc_ex()
H A Dzend_vm_def.h4518 num_args = EX_NUM_ARGS();
5538 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
5556 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
5573 if (arg_num > EX_NUM_ARGS()) {
5617 uint32_t arg_count = EX_NUM_ARGS();
8800 uint32_t num_args = EX_NUM_ARGS();
9469 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS());
9479 arg_count = EX_NUM_ARGS();
H A Dzend_API.h529 #define ZEND_NUM_ARGS() EX_NUM_ARGS()
1587 uint32_t _num_args = EX_NUM_ARGS(); \
H A Dzend_vm_execute.h2165 num_args = EX_NUM_ARGS(); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
2625 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) { in ZEND_RECV_NOTYPE_SPEC_HANDLER()
3412 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3555 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3950 if (arg_num > EX_NUM_ARGS()) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
4049 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) { in ZEND_RECV_SPEC_UNUSED_HANDLER()
4066 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
11153 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
37250 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS()); in ZEND_FUNC_NUM_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
37260 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c129 uint32_t num_args = EX_NUM_ARGS(); in zend_jit_copy_extra_args_helper()
/php-src/Zend/Optimizer/
H A Dsccp.c826 EX_NUM_ARGS() = num_args; in ct_eval_func_call_ex()

Completed in 333 milliseconds