Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c1780 zend_long fetch_mode = 0; in php_oci_fetch_row() local
1789 Z_PARAM_LONG(fetch_mode) in php_oci_fetch_row()
1793 fetch_mode = mode; in php_oci_fetch_row()
1807 Z_PARAM_LONG(fetch_mode) in php_oci_fetch_row()
1811 fetch_mode = mode; in php_oci_fetch_row()
1820 fetch_mode = mode; in php_oci_fetch_row()
1823 if (!(fetch_mode & PHP_OCI_NUM) && !(fetch_mode & PHP_OCI_ASSOC)) { in php_oci_fetch_row()
1826 fetch_mode |= PHP_OCI_ASSOC; in php_oci_fetch_row()
1829 fetch_mode |= PHP_OCI_NUM; in php_oci_fetch_row()
1916 if (fetch_mode & PHP_OCI_NUM || !(fetch_mode & PHP_OCI_ASSOC)) { in php_oci_fetch_row()
[all …]
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1056 zend_long fetch_mode; in PHP_METHOD() local
1064 &fetch_mode, &fetch_mode_is_null, &args, &num_args)) { in PHP_METHOD()
1097 if (fetch_mode_is_null || pdo_stmt_setup_fetch_mode(stmt, fetch_mode, 2, args, num_args)) { in PHP_METHOD()
H A Dpdo_stmt.c1926 zend_long fetch_mode; in PHP_METHOD() local
1930 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l*", &fetch_mode, &args, &num_args) == FAILURE) { in PHP_METHOD()
1938 if (!pdo_stmt_setup_fetch_mode(stmt, fetch_mode, 1, args, num_args)) { in PHP_METHOD()
/PHP-8.0/
H A DUPGRADING443 string $statement, ?int $fetch_mode = null, ...$fetch_mode_args)

Completed in 44 milliseconds