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