3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "SANG WONG"; $company = "HYDRONICS ENGINEERING"; $address1 = "1234 DAVIE BL"; $address2 = "SUITE 1"; $city = "DAVIE"; $state = "FL"; $zip = "33306"; $country = "United States"; $email. = "Full Name: ".$name."\n"; $email. = "Company: ".$company."\n"; $email. = "Address: ".$address1."\n"; $email. = "Address: ".$address2."\n"; $email. = "City: ".$city."\n"; $email. = "State: ".$state."\n"; $email. = "Zip: ".$zip."\n"; $email. = "Country: ".$country."\n\n"; echo $email; ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.18
Parse error: syntax error, unexpected '=' in /in/lcvgn on line 11
Process exited with code 255.

preferences:
180.3 ms | 1395 KiB | 54 Q