|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-08-01 13:11 UTC] morgue1 at free dot fr
Description: ------------ There is no list of the PHP API exceptions. If I want this list, I must write a script PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 05:00:02 2026 UTC |
When I execute the following code without any extensions, I have lot of exception. I know that most of them declared in library but some one like InvalidArgumentException don't seem to be in library Code : <?php var_dump(preg_grep('/exception$/i', get_declared_classes())) ; ?>