Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/soap/tests/
H A Dbug71610.phpt18 looks like we got no XML document
/PHP-7.3/ext/simplexml/
H A Dphp_simplexml.h57 php_libxml_ref_obj *document; member
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string.phpt15 echo "Error while parsing the xsl document\n";
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 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 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-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";
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error1.phpt2 DOMDocument::relaxNGValidate() should fail if document doesn't validate
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 Ddomobject_debug_handler.phpt42 [nodeName] => #document
H A DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
/PHP-7.3/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt11 echo "Error while parsing the document\n";
/PHP-7.3/ext/dom/
H A Dnode.c746 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document)); in dom_node_prefix_write()
899 childobj->document = intern->document; in _php_dom_insert_fragment()
942 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
966 childobj->document = intern->document; in PHP_FUNCTION()
1109 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1151 newchildobj->document = intern->document; in PHP_FUNCTION()
1160 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1189 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1240 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1264 childobj->document = intern->document; in PHP_FUNCTION()
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug45556.phpt32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document

Completed in 40 milliseconds

1234567