Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/tests/
H A Dfetch_all5.phpt2 Test oci_fetch_all with 0 and -1 skip & maxrows
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1472 zend_long rows = 0, flags = 0, skip = 0, maxrows = -1; in PHP_FUNCTION() local
1479 Z_PARAM_LONG(maxrows) in PHP_FUNCTION()
1529 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()
1577 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()

Completed in 10 milliseconds