3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('HELLO_WORLD', Constants::HELLO . Constants::WORLD); class Constants { const HELLO = 'Hello '; const WORLD = 'world.'; const HELLO_WORLD = HELLO_WORLD; } echo Constants::HELLO_WORLD;

preferences:
46.56 ms | 402 KiB | 5 Q