3v4l.org

run code in 300+ PHP versions simultaneously
<?php $char = 'abcdefghijklmnopqrstuvwxyz0123456789'; $mot_de_passe = str_shuffle($char); $mot_de_passe = substr($mot_de_passe‚ 0‚ 5); echo $mot_de_passe; ?>
Output for 5.4.0 - 5.4.31
Parse error: syntax error, unexpected '0' (T_LNUMBER) in /in/UPaWa on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_LNUMBER in /in/UPaWa on line 5
Process exited with code 255.

preferences:
173.36 ms | 1395 KiB | 68 Q