/PHP-Parser/test/code/formatPreservation/ |
H A D | classMethodNop.test | 5 public function __construct() 15 public function __construct() 24 public function __construct() 34 public function __construct() 43 public function __construct() 53 public function __construct() 62 public function __construct() 72 public function __construct()
|
/PHP-Parser/test/code/prettyPrinter/stmt/ |
H A D | property_promotion.test | 7 public function __construct( 18 …public function __construct(public float $x = 0.0, protected array $y = [], private string $z = 'h… 27 public function __construct( 40 public function __construct(
|
H A D | asymmetric_visibility.test | 10 public function __construct( 22 … public function __construct(protected private(set) $d, private public(set) $e, protected(set) $f)
|
H A D | property_hooks.test | 24 public function __construct( 53 public function __construct(public $foo {
|
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | Enum_.php | 27 public function __construct($name, array $subNodes = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Enum_ 34 parent::__construct($attributes);
|
H A D | EnumCase.php | 22 …public function __construct($name, ?Node\Expr $expr = null, array $attrGroups = [], array $attribu… function in PhpParser\\Node\\Stmt\\EnumCase 23 parent::__construct($attributes);
|
H A D | Const_.php | 17 public function __construct(array $consts, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Const_
|
H A D | Echo_.php | 17 public function __construct(array $exprs, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Echo_
|
H A D | Else_.php | 17 public function __construct(array $stmts = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Else_
|
H A D | Finally_.php | 17 public function __construct(array $stmts = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Finally_
|
H A D | Global_.php | 17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Global_
|
H A D | Unset_.php | 17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Unset_
|
H A D | HaltCompiler.php | 17 public function __construct(string $remaining, array $attributes = []) { function in PhpParser\\Node\\Stmt\\HaltCompiler
|
H A D | InlineHTML.php | 17 public function __construct(string $value, array $attributes = []) { function in PhpParser\\Node\\Stmt\\InlineHTML
|
/PHP-Parser/test/code/prettyPrinter/expr/ |
H A D | anonymousClass.test | 9 public function __construct($a) { 24 public function __construct($a)
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | PrintableNewAnonClassNode.php | 40 public function __construct( function in PhpParser\\Internal\\PrintableNewAnonClassNode 44 parent::__construct($attributes);
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | VariadicPlaceholder.php | 16 public function __construct(array $attributes = []) { function in PhpParser\\Node\\VariadicPlaceholder
|
H A D | AttributeGroup.php | 15 public function __construct(array $attrs, array $attributes = []) { function in PhpParser\\Node\\AttributeGroup
|
H A D | IntersectionType.php | 15 public function __construct(array $types, array $attributes = []) { function in PhpParser\\Node\\IntersectionType
|
H A D | UnionType.php | 15 public function __construct(array $types, array $attributes = []) { function in PhpParser\\Node\\UnionType
|
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | MagicConst.php | 13 public function __construct(array $attributes = []) { function in PhpParser\\Node\\Scalar\\MagicConst
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Error.php | 19 public function __construct(array $attributes = []) { function in PhpParser\\Node\\Expr\\Error
|
H A D | Cast.php | 17 public function __construct(Expr $expr, array $attributes = []) { function in PhpParser\\Node\\Expr\\Cast
|
H A D | Isset_.php | 17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Expr\\Isset_
|
H A D | Variable.php | 17 public function __construct($name, array $attributes = []) { function in PhpParser\\Node\\Expr\\Variable
|