Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h51 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object);
H A Dzend_exceptions.c90 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) /* {{{ */ in zend_get_exception_base() function
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c718 …file = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_… in phpdbg_handle_exception()
719 …line = zval_get_long(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_LI… in phpdbg_handle_exception()
725 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
727 …msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_S… in phpdbg_handle_exception()
1698 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex()
1699 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex()
1700 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), excep… in phpdbg_execute_ex()
/php-src/ext/sodium/
H A Dlibsodium.c127 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()

Completed in 25 milliseconds