Skip to content

Commit ab5b9b9

Browse files
committed
proto fixes
1 parent de6c599 commit ab5b9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/dba/dba.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,15 +788,15 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
788788
/* }}} */
789789
#undef FREENOW
790790

791-
/* {{{ proto int dba_popen(string path, string mode [, string handlername, string ...])
791+
/* {{{ proto resource dba_popen(string path, string mode [, string handlername, string ...])
792792
Opens path using the specified handler in mode persistently */
793793
PHP_FUNCTION(dba_popen)
794794
{
795795
php_dba_open(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
796796
}
797797
/* }}} */
798798

799-
/* {{{ proto int dba_open(string path, string mode [, string handlername, string ...])
799+
/* {{{ proto resource dba_open(string path, string mode [, string handlername, string ...])
800800
Opens path using the specified handler in mode*/
801801
PHP_FUNCTION(dba_open)
802802
{

0 commit comments

Comments
 (0)