Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Ddomexception.c37 extern zend_class_entry *dom_domexception_class_entry;
46 zend_throw_exception(dom_domexception_class_entry, error_message, error_code TSRMLS_CC); in php_dom_throw_error_with_message()
H A Ddom_ce.h24 extern zend_class_entry *dom_domexception_class_entry;
H A Dcdatasection.c60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dcomment.c60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dentityreference.c59 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocumentfragment.c61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dprocessinginstruction.c61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dtext.c75 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dattr.c67 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dphp_dom.c40 zend_class_entry *dom_domexception_class_entry; variable
674dom_domexception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSR… in PHP_MINIT_FUNCTION()
675 dom_domexception_class_entry->ce_flags |= ZEND_ACC_FINAL; in PHP_MINIT_FUNCTION()
676 …zend_declare_property_long(dom_domexception_class_entry, "code", sizeof("code")-1, 0, ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()
H A Dxpath.c280 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Delement.c167 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocument.c1461 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()

Completed in 27 milliseconds