4 lines
57 B
PHP
4 lines
57 B
PHP
|
<?php
|
||
|
class A {
|
||
|
protected $foo = ['hello' => TRUE];
|
||
|
}
|