php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
ZEND_METHOD (Exception, __clone) | |
ZEND_METHOD (Exception, __construct) | |
ZEND_METHOD (Exception, __wakeup) | |
ZEND_METHOD (Exception, getMessage) | |
ZEND_METHOD (Exception, getCode) | |
ZEND_METHOD (Exception, getFile) | |
ZEND_METHOD (Exception, getLine) | |
ZEND_METHOD (Exception, getTrace) | |
ZEND_METHOD (Exception, getPrevious) | |
ZEND_METHOD (Exception, getTraceAsString) | |
ZEND_METHOD (Exception, __toString) | |
ZEND_METHOD (ErrorException, __construct) | |
ZEND_METHOD (ErrorException, getSeverity) | |
#define arginfo_class_Error___clone arginfo_class_Exception___clone |
Definition at line 62 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error___construct arginfo_class_Exception___construct |
Definition at line 64 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error___toString arginfo_class_Throwable_getMessage |
Definition at line 82 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error___wakeup arginfo_class_Exception___wakeup |
Definition at line 66 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getCode arginfo_class_Throwable_getCode |
Definition at line 70 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getFile arginfo_class_Throwable_getMessage |
Definition at line 72 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getLine arginfo_class_Throwable_getLine |
Definition at line 74 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getMessage arginfo_class_Throwable_getMessage |
Definition at line 68 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getPrevious arginfo_class_Throwable_getPrevious |
Definition at line 78 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getTrace arginfo_class_Throwable_getTrace |
Definition at line 76 of file zend_exceptions_arginfo.h.
#define arginfo_class_Error_getTraceAsString arginfo_class_Throwable_getMessage |
Definition at line 80 of file zend_exceptions_arginfo.h.
#define arginfo_class_ErrorException_getSeverity arginfo_class_Throwable_getLine |
Definition at line 60 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception___toString arginfo_class_Throwable_getMessage |
Definition at line 49 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getCode arginfo_class_Throwable_getCode |
Definition at line 37 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getFile arginfo_class_Throwable_getMessage |
Definition at line 39 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getLine arginfo_class_Throwable_getLine |
Definition at line 41 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getMessage arginfo_class_Throwable_getMessage |
Definition at line 35 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getPrevious arginfo_class_Throwable_getPrevious |
Definition at line 45 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getTrace arginfo_class_Throwable_getTrace |
Definition at line 43 of file zend_exceptions_arginfo.h.
#define arginfo_class_Exception_getTraceAsString arginfo_class_Throwable_getMessage |
Definition at line 47 of file zend_exceptions_arginfo.h.
#define arginfo_class_Throwable_getFile arginfo_class_Throwable_getMessage |
Definition at line 10 of file zend_exceptions_arginfo.h.
#define arginfo_class_Throwable_getTraceAsString arginfo_class_Throwable_getMessage |
Definition at line 21 of file zend_exceptions_arginfo.h.
ZEND_METHOD | ( | ErrorException | , |
__construct | ) |
Definition at line 356 of file zend_exceptions.c.
ZEND_METHOD | ( | ErrorException | , |
getSeverity | ) |
Definition at line 471 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
__clone | ) |
Definition at line 298 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
__construct | ) |
Definition at line 306 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
__toString | ) |
Definition at line 649 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
__wakeup | ) |
Definition at line 343 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getCode | ) |
Definition at line 445 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getFile | ) |
Definition at line 409 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getLine | ) |
Definition at line 421 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getMessage | ) |
Definition at line 433 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getPrevious | ) |
Definition at line 639 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getTrace | ) |
Definition at line 458 of file zend_exceptions.c.
ZEND_METHOD | ( | Exception | , |
getTraceAsString | ) |
Definition at line 618 of file zend_exceptions.c.