Searched refs:dom_domerror_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/dom/ |
H A D | php_dom.c | 92 static HashTable dom_domerror_prop_handlers; variable 768 zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION() 769 …dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", sizeof("severity")-1, dom_domer… in PHP_MINIT_FUNCTION() 770 …dom_register_prop_handler(&dom_domerror_prop_handlers, "message", sizeof("message")-1, dom_domerro… in PHP_MINIT_FUNCTION() 771 …dom_register_prop_handler(&dom_domerror_prop_handlers, "type", sizeof("type")-1, dom_domerror_type… in PHP_MINIT_FUNCTION() 772 …dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", sizeof("relatedExceptio… in PHP_MINIT_FUNCTION() 773 …dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", sizeof("related_data")-1, d… in PHP_MINIT_FUNCTION() 774 …dom_register_prop_handler(&dom_domerror_prop_handlers, "location", sizeof("location")-1, dom_domer… in PHP_MINIT_FUNCTION() 775 zend_hash_add_ptr(&classes, ce.name, &dom_domerror_prop_handlers); in PHP_MINIT_FUNCTION() 947 zend_hash_destroy(&dom_domerror_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
|
Completed in 7 milliseconds