From: Egon Schmid Date: Tue, 14 Mar 2000 21:47:47 +0000 (+0000) Subject: One space character is enough. X-Git-Tag: PHP-4.0-RC1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae67ddc31852c004bee4807348d3a67a7b4a6d98;p=php One space character is enough. --- 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)