@@ -99,7 +99,7 @@ int dom_node_node_value_read(dom_object *obj, zval *retval);
9999int dom_node_node_value_write (dom_object * obj , zval * newval );
100100int dom_node_node_type_read (dom_object * obj , zval * retval );
101101int dom_node_parent_node_read (dom_object * obj , zval * retval );
102- zend_result dom_node_parent_element_read (dom_object * obj , zval * retval );
102+ int dom_node_parent_element_read (dom_object * obj , zval * retval );
103103int dom_node_child_nodes_read (dom_object * obj , zval * retval );
104104int dom_node_first_child_read (dom_object * obj , zval * retval );
105105int dom_node_last_child_read (dom_object * obj , zval * retval );
@@ -108,7 +108,7 @@ int dom_node_next_sibling_read(dom_object *obj, zval *retval);
108108int dom_node_previous_element_sibling_read (dom_object * obj , zval * retval );
109109int dom_node_next_element_sibling_read (dom_object * obj , zval * retval );
110110int dom_node_attributes_read (dom_object * obj , zval * retval );
111- zend_result dom_node_is_connected_read (dom_object * obj , zval * retval );
111+ int dom_node_is_connected_read (dom_object * obj , zval * retval );
112112int dom_node_owner_document_read (dom_object * obj , zval * retval );
113113int dom_node_namespace_uri_read (dom_object * obj , zval * retval );
114114int dom_node_prefix_read (dom_object * obj , zval * retval );
0 commit comments