3v4l.org

run code in 500+ PHP versions simultaneously
<?php $basePath = realpath('\\wsl.localhost\Ubuntu\home\cybersecurity\middleware\apps\api\\'); require $basePath . 'vendor/autoload.php'; $app = require_once $basePath . 'bootstrap/app.php'; $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); $kernel->bootstrap(); $test = app(\Modules\Users\Interfaces\UserServiceInterface::class)->getAllUsers(); dd($test);
Output for git.master, git.master_jit
Warning: require(): open_basedir restriction in effect. File(vendor/autoload.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/qMd86 on line 4 Warning: require(): Failed to open stream: Operation not permitted in /in/qMd86 on line 4 Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:') in /in/qMd86:4 Stack trace: #0 {main} thrown in /in/qMd86 on line 4
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:
43.02 ms | 809 KiB | 4 Q