3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = microtime(true); require_once('foo.php'); echo microtime(true) - $t;
Output for 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1
Warning: require_once(): open_basedir restriction in effect. File(foo.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/JRJvO on line 4 Warning: require_once(foo.php): failed to open stream: Operation not permitted in /in/JRJvO on line 4 Fatal error: require_once(): Failed opening required 'foo.php' (include_path='.:') in /in/JRJvO on line 4
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Warning: require_once(foo.php): failed to open stream: No such file or directory in /in/JRJvO on line 4 Fatal error: require_once(): Failed opening required 'foo.php' (include_path='.:') in /in/JRJvO on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5
Warning: main(foo.php): failed to open stream: No such file or directory in /in/JRJvO on line 4 Fatal error: main(): Failed opening required 'foo.php' (include_path='.:') in /in/JRJvO on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: main(foo.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/JRJvO on line 4 Fatal error: main() [http://www.php.net/function.main]: Failed opening required 'foo.php' (include_path='.:') in /in/JRJvO on line 4

preferences:
130.56 ms | 402 KiB | 190 Q