mirror of
https://github.com/php/php-src.git
synced 2026-04-07 16:13:32 +02:00
allow_call_time_pass_reference fix: similar_text
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user