3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<html>"; echo "<br />"; echo "<br />"; echo '<center><embed src="http://www.easarchives.uphero.com/media/' . isset($_GET['filename']) ? intval($_GET['filename']) : 'unknown.mp3' . ' autostart="false" width="100%" height="100%" loop="false"/></center>'; echo "<br />"; echo "<br />"; if ($_GET['alert']=='EAS') { echo '<center><div style="background-color:#8FD8D8;width:500px;height:100px;border:1px solid #000"><strong>Title:</strong> ' . isset($_GET['title']) ? intval($_GET['title']) : 'EAS' . "<br /><strong>System:</strong> " . isset($_GET['system']) ? intval($_GET['system']) : 'Unknown' . "<br /><strong>Alert Type:</strong> " . isset($_GET['type']) ? intval($_GET['type']) : 'Unknown' . "<br /><strong>Where:</strong> " . isset($_GET['where']) ? intval($_GET['where']) : 'Unknown' . "<br /><strong>Callsign & Station Name:</strong> " . isset($_GET['callsign']) ? intval($_GET['callsign']) : 'Unknown/Generic' . "<br /><strong>Date Issued:</strong> " . isset($_GET['date']) ? intval($_GET['date']) : 'Unknown'; if (isset($_GET['trans'])) { echo "<br /><strong>Translation:</strong> " . $_GET['trans']; } echo "</div></center>"; } if ($_GET['alert']=='CAE') { echo '<center><div style="background-color:#8FD8D8;width:500px;height:100px;border:1px solid #000"><strong>Title:</strong> ' . isset($_GET['title']) ? intval($_GET['title']) : 'EAS' . "<br /><strong>Name:</strong> " . isset($_GET['name']) ? intval($_GET['name']) : 'Unknown' . "<br /><strong>Status:</strong> " . isset($_GET['status']) ? intval($_GET['status']) : 'Unknown' . "<br /><strong>System:</strong> " . isset($_GET['system']) ? intval($_GET['system']) : 'Unknown' . "<br /><strong>Alert Type:</strong> " . isset($_GET['type']) ? intval($_GET['type']) : 'Unknown' . "<br /><strong>Where:</strong> " . isset($_GET['where']) ? intval($_GET['where']) : 'Unknown' . "<br /><strong>Callsign & Station Name:</strong> " . isset($_GET['callsign']) ? intval($_GET['callsign']) : 'Unknown/Generic' . "<br /><strong>Date Issued:</strong> " . isset($_GET['date']) ? intval($_GET['date']) : 'Unknown'; if (isset($_GET['trans'])) { echo "<br /><strong>Translation:</strong> " . $_GET['trans']; } echo "</div></center>"; } echo "<br />"; echo '<center><form><input type="button" value="Go Back" onclick="history.go(-1)"></form></center>'; echo "<br />"; echo "<br />"; echo "<center>© 2012-2013 The EAS Archives and WindozeNT Software</center>"; echo "</html>"; ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11
Process exited with code 255.
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 11 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /in/bqZgs on line 16 <html><br /><br /> Notice: Undefined index: filename in /in/bqZgs on line 5 0<br /><br /> Notice: Undefined index: alert in /in/bqZgs on line 9 Notice: Undefined index: alert in /in/bqZgs on line 15 <br /><center><form><input type="button" value="Go Back" onclick="history.go(-1)"></form></center><br /><br /><center>© 2012-2013 The EAS Archives and WindozeNT Software</center></html>
Output for 7.3.32 - 7.3.33, 7.4.26
<html><br /><br />0<br /><br /><br /><center><form><input type="button" value="Go Back" onclick="history.go(-1)"></form></center><br /><br /><center>© 2012-2013 The EAS Archives and WindozeNT Software</center></html>
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.29 - 7.2.33, 7.3.12 - 7.3.31
<html><br /><br /> Notice: Undefined index: filename in /in/bqZgs on line 5 0<br /><br /> Notice: Undefined index: alert in /in/bqZgs on line 9 Notice: Undefined index: alert in /in/bqZgs on line 15 <br /><center><form><input type="button" value="Go Back" onclick="history.go(-1)"></form></center><br /><br /><center>© 2012-2013 The EAS Archives and WindozeNT Software</center></html>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
<html><br /><br /> Notice: Undefined index: filename in /in/bqZgs on line 5 0<br /><br /> Notice: Undefined index: alert in /in/bqZgs on line 9 Notice: Undefined index: alert in /in/bqZgs on line 15 <br /><center><form><input type="button" value="Go Back" onclick="history.go(-1)"></form></center><br /><br /><center>© 2012-2013 The EAS Archives and WindozeNT Software</center></html>

preferences:
251.02 ms | 403 KiB | 353 Q