Searched refs:File (Results 1 – 10 of 10) sorted by relevance
7 class File extends MagicConst { class
1 File containing only PHP
1 File containing only inline HTML
1 File containing both inline HTML and PHP
17 [new MagicConst\File(), '__FILE__'],
188 like `__FILE__` (`PhpParser\Node\Scalar\MagicConst\File`). All `PhpParser\Node\Scalar`s extend
1202 | T_FILE { $$ = Scalar\MagicConst\File[]; }
105 protected function pScalar_MagicConst_File(MagicConst\File $node): string {
2532 …$self->semValue = new Scalar\MagicConst\File($self->getAttributes($self->tokenStartStack[$stackPos…
2534 …$self->semValue = new Scalar\MagicConst\File($self->getAttributes($self->tokenStartStack[$stackPos…
Completed in 61 milliseconds