Searched defs:exception (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_exceptions.c | 256 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument 301 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument 380 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument 392 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 404 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument 416 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument 428 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 680 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument 715 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument 717 zval trace, *exception; in ZEND_METHOD() local [all …]
|
H A D | zend_generators.c | 298 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception() 909 zval *exception, exception_copy; in ZEND_METHOD() local
|
H A D | zend.h | 330 zend_class_entry *exception; member
|
H A D | zend_globals.h | 205 zend_object *exception, *prev_exception; member
|
H A D | zend_vm_def.h | 4198 zend_object *exception; variable
|
H A D | zend_vm_execute.h | 9677 zend_object *exception; local
|
/PHP-7.0/ext/standard/ |
H A D | assert.c | 35 zend_bool exception; variable
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1691 zend_object *exception = EG(exception); in phpdbg_execute_ex() local 1869 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.0/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 79 zend_bool exception; member
|
Completed in 247 milliseconds