3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace A; $version = '10.'; if (str_starts_with($version, '10.')) { class Comparator { public static function test() { echo "a"; } } } else { class Comparator { public static function test() { echo "b"; } } } Comparator::test();

preferences:
25.18 ms | 404 KiB | 5 Q