Searched refs:php_oci_statement_fetch (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/oci8/tests/ |
H A D | pecl_bug8816.phpt | 2 PECL Bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
|
/PHP-5.6/ext/oci8/ |
H A D | oci8_interface.c | 1370 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 D | php_oci8_int.h | 473 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC);
|
H A D | oci8_statement.c | 244 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 D | oci8.c | 2689 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 D | NEWS | 10162 - Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one
|
Completed in 103 milliseconds