Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php16 public array $props; variable in PhpParser\\Node\\Stmt\\Property
28 * @param PropertyItem[] $props Properties
34 …public function __construct(int $flags, array $props, array $attributes = [], ?Node $type = null, … argument
37 $this->props = $props;
H A DClassLike.php68 foreach ($stmt->props as $prop) {
/PHP-Parser/test/code/parser/stmt/class/
H A Dproperty_modifiers.test28 props: array(
44 props: array(
60 props: array(
76 props: array(
H A DpropertyTypes.test31 props: array(
49 props: array(
69 props: array(
89 props: array(
H A Dasymmetric_visibility.test34 props: array(
50 props: array(
66 props: array(
162 props: array(
178 props: array(
H A Dproperty_hooks.test40 props: array(
94 props: array(
138 props: array(
178 props: array(
265 props: array(
333 props: array(
385 props: array(
452 props: array(
H A Dmodifier_error.test23 props: array(
58 props: array(
93 props: array(
160 props: array(
H A DimplicitPublic.test32 props: array(
48 props: array(
H A Dsimple.test68 props: array(
94 props: array(
110 props: array(
H A Dphp4Style.test28 props: array(
H A Danonymous.test97 props: array(
/PHP-Parser/test/code/parser/
H A DcommentAtEndOfClass.test26 props: array(
H A DsemiReserved.test128 props: array(
144 props: array(
/PHP-Parser/test/code/parser/stmt/function/
H A DdisjointNormalFormTypes.test52 props: array(
84 props: array(
H A DintersectionTypes.test37 props: array(
H A DunionTypes.test40 props: array(
/PHP-Parser/test/code/parser/stmt/
H A DnewInInitializer.test142 props: array(
H A Dattributes.test186 props: array(
/PHP-Parser/test/code/formatPreservation/
H A DremovalViaNull.test103 $stmts[2]->stmts[1]->props[0]->default = null;
H A DinsertionOfNullable.test92 $stmts[10]->stmts[1]->props[0]->default = new Scalar\DNumber(42.0);
/PHP-Parser/test/PhpParser/Builder/
H A DPropertyTest.php132 $this->assertEquals($expectedValueNode, $node->props[0]->default);
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test709 props: array(
866 props: array(
882 props: array(
1396 props: array(
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php835 . $this->pCommaSeparated($node->props)

Completed in 24 milliseconds