Home | History | Annotate | Download | only in geshi

Lines Matching refs:new_string

2653                             $new_string = '';
2656 $new_string .= $this->hsc(substr($string, $start, $es_pos - $start));
2661 $new_string .= "<span$escape_char_attributes>" .
2676 $new_string .= "<span$escape_char_attributes>" .
2682 $new_string .= $escaped_escape_char;
2686 $string = $new_string . $this->hsc(substr($string, $start));