Searched refs:pdo_fetch_orientation (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/pdo/ |
H A D | php_pdo_driver.h | 90 enum pdo_fetch_orientation { enum 326 enum pdo_fetch_orientation ori, zend_long offset);
|
H A D | pdo_stmt.c | 568 static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* … in do_fetch_common() 719 …o_stmt_t *stmt, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_… in do_fetch()
|
/PHP-8.1/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 203 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch()
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 197 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch()
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 419 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch()
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 515 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch()
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 201 enum pdo_fetch_orientation ori, zend_long offset) in firebird_stmt_fetch()
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | mysql_statement.c | 551 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… in pdo_mysql_stmt_fetch()
|
/PHP-8.1/ext/pdo_oci/ |
H A D | oci_statement.c | 454 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch()
|
Completed in 41 milliseconds