3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); ini_set('display_errors',1); ini_set('log_errors',0); class Text { function run() { eval('static::echo_data(\'test\');'); } protected static function echo_data($data) { echo htmlspecialchars($data, ENT_NOQUOTES); } } $test = new Text; $test->run(); ?>

preferences:
56.66 ms | 402 KiB | 5 Q