Home
last modified time | relevance | path

Searched refs:T_PUBLIC_SET (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DAsymmetricVisibilityTokenEmulator.php21 \T_PUBLIC => \T_PUBLIC_SET,
46 \T_PUBLIC_SET => \T_PUBLIC,
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php405 [\T_PUBLIC_SET, 'Public(Set)']
466 [\T_PUBLIC_SET, 'public(set)'],
/PHP-Parser/
H A Dphpstan-baseline.neon104 message: "#^Constant T_PUBLIC_SET not found\\.$#"
/PHP-Parser/grammar/
H A Dphp.y85 %token T_PUBLIC_SET
679 | T_PUBLIC_SET { $$ = Modifiers::PUBLIC_SET; }
916 | T_PUBLIC_SET { $$ = Modifiers::PUBLIC_SET; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php125 public const T_PUBLIC_SET = 360; define in PhpParser\\Parser\\Php7
H A DPhp8.php125 public const T_PUBLIC_SET = 360; define in PhpParser\\Parser\\Php8

Completed in 26 milliseconds