3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function bah() { $this->property = range(1, 1000); } } $t = new Test(); $t->bah();

preferences:
55.87 ms | 402 KiB | 5 Q