3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = "you@domain.com"; $subject = "This is the subject line"; $message = "This is the message"; $headers = 'From: no-reply@domain.com' . "\r\n" . 'Reply-To: admin@domain.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); $result = mail($to , $subject , $message, $headers )
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected end of file in /in/ilUn1 on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/ilUn1 on line 8
Process exited with code 255.

preferences:
180.25 ms | 1395 KiB | 64 Q