Array spread ----- expr->expr; $array->items[] = new Expr\ArrayItem(new Expr\Variable('b')); ----- expr->expr; $array->items[] = new Expr\ArrayItem(new Expr\Variable('c'), null, false, [], true); -----