3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(~0); ini_set('display_errors', '1'); class c { function __construct() { echo "construct\r\n"; return false; } function c(){ return $this->__construct(); } function __destruct() { echo "destruct\r\n"; } } $c = new c;

preferences:
56.61 ms | 402 KiB | 5 Q