Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dfetch_all5.phpt2 Test oci_fetch_all with 0 and -1 skip & maxrows
/PHP-8.0/ext/oci8/
H A Doci8_interface.c1277 zend_long rows = 0, flags = PHP_OCI_FETCHSTATEMENT_BY_COLUMN, skip = 0, maxrows = -1; in PHP_FUNCTION() local
1284 Z_PARAM_LONG(maxrows) in PHP_FUNCTION()
1330 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()
1374 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()

Completed in 18 milliseconds