diff options
-rw-r--r-- | ext/oci8/oci8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 3a5eee5c18..4b30a4ebb8 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3139,7 +3139,7 @@ PHP_FUNCTION(ocicolumnprecision) /* }}} */ -/* {{{ proto mixed ocicolumntype(int stmt, int col) +/* {{{ proto mixed ocicolumntype(int stmt, int col) Tell the data type of a column */ PHP_FUNCTION(ocicolumntype) @@ -3202,7 +3202,7 @@ PHP_FUNCTION(ocicolumntype) /* }}} */ -/* {{{ proto mixed ocicolumntyperaw(int stmt, int col) +/* {{{ proto mixed ocicolumntyperaw(int stmt, int col) Tell the raw oracle data type of a column */ PHP_FUNCTION(ocicolumntyperaw) |