Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 14 of 14) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassConst.php10 public int $flags; variable in PhpParser\\Node\\Stmt\\ClassConst
29 int $flags = 0,
H A DProperty.php14 public int $flags; variable in PhpParser\\Node\\Stmt\\Property
34 …public function __construct(int $flags, array $props, array $attributes = [], ?Node $type = null, …
H A DClass_.php28 public int $flags; variable in PhpParser\\Node\\Stmt\\Class_
H A DClassMethod.php11 public int $flags; variable in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php22 public int $flags; variable in PhpParser\\Internal\\PrintableNewAnonClassNode
41 array $attrGroups, int $flags, array $args, ?Node\Name $extends, array $implements,
H A DTokenPolyfill.php124 public static function tokenize(string $code, int $flags = 0): array {
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php21 public int $flags; variable in PhpParser\\Node\\Param
44 int $flags = 0,
H A DPropertyHook.php12 public int $flags; variable in PhpParser\\Node\\PropertyHook
/PHP-Parser/lib/PhpParser/Builder/
H A DMethod.php14 protected int $flags = 0; variable in PhpParser\\Builder\\Method
H A DParam.php16 protected int $flags = 0; variable in PhpParser\\Builder\\Param
H A DClass_.php17 protected int $flags = 0; variable in PhpParser\\Builder\\Class_
H A DClassConst.php16 protected int $flags = 0; variable in PhpParser\\Builder\\ClassConst
H A DProperty.php17 protected int $flags = 0; variable in PhpParser\\Builder\\Property
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php165 protected function dumpFlags(int $flags): string {

Completed in 19 milliseconds