3v4l.org

run code in 300+ PHP versions simultaneously
<?php $title = "Little Book of Days"; $upper = strtoupper($title); echo "The title in caps is:" .$upper. "."; echo "The title in lowercase is:" .strtolower($title). "."; $lower = strtolower($title); echo "The title with first character uppercase is:" .ucfirst($lower). ".";

preferences:
54.34 ms | 402 KiB | 5 Q