Home
last modified time | relevance | path

Searched refs:File (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Scalar/MagicConst/
H A DFile.php7 class File extends MagicConst { class
/PHP-Parser/test/code/prettyPrinter/
H A DonlyPHP.file-test1 File containing only PHP
H A DonlyInlineHTML.file-test1 File containing only inline HTML
H A DinlineHTMLandPHPtest.file-test1 File containing both inline HTML and PHP
/PHP-Parser/test/PhpParser/Node/Scalar/
H A DMagicConstTest.php17 [new MagicConst\File(), '__FILE__'],
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown188 like `__FILE__` (`PhpParser\Node\Scalar\MagicConst\File`). All `PhpParser\Node\Scalar`s extend
/PHP-Parser/grammar/
H A Dphp.y1201 | T_FILE { $$ = Scalar\MagicConst\File[]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php105 protected function pScalar_MagicConst_File(MagicConst\File $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2529 …$self->semValue = new Scalar\MagicConst\File($self->getAttributes($self->tokenStartStack[$stackPos…
H A DPhp8.php2547 …$self->semValue = new Scalar\MagicConst\File($self->getAttributes($self->tokenStartStack[$stackPos…

Completed in 50 milliseconds