Lines Matching refs:inComment
283 $inComment = '';
313 if ($inComment !== '') {
320 if ($inString === '' && $inComment === '' && $buffer !== '') {
341 && $inComment === ''
361 if ($inComment === '' && isset($this->stringTokens[$char]) === true) {
620 if ($inComment === ''
652 $inComment = $buffer;
658 } else if ($inComment !== '') {
659 if ($this->commentTokens[$inComment] === null) {
662 $inComment = '';
665 if ($this->commentTokens[$inComment] === $buffer) {
666 $inComment = '';
671 if ($inComment === '') {
676 if ($inComment === '' && $cleanBuffer === false) {