Home
last modified time | relevance | path

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

/PHP-7.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-7.0/ext/oci8/
H A Doci8_interface.c1409 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1446 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1461 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1514 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.c249 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() function
858 return php_oci_statement_fetch(statement, 0); in php_oci_statement_cancel()
H A Doci8.c2588 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
2625 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
2634 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()

Completed in 38 milliseconds