Home
last modified time | relevance | path

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

/plugin/bible/
H A Dsyntax.php81 function _fetchBibleVerse($inputVerse) { argument
97 $result = preg_match("/^.*?(\d*?\s*?\w+) (\d+):(\d+)(-(\d+))*$/", $inputVerse, $matches);
128 array_push($inputVerses, $inputVerse);
158 return "<acronym title=\"" . $matchingVersesOutput . "\">" . $inputVerse . "</acronym>";
161 echo "Input does not appear to be a valid bible verse: " . $inputVerse . "<br />\n";