3v4l.org

run code in 300+ PHP versions simultaneously
<?php class HoMe { private $foo; public function __construct(){ $this->foo = "bar"; } } class home { private $bar; public function __construct(){ $this->bar = "foo"; } } $home = new home; var_dump($home);

preferences:
49.21 ms | 402 KiB | 5 Q