File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ ZEND_MODULE_INFO_D(crack)
140
140
DISPLAY_INI_ENTRIES ();
141
141
}
142
142
143
- /* {{{ proto string crack_opendict(string dictionary)
143
+ /* {{{ proto resource crack_opendict(string dictionary)
144
144
Opens a new cracklib dictionary */
145
145
ZEND_FUNCTION (crack_opendict )
146
146
{
@@ -161,7 +161,7 @@ ZEND_FUNCTION(crack_opendict)
161
161
}
162
162
/* }}} */
163
163
164
- /* {{{ proto string crack_closedict([int link_identifier ])
164
+ /* {{{ proto bool crack_closedict([resource dictionary ])
165
165
Closes an open cracklib dictionary */
166
166
ZEND_FUNCTION (crack_closedict )
167
167
{
@@ -194,7 +194,7 @@ ZEND_FUNCTION(crack_closedict)
194
194
}
195
195
/* }}} */
196
196
197
- /* {{{ proto string crack_check([int dictionary,] string password)
197
+ /* {{{ proto bool crack_check([resource dictionary,] string password)
198
198
Performs an obscure check with the given password */
199
199
ZEND_FUNCTION (crack_check )
200
200
{
You can’t perform that action at this time.
0 commit comments