3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$email = $_POST['email']; $email = 321654; @$tarif = $_POST['tarif']; $pattern_phone = '/\+?\d{1,3}(?:\s*\(\d+\)\s*)?(?:(?:\-\d{1,3})+\d|[\d\-]{4,}|(?:\s\d{1,3})+\d)'; if ($email && ((filter_var($email, FILTER_VALIDATE_EMAIL))||(preg_match($pattern_phone, $email)))) { if (isset($tarif) || $tarif != "") { switch ($tarif) { case 1: $name_tarif = "Базовый"; break; case 2: $name_tarif = "Плюс"; break; case 3: $name_tarif = "Премиум"; break; default: $name_tarif = "Неизвестно, необходимо связаться с клиентом для уточнения"; break; } mail("Altairk91@yandex.ru", "Новый клиент", "E-mail/Телефон клиента: ".$email."\nВыбран тариф: ".$name_tarif, 'From: noreply@realtyprofy.ru'); } else { mail("Altairk91@yandex.ru", "Новый клиент", "E-mail/Телефон клиента: ".$email, 'From: noreply@realtyprofy.ru'); } }else { header('HTTP/1.1 500 Email/Phone Error'); header('Content-Type: application/json; charset=UTF-8'); die(json_encode(array('message' => 'ERROR', 'code' => 1337))); } //support@gazsystems.com ?>
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: preg_match(): No ending delimiter '/' found in /in/6sZdj on line 8 Warning: Cannot modify header information - headers already sent by (output started at /in/6sZdj:8) in /in/6sZdj on line 34 Warning: Cannot modify header information - headers already sent by (output started at /in/6sZdj:8) in /in/6sZdj on line 35 {"message":"ERROR","code":1337}
Output for 5.2.0 - 5.2.2
Warning: preg_match(): No ending delimiter '/' found in /in/6sZdj on line 8 {"message":"ERROR","code":1337}
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function filter_var() in /in/6sZdj on line 8
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: filter_var() in /in/6sZdj on line 8
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: filter_var() in /in/6sZdj on line 8
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: filter_var() in /in/6sZdj on line 8

preferences:
330.9 ms | 401 KiB | 458 Q