Searched defs:exception (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/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 414 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 426 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument 438 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument 450 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 645 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument 680 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument 682 zval trace, *exception; in ZEND_METHOD() local [all …]
|
H A D | zend_generators.c | 449 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception() 1056 zval *exception, exception_copy; in ZEND_METHOD() local
|
H A D | zend.h | 312 zend_class_entry *exception; member
|
H A D | zend_globals.h | 211 zend_object *exception, *prev_exception; member
|
H A D | zend_vm_def.h | 4253 zend_object *exception; variable
|
H A D | zend_vm_execute.h | 9633 zend_object *exception; local
|
/PHP-7.1/ext/standard/ |
H A D | assert.c | 35 zend_bool exception; variable
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1742 zend_object *exception = EG(exception); in phpdbg_execute_ex() local 1920 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.1/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 79 zend_bool exception; member
|
Completed in 239 milliseconds