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