Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/tests/
H A Dfetch_all5.phpt2 Test oci_fetch_all with 0 and -1 skip & maxrows
/PHP-7.0/ext/oci8/
H A Doci8_interface.c1435 zend_long rows = 0, flags = 0, skip = 0, maxrows = -1; in PHP_FUNCTION() local
1437 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz/|lll", &z_statement, &array, &skip, &maxrows, &flag… in PHP_FUNCTION()
1482 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()
1522 if (maxrows != -1 && rows == maxrows) { in PHP_FUNCTION()

Completed in 12 milliseconds