Searched refs:rejectStrs (Results 1 – 1 of 1) sorted by relevance
3090 protected function openString($end, &$out, $nestingOpen=null, $rejectStrs = null) { argument3098 if (!is_null($rejectStrs)) {3099 $stop = array_merge($stop, $rejectStrs);3136 if (!empty($rejectStrs) && in_array($tok, $rejectStrs)) {