mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
similar_text forces third argument to be references
This commit is contained in:
@@ -38,7 +38,7 @@ while ( $entry=$d->read() ) {
|
||||
$functions[$entry] = $funcname;
|
||||
|
||||
if (function_exists('similar_text') && $notfound) {
|
||||
similar_text($funcname, $notfound, &$p);
|
||||
similar_text($funcname, $notfound, $p);
|
||||
$temp[$entry] = $p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user