blob: 4bff76550620371a1bcd9e4c8198b36b9536cd93 [file] [log] [blame]
<?php
class Demo {
public $var = [
'a',
'b' => [
[
^
],
]
]; // commmet
}