filp / whoops

PHP errors for cool kids
http://filp.github.io/whoops/
MIT License
13.19k stars 604 forks source link

masked support ArrayAccess #717

Closed tw2066 closed 2 years ago

tw2066 commented 2 years ago
        $_COOKIE = make(Proxy\Cookie::class);
        $_FILES = make(Proxy\File::class);
        $_GET = make(Proxy\Get::class);
        $_POST = make(Proxy\Post::class);
        $_REQUEST = make(Proxy\Request::class);
        $_SERVER = make(Proxy\Server::class, [$_SERVER]);
       ...

$_COOKIE implements ArrayAccess

masked i want to remove the restrictions

denis-sokolov commented 2 years ago

Thank you! Added in 2.14.5.