3v4l.org

run code in 300+ PHP versions simultaneously
<?php $quelsem = trim($_POST['datesem']); $nom = trim($_POST['semnom']); $prenom = trim($_POST['semprenom']); $adresse = trim($_POST['semadresse']); $code = trim($_POST['semcode']); $ville = trim($_POST['semville']); $pays = trim($_POST['sempays']); $email = trim($_POST['semmail']); $tel = trim($_POST['semphone']); $Vam = trim($_POST['venMatin']); $Vpm = trim($_POST['venApmidi']); $Sam = trim($_POST['samMatin']); $Spm = trim($_POST['samApmidi']); $Dam = trim($_POST['dimMatin']); $Dpm = trim($_POST['dimApmidi']); $tout = trim($_POST['toutesSes']); $to = "inscription@acupuncture-europe.org"; $subject = "Inscription séminaire"; $headers = "From: inscription@acupuncture-europe.org"; $messages = "*** Inscription au séminaire de : $quelsem *** \r\r Nom : \t$nom \r\n Prénom : \t$prenom \r\n Adresse : \t$adresse \r\n Code : \t$code \r\n Ville : \t$ville \r\n Pays : \t$pays \r\n e-mail : \t$email \r\n Tél. : \t$tel \r\n *** Participation : ***\r\n vendredi matin : $Vam \tvendredi ap-midi : $Vpm\n samedi matin : $Sam \tsamedi ap-midi : $Spm\n dimanche matin : $Dam \tdimanche ap-midi : $Dpm\n à toutes les sessions :$tout"; $mailsent = mail($to, $subject, $messages, $headers); ?>
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
Warning: Undefined array key "datesem" in /in/GJSql on line 4 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 4 Warning: Undefined array key "semnom" in /in/GJSql on line 5 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 5 Warning: Undefined array key "semprenom" in /in/GJSql on line 6 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 6 Warning: Undefined array key "semadresse" in /in/GJSql on line 7 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 7 Warning: Undefined array key "semcode" in /in/GJSql on line 8 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 8 Warning: Undefined array key "semville" in /in/GJSql on line 9 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 9 Warning: Undefined array key "sempays" in /in/GJSql on line 10 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 10 Warning: Undefined array key "semmail" in /in/GJSql on line 11 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 11 Warning: Undefined array key "semphone" in /in/GJSql on line 12 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 12 Warning: Undefined array key "venMatin" in /in/GJSql on line 14 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 14 Warning: Undefined array key "venApmidi" in /in/GJSql on line 15 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 15 Warning: Undefined array key "samMatin" in /in/GJSql on line 16 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 16 Warning: Undefined array key "samApmidi" in /in/GJSql on line 17 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 17 Warning: Undefined array key "dimMatin" in /in/GJSql on line 18 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 18 Warning: Undefined array key "dimApmidi" in /in/GJSql on line 19 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 19 Warning: Undefined array key "toutesSes" in /in/GJSql on line 20 Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /in/GJSql on line 20 Fatal error: Uncaught Error: Call to undefined function mail() in /in/GJSql:32 Stack trace: #0 {main} thrown in /in/GJSql on line 32
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
Warning: Undefined array key "datesem" in /in/GJSql on line 4 Warning: Undefined array key "semnom" in /in/GJSql on line 5 Warning: Undefined array key "semprenom" in /in/GJSql on line 6 Warning: Undefined array key "semadresse" in /in/GJSql on line 7 Warning: Undefined array key "semcode" in /in/GJSql on line 8 Warning: Undefined array key "semville" in /in/GJSql on line 9 Warning: Undefined array key "sempays" in /in/GJSql on line 10 Warning: Undefined array key "semmail" in /in/GJSql on line 11 Warning: Undefined array key "semphone" in /in/GJSql on line 12 Warning: Undefined array key "venMatin" in /in/GJSql on line 14 Warning: Undefined array key "venApmidi" in /in/GJSql on line 15 Warning: Undefined array key "samMatin" in /in/GJSql on line 16 Warning: Undefined array key "samApmidi" in /in/GJSql on line 17 Warning: Undefined array key "dimMatin" in /in/GJSql on line 18 Warning: Undefined array key "dimApmidi" in /in/GJSql on line 19 Warning: Undefined array key "toutesSes" in /in/GJSql on line 20 Fatal error: Uncaught Error: Call to undefined function mail() in /in/GJSql:32 Stack trace: #0 {main} thrown in /in/GJSql on line 32
Process exited with code 255.
Output for 8.0.13
Warning: Undefined array key "datesem" in /in/GJSql on line 4 Warning: Undefined array key "semnom" in /in/GJSql on line 5 Warning: Undefined array key "semprenom" in /in/GJSql on line 6 Warning: Undefined array key "semadresse" in /in/GJSql on line 7 Warning: Undefined array key "semcode" in /in/GJSql on line 8 Warning: Undefined array key "semville" in /in/GJSql on line 9 Warning: Undefined array key "sempays" in /in/GJSql on line 10 Warning: Undefined array key "semmail" in /in/GJSql on line 11 Warning: Undefined array key "semphone" in /in/GJSql on line 12 Warning: Undefined array key "venMatin" in /in/GJSql on line 14 Warning: Undefined array key "venApmidi" in /in/GJSql on line 15 Warning: Undefined array key "samMatin" in /in/GJSql on line 16 Warning: Undefined array key "samApmidi" in /in/GJSql on line 17 Warning: Undefined array key "dimMatin" in /in/GJSql on line 18 Warning: Undefined array key "dimApmidi" in /in/GJSql on line 19 Warning: Undefined array key "toutesSes" in /in/GJSql on line 20 Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /in/GJSql on line 32
Output for 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined index: datesem in /in/GJSql on line 4 Notice: Undefined index: semnom in /in/GJSql on line 5 Notice: Undefined index: semprenom in /in/GJSql on line 6 Notice: Undefined index: semadresse in /in/GJSql on line 7 Notice: Undefined index: semcode in /in/GJSql on line 8 Notice: Undefined index: semville in /in/GJSql on line 9 Notice: Undefined index: sempays in /in/GJSql on line 10 Notice: Undefined index: semmail in /in/GJSql on line 11 Notice: Undefined index: semphone in /in/GJSql on line 12 Notice: Undefined index: venMatin in /in/GJSql on line 14 Notice: Undefined index: venApmidi in /in/GJSql on line 15 Notice: Undefined index: samMatin in /in/GJSql on line 16 Notice: Undefined index: samApmidi in /in/GJSql on line 17 Notice: Undefined index: dimMatin in /in/GJSql on line 18 Notice: Undefined index: dimApmidi in /in/GJSql on line 19 Notice: Undefined index: toutesSes in /in/GJSql on line 20 Warning: mail() has been disabled for security reasons in /in/GJSql on line 32
Output for 7.3.32 - 7.3.33
Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /in/GJSql on line 32

preferences:
149.19 ms | 417 KiB | 5 Q