Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
diplex
/
wp-content
/
plugins
/
file-manager-advanced
/
application
/
library
/
exec-with-fallback
:
test.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include 'vendor/autoload.php'; //include 'src/ExecWithFallback.php'; use ExecWithFallback\ExecWithFallback; use ExecWithFallback\Tests\ExecWithFallbackTest; ExecWithFallback::exec('echo hello'); ExecWithFallbackTest::testExec();