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:
Stanislav Malyshev 2000-09-11 14:50:26 +00:00
parent 5abacc5413
commit 1ccac6ed55
5 changed files with 39 additions and 12 deletions

View file

@ -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)