### Description PHP can use `$a = []` instead of `$a = array()` for very long, `var_export()` does not unfortunately. Please make it possible. Thanks.
Description
PHP can use
$a = []instead of$a = array()for very long,var_export()does not unfortunately. Please make it possible. Thanks.