REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 517 B
Close
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/flare-client-php/src/Support/PhpStackFrameArgumentsFixer.php
Text
Base64
<?php namespace Spatie\FlareClient\Support; class PhpStackFrameArgumentsFixer { public function enable(): void { if (! $this->isCurrentlyIgnoringStackFrameArguments()) { return; } ini_set('zend.exception_ignore_args', '0'); } protected function isCurrentlyIgnoringStackFrameArguments(): bool { return match (ini_get('zend.exception_ignore_args')) { '1' => true, '0' => false, default => false, }; } }
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
PhpStackFrameArgumentsFixer.php
517 B
lrw-rw-rw-
2025-02-14 13:42:06
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).