Lines Matching refs:PHP_FALIAS

197 	PHP_FALIAS(createElement, dom_document_create_element, arginfo_dom_document_create_element)
198PHP_FALIAS(createDocumentFragment, dom_document_create_document_fragment, arginfo_dom_document_cre…
199 PHP_FALIAS(createTextNode, dom_document_create_text_node, arginfo_dom_document_create_text_node)
200 PHP_FALIAS(createComment, dom_document_create_comment, arginfo_dom_document_create_comment)
201PHP_FALIAS(createCDATASection, dom_document_create_cdatasection, arginfo_dom_document_create_cdata…
202PHP_FALIAS(createProcessingInstruction, dom_document_create_processing_instruction, arginfo_dom_do…
203 PHP_FALIAS(createAttribute, dom_document_create_attribute, arginfo_dom_document_create_attribute)
204PHP_FALIAS(createEntityReference, dom_document_create_entity_reference, arginfo_dom_document_creat…
205PHP_FALIAS(getElementsByTagName, dom_document_get_elements_by_tag_name, arginfo_dom_document_get_e…
206 PHP_FALIAS(importNode, dom_document_import_node, arginfo_dom_document_import_node)
207 PHP_FALIAS(createElementNS, dom_document_create_element_ns, arginfo_dom_document_create_element_ns)
208PHP_FALIAS(createAttributeNS, dom_document_create_attribute_ns, arginfo_dom_document_create_attrib…
209PHP_FALIAS(getElementsByTagNameNS, dom_document_get_elements_by_tag_name_ns, arginfo_dom_document_…
210 PHP_FALIAS(getElementById, dom_document_get_element_by_id, arginfo_dom_document_get_element_by_id)
211 PHP_FALIAS(adoptNode, dom_document_adopt_node, arginfo_dom_document_adopt_node)
212PHP_FALIAS(normalizeDocument, dom_document_normalize_document, arginfo_dom_document_normalize_docu…
213 PHP_FALIAS(renameNode, dom_document_rename_node, arginfo_dom_document_rename_node)
215 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
217 PHP_FALIAS(saveXML, dom_document_savexml, arginfo_dom_document_savexml)
219 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
220 PHP_FALIAS(xinclude, dom_document_xinclude, arginfo_dom_document_xinclude)
224 PHP_FALIAS(saveHTML, dom_document_save_html, arginfo_dom_document_savehtml)
225 PHP_FALIAS(saveHTMLFile, dom_document_save_html_file, arginfo_dom_document_savehtmlfile)
228PHP_FALIAS(schemaValidate, dom_document_schema_validate_file, arginfo_dom_document_schema_validate…
229PHP_FALIAS(schemaValidateSource, dom_document_schema_validate_xml, arginfo_dom_document_schema_val…
230PHP_FALIAS(relaxNGValidate, dom_document_relaxNG_validate_file, arginfo_dom_document_relaxNG_valid…
231PHP_FALIAS(relaxNGValidateSource, dom_document_relaxNG_validate_xml, arginfo_dom_document_relaxNG_…