Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 17 of 17) sorted by relevance

/PHP-7.2/ext/dom/tests/
H A Ddomdocumentload_test_method.php4 $doc = new DOMDocument(); variable
H A Ddomdocumentload_test_method_savexml.php4 $doc = new DOMDocument(); variable
H A Ddomdocumentloadxml_test_method.php4 $doc = new DOMDocument(); variable
H A Ddomdocumentloadxml_test_method_savexml.php4 $doc = new DOMDocument(); variable
/PHP-7.2/ext/dom/
H A Ddocumentfragment.c83 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ in php_dom_xmlSetTreeDoc()
H A Dxpath.c254 zval *id = getThis(), *doc; in PHP_METHOD() local
H A Delement.c693 static xmlNsPtr _dom_new_reconNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) /* {{{ */ in _dom_new_reconNs()
H A Dnode.c162 static void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep) /* {{{ */ in dom_reconcile_ns()
H A Dphp_dom.c1414 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns()
/PHP-7.2/ext/tidy/
H A Dtidy.c189 TidyDoc doc; member
499 static int _php_tidy_set_tidy_opt(TidyDoc doc, char *optname, zval *value) in _php_tidy_set_tidy_opt()
566 TidyDoc doc; in php_tidy_quick_repair() local
1001 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
1163 TidyDoc doc; in php_tidy_output_handler() local
/PHP-7.2/ext/xsl/
H A Dphp_xsl.h68 php_libxml_node_object *doc; member
H A Dxsltprocessor.c396 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local
478 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet() local
/PHP-7.2/ext/soap/
H A Dphp_encoding.c613 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL(return_value), Z_STRLEN(return_value)); in to_xml_user() local
3358 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
H A Dphp_schema.c101 xmlDocPtr doc; in schema_load_file() local
H A Dsoap.c3814 xmlDocPtr doc; local
4173 xmlDoc *doc; local
H A Dphp_sdl.c3670 xmlDocPtr doc = Z_PTR_P(zv); in delete_document() local
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c958 static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* … in sxe_xmlNodeListGetString()

Completed in 81 milliseconds