Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_exceptions.h46 ZEND_API zend_class_entry *zend_get_exception_base(zval *object);
H A Dzend_exceptions.c67 ZEND_API zend_class_entry *zend_get_exception_base(zval *object) /* {{{ */ in zend_get_exception_base() function
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c779 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_handle_exception()
780 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_handle_exception()
786 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
788 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception()
1783 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_execute_ex()
1784 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_execute_ex()
1785 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
/PHP-7.3/ext/sodium/
H A Dlibsodium.c384 …trace = zend_read_property(zend_get_exception_base(&obj_zv), &obj_zv, "trace", sizeof("trace")-1, … in ZEND_GET_MODULE()

Completed in 27 milliseconds