3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL & ~E_STRICT); class Twitter { function Twitter() { // Adding an old-style constructor allows use on older installs of EE2. Twitter::__construct(); } function __construct() { $this->foo = 'bar'; } }

preferences:
85.76 ms | 402 KiB | 5 Q