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," .\n "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 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '"teile broneeritud ülevaatuse' (T_CONSTANT_ENCAPSED_STRING) in /in/fqrn1 on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /in/fqrn1 on line 6
Process exited with code 255.

preferences:
175.84 ms | 1395 KiB | 58 Q