Home | History | Annotate | Download | only in PHP-SmartyPants-1.5.1e

Lines Matching refs:matches

160             if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
161 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
269 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
270 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
350 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
351 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
387 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
388 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;