summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-03-14 21:47:47 +0000
committerEgon Schmid <eschmid@php.net>2000-03-14 21:47:47 +0000
commitae67ddc31852c004bee4807348d3a67a7b4a6d98 (patch)
treef54acb7e267e2d44364b9d890647e201ad50657b /ext
parent26eaf668e78ffa60e1559f4097eeea0ee1a645a2 (diff)
downloadphp-git-ae67ddc31852c004bee4807348d3a67a7b4a6d98.tar.gz
One space character is enough.
Diffstat (limited to 'ext')
-rw-r--r--ext/oci8/oci8.c4
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)