Searched refs:fetch_into (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/odbc/tests/ |
H A D | odbc_fetch_into_001.phpt | 14 odbc_exec($conn, 'CREATE TABLE fetch_into (foo INT)'); 15 odbc_exec($conn, 'INSERT INTO fetch_into VALUES (1), (2)'); 17 $res = odbc_exec($conn, 'SELECT * FROM fetch_into'); 37 odbc_exec($conn, 'DROP TABLE fetch_into');
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 967 MYSQLND_METHOD(mysqlnd_res, fetch_into)(MYSQLND_RES * result, const unsigned int flags, in MYSQLND_METHOD() argument 1064 MYSQLND_METHOD(mysqlnd_res, fetch_into),
|
H A D | mysqlnd.h | 101 #define mysqlnd_fetch_into(result, flags, ret_val) (result)->m.fetch_into((result), (flags), (ret_v…
|
H A D | mysqlnd_structs.h | 658 func_mysqlnd_res__fetch_into fetch_into; in MYSQLND_CLASS_METHODS_TYPE() local
|
Completed in 34 milliseconds