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

Lines Matching defs:token_len

1201             $token_len = strlen($token);
1204 if ($token_len == 3) {
1216 $token_stack[0] = str_repeat($token{0}, 3-$token_len);
1217 $tag = $token_len == 2 ? "strong" : "em";
1225 } else if ($token_len == 3) {
1247 } else if ($token_len == 2) {
1267 # Here $token_len == 1