3v4l.org

run code in 300+ PHP versions simultaneously
<?php $site = file_get_contents("https://btc-e.com/exchange/ltc_btc"); preg_match( '/^\Price: <strong>(\d+)\BTC</strong></div> <div class=/'orderStats/'>Low:/', $site, $matches); echo $matches[1]; // 1234 ?>
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected 'orderStats' (T_STRING) in /in/TZI5K on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/TZI5K on line 5
Process exited with code 255.

preferences:
177.7 ms | 1394 KiB | 61 Q