Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/tests/
H A Dpecl_bug8816.phpt2 PECL Bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
/PHP-5.6/ext/oci8/
H A Doci8_interface.c1370 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1407 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1419 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1468 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
H A Dphp_oci8_int.h473 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC);
H A Doci8_statement.c244 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC) in php_oci_statement_fetch() function
852 return php_oci_statement_fetch(statement, 0 TSRMLS_CC); in php_oci_statement_cancel()
H A Doci8.c2689 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
2726 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
2735 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
/PHP-5.6/
H A DNEWS10162 - Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one

Completed in 70 milliseconds