REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 461 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/prompts/src/Support/Result.php
Text
Base64
<?php namespace Laravel\Prompts\Support; /** * Result. * * This is a 'sentinel' value. It wraps a return value, which can * allow us to differentiate between a `null` return value and * a `null` return value that's intended to continue a loop. */ final class Result { public function __construct(public readonly mixed $value) { // } public static function from(mixed $value): self { return new self($value); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Result.php
461 B
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Utils.php
1.13 KB
lrw-rw-rw-
2025-09-17 06:52:54
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).