Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:substr

190 if (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {
1920 $text = substr($text, strlen($matches[0]));
1944 $text = substr($text, strlen($matches[0]));
2099 return array($original_text{0}, substr($original_text, 1));
2710 $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";