3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'phar://test.php';
Output for 8.5.0 - 8.5.1
Warning: include(phar://test.php): Failed to open stream: phar error: invalid url or non-existent phar "phar://test.php" in /in/Q6OCH on line 4 Warning: include(): Failed opening 'phar://test.php' for inclusion (include_path='.:') in /in/Q6OCH on line 4
Output for 8.3.0 - 8.3.29, 8.4.1 - 8.4.16
Warning: include(): open_basedir restriction in effect. File(test.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Q6OCH on line 4 Warning: include(phar://test.php): Failed to open stream: phar error: invalid url or non-existent phar "phar://test.php" in /in/Q6OCH on line 4 Warning: include(): Failed opening 'phar://test.php' for inclusion (include_path='.:') in /in/Q6OCH on line 4

preferences:
62.39 ms | 408 KiB | 5 Q