From ce8c6a04b68b220e9095a6e6e6dab48670701c13 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 20 Jan 2002 14:45:30 +0000 Subject: [PATCH] cut&paste errors in protos fixed --- ext/fbsql/php_fbsql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index 40e54fd8ce..cf8e4d73e2 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -1119,7 +1119,7 @@ static void php_fbsql_lob_size(INTERNAL_FUNCTION_PARAMETERS, int lob_type) RETURN_LONG(fbcbhBlobSize((FBCBlobHandle *)Z_STRVAL_PP(lob_handle))); } -/* {{{ proto string fbsql_read_blob(string blob_handle [, resource link_identifier]) +/* {{{ proto string fbsql_blob_size(string blob_handle [, resource link_identifier]) Get the size of a BLOB identified by blob_handle */ PHP_FUNCTION(fbsql_blob_size) { @@ -1127,7 +1127,7 @@ PHP_FUNCTION(fbsql_blob_size) } /* }}} */ -/* {{{ proto string fbsql_read_clob(string clob_handle [, resource link_identifier]) +/* {{{ proto string fbsql_clob_size(string clob_handle [, resource link_identifier]) Get the size of a CLOB identified by clob_handle */ PHP_FUNCTION(fbsql_clob_size) { -- 2.40.0