Home | History | Annotate | Download | only in geshi

Lines Matching refs:test_str

2708                             $test_str = $this->hsc(substr($part, $i, $comment['length']));
2718 $test_str = "<span$attributes>" . $test_str . "</span>";
2723 $test_str = str_replace(
2725 str_replace("\n ", "\n&nbsp;", $test_str)
2784 $test_str = "<span$attributes>" . $this->hsc($open);
2794 test_str = "<span$attributes>";
2797 $test_str = $this->hsc($open);
2813 $test_str .= str_replace(
2818 $test_str .= $rest_of_comment;
2823 $test_str .= '</span>';
2891 $test_str = "<span$attributes>" . $this->hsc($this->change_case($comment_mark));
2893 $test_str = $this->hsc($comment_mark);
2903 $test_str .= $this->hsc(substr($part, $i + $com_len, $close_pos - $i - $com_len));
2905 $test_str .= "</span>";
2910 $test_str .= "\n";
2927 $result .= $test_str;
2928 unset($test_str);