3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Setting the variables. These will be dynamic variables once this is // actually integrated into the website. $name = "Jason+Chappell"; $email = "jzcrashedata@outlook.com"; $timestamp = gmdate("Y-m-d\TH:i:s\Z"); $phone = "4352100862"; $company = "VST+Support"; $data22 = $name & $email & $timestamp & $phone & $company; $hash = hash_hmac(md5, $data22, Hello);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Fatal error: Uncaught Error: Undefined constant "md5" in /in/4hdpl:11 Stack trace: #0 {main} thrown in /in/4hdpl on line 11
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant md5 - assumed 'md5' (this will throw an Error in a future version of PHP) in /in/4hdpl on line 11 Warning: Use of undefined constant Hello - assumed 'Hello' (this will throw an Error in a future version of PHP) in /in/4hdpl on line 11
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Notice: Use of undefined constant md5 - assumed 'md5' in /in/4hdpl on line 11 Notice: Use of undefined constant Hello - assumed 'Hello' in /in/4hdpl on line 11

preferences:
150.7 ms | 402 KiB | 186 Q