diff options
author | Egon Schmid <eschmid@php.net> | 2000-03-14 21:47:47 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-03-14 21:47:47 +0000 |
commit | ae67ddc31852c004bee4807348d3a67a7b4a6d98 (patch) | |
tree | f54acb7e267e2d44364b9d890647e201ad50657b /ext | |
parent | 26eaf668e78ffa60e1559f4097eeea0ee1a645a2 (diff) | |
download | php-git-ae67ddc31852c004bee4807348d3a67a7b4a6d98.tar.gz |
One space character is enough.
Diffstat (limited to 'ext')
-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) |