3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (PHP_VERSION_ID < 70000) { class_alias('StringDeprecated', 'String'); } class StringDeprecated { public function __construct() { echo "hello"; } } $str = new String();

preferences:
54.79 ms | 402 KiB | 5 Q