OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php84
/
usr
/
share
/
pear
/
PEAR
/
Command
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/29/2025 12:55:23 PM
rwxr-xr-x
📄
Auth.php
2.51 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Auth.xml
1.2 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Build.php
2.58 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Build.xml
388 bytes
12/17/2024 06:12:51 PM
rw-r--r--
📄
Channels.php
32.66 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Channels.xml
4.12 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Common.php
8.02 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Config.php
15.1 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Config.xml
3.3 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Install.php
49.81 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Install.xml
8.49 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Mirror.php
4.4 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Mirror.xml
617 bytes
12/17/2024 06:12:51 PM
rw-r--r--
📄
Package.php
39.21 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Package.xml
7.05 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Pickle.php
15.52 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Pickle.xml
1.15 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Registry.php
45.2 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Registry.xml
1.75 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Remote.php
29.28 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Remote.xml
3.23 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Test.php
11.85 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Test.xml
1.6 KB
12/17/2024 06:12:51 PM
rw-r--r--
Editing: Test.xml
Close
<commands version="1.0"> <run-tests> <summary>Run Regression Tests</summary> <function>doRunTests</function> <shortcut>rt</shortcut> <options> <recur> <shortopt>r</shortopt> <doc>Run tests in child directories, recursively. 4 dirs deep maximum</doc> </recur> <ini> <shortopt>i</shortopt> <doc>actual string of settings to pass to php in format " -d setting=blah"</doc> <arg>SETTINGS</arg> </ini> <realtimelog> <shortopt>l</shortopt> <doc>Log test runs/results as they are run</doc> </realtimelog> <quiet> <shortopt>q</shortopt> <doc>Only display detail for failed tests</doc> </quiet> <simple> <shortopt>s</shortopt> <doc>Display simple output for all tests</doc> </simple> <package> <shortopt>p</shortopt> <doc>Treat parameters as installed packages from which to run tests</doc> </package> <phpunit> <shortopt>u</shortopt> <doc>Search parameters for AllTests.php, and use that to run phpunit-based tests If none is found, all .phpt tests will be tried instead.</doc> </phpunit> <tapoutput> <shortopt>t</shortopt> <doc>Output run-tests.log in TAP-compliant format</doc> </tapoutput> <cgi> <shortopt>c</shortopt> <doc>CGI php executable (needed for tests with POST/GET section)</doc> <arg>PHPCGI</arg> </cgi> <coverage> <shortopt>x</shortopt> <doc>Generate a code coverage report (requires Xdebug 2.0.0+)</doc> </coverage> </options> <doc>[testfile|dir ...] Run regression tests with PHP's regression testing script (run-tests.php).</doc> </run-tests> </commands>