3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'tr_TR.UTF-8'); class InfoBlob { public static function Intresting() { return 'is it not?'; } } echo (infoBlob::intresting()); // works lowercase i function and class. echo (infoBlob::Intresting()); // fails uppercase i function echo (InfoBlob::intresting()); // fails uppercase i class ?>

preferences:
45.01 ms | 402 KiB | 5 Q