<!DOCTYPE html>
<html>
<body>

<?php
echo strcspn("Hello world!","w");
?>

 
</body>
</html>