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