|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-09-06 06:20 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 25 20:00:01 2025 UTC |
Description: ------------ run it then you see... Reproduce code: --------------- <?php function a() { b(); } function b() { throw new Exception(''); } set_exception_handler('a'); throw new Exception(''); Expected result: ---------------- run it then you see... Actual result: -------------- run it then you see...