Searched refs:zend_get_exception_base (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_exceptions.h | 51 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object);
|
H A D | zend_exceptions.c | 90 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) /* {{{ */ in zend_get_exception_base() function
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 718 …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() 1707 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex() 1708 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() 1709 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), excep… in phpdbg_execute_ex()
|
/PHP-8.4/ext/sodium/ |
H A D | libsodium.c | 127 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()
|
Completed in 36 milliseconds