Searched refs:zend_get_exception_base (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_exceptions.h | 47 ZEND_API zend_class_entry *zend_get_exception_base(zval *object);
|
H A D | zend_exceptions.c | 68 ZEND_API zend_class_entry *zend_get_exception_base(zval *object) /* {{{ */ in zend_get_exception_base() function
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 782 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_handle_exception() 783 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_handle_exception() 789 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception() 791 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception() 1782 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_execute_ex() 1783 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_execute_ex() 1784 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
|
Completed in 24 milliseconds