Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/dom/
H A Ddocumentfragment.c89 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ in php_dom_xmlSetTreeDoc()
H A Dxpath.c273 zval *id, *doc; in PHP_METHOD() local
H A Delement.c698 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.c1554 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns()
/PHP-5.5/ext/tidy/
H A Dtidy.c191 TidyDoc doc; member
493 static int _php_tidy_set_tidy_opt(TidyDoc doc, char *optname, zval *value TSRMLS_DC) in _php_tidy_set_tidy_opt()
558 TidyDoc doc; in php_tidy_quick_repair() local
1008 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options TSRMLS_DC) in _php_tidy_apply_config_array()
1179 TidyDoc doc; in php_tidy_output_handler() local
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h66 php_libxml_node_object *doc; member
H A Dxsltprocessor.c404 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local
487 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c639 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL_P(return_value), Z_STRLEN_P(return_value)); in to_xml_user() local
3475 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.c3864 xmlDocPtr doc; local
4228 xmlDoc *doc; local
H A Dphp_sdl.c3703 xmlDocPtr doc = *((xmlDocPtr*)doc_ptr); in delete_document() local
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString()

Completed in 73 milliseconds