Home
last modified time | relevance | path

Searched refs:haystack (Results 1 – 2 of 2) sorted by last modified time

/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
/dokuwiki/inc/Utf8/
H A DPhpString.php346 * @param string $haystack
354 public static function strpos($haystack, $needle, $offset = 0)
360 $pos = strpos($haystack, $needle, $offset + $comp);
365 $length = self::strlen(substr($haystack, 0, $pos));
363 strpos($haystack, $needle, $offset = 0) global() argument