3v4l.org

run code in 500+ PHP versions simultaneously
<?php require 'vendor/autoload.php'; use Carbon\Carbon; echo Carbon::now();
Output for 8.5.0 - 8.5.7
Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in /in/a53au on line 2 Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:') in /in/a53au:2 Stack trace: #0 {main} thrown in /in/a53au on line 2
Process exited with code 255.
Output for 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.21
Warning: require(): open_basedir restriction in effect. File(vendor/autoload.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/a53au on line 2 Warning: require(vendor/autoload.php): Failed to open stream: Operation not permitted in /in/a53au on line 2 Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:') in /in/a53au:2 Stack trace: #0 {main} thrown in /in/a53au on line 2
Process exited with code 255.

preferences:
23.2 ms | 763 KiB | 4 Q