Home
last modified time | relevance | path

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

/PHP-7.4/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.4/sapi/phpdbg/
H A Dphpdbg_prompt.c732 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_handle_exception()
733 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_handle_exception()
739 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
741 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception()
1745 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_execute_ex()
1746 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_execute_ex()
1747 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c394 …trace = zend_read_property(zend_get_exception_base(&obj_zv), &obj_zv, "trace", sizeof("trace")-1, … in ZEND_GET_MODULE()

Completed in 22 milliseconds