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