Lines Matching refs:PHP_FUNCTION

83 PHP_FUNCTION(dom_domstringlist_item);
86 PHP_FUNCTION(dom_namelist_get_name);
87 PHP_FUNCTION(dom_namelist_get_namespace_uri);
90 PHP_FUNCTION(dom_domimplementationlist_item);
93 PHP_FUNCTION(dom_domimplementationsource_get_domimplementation);
94 PHP_FUNCTION(dom_domimplementationsource_get_domimplementations);
107 PHP_FUNCTION(dom_document_create_element);
108 PHP_FUNCTION(dom_document_create_document_fragment);
109 PHP_FUNCTION(dom_document_create_text_node);
110 PHP_FUNCTION(dom_document_create_comment);
111 PHP_FUNCTION(dom_document_create_cdatasection);
112 PHP_FUNCTION(dom_document_create_processing_instruction);
113 PHP_FUNCTION(dom_document_create_attribute);
114 PHP_FUNCTION(dom_document_create_entity_reference);
115 PHP_FUNCTION(dom_document_get_elements_by_tag_name);
116 PHP_FUNCTION(dom_document_import_node);
117 PHP_FUNCTION(dom_document_create_element_ns);
118 PHP_FUNCTION(dom_document_create_attribute_ns);
119 PHP_FUNCTION(dom_document_get_elements_by_tag_name_ns);
120 PHP_FUNCTION(dom_document_get_element_by_id);
121 PHP_FUNCTION(dom_document_adopt_node);
122 PHP_FUNCTION(dom_document_normalize_document);
123 PHP_FUNCTION(dom_document_rename_node);
127 PHP_FUNCTION(dom_document_save);
129 PHP_FUNCTION(dom_document_savexml);
130 PHP_FUNCTION(dom_document_validate);
131 PHP_FUNCTION(dom_document_xinclude);
137 PHP_FUNCTION(dom_document_save_html);
138 PHP_FUNCTION(dom_document_save_html_file);
142 PHP_FUNCTION(dom_document_schema_validate_file);
143 PHP_FUNCTION(dom_document_schema_validate_xml);
144 PHP_FUNCTION(dom_document_relaxNG_validate_file);
145 PHP_FUNCTION(dom_document_relaxNG_validate_xml);
149 PHP_FUNCTION(dom_node_insert_before);
150 PHP_FUNCTION(dom_node_replace_child);
151 PHP_FUNCTION(dom_node_remove_child);
152 PHP_FUNCTION(dom_node_append_child);
153 PHP_FUNCTION(dom_node_has_child_nodes);
154 PHP_FUNCTION(dom_node_clone_node);
155 PHP_FUNCTION(dom_node_normalize);
156 PHP_FUNCTION(dom_node_is_supported);
157 PHP_FUNCTION(dom_node_has_attributes);
158 PHP_FUNCTION(dom_node_compare_document_position);
159 PHP_FUNCTION(dom_node_is_same_node);
160 PHP_FUNCTION(dom_node_lookup_prefix);
161 PHP_FUNCTION(dom_node_is_default_namespace);
162 PHP_FUNCTION(dom_node_lookup_namespace_uri);
163 PHP_FUNCTION(dom_node_is_equal_node);
164 PHP_FUNCTION(dom_node_get_feature);
165 PHP_FUNCTION(dom_node_set_user_data);
166 PHP_FUNCTION(dom_node_get_user_data);
173 PHP_FUNCTION(dom_nodelist_item);
174 PHP_FUNCTION(dom_nodelist_count);
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);
184 PHP_FUNCTION(dom_namednodemap_count);
187 PHP_FUNCTION(dom_characterdata_substring_data);
188 PHP_FUNCTION(dom_characterdata_append_data);
189 PHP_FUNCTION(dom_characterdata_insert_data);
190 PHP_FUNCTION(dom_characterdata_delete_data);
191 PHP_FUNCTION(dom_characterdata_replace_data);
194 PHP_FUNCTION(dom_attr_is_id);
198 PHP_FUNCTION(dom_element_get_attribute);
199 PHP_FUNCTION(dom_element_set_attribute);
200 PHP_FUNCTION(dom_element_remove_attribute);
201 PHP_FUNCTION(dom_element_get_attribute_node);
202 PHP_FUNCTION(dom_element_set_attribute_node);
203 PHP_FUNCTION(dom_element_remove_attribute_node);
204 PHP_FUNCTION(dom_element_get_elements_by_tag_name);
205 PHP_FUNCTION(dom_element_get_attribute_ns);
206 PHP_FUNCTION(dom_element_set_attribute_ns);
207 PHP_FUNCTION(dom_element_remove_attribute_ns);
208 PHP_FUNCTION(dom_element_get_attribute_node_ns);
209 PHP_FUNCTION(dom_element_set_attribute_node_ns);
210 PHP_FUNCTION(dom_element_get_elements_by_tag_name_ns);
211 PHP_FUNCTION(dom_element_has_attribute);
212 PHP_FUNCTION(dom_element_has_attribute_ns);
213 PHP_FUNCTION(dom_element_set_id_attribute);
214 PHP_FUNCTION(dom_element_set_id_attribute_ns);
215 PHP_FUNCTION(dom_element_set_id_attribute_node);
219 PHP_FUNCTION(dom_text_split_text);
220 PHP_FUNCTION(dom_text_is_whitespace_in_element_content);
221 PHP_FUNCTION(dom_text_replace_whole_text);
230 PHP_FUNCTION(dom_userdatahandler_handle);
235 PHP_FUNCTION(dom_domerrorhandler_handle_error);
240 PHP_FUNCTION(dom_domconfiguration_set_parameter);
241 PHP_FUNCTION(dom_domconfiguration_get_parameter);
242 PHP_FUNCTION(dom_domconfiguration_can_set_parameter);
260 PHP_FUNCTION(dom_string_extend_find_offset16);
261 PHP_FUNCTION(dom_string_extend_find_offset32);
266 PHP_FUNCTION(dom_xpath_register_ns);
267 PHP_FUNCTION(dom_xpath_query);
268 PHP_FUNCTION(dom_xpath_evaluate);
269 PHP_FUNCTION(dom_xpath_register_php_functions);