Searched refs:zend_get_exception_base (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_exceptions.h | 48 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object);
|
H A D | zend_exceptions.c | 89 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) /* {{{ */ in zend_get_exception_base() function
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 720 …file = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_… in phpdbg_handle_exception() 721 …line = zval_get_long(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_LI… in phpdbg_handle_exception() 727 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception() 729 …msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_S… in phpdbg_handle_exception() 1702 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex() 1703 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() 1704 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), excep… in phpdbg_execute_ex()
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.c | 128 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()
|
Completed in 26 milliseconds