Searched refs:maxrows (Results 1 – 2 of 2) sorted by relevance
2 Test oci_fetch_all with 0 and -1 skip & maxrows
1277 zend_long rows = 0, flags = PHP_OCI_FETCHSTATEMENT_BY_COLUMN, skip = 0, maxrows = -1; in PHP_FUNCTION() local1284 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 10 milliseconds