Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo strpos("Hello world!", "world");
?> 
 
</body>
</html>
6