Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c90 static HashTable dom_domerror_prop_handlers; variable
828 zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
829 …dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NUL… in PHP_MINIT_FUNCTION()
830 …dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL … in PHP_MINIT_FUNCTION()
831 …dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL TSRMLS… in PHP_MINIT_FUNCTION()
832 …dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_ex… in PHP_MINIT_FUNCTION()
833 …dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_r… in PHP_MINIT_FUNCTION()
834 …dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NUL… in PHP_MINIT_FUNCTION()
835 …h_add(&classes, ce.name, ce.name_length + 1, &dom_domerror_prop_handlers, sizeof(dom_domerror_prop… in PHP_MINIT_FUNCTION()
1004 zend_hash_destroy(&dom_domerror_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 9 milliseconds