Searched defs:exception (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_exceptions.c | 265 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument 314 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument 402 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument 416 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 430 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument 444 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument 458 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 653 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument 664 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument 666 zval trace, *exception; in ZEND_METHOD() local [all …]
|
H A D | zend_generators.c | 453 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception() 1060 zval *exception, exception_copy; in ZEND_METHOD() local
|
H A D | zend.h | 316 zend_class_entry *exception; member
|
H A D | zend_globals.h | 204 zend_object *exception, *prev_exception; member
|
H A D | zend_vm_def.h | 4081 zend_object *exception; variable
|
H A D | zend_vm_execute.h | 9693 zend_object *exception; local
|
/PHP-7.2/ext/standard/ |
H A D | assert.c | 35 zend_bool exception; variable
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1743 zend_object *exception = EG(exception); in phpdbg_execute_ex() local 1921 zend_object *exception = EG(exception); in phpdbg_force_interruption() local
|
H A D | phpdbg_utils.c | 741 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception… in phpdbg_check_caught_ex()
|
/PHP-7.2/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 79 zend_bool exception; member
|
Completed in 208 milliseconds