Searched refs:whitePattern (Results 1 – 1 of 1) sorted by relevance
50 protected static $whitePattern; variable in LesserPHP\\Parser114 … self::$whitePattern = '/' . $commentSingle . '[^\n]*\s*|(' . self::$commentMulti . ')\s*|\s+/Ais';1358 while (preg_match(self::$whitePattern, $this->buffer, $m, 0, $this->count)) {