3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); ini_set('display_errors',1); class c{ function __construct(){ echo "constructed"; } function c(){echo "c";} } $c= new c();

preferences:
30.79 ms | 402 KiB | 5 Q