3v4l.org

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

preferences:
73.47 ms | 405 KiB | 6 Q