Home
last modified time | relevance | path

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

/PHP-5.4/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 …]

Completed in 6 milliseconds