Lines Matching refs:zval

35 ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
37 void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC) in zend_exception_set_previous()
39 zval *previous; in zend_exception_set_previous()
84 void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */ in zend_throw_exception_internal()
101 zval *previous = EG(exception); in zend_throw_exception_internal()
149 zval obj; in zend_default_exception_new_ex()
151 zval *trace; in zend_default_exception_new_ex()
198 zval *object, *previous = NULL; in ZEND_METHOD()
226 zval *tmp; \
235 zval *value; in ZEND_METHOD()
236 zval *object = getThis(); in ZEND_METHOD()
254 zval *object, *previous = NULL; in ZEND_METHOD()
292 static void _default_exception_get_entry(zval *object, char *name, int name_len, zval *return_value… in _default_exception_get_entry()
294 zval *value; in _default_exception_get_entry()
397 static int _build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in _build_trace_args()
543 static int _build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *h… in _build_trace_string()
549 zval **file, **tmp; in _build_trace_string()
611 zval *trace; in ZEND_METHOD()
641 zval *previous; in ZEND_METHOD()
665 zval message, file, line, *trace, *exception; in ZEND_METHOD()
669 zval fname; in ZEND_METHOD()
823 ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, const char *message, long code… in zend_throw_exception()
825 zval *ex; in zend_throw_exception()
851 ZEND_API zval * zend_throw_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, const … in zend_throw_exception_ex()
855 zval *zexception; in zend_throw_exception_ex()
866 ZEND_API zval * zend_throw_error_exception(zend_class_entry *exception_ce, const char *message, lon… in zend_throw_error_exception()
868 zval *ex = zend_throw_exception(exception_ce, message, code TSRMLS_CC); in zend_throw_error_exception()
885 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC) /* {{{ */ in zend_exception_error()
889 zval *str, *file, *line; in zend_exception_error()
934 ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC) /* {{{ */ in zend_throw_exception_object()