3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data=base64_decode("UHOVBp+Y9mo=PsxVBfzPoi8="); $cryptKey = '6JfNc9oZCq'; $userAgentIv = 'Q6v4fh3V'; $carrierIv = 'f57Ha#k*'; $s1=base64_decode("UHOVBp+Y9mo="); $s2=base64_decode("PsxVBfzPoi8="); echo mcrypt_decrypt( MCRYPT_TRIPLEDES, $cryptKey, $1, MCRYPT_MODE_CBC, $2); echo "\n"; echo mcrypt_decrypt( MCRYPT_TRIPLEDES, $cryptKey, $data, MCRYPT_MODE_CBC, $carrierIv ); ?>
Output for 5.4.1 - 5.4.45, 5.5.24 - 5.5.30, 5.6.8 - 5.6.14
Parse error: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_VARIABLE) or '$' in /in/YJiTA on line 10
Process exited with code 255.

preferences:
200.26 ms | 1395 KiB | 65 Q