3v4l.org

run code in 300+ PHP versions simultaneously
<?php include('http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php'); $adminuser ="admin"; $adminpasswd ="test"; $u = 0; $p = 0; $crypt1 = '061215161625'; $crypt2 = '080118040418092205'; $u = crypt04($crypt1, $adminuser); $p = crypt04($crypt2, $adminpasswd); print $u; print $p; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/TIX2B on line 2 Warning: include(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): Failed to open stream: no suitable wrapper could be found in /in/TIX2B on line 2 Warning: include(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/TIX2B on line 2 Fatal error: Uncaught Error: Call to undefined function crypt04() in /in/TIX2B:12 Stack trace: #0 {main} thrown in /in/TIX2B on line 12
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.54 ms | 402 KiB | 8 Q