mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
proto fixes
This commit is contained in:
parent
03a135a141
commit
b607030b13
1 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ ZEND_MODULE_INFO_D(crack)
|
|||
DISPLAY_INI_ENTRIES();
|
||||
}
|
||||
|
||||
/* {{{ proto string crack_opendict(string dictionary)
|
||||
/* {{{ proto resource crack_opendict(string dictionary)
|
||||
Opens a new cracklib dictionary */
|
||||
ZEND_FUNCTION(crack_opendict)
|
||||
{
|
||||
|
@ -161,7 +161,7 @@ ZEND_FUNCTION(crack_opendict)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string crack_closedict([int link_identifier])
|
||||
/* {{{ proto bool crack_closedict([resource dictionary])
|
||||
Closes an open cracklib dictionary */
|
||||
ZEND_FUNCTION(crack_closedict)
|
||||
{
|
||||
|
@ -194,7 +194,7 @@ ZEND_FUNCTION(crack_closedict)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string crack_check([int dictionary,] string password)
|
||||
/* {{{ proto bool crack_check([resource dictionary,] string password)
|
||||
Performs an obscure check with the given password */
|
||||
ZEND_FUNCTION(crack_check)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue