3v4l.org

run code in 300+ PHP versions simultaneously
<?php $js_date = "12.12.2013"; $js_time = "10.00"; $mail_adress = "<a href='mailto:info@abctehno.ee'>info@abctehno.ee</a>"; $page = "<a href='http://www.abctehno.ee'>www.abctehno.ee</a>"; $email_message ="Lugupeetud klient,<br><br> teile broneeritud ülevaatuse aeg on ".js_date." kell ".js_time.". ABC Tehno asub aadressil Sõpruse pst 27, tel: 6 999 227, email: ".$mail_adress." koduleht: ".$page.".<br><br>Tuletame meelde, et hilinemisel kaotab broneering kehtivuse<br><br>Kohtumiseni,<br>ABC Tehno"; echo $email_message; ?>
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: Uncaught Error: Undefined constant "js_date" in /in/T2cRu:6 Stack trace: #0 {main} thrown in /in/T2cRu on line 6
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant js_date - assumed 'js_date' (this will throw an Error in a future version of PHP) in /in/T2cRu on line 6 Warning: Use of undefined constant js_time - assumed 'js_time' (this will throw an Error in a future version of PHP) in /in/T2cRu on line 6 Lugupeetud klient,<br><br> teile broneeritud ülevaatuse aeg on js_date kell js_time. ABC Tehno asub aadressil Sõpruse pst 27, tel: 6 999 227, email: <a href='mailto:info@abctehno.ee'>info@abctehno.ee</a> koduleht: <a href='http://www.abctehno.ee'>www.abctehno.ee</a>.<br><br>Tuletame meelde, et hilinemisel kaotab broneering kehtivuse<br><br>Kohtumiseni,<br>ABC Tehno
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, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Notice: Use of undefined constant js_date - assumed 'js_date' in /in/T2cRu on line 6 Notice: Use of undefined constant js_time - assumed 'js_time' in /in/T2cRu on line 6 Lugupeetud klient,<br><br> teile broneeritud ülevaatuse aeg on js_date kell js_time. ABC Tehno asub aadressil Sõpruse pst 27, tel: 6 999 227, email: <a href='mailto:info@abctehno.ee'>info@abctehno.ee</a> koduleht: <a href='http://www.abctehno.ee'>www.abctehno.ee</a>.<br><br>Tuletame meelde, et hilinemisel kaotab broneering kehtivuse<br><br>Kohtumiseni,<br>ABC Tehno

preferences:
264.25 ms | 405 KiB | 316 Q