Home
last modified time | relevance | path

Searched refs:doc (Results 276 – 300 of 314) sorted by relevance

1...<<111213

/php-src/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt28 /** doc comment */
/php-src/ext/simplexml/
H A Dsimplexml.c478 php_libxml_invalidate_node_list_cache_from_doc(node->doc); in sxe_prop_dim_write()
817 php_libxml_invalidate_node_list_cache_from_doc(node->doc); in sxe_prop_dim_delete()
900 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
921 contents = xmlNodeListGetString(node->doc, node->children, 1); in _get_base_node_value()
1360 xmlDocPtr doc = sxe->document->ptr; in PHP_METHOD() local
1365 …bytes = sxe->document->handlers->dump_doc_to_file(filename, doc, false, (const char *) doc->encodi… in PHP_METHOD()
1378 result = sxe->document->handlers->dump_doc_to_str(doc, 0, (const char *) doc->encoding); in PHP_METHOD()
1380 …result = sxe->document->handlers->dump_node_to_str(doc, node, false, (const char *) doc->encoding); in PHP_METHOD()
1653 php_libxml_invalidate_node_list_cache_from_doc(node->doc); in PHP_METHOD()
1742 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in PHP_METHOD()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h373 lxb_html_tree_attach_document(lxb_html_tree_t *tree, lxb_html_document_t *doc) in lxb_html_tree_attach_document() argument
375 tree->document = doc; in lxb_html_tree_attach_document()
431 lxb_html_document_t *doc);
/php-src/ext/zend_test/tests/
H A Ddoc_comment_internal_symbols2.phpt2 Test that displaying doc comments via reflection is supported by internal symbols
/php-src/ext/dom/
H A Dentityreference.c76 xmlEntityPtr entity = xmlGetDocEntity(reference->doc, reference->name); in dom_entity_reference_fetch_and_sync_declaration()
H A Dphp_dom.h139 void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep);
140 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last);
209 xmlNodePtr dom_clone_node(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node, xmlDocPtr doc, bool…
H A Dtext.c141 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD()
H A Dattr.c132 xmlNodePtr node = xmlNewDocTextLen(attrp->doc, BAD_CAST ZSTR_VAL(str), ZSTR_LEN(str)); in dom_attr_value_write()
H A Dhtml5_parser.c87 lxml_text->doc = lxml_doc; in lexbor_libxml2_bridge_new_text_node_fast()
191 lxml_attr->doc = lxml_doc; in lexbor_libxml2_bridge_convert()
H A Ddocument.c772 if (nodep->doc == docp) { in PHP_METHOD()
784 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_METHOD()
817 if (nodep->doc == docp) { in dom_modern_document_import_node()
873 xmlNsPtr nsptr = xmlSearchNsByHref(nodep->doc, nodep, BAD_CAST ZSTR_VAL(uri)); in PHP_METHOD()
1127 xmlDocPtr original_document = nodep->doc; in php_dom_adopt_node()
1129 if (nodep->doc != new_document) { in php_dom_adopt_node()
1604 if (node->doc != docp) { in dom_document_save_xml()
2121 if (node->doc != docp) { in PHP_METHOD()
/php-src/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/php-src/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
H A Dphp_cli_server.inc19 // Create dedicated doc root to avoid index.php clashes between tests.
/php-src/ext/dom/tests/
H A Dreconcile_reused_namespace.phpt2 Reconcile a reused namespace from doc->oldNs
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c349 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_attr_append() local
388 if (doc->ev_insert != NULL) { in lxb_dom_element_attr_append()
389 doc->ev_insert(lxb_dom_interface_node(attr)); in lxb_dom_element_attr_append()
772 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_tag_name() local
775 || doc->type != LXB_DOM_DOCUMENT_DTYPE_HTML) in lxb_dom_element_tag_name()
H A Dnode.c126 lxb_dom_document_t *doc = node->owner_document; in lxb_dom_node_interface_destroy() local
128 if (doc->ev_destroy != NULL) { in lxb_dom_node_interface_destroy()
129 doc->ev_destroy(node); in lxb_dom_node_interface_destroy()
741 lxb_dom_document_t *doc = el->node.owner_document; in lxb_dom_node_by_class_name_cb() local
747 if (doc->compat_mode == LXB_DOM_DOCUMENT_CMODE_QUIRKS) { in lxb_dom_node_by_class_name_cb()
776 if (doc->compat_mode == LXB_DOM_DOCUMENT_CMODE_QUIRKS) { in lxb_dom_node_by_class_name_cb()
/php-src/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt15 Ex'ple of h'doc st'g, contains
H A Dchunk_split_variation4.phpt126 doc
/php-src/ext/soap/
H A Dphp_xml.c187 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
196 return xmlSearchNs(node->doc, node, NULL); in node_find_ns()
H A Dphp_encoding.c545 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in master_to_zval_int()
614 if (doc && doc->children) { in to_xml_user()
615 ret = xmlDocCopyNode(doc->children, parent->doc, 1); in to_xml_user()
617 xmlFreeDoc(doc); in to_xml_user()
2473 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2838 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in guess_zval_convert()
3148 ret->doc = parent->doc; in to_xml_any()
3372 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3382 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3402 xmlns = xmlSearchNsByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
[all …]
H A Dsoap.c3407 xmlDocPtr doc; local
3415 doc = xmlNewDoc(BAD_CAST("1.0"));
3432 xmlDocSetRootElement(doc, envelope);
3765 xmlFreeDoc(doc);
3771 xmlFreeDoc(doc);
3774 return doc;
3780 xmlDoc *doc; local
3789 doc = xmlNewDoc(BAD_CAST("1.0"));
3805 xmlDocSetRootElement(doc, envelope);
3970 xmlFreeDoc(doc);
[all …]
/php-src/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt34 /*** Not a doc comment */
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.h201 lxb_html_document_import_node(lxb_html_document_t *doc, lxb_dom_node_t *node,
/php-src/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt46 …https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html#pam-pluggable-authentica…
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst26 The ``gc`` field is used for :doc:`./reference-counting`. The ``h`` field contains a hash value,
149 :doc:`./reference-counting` for details.

Completed in 82 milliseconds

1...<<111213