Searched refs:default_exception_ce (Results 1 – 2 of 2) sorted by relevance
32 static zend_class_entry *default_exception_ce; variable234 zend_unset_property(default_exception_ce, object, name, sizeof(name)-1 TSRMLS_CC); \249 !instanceof_function(Z_OBJCE_P(value), default_exception_ce TSRMLS_CC) || in ZEND_METHOD()815 default_exception_ce = zend_register_internal_class(&ce TSRMLS_CC); in zend_register_default_exception()816 default_exception_ce->create_object = zend_default_exception_new; in zend_register_default_exception()837 return default_exception_ce; in zend_exception_get_default()853 if (!instanceof_function(exception_ce, default_exception_ce TSRMLS_CC)) { in zend_throw_exception()855 exception_ce = default_exception_ce; in zend_throw_exception()858 exception_ce = default_exception_ce; in zend_throw_exception()913 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()[all …]
236 *default_exception_ce; in intl_register_IntlException_class() local238 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 13 milliseconds