3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test{ CONST TEST = 'test'; static public $test = 'test'; } var_dump(property_exists('Test', 'test')); var_dump(property_exists('Test', 'TEST'));

preferences:
39.56 ms | 402 KiB | 5 Q