fetch_mode 2659 ext/oci8/oci8.c zend_long fetch_mode = 0; fetch_mode 2664 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz|l", &z_statement, &array, &fetch_mode) == FAILURE) { fetch_mode 2669 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2680 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &z_statement, &fetch_mode) == FAILURE) { fetch_mode 2685 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2694 ext/oci8/oci8.c fetch_mode = mode; fetch_mode 2697 ext/oci8/oci8.c if (!(fetch_mode & PHP_OCI_NUM) && !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2700 ext/oci8/oci8.c fetch_mode |= PHP_OCI_ASSOC; fetch_mode 2703 ext/oci8/oci8.c fetch_mode |= PHP_OCI_NUM; fetch_mode 2780 ext/oci8/oci8.c if ((column->indicator == -1) && ((fetch_mode & PHP_OCI_RETURN_NULLS) == 0)) { fetch_mode 2787 ext/oci8/oci8.c php_oci_column_to_zval(column, &element, (int) fetch_mode); fetch_mode 2789 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM || !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2792 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_ASSOC) { fetch_mode 2793 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM) { fetch_mode 2800 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_NUM || !(fetch_mode & PHP_OCI_ASSOC)) { fetch_mode 2803 ext/oci8/oci8.c if (fetch_mode & PHP_OCI_ASSOC) {