3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(mcrypt_list_algorithms() as $alg) { printf("\n%20s:", $alg); foreach(mcrypt_list_modes() as $mode) { $mc = @mcrypt_module_open($alg, null, $mode, null); if(is_resource($mc)) echo "\t$mode"; else echo "\t!!FAIL!!:$mode"; } } echo "\n";
Output for 7.0.6 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Call to undefined function mcrypt_list_algorithms() in /in/lYL0Y:2 Stack trace: #0 {main} thrown in /in/lYL0Y on line 2
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.34, 5.6.0 - 5.6.20, 7.0.0 - 7.0.5
cast-128: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream gost: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream rijndael-128: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream twofish: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream arcfour: !!FAIL!!:cbc !!FAIL!!:cfb !!FAIL!!:ctr !!FAIL!!:ecb !!FAIL!!:ncfb !!FAIL!!:nofb !!FAIL!!:ofb stream cast-256: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream loki97: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream rijndael-192: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream saferplus: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream wake: !!FAIL!!:cbc !!FAIL!!:cfb !!FAIL!!:ctr !!FAIL!!:ecb !!FAIL!!:ncfb !!FAIL!!:nofb !!FAIL!!:ofb stream blowfish-compat: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream des: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream rijndael-256: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream serpent: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream xtea: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream blowfish: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream enigma: !!FAIL!!:cbc !!FAIL!!:cfb !!FAIL!!:ctr !!FAIL!!:ecb !!FAIL!!:ncfb !!FAIL!!:nofb !!FAIL!!:ofb stream rc2: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream tripledes: cbc cfb ctr ecb ncfb nofb ofb !!FAIL!!:stream
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.5.35 - 5.5.38, 5.6.21 - 5.6.28
Fatal error: Call to undefined function mcrypt_list_algorithms() in /in/lYL0Y on line 2
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: mcrypt_list_algorithms() in /in/lYL0Y on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: mcrypt_list_algorithms() in /in/lYL0Y on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: mcrypt_list_algorithms() in /in/lYL0Y on line 2

preferences:
273.81 ms | 401 KiB | 371 Q