Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 165) sorted by relevance

1234567

/PHP-Parser/test/code/formatPreservation/
H A DclassMethodNop.test5 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 Dproperty_promotion.test7 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 Dasymmetric_visibility.test10 public function __construct(
22 … public function __construct(protected private(set) $d, private public(set) $e, protected(set) $f)
H A Dproperty_hooks.test24 public function __construct(
53 public function __construct(public $foo {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DEnum_.php27 public function __construct($name, array $subNodes = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Enum_
34 parent::__construct($attributes);
H A DEnumCase.php22 …public function __construct($name, ?Node\Expr $expr = null, array $attrGroups = [], array $attribu… function in PhpParser\\Node\\Stmt\\EnumCase
23 parent::__construct($attributes);
H A DConst_.php17 public function __construct(array $consts, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Const_
H A DEcho_.php17 public function __construct(array $exprs, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Echo_
H A DElse_.php17 public function __construct(array $stmts = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Else_
H A DFinally_.php17 public function __construct(array $stmts = [], array $attributes = []) { function in PhpParser\\Node\\Stmt\\Finally_
H A DGlobal_.php17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Global_
H A DUnset_.php17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Stmt\\Unset_
H A DHaltCompiler.php17 public function __construct(string $remaining, array $attributes = []) { function in PhpParser\\Node\\Stmt\\HaltCompiler
H A DInlineHTML.php17 public function __construct(string $value, array $attributes = []) { function in PhpParser\\Node\\Stmt\\InlineHTML
/PHP-Parser/test/code/prettyPrinter/expr/
H A DanonymousClass.test9 public function __construct($a) {
24 public function __construct($a)
/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php40 public function __construct( function in PhpParser\\Internal\\PrintableNewAnonClassNode
44 parent::__construct($attributes);
/PHP-Parser/lib/PhpParser/Node/
H A DVariadicPlaceholder.php16 public function __construct(array $attributes = []) { function in PhpParser\\Node\\VariadicPlaceholder
H A DAttributeGroup.php15 public function __construct(array $attrs, array $attributes = []) { function in PhpParser\\Node\\AttributeGroup
H A DIntersectionType.php15 public function __construct(array $types, array $attributes = []) { function in PhpParser\\Node\\IntersectionType
H A DUnionType.php15 public function __construct(array $types, array $attributes = []) { function in PhpParser\\Node\\UnionType
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DMagicConst.php13 public function __construct(array $attributes = []) { function in PhpParser\\Node\\Scalar\\MagicConst
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DError.php19 public function __construct(array $attributes = []) { function in PhpParser\\Node\\Expr\\Error
H A DCast.php17 public function __construct(Expr $expr, array $attributes = []) { function in PhpParser\\Node\\Expr\\Cast
H A DIsset_.php17 public function __construct(array $vars, array $attributes = []) { function in PhpParser\\Node\\Expr\\Isset_
H A DVariable.php17 public function __construct($name, array $attributes = []) { function in PhpParser\\Node\\Expr\\Variable

Completed in 23 milliseconds

1234567