#include "php.h"
#include "ext/spl/spl_functions.h"
Go to the source code of this file.
Functions | |
PHP_MINIT_FUNCTION (Exceptions) | |
Variables | |
PHPAPI zend_class_entry * | onphp_ce_BaseException |
PHPAPI zend_class_entry * | onphp_ce_BusinessLogicException |
PHPAPI zend_class_entry * | onphp_ce_ClassNotFoundException |
PHPAPI zend_class_entry * | onphp_ce_DatabaseException |
PHPAPI zend_class_entry * | onphp_ce_DuplicateObjectException |
PHPAPI zend_class_entry * | onphp_ce_FileNotFoundException |
PHPAPI zend_class_entry * | onphp_ce_IOException |
PHPAPI zend_class_entry * | onphp_ce_IOTimedOutException |
PHPAPI zend_class_entry * | onphp_ce_MissingElementException |
PHPAPI zend_class_entry * | onphp_ce_NetworkException |
PHPAPI zend_class_entry * | onphp_ce_ObjectNotFoundException |
PHPAPI zend_class_entry * | onphp_ce_TooManyRowsException |
PHPAPI zend_class_entry * | onphp_ce_UnimplementedFeatureException |
PHPAPI zend_class_entry * | onphp_ce_UnsupportedMethodException |
PHPAPI zend_class_entry * | onphp_ce_WrongArgumentException |
PHPAPI zend_class_entry * | onphp_ce_WrongStateException |
PHP_MINIT_FUNCTION | ( | Exceptions | ) |
Definition at line 24 of file Exceptions.c.
References onphp_ce_ClassNotFoundException, and REGISTER_ONPHP_CUSTOM_SUB_CLASS_EX.
PHPAPI zend_class_entry* onphp_ce_BaseException |
PHPAPI zend_class_entry* onphp_ce_BusinessLogicException |
Definition at line 19 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_ClassNotFoundException |
PHPAPI zend_class_entry* onphp_ce_DatabaseException |
Definition at line 21 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_DuplicateObjectException |
Definition at line 22 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_FileNotFoundException |
Definition at line 23 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_IOException |
Definition at line 24 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_IOTimedOutException |
Definition at line 25 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_MissingElementException |
PHPAPI zend_class_entry* onphp_ce_NetworkException |
Definition at line 27 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_ObjectNotFoundException |
Definition at line 28 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_TooManyRowsException |
Definition at line 29 of file Exceptions.h.
PHPAPI zend_class_entry* onphp_ce_UnimplementedFeatureException |
PHPAPI zend_class_entry* onphp_ce_UnsupportedMethodException |
PHPAPI zend_class_entry* onphp_ce_WrongArgumentException |
PHPAPI zend_class_entry* onphp_ce_WrongStateException |