3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lowercase = "cats"; $uppercase = "DOGS"; $multiplewords = "the cats and the dogs"; echo strtoupper($lowercase); echo strtolower($uppercase); echo ucfirst($lowercase); echo ucwords($multiplewords); ?>

preferences:
42.59 ms | 402 KiB | 5 Q