mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
proto-takeover from php3
This commit is contained in:
parent
1e632ffdee
commit
e5a2f0f95c
3 changed files with 15 additions and 3 deletions
|
@ -116,6 +116,8 @@ static void php_to64(char *s, long v, int n) {
|
|||
}
|
||||
}
|
||||
|
||||
/* {{{ proto string crypt(string str [, string salt])
|
||||
Encrypt a string */
|
||||
PHP_FUNCTION(crypt)
|
||||
{
|
||||
char salt[PHP_MAX_SALT_LEN+1];
|
||||
|
@ -175,7 +177,7 @@ PHP_FUNCTION(crypt)
|
|||
return_value->type = IS_STRING;
|
||||
pval_copy_constructor(return_value);
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue