3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class asd{ private $p = "asd"; } class bsd extends asd { function print_p(){ $this->p = "hallo"; var_dump( $this->p); } } $bsd = new bsd; $bsd->print_p();

preferences:
30.24 ms | 402 KiB | 5 Q