3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lang["FAI_R"]["PRT"]["TITLE"]["HEADER"] = 'Hello, World!'; $html = <<<EOD <div id="topHeaderView">$value</div> <table> <tr> <td>$lang["FAI_R"]["PRT"]["TITLE"]["HEADER"]</td> </tr> EOD; var_dump($html);
Output for 5.4.0 - 5.4.16
Parse error: syntax error, unexpected '"', expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/Detfn on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.26
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /in/Detfn on line 9
Process exited with code 255.

preferences:
176.26 ms | 1395 KiB | 51 Q