3v4l.org

run code in 300+ PHP versions simultaneously
<?php $path = "test.php../../../../../../../../../../../../../../../../etc/passwd"; $path = "test.php../../../../../../../../../../../../../../../../usr/bin/php"; include $path; var_dump(realpath($path));
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: include(): open_basedir restriction in effect. File(test.php../../../../../../../../../../../../../../../../usr/bin/php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/FZroY on line 5 Warning: include(test.php../../../../../../../../../../../../../../../../usr/bin/php): Failed to open stream: Operation not permitted in /in/FZroY on line 5 Warning: include(): Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 bool(false)
Output for 8.0.13
Parse error: syntax error, unexpected character 0x0F, expecting end of file in /usr/bin/php on line 2152
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26, 7.4.33
Warning: Unexpected character in input: '' (ASCII=15) state=0 in /usr/bin/php on line 2152 Warning: Unexpected character in input: ' ' (ASCII=12) state=0 in /usr/bin/php on line 2152 Warning: Unexpected character in input: ' in /usr/bin/php on line 2152 Warning: Unexpected character in input: ' in /usr/bin/php on line 2152 Parse error: syntax error, unexpected '*' in /usr/bin/php on line 2152
Process exited with code 255.
Output for 7.2.29 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
Warning: include(): open_basedir restriction in effect. File(test.php../../../../../../../../../../../../../../../../usr/bin/php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/FZroY on line 5 Warning: include(test.php../../../../../../../../../../../../../../../../usr/bin/php): failed to open stream: Operation not permitted in /in/FZroY on line 5 Warning: include(): Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 bool(false)
Output for 5.1.0 - 5.1.6, 5.2.0, 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0
Warning: include(test.php../../../../../../../../../../../../../../../../usr/bin/php): failed to open stream: No such file or directory in /in/FZroY on line 5 Warning: include(): Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 bool(false)
Output for 5.2.1 - 5.2.2
Warning: include(test.php../../../../../../../../../../../../../../../../usr/bin/php): failed to open stream: No such file or directory in /in/FZroY on line 5 Warning: include(): Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 string(13) "//usr/bin/php"
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5
Warning: main(test.php../../../../../../../../../../../../../../../../usr/bin/php): failed to open stream: No such file or directory in /in/FZroY on line 5 Warning: main(): Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 bool(false)
Output for 4.3.0 - 4.3.1
Warning: main(test.php../../../../../../../../../../../../../../../../usr/bin/php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/FZroY on line 5 Warning: main() [http://www.php.net/function.main]: Failed opening 'test.php../../../../../../../../../../../../../../../../usr/bin/php' for inclusion (include_path='.:') in /in/FZroY on line 5 bool(false)

preferences:
238.28 ms | 402 KiB | 370 Q