Searched refs:standalone (Results 1 – 25 of 34) sorted by relevance
12
2 Tests DOMDocument::standalone get, set, and functionality12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>22 $test = $dom->standalone;23 echo "Read initial standalone:\n";26 $dom->standalone = FALSE;27 $test = $dom->standalone;28 echo "Set standalone to FALSE, reading again:\n";32 echo "Document is no longer standalone\n";39 Read initial standalone:41 Set standalone to FALSE, reading again:[all …]
20 $doc->loadXML('<?xml version="1.0" standalone="no"?><root/>');26 $doc->loadXML('<?xml version="1.0" standalone="yes"?><root/>');
18 <?xml version="1.0" standalone="yes"?>
12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22 <?xml version="1.0" standalone="yes"?>
34 ["standalone"]=>
10 $xw->startDocument('1.0', 'UTF-8', 'standalone');18 <?xml version="1.0" encoding="UTF-8" standalone="standalone"?>
22 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
2 False cannot be used as a standalone type10 Fatal error: False can not be used as a standalone type in %s on line %d
2 Null cannot be used as a standalone type10 Fatal error: Null can not be used as a standalone type in %s on line %d
2 Nullable false cannot be used as a standalone type10 Fatal error: False can not be used as a standalone type in %s on line %d
10 Fatal error: never can only be used as a standalone type in %s on line %d
10 Fatal error: Void can only be used as a standalone type in %s on line %d
8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>17 <?xml version="1.0" standalone="yes"?>
11 Fatal error: Void can only be used as a standalone type in %s on line %d
11 Fatal error: Null can not be used as a standalone type in %s on line %d
8 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>40 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
10 <?xml version='1.0' standalone='yes'?>
11 <?xml version='1.0' standalone='yes'?>
8 <?xml version='1.0' standalone='yes'?>
Completed in 21 milliseconds