Home
last modified time | relevance | path

Searched refs:value (Results 51 – 75 of 151) sorted by relevance

1234567

/PHP-Parser/lib/PhpParser/Builder/
H A DEnumCase.php16 protected ?Node\Expr $value = null; variable in PhpParser\\Builder\\EnumCase
39 public function setValue($value) { argument
40 $this->value = BuilderHelpers::normalizeValue($value);
81 $this->value,
/PHP-Parser/test/code/parser/expr/
H A DshellExec.test21 value: test
30 value: test
42 value: test `
51 value: test \"
H A DlistReferences.test17 value: Expr_Variable(
36 value: k
38 value: Expr_Variable(
57 value: Expr_Variable(
76 value: k
78 value: Expr_Variable(
H A DtrailingCommas.test21 value: Expr_Variable(
29 value: Expr_Variable(
49 value: Expr_Variable(
57 value: Expr_Variable(
77 value: Expr_Variable(
85 value: Expr_Variable(
102 value: Expr_Variable(
110 value: Expr_Variable(
H A DexprInList.test17 value: Expr_Variable(
25 value: Expr_Variable(
47 value: Expr_BinaryOp_Plus(
49 value: 1
52 value: 1
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php83 $value = $node->$key;
84 if (\is_int($value)) {
86 $this->res .= $this->dumpFlags($value);
99 $this->dumpRecursive($value);
114 if (\is_int($value)) {
134 $this->dumpRecursive($value);
140 foreach ($node as $key => $value) {
142 $this->dumpRecursive($value);
207 if (!isset($map[$value])) {
208 return (string) $value;
[all …]
/PHP-Parser/test/code/parser/scalar/
H A DencapsedNegVarOffset.test19 value: -0
33 value: -1
47 value: -0x0
61 value: -00
75 value: @@{ -PHP_INT_MAX - 1 }@@
H A DflexibleDocStringErrors.test51 value:
56 value: FooBar
62 value: X
69 value: a
77 value: a
84 value: Foo
107 value: a
H A DinvalidOctal.test11 value: 0
23 value: 7
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DInt_.php16 public int $value; variable in PhpParser\\Node\\Scalar\\Int_
21 * @param int $value Value of the number
24 public function __construct(int $value, array $attributes = []) { argument
26 $this->value = $value;
/PHP-Parser/test/code/parser/expr/fetchAndCall/
H A Dargs.test29 value: Expr_Variable(
46 value: Expr_Variable(
54 value: Expr_Variable(
71 value: Expr_Variable(
88 value: Expr_Variable(
96 value: Expr_Variable(
H A DnamedArgs.test18 value: Expr_Variable(
28 value: Expr_Variable(
47 value: Scalar_Int(
48 value: 0
H A DsimpleArrayAccess.test17 value: b
28 value: b
32 value: c
57 value: b
H A DstaticCall.test43 value: b
73 value: c
93 value: c
97 value: d
117 value: c
155 value: a
172 value: b
/PHP-Parser/test/code/parser/
H A DsemiReserved.test165 value: Scalar_Int(
166 value: 3
174 value: 4
190 value: 1
198 value: 2
206 value: 3
214 value: 4
222 value: 5
230 value: 6
238 value: 7
[all …]
/PHP-Parser/test/code/parser/stmt/
H A Dhashbang.test13 value: #!/usr/bin/env php
19 value: foobar
24 value: #!/usr/bin/env php
/PHP-Parser/test/code/parser/stmt/class/
H A DconstModifierErrors.test31 value: Scalar_Int(
32 value: 1
69 value: Scalar_Int(
70 value: 1
107 value: Scalar_Int(
108 value: 1
145 value: Scalar_Int(
146 value: 1
H A Dproperty_promotion.test11 public $h { set => $value; },
50 value: 0
87 value: hello
105 value: 0
133 name: value
149 value: 1
163 value: 2
H A Denum_with_string.test33 value: H
51 value: C
61 value: S
/PHP-Parser/test/code/parser/expr/uvs/
H A DstaticProperty.test37 value: A
48 value: A
51 value:
63 value: A
66 value: 0
95 value: 1
H A DnewInstanceofExpr.test14 value: Foo
28 value: Foo
37 value: Expr_Variable(
53 value: Foo
H A DconstDeref.test57 value: 0
71 value: 0
75 value: 1
79 value: 2
94 value: 0
111 value: 0
115 value: 1
119 value: 2
207 value: 0
/PHP-Parser/
H A Dphpstan-baseline.neon4 …r\\\\Builder\\\\ClassConst\\:\\:__construct\\(\\) has parameter \\$value with no value type specif…
9 …rser\\\\Builder\\\\ClassConst\\:\\:addConst\\(\\) has parameter \\$value with no value type specif…
14 …PhpParser\\\\BuilderFactory\\:\\:args\\(\\) has parameter \\$args with no value type specified in …
24 …PhpParser\\\\BuilderFactory\\:\\:classConst\\(\\) has parameter \\$value with no value type specif…
39 … PhpParser\\\\BuilderFactory\\:\\:new\\(\\) has parameter \\$args with no value type specified in …
49 …Method PhpParser\\\\BuilderFactory\\:\\:val\\(\\) has parameter \\$value with no value type specif…
54 …arser\\\\BuilderHelpers\\:\\:normalizeValue\\(\\) has parameter \\$value with no value type specif…
74 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) return type has no value type s…
79 …PhpParser\\\\JsonDecoder\\:\\:decodeComment\\(\\) has parameter \\$value with no value type specif…
84 …od PhpParser\\\\JsonDecoder\\:\\:decodeNode\\(\\) has parameter \\$value with no value type specif…
[all …]
/PHP-Parser/test/code/parser/stmt/function/
H A DdefaultValues.test55 value: foo
93 value: 1
111 value: 1
165 value: Scalar_String(
166 value: foo
190 value: Scalar_String(
191 value: foo
198 value: bar
200 value: Scalar_String(
201 value: baz
/PHP-Parser/test/code/parser/stmt/namespace/
H A DoutsideStmtInvalid.test13 value: 1
20 value: 2
49 value: 1
76 value: Scalar_Int(
77 value: 1

Completed in 24 milliseconds

1234567