Home
last modified time | relevance | path

Searched refs:_strnpos (Results 1 – 1 of 1) sorted by relevance

/plugin/todo/
H A Daction.php143 $todoTagStartPos = $this->_strnpos($wikitext, '<todo', $index);
215 private function _strnpos($haystack, $needle, $occurance, $pos = 0) { function in action_plugin_todo