Lines Matching refs:PHP_FUNCTION

84 PHP_FUNCTION(dom_domstringlist_item);
87 PHP_FUNCTION(dom_namelist_get_name);
88 PHP_FUNCTION(dom_namelist_get_namespace_uri);
91 PHP_FUNCTION(dom_domimplementationlist_item);
94 PHP_FUNCTION(dom_domimplementationsource_get_domimplementation);
95 PHP_FUNCTION(dom_domimplementationsource_get_domimplementations);
108 PHP_FUNCTION(dom_document_create_element);
109 PHP_FUNCTION(dom_document_create_document_fragment);
110 PHP_FUNCTION(dom_document_create_text_node);
111 PHP_FUNCTION(dom_document_create_comment);
112 PHP_FUNCTION(dom_document_create_cdatasection);
113 PHP_FUNCTION(dom_document_create_processing_instruction);
114 PHP_FUNCTION(dom_document_create_attribute);
115 PHP_FUNCTION(dom_document_create_entity_reference);
116 PHP_FUNCTION(dom_document_get_elements_by_tag_name);
117 PHP_FUNCTION(dom_document_import_node);
118 PHP_FUNCTION(dom_document_create_element_ns);
119 PHP_FUNCTION(dom_document_create_attribute_ns);
120 PHP_FUNCTION(dom_document_get_elements_by_tag_name_ns);
121 PHP_FUNCTION(dom_document_get_element_by_id);
122 PHP_FUNCTION(dom_document_adopt_node);
123 PHP_FUNCTION(dom_document_normalize_document);
124 PHP_FUNCTION(dom_document_rename_node);
128 PHP_FUNCTION(dom_document_save);
130 PHP_FUNCTION(dom_document_savexml);
131 PHP_FUNCTION(dom_document_validate);
132 PHP_FUNCTION(dom_document_xinclude);
138 PHP_FUNCTION(dom_document_save_html);
139 PHP_FUNCTION(dom_document_save_html_file);
143 PHP_FUNCTION(dom_document_schema_validate_file);
144 PHP_FUNCTION(dom_document_schema_validate_xml);
145 PHP_FUNCTION(dom_document_relaxNG_validate_file);
146 PHP_FUNCTION(dom_document_relaxNG_validate_xml);
150 PHP_FUNCTION(dom_node_insert_before);
151 PHP_FUNCTION(dom_node_replace_child);
152 PHP_FUNCTION(dom_node_remove_child);
153 PHP_FUNCTION(dom_node_append_child);
154 PHP_FUNCTION(dom_node_has_child_nodes);
155 PHP_FUNCTION(dom_node_clone_node);
156 PHP_FUNCTION(dom_node_normalize);
157 PHP_FUNCTION(dom_node_is_supported);
158 PHP_FUNCTION(dom_node_has_attributes);
159 PHP_FUNCTION(dom_node_compare_document_position);
160 PHP_FUNCTION(dom_node_is_same_node);
161 PHP_FUNCTION(dom_node_lookup_prefix);
162 PHP_FUNCTION(dom_node_is_default_namespace);
163 PHP_FUNCTION(dom_node_lookup_namespace_uri);
164 PHP_FUNCTION(dom_node_is_equal_node);
165 PHP_FUNCTION(dom_node_get_feature);
166 PHP_FUNCTION(dom_node_set_user_data);
167 PHP_FUNCTION(dom_node_get_user_data);
174 PHP_FUNCTION(dom_nodelist_item);
177 PHP_FUNCTION(dom_namednodemap_get_named_item);
178 PHP_FUNCTION(dom_namednodemap_set_named_item);
179 PHP_FUNCTION(dom_namednodemap_remove_named_item);
180 PHP_FUNCTION(dom_namednodemap_item);
181 PHP_FUNCTION(dom_namednodemap_get_named_item_ns);
182 PHP_FUNCTION(dom_namednodemap_set_named_item_ns);
183 PHP_FUNCTION(dom_namednodemap_remove_named_item_ns);
186 PHP_FUNCTION(dom_characterdata_substring_data);
187 PHP_FUNCTION(dom_characterdata_append_data);
188 PHP_FUNCTION(dom_characterdata_insert_data);
189 PHP_FUNCTION(dom_characterdata_delete_data);
190 PHP_FUNCTION(dom_characterdata_replace_data);
193 PHP_FUNCTION(dom_attr_is_id);
197 PHP_FUNCTION(dom_element_get_attribute);
198 PHP_FUNCTION(dom_element_set_attribute);
199 PHP_FUNCTION(dom_element_remove_attribute);
200 PHP_FUNCTION(dom_element_get_attribute_node);
201 PHP_FUNCTION(dom_element_set_attribute_node);
202 PHP_FUNCTION(dom_element_remove_attribute_node);
203 PHP_FUNCTION(dom_element_get_elements_by_tag_name);
204 PHP_FUNCTION(dom_element_get_attribute_ns);
205 PHP_FUNCTION(dom_element_set_attribute_ns);
206 PHP_FUNCTION(dom_element_remove_attribute_ns);
207 PHP_FUNCTION(dom_element_get_attribute_node_ns);
208 PHP_FUNCTION(dom_element_set_attribute_node_ns);
209 PHP_FUNCTION(dom_element_get_elements_by_tag_name_ns);
210 PHP_FUNCTION(dom_element_has_attribute);
211 PHP_FUNCTION(dom_element_has_attribute_ns);
212 PHP_FUNCTION(dom_element_set_id_attribute);
213 PHP_FUNCTION(dom_element_set_id_attribute_ns);
214 PHP_FUNCTION(dom_element_set_id_attribute_node);
218 PHP_FUNCTION(dom_text_split_text);
219 PHP_FUNCTION(dom_text_is_whitespace_in_element_content);
220 PHP_FUNCTION(dom_text_replace_whole_text);
229 PHP_FUNCTION(dom_userdatahandler_handle);
234 PHP_FUNCTION(dom_domerrorhandler_handle_error);
239 PHP_FUNCTION(dom_domconfiguration_set_parameter);
240 PHP_FUNCTION(dom_domconfiguration_get_parameter);
241 PHP_FUNCTION(dom_domconfiguration_can_set_parameter);
259 PHP_FUNCTION(dom_string_extend_find_offset16);
260 PHP_FUNCTION(dom_string_extend_find_offset32);
265 PHP_FUNCTION(dom_xpath_register_ns);
266 PHP_FUNCTION(dom_xpath_query);
267 PHP_FUNCTION(dom_xpath_evaluate);
268 PHP_FUNCTION(dom_xpath_register_php_functions);