REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 600 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Support/Process/PhpExecutableFinder.php
Text
Base64
<?php namespace Illuminate\Support\Process; use Symfony\Component\Process\ExecutableFinder; use Symfony\Component\Process\PhpExecutableFinder as SymfonyPhpExecutableFinder; class PhpExecutableFinder extends SymfonyPhpExecutableFinder { /** * Finds The PHP executable. */ #[\Override] public function find(bool $includeArgs = true): string|false { if ($herdPath = getenv('HERD_HOME')) { return (new ExecutableFinder)->find('php', false, [implode(DIRECTORY_SEPARATOR, [$herdPath, 'bin'])]); } return parent::find($includeArgs); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
PhpExecutableFinder.php
600 B
lrw-rw-rw-
2025-09-17 06:53:02
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).