Skip to content

Support array destructuring #121

Description

@alexander-akait
[$id1, $name1] = $data[0];
["id" => $id1, "name" => $name1] = $data[0];

Ref: http://php.net/manual/en/migration71.new-features.php

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions