Home
last modified time | relevance | path

Searched refs:T_INTERFACE (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php232 …, \T_ARRAY, \T_CALLABLE, \T_EXTENDS, \T_IMPLEMENTS, \T_NAMESPACE, \T_TRAIT, \T_INTERFACE, \T_CLASS,
/PHP-Parser/grammar/
H A Dphp.y95 %token T_INTERFACE
156 …K | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE | T_CLASS
487 …| optional_attributes T_INTERFACE identifier_not_reserved interface_extends_list '{' class_stateme…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php135 public const T_INTERFACE = 370; define in PhpParser\\Parser\\Php7
H A DPhp8.php135 public const T_INTERFACE = 370; define in PhpParser\\Parser\\Php8

Completed in 24 milliseconds