<?php class A { private $new = []; function __construct() { $this->new = "foobar"; print "OK"; } } new A;
You have javascript disabled. You will not be able to edit any code.