1
0
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:
jim winstead
2002-02-20 01:43:39 +00:00
parent 9ce9c4fbfc
commit fa2ef33486

View File

@@ -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;
}