Home
last modified time | relevance | path

Searched refs:needle (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Utf8/
H A DPhpString.php347 * @param string $needle
354 public static function strpos($haystack, $needle, $offset = 0)
360 $pos = strpos($haystack, $needle, $offset + $comp);
363 strpos($haystack, $needle, $offset = 0) global() argument
/dokuwiki/inc/
H A Dutf8.php208 function utf8_strpos($haystack, $needle, $offset = 0)
211 return PhpString::strpos($haystack, $needle, $offset);
207 utf8_strpos($haystack, $needle, $offset = 0) global() argument