Searched refs:notfound (Results 1 – 2 of 2) sorted by relevance
20 if (empty($notfound)) {67 if (function_exists('similar_text') && !empty($notfound)) {68 similar_text($funcname, $notfound, $p);72 if ($p < 70 && ($pos = strpos($funcname, $notfound)) !== false) {95 if ($p >= 70 || (strpos($functions[$file], $notfound) !== false)) {113 $notfound_enc = urlencode($notfound);115 if ($snippet = is_known_snippet($notfound)) {116 echo "<h1>Related snippet found for '{$notfound}'</h1>";124 <?php if (!empty($notfound) && count($maybe) > 0) { ?>127 <b><?php echo $notfound; ?></b> doesn't exist. Closest matches:
33 $notfound = $function; variable
Completed in 4 milliseconds