Lines Matching refs:preg_quote
69 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
70 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 …preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
73 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
74 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
75 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
76 …preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
77 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
78 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
401 $r = preg_quote($operator, '/').'(?=[\s()])';
403 $r = preg_quote($operator, '/');