Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c1704 uint32_t arg1_arg_num = mode_arg_num + 1; in pdo_stmt_setup_fetch_mode() local
1750 ZSTR_VAL(func), arg1_arg_num, total_num_args); in pdo_stmt_setup_fetch_mode()
1755 …zend_argument_type_error(arg1_arg_num, "must be of type int, %s given", zend_zval_value_name(&args… in pdo_stmt_setup_fetch_mode()
1759 zend_argument_value_error(arg1_arg_num, "must be greater than or equal to 0"); in pdo_stmt_setup_fetch_mode()
1784 ZSTR_VAL(func), arg1_arg_num, total_num_args); in pdo_stmt_setup_fetch_mode()
1797 …zend_argument_type_error(arg1_arg_num, "must be of type string, %s given", zend_zval_value_name(&a… in pdo_stmt_setup_fetch_mode()
1802 zend_argument_type_error(arg1_arg_num, "must be a valid class"); in pdo_stmt_setup_fetch_mode()
1829 if (total_num_args != arg1_arg_num) { in pdo_stmt_setup_fetch_mode()
1832 ZSTR_VAL(func), arg1_arg_num, total_num_args); in pdo_stmt_setup_fetch_mode()
1837 …zend_argument_type_error(arg1_arg_num, "must be of type object, %s given", zend_zval_value_name(&a… in pdo_stmt_setup_fetch_mode()

Completed in 9 milliseconds