<!DOCTYPE html> <html> <body> <?php echo lcfirst("Hello world!"); ?> </body> </html>
<?php echo lcfirst("Hello world!"); ?>