3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input_pass = 'example'; $step1 = md5($input_pass); $final_pass = hash('sha512',crypt(pi(),hash('sha512',$input_pass))); var)dump($step1);
Output for 5.4.0 - 5.4.16
Parse error: syntax error, unexpected 'var' (T_VAR) in kPeuP on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.24, 5.3.26
Parse error: syntax error, unexpected T_VAR in kPeuP on line 5
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_VAR in /in/kPeuP on line 5
Process exited with code 255.

preferences:
190.15 ms | 1395 KiB | 51 Q