Home
last modified time | relevance | path

Searched refs:document (Results 51 – 75 of 138) sorted by relevance

123456

/PHP-7.4/ext/xsl/tests/
H A Dxslt009.phpt16 echo "Error while parsing the document\n";
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt15 echo "Error while parsing the xsl document\n";
H A Dxslt008-mb.phpt15 echo "Error while parsing the document\n";
H A Dxslt008.phpt15 echo "Error while parsing the document\n";
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt17 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt18 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-null.phpt19 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt19 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt19 echo "Error while parsing the xsl document\n";
/PHP-7.4/ext/dom/tests/
H A Ddom_import_simplexml.phpt10 echo "Error while loading the document\n";
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 DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
H A Ddomobject_debug_handler.phpt42 [nodeName] => #document
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
/PHP-7.4/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt11 echo "Error while parsing the document\n";
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug45556.phpt32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_012.phpt21 // end the document and output
H A DOO_013.phpt19 // end the document and output
/PHP-7.4/ext/dom/
H A Dnode.c753 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document)); in dom_node_prefix_write()
910 childobj->document = intern->document; in _php_dom_insert_fragment()
954 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
978 childobj->document = intern->document; in PHP_FUNCTION()
1122 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1164 newchildobj->document = intern->document; in PHP_FUNCTION()
1173 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1203 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1255 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1279 childobj->document = intern->document; in PHP_FUNCTION()
H A Dconfig.m415 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c domerrorhandler.c \

Completed in 33 milliseconds

123456