Skip to content

Commit

Permalink
allow_call_time_pass_reference fix: similar_text
Browse files Browse the repository at this point in the history
  • Loading branch information
Thies C. Arntzen committed May 29, 2000
1 parent 8715b55 commit 635d7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/basic_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 635d7fb

Please sign in to comment.