Home
last modified time | relevance | path

Searched refs:doc (Results 251 – 275 of 312) sorted by relevance

1...<<111213

/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt47 string(132) "This i s here doc st ring w ith and
61 doc st
86 string(398) "This i)speci@! ch@r$(s here)speci@! ch@r$(doc st)speci@! ch@r$(ring w)speci@! ch@r$(it…
H A Dstrripos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Dstripos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt12 Ex'ple of h'doc st'g, contains
/php-src/tests/classes/
H A Dconstants_comments_001.phpt2 Class constants and doc comments
/php-src/ext/xsl/tests/
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".__DIR__."/out.xml");
H A Dbug71571_b.phpt29 $doc = new DOMDocument();
36 $proc->transformToDoc($doc);
/php-src/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt40 /** Another doc comment */
93 string(65) "/** Another doc comment */
116 string(26) "/** Another doc comment */"
H A D005.phpt30 // I don't have a doc comment....
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/php-src/ext/dom/
H A Dnamespace_compat.c281 php_libxml_set_old_ns(node->doc, ns); in php_dom_ns_compat_mark_attribute_list()
330 …return nodep->doc && nodep->doc->type == XML_HTML_DOCUMENT_NODE && php_dom_ns_is_fast(nodep, php_d… in php_dom_ns_is_html_and_document_is_html()
341 xmlNsPtr matching_ns = xmlSearchNs(nodep->doc, nodep, attrp->ns->prefix); in php_dom_reconcile_attribute_namespace_after_insertion()
349 xmlReconciliateNs(nodep->doc, nodep); in php_dom_reconcile_attribute_namespace_after_insertion()
514 in_scope_ns.list = xmlGetNsList(node->doc, node); in php_dom_get_in_scope_ns_legacy()
H A Dxml_document.c72 …atic void dom_mark_namespaces_as_attributes_too(php_dom_libxml_ns_mapper *ns_mapper, xmlDocPtr doc) in dom_mark_namespaces_as_attributes_too() argument
74 xmlNodePtr node = doc->children; in dom_mark_namespaces_as_attributes_too()
H A Ddocumentfragment.c83 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, BAD_CAST data, &lst); in PHP_METHOD()
/php-src/ext/zend_test/tests/
H A Ddoc_comment_internal_symbols1.phpt2 Test that exposing doc comments are supported by internal symbols
/php-src/ext/xsl/
H A Dphp_xsl.h62 php_libxml_node_object *doc; member
H A Dphp_xsl.c93 if (intern->doc) { in xsl_objects_free_storage()
94 php_libxml_decrement_doc_ref(intern->doc); in xsl_objects_free_storage()
95 efree(intern->doc); in xsl_objects_free_storage()
/php-src/ext/soap/tests/bugs/
H A Dbug42692.phpt2 Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
/php-src/ext/soap/
H A Dphp_schema.c104 xmlDocPtr doc; in schema_load_file() local
109 doc = soap_xmlParseFile((char*)location); in schema_load_file()
112 if (doc == NULL) { in schema_load_file()
115 schema = get_node(doc->children, "schema"); in schema_load_file()
117 xmlFreeDoc(doc); in schema_load_file()
123 xmlFreeDoc(doc); in schema_load_file()
127 xmlFreeDoc(doc); in schema_load_file()
137 xmlFreeDoc(doc); in schema_load_file()
200 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
220 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
[all …]
/php-src/ext/readline/
H A DREADME.md12 See http://web.mit.edu/gnu/doc/html/rlman_2.html
/php-src/Zend/tests/
H A Drequire_parse_exception.phpt24 /** doc comment */
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h74 const lxb_dom_document_t *doc);
135 lxb_dom_document_import_node(lxb_dom_document_t *doc, lxb_dom_node_t *node,
/php-src/docs/
H A Dmake.bat22 echo.https://www.sphinx-doc.org/
/php-src/ext/pdo_mysql/tests/
H A DREADME.md40 * SUPER: Required to [create functions if binary logging is enabled](https://dev.mysql.com/doc/refm…
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt28 /** doc comment */
/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);

Completed in 56 milliseconds

1...<<111213