Php-parser: Support array destructuring

Created on 26 Feb 2018  路  2Comments  路  Source: glayzzle/php-parser

[$id1, $name1] = $data[0];
["id" => $id1, "name" => $name1] = $data[0];

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

bug php7 PARSER

All 2 comments

omg I'm learning so much about php through this javascript plugin 馃ぃ

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Rivendall picture Rivendall  路  6Comments

alexander-akait picture alexander-akait  路  9Comments

alexander-akait picture alexander-akait  路  3Comments

nevadascout picture nevadascout  路  3Comments

aameen951 picture aameen951  路  7Comments