Searched refs:standalone (Results 1 – 25 of 41) 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 …]
66 <?xml version="1.0" standalone="yes"?>69 <?xml version="1.0" standalone="yes"?>77 <?xml version="1.0" standalone="yes"?>80 <?xml version="1.0" standalone="yes"?>
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"?>
23 <?xml version="1.0" standalone="yes"?>
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 GH-11320: list() must not appear as a standalone array element8 Fatal error: Cannot use list() as standalone expression in %s on line %d
8 <?xml version='1.0' standalone='yes'?>
8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>17 <?xml version="1.0" standalone="yes"?>
2 Null can be used as a standalone type
2 Nullable false can be used as a standalone type
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
11 Fatal error: Void can only be used as a standalone type in %s on line %d
2 False can be used as a standalone type
2 true can be used as a standalone type
2 False can be used as a standalone type even with implicit nullability
2 true can be used as a standalone type even with implicit nullability
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'?>
Completed in 27 milliseconds