Home
last modified time | relevance | path

Searched refs:maxrows (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Dfetch_all5.phpt2 Test oci_fetch_all with 0 and -1 skip & maxrows
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1400 long rows = 0, flags = 0, skip = 0, maxrows = -1; local
1402 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILU…
1450 if (maxrows != -1 && rows == maxrows) {
1494 if (maxrows != -1 && rows == maxrows) {

Completed in 18 milliseconds