Home
last modified time | relevance | path

Searched refs:zend_get_exception_base (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_exceptions.h48 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object);
H A Dzend_exceptions.c74 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) /* {{{ */ in zend_get_exception_base() function
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c723 …file = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("file"), 1, &… in phpdbg_handle_exception()
724 …line = zval_get_long(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("line"), 1, &rv… in phpdbg_handle_exception()
730 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
732 …msg = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("string"), 1, … in phpdbg_handle_exception()
1735 …zend_string *file = zval_get_string(zend_read_property(zend_get_exception_base(exception), excepti… in phpdbg_execute_ex()
1736 …zend_long line = zval_get_long(zend_read_property(zend_get_exception_base(exception), exception, Z… in phpdbg_execute_ex()
1737 …zend_string *msg = zval_get_string(zend_read_property(zend_get_exception_base(exception), exceptio… in phpdbg_execute_ex()
/PHP-8.0/
H A DUPGRADING.INTERNALS240 - zend_get_exception_base()
/PHP-8.0/ext/sodium/
H A Dlibsodium.c100 …zval *trace = zend_read_property(zend_get_exception_base(obj), obj, "trace", sizeof("trace")-1, 0,… in ZEND_GET_MODULE()

Completed in 25 milliseconds