3v4l.org

run code in 300+ PHP versions simultaneously
<?php $option = array('12'); $password= 'dmgdemo@123$%^'; $enctyped = password_hash($password, PASSWORD_BCRYPT, $option); echo $enctyped
Output for 8.0.1 - 8.0.24, 8.1.0 - 8.1.11
Parse error: syntax error, unexpected end of file, expecting "," or ";" in /in/hCYpG on line 5
Process exited with code 255.
Output for 7.4.0 - 7.4.32
Parse error: syntax error, unexpected end of file, expecting ';' or ',' in /in/hCYpG on line 5
Process exited with code 255.

preferences:
203.66 ms | 1395 KiB | 73 Q