Home
last modified time | relevance | path

Searched refs:default_exception_ce (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_exceptions.c32 static zend_class_entry *default_exception_ce; variable
296 value = zend_read_property(default_exception_ce, object, name, name_len, 0 TSRMLS_CC); in _default_exception_get_entry()
791 default_exception_ce = zend_register_internal_class(&ce TSRMLS_CC); in zend_register_default_exception()
792 default_exception_ce->create_object = zend_default_exception_new; in zend_register_default_exception()
813 return default_exception_ce; in zend_exception_get_default()
829 if (!instanceof_function(exception_ce, default_exception_ce TSRMLS_CC)) { in zend_throw_exception()
831 exception_ce = default_exception_ce; in zend_throw_exception()
834 exception_ce = default_exception_ce; in zend_throw_exception()
888 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
905 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
[all …]
/PHP-5.5/ext/intl/
H A Dintl_error.c236 *default_exception_ce; in intl_register_IntlException_class() local
238 default_exception_ce = zend_exception_get_default( TSRMLS_C ); in intl_register_IntlException_class()
243 default_exception_ce, NULL TSRMLS_CC ); in intl_register_IntlException_class()
244 IntlException_ce_ptr->create_object = default_exception_ce->create_object; in intl_register_IntlException_class()

Completed in 14 milliseconds