Lines Matching refs:EOF
522 $EOF = false;
526 $EOF = !$this->moveToNextLine();
528 if (!$EOF) {
534 } while (!$EOF && null === $newIndent);
858 $EOF = !$this->moveToNextLine();
860 if (!$EOF) {
863 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
865 if ($EOF) {
965 $EOF = !$this->moveToNextLine();
967 if (!$EOF) {
970 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
972 if ($EOF) {