Home
last modified time | relevance | path

Searched refs:document (Results 76 – 100 of 171) sorted by relevance

1234567

/PHP-8.1/ext/xml/tests/
H A Dxml_error_string_basic.phpt26 string(20) "Invalid document end"
H A Dbug81351.phpt26 xml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end
/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt11 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt11 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt13 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt14 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-null.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt15 echo "Error while parsing the xsl document\n";
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_saveHTML_basic.phpt2 DOMDocument::saveHTML() should dump the internal document into a string using HTML formatting
H A DDOMDocument_validate_on_parse_basic.phpt18 echo "Error while parsing the document\n";
H A DDOMNode_issamenode_basic.phpt15 echo "Error while parsing the document\n";
H A Ddomattributes.phpt12 echo "Error while parsing the document\n";
H A Dbug55700.phpt36 ["document"]=>
H A DDOM4_ChildNode_wrong_document.phpt2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
H A DDOMElement_append_hierarchy_test.phpt53 echo "-- Append from another document --\n";
84 -- Append from another document --
H A DDOMElement_prepend_hierarchy_test.phpt53 echo "-- Append from another document --\n";
84 -- Append from another document --
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
H A DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
H A DDOMNode_hasChildNodes_basic.phpt8 /* Create an XML document
/PHP-8.1/ext/xmlwriter/tests/
H A DOO_013.phpt19 // end the document and output
H A DOO_012.phpt21 // end the document and output
/PHP-8.1/ext/dom/
H A Dconfig.m415 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c \
H A Ddomimplementation.c212 doctobj->document = ((dom_object *)((php_libxml_node_ptr *)docp->_private)->_private)->document; in PHP_METHOD()
H A Dnode.c660 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document)); in dom_node_prefix_write()
828 childobj->document = intern->document; in _php_dom_insert_fragment()
871 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
896 childobj->document = intern->document; in PHP_METHOD()
1052 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
1093 newchildobj->document = intern->document; in PHP_METHOD()
1130 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
1171 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
1196 childobj->document = intern->document; in PHP_METHOD()

Completed in 28 milliseconds

1234567