mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
allow_call_time_pass_reference fix: similar_text
This commit is contained in:
parent
8715b55ce0
commit
635d7fbfae
@ -160,7 +160,7 @@ function_entry basic_functions[] = {
|
||||
PHP_FE(trim, NULL)
|
||||
PHP_FE(ltrim, NULL)
|
||||
PHP_FE(strip_tags, NULL)
|
||||
PHP_FE(similar_text, NULL)
|
||||
PHP_FE(similar_text, third_argument_force_ref)
|
||||
PHP_FE(explode, NULL)
|
||||
PHP_FE(implode, NULL)
|
||||
PHP_FE(setlocale, NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user