Searched defs:exception (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_exceptions.c | 185 ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument 194 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument 233 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument 306 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument 316 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 326 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument 336 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument 346 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 609 ZEND_METHOD(exception, getTraceAsString) in ZEND_METHOD() argument 639 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument [all …]
|
H A D | zend_vm_def.h | 2942 zval *exception; variable 2969 zval *exception; variable
|
H A D | zend_globals.h | 246 zval *exception, *prev_exception; member
|
H A D | zend.h | 841 zend_class_entry *exception; member
|
H A D | zend_vm_execute.h | 2353 zval *exception; in ZEND_THROW_SPEC_CONST_HANDLER() local 6269 zval *exception; in ZEND_CATCH_SPEC_CONST_CV_HANDLER() local 6782 zval *exception; in ZEND_THROW_SPEC_TMP_HANDLER() local 11098 zval *exception; in ZEND_THROW_SPEC_VAR_HANDLER() local 27087 zval *exception; in ZEND_THROW_SPEC_CV_HANDLER() local
|
/PHP-5.4/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 82 zend_bool exception; member
|
/PHP-5.4/ext/soap/ |
H A D | soap.c | 2156 zval *fault, *exception; local 2800 zval *exception; local
|
Completed in 123 milliseconds