Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A DphpyLang.php15 const PARAMS = '\[(?<params>[^[\]]*+(?:\[(?&params)\][^[\]]*+)*+)\]'; define
33 '~\b(?<name>[A-Z][a-zA-Z_\\\\]++)\s*' . PARAMS . '~',
39 '(?:' . PARAMS . '|' . ARGS . ')(*SKIP)(*FAIL)|,',
63 '(?:' . PARAMS . '|' . ARGS . ')(*SKIP)(*FAIL)|,',

Completed in 4 milliseconds