maxrows 1417 ext/oci8/oci8_interface.c zend_long rows = 0, flags = 0, skip = 0, maxrows = -1; maxrows 1419 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILURE) { maxrows 1462 ext/oci8/oci8_interface.c if (maxrows != -1 && rows == maxrows) { maxrows 1500 ext/oci8/oci8_interface.c if (maxrows != -1 && rows == maxrows) {