From: Antony Dovgal Date: Mon, 26 Jan 2004 14:04:22 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.5RC2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8bee0b4dc4d9b8eea2c68071a2590392bda9b6;p=php MFH --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 884f7adf49..830efe70d3 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3834,7 +3834,7 @@ PHP_FUNCTION(ocicolumnprecision) /* }}} */ -/* {{{ proto mixed ocicolumntype(int stmt, int col) +/* {{{ proto int ocicolumntype(int stmt, int col) Tell the data type of a column */ PHP_FUNCTION(ocicolumntype) @@ -4998,7 +4998,7 @@ PHP_FUNCTION(ocicollgetelem) /* Return null if the value is null */ if(*elemind == OCI_IND_NULL) { - RETURN_FALSE; + RETURN_NULL(); } switch (coll->element_typecode) {