Home
last modified time | relevance | path

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

123456

/PHP-5.5/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 Ddomattributes.phpt12 echo "Error while parsing the document\n";
H A Ddomobject_debug_handler.phpt42 [nodeName] => #document
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 DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
H A DDOMNode_hasChildNodes_basic.phpt10 /* Create an XML document
H A DDOMElement_hasAttributes_basic.phpt15 echo "Error while parsing the document\n";
/PHP-5.5/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 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.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";
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt19 echo "Error while parsing the xsl document\n";
/PHP-5.5/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt11 echo "Error while parsing the document\n";
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45556.phpt32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE16 3. Redistributions must contain a verbatim copy of this document.
47 distribute verbatim copies of this document is granted.
/PHP-5.5/ext/dom/
H A Dnode.c832 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document) TSRMLS_CC); in dom_node_prefix_write()
977 childobj->document = intern->document; in _php_dom_insert_fragment()
1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1044 childobj->document = intern->document; in PHP_FUNCTION()
1187 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1229 newchildobj->document = intern->document; in PHP_FUNCTION()
1238 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1318 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1342 childobj->document = intern->document; in PHP_FUNCTION()
H A Dconfig.w328 EXTENSION("dom", "php_dom.c attr.c document.c domerrorhandler.c \

Completed in 39 milliseconds

123456