Home
last modified time | relevance | path

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

/PHP-8.0/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.0/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.h488 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows);
H A Doci8.c1836 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1873 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1882 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
H A Doci8_statement.c247 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() function
860 return php_oci_statement_fetch(statement, 0); in php_oci_statement_cancel()

Completed in 38 milliseconds