Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
spatie
/
flare-client-php
/
src
/
Support
Location:
/home/zoteqbgb/public_html/vendor/spatie/flare-client-php/src/Support
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: PhpStackFrameArgumentsFixer.php
<?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 maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
PhpStackFrameArgumentsFixer.php
517 bytes
0644
2025-02-14 18:42
âï¸
ðï¸
Rename
Chang
Apply