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 : decorate_exception_hander.phpt
--TEST-- Test catching fatal errors when handlers are nested --INI-- display_errors=0 --FILE-- <?php namespace Symfony\Component\Debug; $vendor = __DIR__; while (!file_exists($vendor.'/vendor')) { $vendor = \dirname($vendor); } require $vendor.'/vendor/autoload.php'; set_error_handler('var_dump'); set_exception_handler('var_dump'); ErrorHandler::register(null, false); if (true) { class foo extends missing { } } ?> --EXPECTF-- object(Symfony\Component\Debug\Exception\ClassNotFoundException)#%d (8) { ["message":protected]=> string(131) "Attempted to load class "missing" from namespace "Symfony\Component\Debug". Did you forget a "use" statement for another namespace?" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(%d) "%s" ["line":protected]=> int(%d) ["trace":"Exception":private]=> array(%d) {%A} ["previous":"Exception":private]=> NULL ["severity":protected]=> int(1) }
Close