blob: 5cfdcce800cd29e235cad7104e7a14f4e1ba5be4 [file] [log] [blame]
<?php
class Demo {
public $var = array( // comment
'a', ^
); // commmet
}