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