Searched defs:flags (Results 1 – 14 of 14) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | ClassConst.php | 10 public int $flags; variable in PhpParser\\Node\\Stmt\\ClassConst 29 int $flags = 0,
|
H A D | Property.php | 14 public int $flags; variable in PhpParser\\Node\\Stmt\\Property 34 …public function __construct(int $flags, array $props, array $attributes = [], ?Node $type = null, …
|
H A D | Class_.php | 28 public int $flags; variable in PhpParser\\Node\\Stmt\\Class_
|
H A D | ClassMethod.php | 11 public int $flags; variable in PhpParser\\Node\\Stmt\\ClassMethod
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | PrintableNewAnonClassNode.php | 22 public int $flags; variable in PhpParser\\Internal\\PrintableNewAnonClassNode 41 array $attrGroups, int $flags, array $args, ?Node\Name $extends, array $implements,
|
H A D | TokenPolyfill.php | 124 public static function tokenize(string $code, int $flags = 0): array {
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | Param.php | 21 public int $flags; variable in PhpParser\\Node\\Param 44 int $flags = 0,
|
H A D | PropertyHook.php | 12 public int $flags; variable in PhpParser\\Node\\PropertyHook
|
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | Method.php | 14 protected int $flags = 0; variable in PhpParser\\Builder\\Method
|
H A D | Param.php | 16 protected int $flags = 0; variable in PhpParser\\Builder\\Param
|
H A D | Class_.php | 17 protected int $flags = 0; variable in PhpParser\\Builder\\Class_
|
H A D | ClassConst.php | 16 protected int $flags = 0; variable in PhpParser\\Builder\\ClassConst
|
H A D | Property.php | 17 protected int $flags = 0; variable in PhpParser\\Builder\\Property
|
/PHP-Parser/lib/PhpParser/ |
H A D | NodeDumper.php | 165 protected function dumpFlags(int $flags): string {
|
Completed in 20 milliseconds