mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Add additional parameter to parse_str for saving result (thanks to
John Bafford <dshadow@zort.net>) @ Added second parameter for parse_str to save result (John Bafford)
This commit is contained in:
parent
5abacc5413
commit
1ccac6ed55
5 changed files with 39 additions and 12 deletions
|
@ -182,7 +182,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(levenshtein, NULL)
|
||||
PHP_FE(chr, NULL)
|
||||
PHP_FE(ord, NULL)
|
||||
PHP_FE(parse_str, NULL)
|
||||
PHP_FE(parse_str, second_arg_force_ref)
|
||||
PHP_FE(str_pad, NULL)
|
||||
PHP_FALIAS(rtrim, chop, NULL)
|
||||
PHP_FALIAS(strchr, strstr, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue