Searched defs:exception (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_exceptions.c | 172 ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument 181 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument 266 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument 276 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 286 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument 296 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument 306 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 514 ZEND_METHOD(exception, getTraceAsString) in ZEND_METHOD() argument 540 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument 564 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument [all …]
|
H A D | zend_globals.h | 245 zval *exception, *prev_exception; member
|
H A D | zend_vm_def.h | 2535 zval *exception; variable
|
H A D | zend.h | 766 zend_class_entry *exception; member
|
H A D | zend_vm_execute.h | 1721 zval *exception; in ZEND_THROW_SPEC_CONST_HANDLER() local 5016 zval *exception; in ZEND_THROW_SPEC_TMP_HANDLER() local 8262 zval *exception; in ZEND_THROW_SPEC_VAR_HANDLER() local 22177 zval *exception; in ZEND_THROW_SPEC_CV_HANDLER() local
|
/PHP-5.3/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 82 zend_bool exception; member
|
/PHP-5.3/ext/soap/ |
H A D | soap.c | 2340 zval *fault, *exception; local 2983 zval *exception; local
|
Completed in 136 milliseconds