Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dpecl_bug8816.phpt2 PECL Bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
/PHP-8.3/ext/oci8/
H A Doci8_interface.c1253 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1291 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1309 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1366 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
H A Dphp_oci8_int.h495 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows);
H A Doci8.c1695 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1732 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1741 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
H A Doci8_statement.c253 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() function
878 return php_oci_statement_fetch(statement, 0); in php_oci_statement_cancel()

Completed in 24 milliseconds