3v4l.org

run code in 300+ PHP versions simultaneously
<?php class True { private $x; public function __construct(){$this->x = 100;} } var_dump(new True());
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
object(True)#1 (1) { ["x":"True":private]=> int(100) }

preferences:
204.35 ms | 1395 KiB | 80 Q