3v4l.org

run code in 300+ PHP versions simultaneously
<?php class bla { private $y_busy; public function test() { $this->y_busy[] = 1; $this->y_busy[] = 2; print_r($this->y_busy); } } $a = new bla(); $a->test();

preferences:
36.59 ms | 402 KiB | 5 Q