Home
last modified time | relevance | path

Searched refs:T_ECHO (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php228 …\T_INSTANCEOF, \T_NEW, \T_CLONE, \T_EXIT, \T_IF, \T_ELSEIF, \T_ELSE, \T_ENDIF, \T_ECHO, \T_DO, \T_…
/PHP-Parser/test/PhpParser/
H A DParserTestAbstract.php198 new Token(\T_ECHO, 'echo', 1, 6),
/PHP-Parser/
H A Dphpstan-baseline.neon179 … message: "#^Access to undefined constant static\\(PhpParser\\\\ParserAbstract\\)\\:\\:T_ECHO\\.$#"
/PHP-Parser/grammar/
H A Dphp.y54 %token T_ECHO
159 …| T_ECHO { $$ = $1; if ($$ === "<?=") $this->emitError(new Error('Cannot use "<?=" as an identifie…
388 | T_ECHO expr_list_forbid_comma semi { $$ = Stmt\Echo_[$2]; }
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1249 $tokenMap[\T_OPEN_TAG_WITH_ECHO] = static::T_ECHO;
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php89 public const T_ECHO = 324; define in PhpParser\\Parser\\Php8
H A DPhp7.php89 public const T_ECHO = 324; define in PhpParser\\Parser\\Php7

Completed in 47 milliseconds