3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = urldecode('%0E0eaU%C2%9A%C2%A7%C2%87%C3%90%0B%C3%86%C3%B7%0B%C2%BD%C3%BE4%04%C3%8F%03e%C2%9EtO%C2%854%C3%80%0F%C3%BBe%C2%9CL%C2%87@%C3%8C%C2%94/%C3%AB-%C2%A1%15%C2%A3%C3%B4%15%C3%9C%C2%BB%C2%86%07Is%C2%86em%7D%1F4%C2%A4%20Y%C3%97%C2%8FZ%C2%8D%C3%91%C3%AF'); $b = urldecode('%0E0eaU%C2%9A%C2%A7%C2%87%C3%90%0B%C3%86%C3%B7%0B%C2%BD%C3%BE4%04%C3%8F%03e%C2%9EpO%C2%854%C3%80%0F%C3%BBe%C2%9CL%C2%87@%C3%8C%C2%94/%C3%AB-%C2%A1%15%C2%A3%C3%B4%15%5C%C2%BB%C2%86%07Is%C2%86em%7D%1F4%C2%A4%20Y%C3%97%C2%8FZ%C2%8D%C3%91%C3%AF'); $hex1 = '4dc968ff0ee35c209572d4777b721587d36fa7b21bdc56b74a3dc0783e7b9518afbfa200a8284bf36e8e4b55b35f427593d849676da0d1555d8360fb5f07fea2'; $hex2 = '4dc968ff0ee35c209572d4777b721587d36fa7b21bdc56b74a3dc0783e7b9518afbfa202a8284bf36e8e4b55b35f427593d849676da0d1d55d8360fb5f07fea2'; $bin1 = hex2bin($hex1); $bin2 = hex2bin($hex2); echo $bin2hex($a); var_dump(md5($a) == md5($b)); var_dump(md5($bin1) == md5($bin2));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: Undefined variable $bin2hex in /in/Ka9c9 on line 11 Fatal error: Uncaught Error: Value of type null is not callable in /in/Ka9c9:11 Stack trace: #0 {main} thrown in /in/Ka9c9 on line 11
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: Undefined variable $bin2hex in /in/Ka9c9 on line 11 Fatal error: Uncaught Error: Value of type null is not callable in /in/Ka9c9:11 Stack trace: #0 {main} thrown in /in/Ka9c9 on line 11
Process exited with code 255.
Output for 7.0.33, 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: bin2hex in /in/Ka9c9 on line 11 Fatal error: Uncaught Error: Function name must be a string in /in/Ka9c9:11 Stack trace: #0 {main} thrown in /in/Ka9c9 on line 11
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Fatal error: Uncaught Error: Function name must be a string in /in/Ka9c9:11 Stack trace: #0 {main} thrown in /in/Ka9c9 on line 11
Process exited with code 255.
Output for 5.6.38
Notice: Undefined variable: bin2hex in /in/Ka9c9 on line 11 Fatal error: Function name must be a string in /in/Ka9c9 on line 11
Process exited with code 255.

preferences:
141.55 ms | 401 KiB | 155 Q