maxrows 1395 ext/oci8/oci8_interface.c long rows = 0, flags = 0, skip = 0, maxrows = -1; maxrows 1397 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILURE) { maxrows 1439 ext/oci8/oci8_interface.c if (maxrows != -1 && rows == maxrows) { maxrows 1477 ext/oci8/oci8_interface.c if (maxrows != -1 && rows == maxrows) {