Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c92 static HashTable dom_domerror_prop_handlers; variable
770 zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
771 …dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", sizeof("severity")-1, dom_domer… in PHP_MINIT_FUNCTION()
772 …dom_register_prop_handler(&dom_domerror_prop_handlers, "message", sizeof("message")-1, dom_domerro… in PHP_MINIT_FUNCTION()
773 …dom_register_prop_handler(&dom_domerror_prop_handlers, "type", sizeof("type")-1, dom_domerror_type… in PHP_MINIT_FUNCTION()
774 …dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", sizeof("relatedExceptio… in PHP_MINIT_FUNCTION()
775 …dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", sizeof("related_data")-1, d… in PHP_MINIT_FUNCTION()
776 …dom_register_prop_handler(&dom_domerror_prop_handlers, "location", sizeof("location")-1, dom_domer… in PHP_MINIT_FUNCTION()
777 zend_hash_add_ptr(&classes, ce.name, &dom_domerror_prop_handlers); in PHP_MINIT_FUNCTION()
949 zend_hash_destroy(&dom_domerror_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 13 milliseconds