Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dsccp.c826 EX_NUM_ARGS() = num_args; in ct_eval_func_call_ex()
/php-src/Zend/
H A Dzend_API.h529 #define ZEND_NUM_ARGS() EX_NUM_ARGS()
1587 uint32_t _num_args = EX_NUM_ARGS(); \
H A Dzend_compile.h652 #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();
5539 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
5557 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
5574 if (arg_num > EX_NUM_ARGS()) {
5618 uint32_t arg_count = EX_NUM_ARGS();
8803 uint32_t num_args = EX_NUM_ARGS();
9472 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS());
9482 arg_count = EX_NUM_ARGS();
H A Dzend_vm_execute.h2165 num_args = EX_NUM_ARGS(); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
2626 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) { in ZEND_RECV_NOTYPE_SPEC_HANDLER()
3415 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3558 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3953 if (arg_num > EX_NUM_ARGS()) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
4052 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) { in ZEND_RECV_SPEC_UNUSED_HANDLER()
4069 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
11156 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
37253 ZVAL_LONG(EX_VAR(opline->result.var), EX_NUM_ARGS()); in ZEND_FUNC_NUM_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
37263 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
/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/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c129 uint32_t num_args = EX_NUM_ARGS(); in zend_jit_copy_extra_args_helper()

Completed in 236 milliseconds