@@ -99,7 +99,7 @@ int dom_node_node_value_read(dom_object *obj, zval *retval);
99
99
int dom_node_node_value_write (dom_object * obj , zval * newval );
100
100
int dom_node_node_type_read (dom_object * obj , zval * retval );
101
101
int 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 );
103
103
int dom_node_child_nodes_read (dom_object * obj , zval * retval );
104
104
int dom_node_first_child_read (dom_object * obj , zval * retval );
105
105
int 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);
108
108
int dom_node_previous_element_sibling_read (dom_object * obj , zval * retval );
109
109
int dom_node_next_element_sibling_read (dom_object * obj , zval * retval );
110
110
int 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 );
112
112
int dom_node_owner_document_read (dom_object * obj , zval * retval );
113
113
int dom_node_namespace_uri_read (dom_object * obj , zval * retval );
114
114
int dom_node_prefix_read (dom_object * obj , zval * retval );
0 commit comments