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.y92 %token T_INTERFACE
152 …K | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE | T_CLASS
482 …| optional_attributes T_INTERFACE identifier_not_reserved interface_extends_list '{' class_stateme…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php132 public const T_INTERFACE = 367; define in PhpParser\\Parser\\Php8
H A DPhp7.php132 public const T_INTERFACE = 367; define in PhpParser\\Parser\\Php7

Completed in 26 milliseconds