fetch_mode 2644 ext/oci8/oci8.c long fetch_mode = 0; fetch_mode 2649 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz|l", &z_statement, &array, &fetch_mode) == FAILURE) { fetch_mode 2654 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2659 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &z_statement, &fetch_mode) == FAILURE) { fetch_mode 2664 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2673 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2676 ext/oci8/oci8.c if (!(fetch_mode & PHP_OCI_NUM) && !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2679 ext/oci8/oci8.c fetch_mode |= PHP_OCI_ASSOC; fetch_mode 2682 ext/oci8/oci8.c fetch_mode |= PHP_OCI_NUM; fetch_mode 2753 ext/oci8/oci8.c if ((column->indicator == -1) && ((fetch_mode & PHP_OCI_RETURN_NULLS) == 0)) { fetch_mode 2761 ext/oci8/oci8.c php_oci_column_to_zval(column, element, fetch_mode TSRMLS_CC); fetch_mode 2763 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM || !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2766 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_ASSOC) { fetch_mode 2767 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM) { fetch_mode 2774 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM || !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2777 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_ASSOC) {