Home
last modified time | relevance | path

Searched refs:XMLDocument (Results 1 – 25 of 202) sorted by relevance

123456789

/php-src/ext/dom/tests/modern/common/
H A DDocument_title_getter.phpt13 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> onl…
16 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>only …
22 $dom = Dom\XMLDocument::createFromString("<title xmlns=\"http://www.w3.org/1999/xhtml\">title</titl…
25 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> abc…
28 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title></tit…
31 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"></root>");
34 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> \t\…
43 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>title…
46 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title/></ro…
52 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>title…
[all …]
H A DDocument_title_setter.phpt10 $dom = Dom\XMLDocument::createFromString('<root xmlns="http://www.w3.org/2000/svg"/>');
14 $dom = Dom\XMLDocument::createFromString('<svg xmlns="http://www.w3.org/2000/svg"/>');
22 $dom = Dom\XMLDocument::createFromString('<svg:svg xmlns:svg="http://www.w3.org/2000/svg"/>');
27 $dom = Dom\XMLDocument::createFromString('<svg xmlns="http://www.w3.org/2000/svg">first node<div/><…
36 $dom = Dom\XMLDocument::createFromString('<root xmlns="http://www.w3.org/1999/xhtml"/>');
40 $dom = Dom\XMLDocument::createFromString('<html xmlns="http://www.w3.org/1999/xhtml"/>');
44 $dom = Dom\XMLDocument::createFromString('<html xmlns="http://www.w3.org/1999/xhtml"><foo/><head/><…
48 $dom = Dom\XMLDocument::createFromString('<html xmlns="http://www.w3.org/1999/xhtml"><head><?ignore…
52 $dom = Dom\XMLDocument::createFromString('<html xmlns="http://www.w3.org/1999/xhtml"><head><?ignore…
58 $dom = Dom\XMLDocument::createEmpty();
[all …]
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromString_01.phpt2 Dom\XMLDocument::createFromString 01
8 Dom\XMLDocument::createFromString("");
12 Fatal error: Uncaught ValueError: Dom\XMLDocument::createFromString(): Argument #1 ($source) must n…
14 #0 %s(%d): Dom\XMLDocument::createFromString('')
H A DXMLDocument_fromFile_01.phpt2 Dom\XMLDocument::createFromFile 01
8 Dom\XMLDocument::createFromString("");
12 Fatal error: Uncaught ValueError: Dom\XMLDocument::createFromString(): Argument #1 ($source) must n…
14 #0 %s(%d): Dom\XMLDocument::createFromString('')
H A DXMLDocument_fromEmptyDocument_01.phpt2 Dom\XMLDocument::createEmpty 01
8 Dom\XMLDocument::createEmpty(encoding: "foo");
12 Fatal error: Uncaught ValueError: Dom\XMLDocument::createEmpty(): Argument #2 ($encoding) is not a …
14 #0 %s(%d): Dom\XMLDocument::createEmpty('1.0', 'foo')
H A DXMLDocument_fromFile_02.phpt2 Dom\XMLDocument::createFromFile 02
8 Dom\XMLDocument::createFromFile("\\0");
12 Warning: Dom\XMLDocument::createFromFile(): I/O %s : failed to load %s
16 #0 %s(%d): Dom\XMLDocument::createFromFile('\\0')
H A DXMLDocument_createFromString_override_encoding.phpt2 Dom\XMLDocument::createFromString() with overrideEncoding
9 …Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncoding: 'no…
15 $dom = Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncodin…
20 $dom = Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncodin…
26 Dom\XMLDocument::createFromString(): Argument #3 ($overrideEncoding) must be a valid document encod…
H A DXMLDocument_createFromFile_override_encoding.phpt2 Dom\XMLDocument::createFromFile() with overrideEncoding
9 Dom\XMLDocument::createFromFile(__DIR__ . '/dummy.xml', overrideEncoding: 'nonexistent');
15 $dom = Dom\XMLDocument::createFromFile(__DIR__ . '/dummy.xml', overrideEncoding: 'UTF-8');
20 $dom = Dom\XMLDocument::createFromFile(__DIR__ . '/dummy.xml', overrideEncoding: 'Windows-1252');
26 Dom\XMLDocument::createFromFile(): Argument #3 ($overrideEncoding) must be a valid document encoding
H A DXMLDocument_fromString_03.phpt2 Dom\XMLDocument::createFromString 03
13 Dom\XMLDocument::createFromString('<?xml version="1.0"?><container/>', -1);
19 …var_dump(Dom\XMLDocument::createFromString('<?xml version="1.0"?><container/>', $flag) instanceof …
24 Dom\XMLDocument::createFromString(): Argument #2 ($options) contains invalid flags (allowed flags: …
H A DXMLDocument_createFromFile_empty_input.phpt2 XMLDocument::createFromFile() - empty input
7 $dom = Dom\XMLDocument::createFromFile("php://memory");
12 Warning: Dom\XMLDocument::createFromFile(): Document is empty in php://memory, line: 1 in %s on lin…
16 #0 %s(%d): Dom\XMLDocument::createFromFile('php://memory')
H A DXMLDocument_fromFile_03.phpt2 Dom\XMLDocument::createFromFile 03
9 Dom\XMLDocument::createFromFile("%00");
16 Dom\XMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
H A DXMLDocument_node_ownerDocument_for_XML.phpt2 Dom\XMLDocument getting ownerDocument from a node in an XML document should yield a Dom\XMLDocument
8 $dom = Dom\XMLDocument::createFromString('<?xml version="1.0"?><container/>');
16 object(Dom\XMLDocument)#1 (32) {
H A DXMLDocument_fromEmptyDocument_03.phpt2 Dom\XMLDocument::createEmpty 03
8 $dom = Dom\XMLDocument::createEmpty("1.0", "ASCII");
H A DXMLDocument_documentURI.phpt2 Dom\XMLDocument::documentURI
8 $dom = Dom\XMLDocument::createFromFile(__DIR__ . "/test foo.xml", LIBXML_NOERROR);
H A DXMLDocument_debug.phpt2 Dom\XMLDocument debug
8 $dom = Dom\XMLDocument::createEmpty();
13 object(Dom\XMLDocument)#1 (32) {
H A DXMLDocument_fromEmptyDocument_02.phpt2 Dom\XMLDocument::createEmpty 02
8 $dom = Dom\XMLDocument::createEmpty("1.1");
13 object(Dom\XMLDocument)#1 (32) {
H A DXMLDocument_saveXML_node.phpt2 Dom\XMLDocument::saveXml(File) node
8 $dom = Dom\XMLDocument::createEmpty("1.0", "ASCII");
H A DXMLDocument_fromString_02.phpt2 Dom\XMLDocument::createFromString 02
8 $dom = Dom\XMLDocument::createFromString('<?xml version="1.0"?><container/>');
H A DXMLDocument_fromString_04.phpt2 Dom\XMLDocument::createFromString 04
12 $dom = Dom\XMLDocument::createFromString('<?xml version="1.0" encoding="Windows-1251"?><container/>…
H A DXMLDocument_fromFile_04.phpt2 Dom\XMLDocument::createFromFile 04
8 $dom = Dom\XMLDocument::createFromFile(__DIR__."/../../book.xml");
H A DXMLDocument_xpath_errors.phpt2 Dom\XMLDocument interaction with XPath evaluate - errors
8 $dom = Dom\XMLDocument::createFromString('<root/>');
/php-src/ext/dom/tests/
H A Dgh16190.phpt8 $doc = Dom\XMLDocument::createEmpty();
18 Cannot directly construct Dom\XMLDocument, use document methods instead
H A Dxml_parsing_LIBXML_RECOVER.phpt12 $dom = Dom\XMLDocument::createFromString('<root><child/>', options: LIBXML_RECOVER);
21 Warning: Dom\XMLDocument::createFromString(): %s
/php-src/ext/xsl/tests/
H A DXSLTProcessor_namespace_mapper_lifetime.phpt9 $input = Dom\XMLDocument::createFromString(<<<XML
29 $processor->importStylesheet(Dom\XMLDocument::createFromString($xslXML));
30 $processor->importStylesheet(Dom\XMLDocument::createFromString($xslXML));
/php-src/ext/dom/tests/modern/spec/
H A DXMLDocument_version.phpt2 XMLDocument::$version
8 $dom = Dom\XMLDocument::createFromString('<root><child/></root>');

Completed in 31 milliseconds

123456789