Searched refs:ArrayItem (Results 1 – 25 of 43) sorted by relevance
12
/PHP-Parser/test/code/parser/expr/ |
H A D | arraySpread.test | 33 0: ArrayItem( 41 1: ArrayItem( 49 2: ArrayItem( 151 0: ArrayItem( 166 0: ArrayItem( 205 0: ArrayItem( 219 0: ArrayItem( 237 0: ArrayItem( 255 0: ArrayItem( 306 0: ArrayItem( [all …]
|
H A D | arrayDestructuring.test | 15 0: ArrayItem( 23 1: ArrayItem( 35 0: ArrayItem( 43 1: ArrayItem( 60 1: ArrayItem( 70 4: ArrayItem( 91 1: ArrayItem( 95 0: ArrayItem( 126 2: ArrayItem( 145 0: ArrayItem( [all …]
|
H A D | arrayDef.test | 26 0: ArrayItem( 40 0: ArrayItem( 54 0: ArrayItem( 62 1: ArrayItem( 76 0: ArrayItem( 84 1: ArrayItem( 92 2: ArrayItem( 102 3: ArrayItem( 127 0: ArrayItem( 135 1: ArrayItem( [all …]
|
H A D | arrayEmptyElemens.test | 15 0: ArrayItem[3:2 - 3:2]( 23 1: ArrayItem[3:5 - 3:5]( 30 2: ArrayItem[3:7 - 3:7]( 44 0: ArrayItem[4:7 - 4:7]( 52 1: ArrayItem[4:10 - 4:10]( 59 2: ArrayItem[4:12 - 4:12](
|
H A D | listWithKeys.test | 13 0: ArrayItem( 27 0: ArrayItem( 45 0: ArrayItem( 51 0: ArrayItem( 66 1: ArrayItem(
|
H A D | listReferences.test | 15 0: ArrayItem( 34 0: ArrayItem( 55 0: ArrayItem( 74 0: ArrayItem(
|
H A D | issetAndEmpty.test | 58 0: ArrayItem( 66 1: ArrayItem( 74 2: ArrayItem(
|
H A D | exprInList.test | 15 0: ArrayItem( 23 1: ArrayItem( 45 0: ArrayItem(
|
H A D | assign.test | 226 0: ArrayItem( 248 0: ArrayItem( 257 2: ArrayItem( 276 0: ArrayItem( 284 1: ArrayItem( 289 1: ArrayItem( 302 2: ArrayItem(
|
/PHP-Parser/test/code/parser/expr/fetchAndCall/ |
H A D | constantDeref.test | 53 0: ArrayItem( 61 1: ArrayItem( 69 2: ArrayItem( 90 0: ArrayItem( 98 1: ArrayItem( 106 2: ArrayItem( 133 0: ArrayItem( 141 1: ArrayItem( 149 2: ArrayItem( 170 0: ArrayItem( [all …]
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | List_.php | 5 use PhpParser\Node\ArrayItem; alias 13 /** @var (ArrayItem|null)[] List of items to assign to */ 19 * @param (ArrayItem|null)[] $items List of items to assign to
|
H A D | Array_.php | 5 use PhpParser\Node\ArrayItem; alias 13 /** @var ArrayItem[] Items */ 19 * @param ArrayItem[] $items Items of the array
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | ArrayItem.php | 7 class ArrayItem extends NodeAbstract { class 43 class_alias(ArrayItem::class, Expr\ArrayItem::class);
|
/PHP-Parser/test/code/parser/expr/uvs/ |
H A D | isset.test | 17 0: ArrayItem( 25 1: ArrayItem( 53 0: ArrayItem(
|
H A D | misc.test | 94 0: ArrayItem( 102 1: ArrayItem(
|
/PHP-Parser/test/code/formatPreservation/ |
H A D | array_spread.test | 9 $array->items[] = new Expr\ArrayItem(new Expr\Variable('b')); 23 $array->items[] = new Expr\ArrayItem(new Expr\Variable('c'), null, false, [], true);
|
H A D | arrayInsertionWithComments.test | 10 $node = new Expr\ArrayItem(new Scalar\String_('baz'), new Scalar\String_('c')); 38 $node = new Expr\ArrayItem(new Scalar\String_('baz'), new Scalar\String_('c')); 59 $node = new Expr\ArrayItem(new Scalar\String_('baz'), new Scalar\String_('c')); 79 $node = new Expr\ArrayItem(new Scalar\String_('bar'), new Scalar\String_('b')); 96 $node = new Expr\ArrayItem(new Scalar\String_('foo'), new Scalar\String_('a'));
|
/PHP-Parser/test/PhpParser/Builder/ |
H A D | ClassConstTest.php | 197 new \PhpParser\Node\ArrayItem(new Scalar\Int_(1)), 198 new \PhpParser\Node\ArrayItem(new Scalar\Int_(2)), 199 new \PhpParser\Node\ArrayItem(new Scalar\Int_(3)), 205 new \PhpParser\Node\ArrayItem( 209 new \PhpParser\Node\ArrayItem(
|
H A D | PropertyTest.php | 207 new \PhpParser\Node\ArrayItem(new Scalar\Int_(1)), 208 new \PhpParser\Node\ArrayItem(new Scalar\Int_(2)), 209 new \PhpParser\Node\ArrayItem(new Scalar\Int_(3)), 215 new \PhpParser\Node\ArrayItem( 219 new \PhpParser\Node\ArrayItem(
|
H A D | ParamTest.php | 62 new Node\ArrayItem(new Scalar\Int_(1)), 63 new Node\ArrayItem(new Scalar\Int_(2)), 64 new Node\ArrayItem(new Scalar\Int_(3)), 70 new Node\ArrayItem( 74 new Node\ArrayItem(
|
/PHP-Parser/test/PhpParser/ |
H A D | CompatibilityTest.php | 20 $node = new Node\ArrayItem($var); 21 $this->assertTrue($node instanceof Expr\ArrayItem); 48 $node = new Node\Expr\ArrayItem($var); 49 $this->assertTrue($node instanceof Node\ArrayItem);
|
H A D | NodeDumperTest.php | 42 new Node\ArrayItem(new Node\Scalar\String_('Foo'))
|
/PHP-Parser/test/code/parser/stmt/loop/ |
H A D | foreach.test | 84 0: ArrayItem( 92 1: ArrayItem( 115 0: ArrayItem( 124 2: ArrayItem(
|
/PHP-Parser/test/code/parser/stmt/function/ |
H A D | defaultValues.test | 163 0: ArrayItem( 188 0: ArrayItem( 196 1: ArrayItem(
|
/PHP-Parser/test/code/parser/stmt/generator/ |
H A D | yieldPrecedence.test | 95 0: ArrayItem( 177 0: ArrayItem( 218 0: ArrayItem(
|
Completed in 44 milliseconds
12