Lines Matching defs:TSRMLS_DC

37 void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC)  in zend_exception_set_previous()
84 void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */ in zend_throw_exception_internal()
147 …e zend_default_exception_new_ex(zend_class_entry *class_type, int skip_top_traces TSRMLS_DC) /* {{… in zend_default_exception_new_ex()
171 static zend_object_value zend_default_exception_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ … in zend_default_exception_new()
177 static zend_object_value zend_error_exception_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in zend_error_exception_new()
292 …t_exception_get_entry(zval *object, char *name, int name_len, zval *return_value TSRMLS_DC) /* {{{… 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()
823 …throw_exception(zend_class_entry *exception_ce, const char *message, long code TSRMLS_DC) /* {{{ */ 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()
866 …n(zend_class_entry *exception_ce, const char *message, long code, int severity TSRMLS_DC) /* {{{ */ in zend_throw_error_exception()
885 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC) /* {{{ */ in zend_exception_error()
934 ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC) /* {{{ */ in zend_throw_exception_object()