3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Hello, World! How are you? It looks like you\'re fine!'; $string = explode('?', $string); $string = $string[0]; echo $string; ?>

preferences:
30.87 ms | 402 KiB | 5 Q