REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 1.06 KB
Close
//proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/hamcrest/hamcrest-php/generator/run.php
Text
Base64
<?php /* Copyright (c) 2009 hamcrest.org */ require __DIR__ . '/../vendor/autoload.php'; /* * Generates the Hamcrest\Matchers factory class and factory functions * from the @factory doctags in the various matchers. */ define('GENERATOR_BASE', __DIR__); define('HAMCREST_BASE', realpath(dirname(GENERATOR_BASE) . DIRECTORY_SEPARATOR . 'hamcrest')); define('GLOBAL_FUNCTIONS_FILE', HAMCREST_BASE . DIRECTORY_SEPARATOR . 'Hamcrest.php'); define('STATIC_MATCHERS_FILE', HAMCREST_BASE . DIRECTORY_SEPARATOR . 'Hamcrest' . DIRECTORY_SEPARATOR . 'Matchers.php'); set_include_path( implode( PATH_SEPARATOR, array( GENERATOR_BASE, HAMCREST_BASE, get_include_path() ) ) ); @unlink(GLOBAL_FUNCTIONS_FILE); @unlink(STATIC_MATCHERS_FILE); $generator = new FactoryGenerator(HAMCREST_BASE . DIRECTORY_SEPARATOR . 'Hamcrest'); $generator->addFactoryFile(new StaticMethodFile(STATIC_MATCHERS_FILE)); $generator->addFactoryFile(new GlobalFunctionFile(GLOBAL_FUNCTIONS_FILE)); $generator->generate(); $generator->write();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
parts
DIR
-
drwxr-xr-x
2025-11-18 19:23:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryCall.php
611 B
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryClass.php
1.35 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryFile.php
2.95 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryGenerator.php
2.93 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryMethod.php
5.51 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FactoryParameter.php
3.46 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GlobalFunctionFile.php
930 B
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
run.php
1.06 KB
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StaticMethodFile.php
773 B
lrw-r--r--
2025-10-28 20:22:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).