3v4l.org

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

preferences:
49.07 ms | 402 KiB | 5 Q