Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_exceptions.c31 zend_class_entry *default_exception_ce; variable
256 value = zend_read_property(default_exception_ce, object, name, name_len, 0 TSRMLS_CC); in _default_exception_get_entry()
689 default_exception_ce = zend_register_internal_class(&ce TSRMLS_CC); in zend_register_default_exception()
690 default_exception_ce->create_object = zend_default_exception_new; in zend_register_default_exception()
711 return default_exception_ce; in zend_exception_get_default()
727 if (!instanceof_function(exception_ce, default_exception_ce TSRMLS_CC)) { in zend_throw_exception()
729 exception_ce = default_exception_ce; in zend_throw_exception()
732 exception_ce = default_exception_ce; in zend_throw_exception()
786 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
803 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
[all …]

Completed in 5 milliseconds