Searched refs:dom_node_first_child_read (Results 1 – 3 of 3) sorted by relevance
124 int dom_node_first_child_read(dom_object *obj, zval *retval);
451 int dom_node_first_child_read(dom_object *obj, zval *retval) in dom_node_first_child_read() function
651 dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL); in PHP_MINIT_FUNCTION()
Completed in 32 milliseconds