3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myImei = "864718015362553"; // Beispiels-IMEI // die umgedrehten (strrev()) und mit einem MD5 // gezogenem Hash (md5()) IMEI ergibt unter Android das Passwort. $androidWhatsAppPassword = md5(strrev($myImei)); print($androidWhatsAppPassword)
Output for 5.4.0 - 5.4.39
Parse error: syntax error, unexpected end of file in /in/r3oWp on line 8
Process exited with code 255.
Output for 5.3.7 - 5.3.29
Parse error: syntax error, unexpected $end in /in/r3oWp on line 8
Process exited with code 255.

preferences:
172.82 ms | 1395 KiB | 69 Q