Lines Matching refs:EOF
593 $EOF = false;
597 $EOF = !$this->moveToNextLine();
599 if (!$EOF) {
605 } while (!$EOF && null === $newIndent);
944 $EOF = !$this->moveToNextLine();
946 if (!$EOF) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
951 if ($EOF) {
1041 $EOF = !$this->moveToNextLine();
1043 if (!$EOF) {
1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
1048 if ($EOF) {