Searched defs:stripos (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php155 /** make sure we can call stripos **/
156 if (!function_exists('stripos')) {
162 function stripos($haystack, $needle, $offset = null) { function
176 function stripos($haystack, $needle, $offset = null) { function
2753 } else if (($match_i = stripos($part, $open, $i)) !== false) {
2853 ($match_i = stripos($part, $comment_mark, $i)) !== false) ||

Completed in 52 milliseconds