Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/tests/
H A Dpecl_bug8816.phpt2 PECL Bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
/PHP-7.1/ext/oci8/
H A Doci8_interface.c1429 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1466 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1481 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1542 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_statement.c258 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() function
875 return php_oci_statement_fetch(statement, 0); in php_oci_statement_cancel()
H A Doci8.c2622 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
2659 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
2668 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()

Completed in 41 milliseconds