Searched refs:standalone (Results 1 – 25 of 32) sorted by relevance
12
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_standalone_basic.phpt | 2 Tests DOMDocument::standalone get, set, and functionality 12 $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 …]
|
H A D | bug79451.phpt | 18 <?xml version="1.0" standalone="yes"?>
|
H A D | domobject_debug_handler.phpt | 30 [standalone] => 1
|
H A D | DOMDocument_documentURI_basic.phpt | 12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
H A D | dom005.phpt | 22 <?xml version="1.0" standalone="yes"?>
|
H A D | DOMDocument_resolveExternals_basic.phpt | 12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
H A D | dom_test.inc | 2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
|
/PHP-8.0/ext/xmlwriter/tests/ |
H A D | OO_002.phpt | 10 $xw->startDocument('1.0', 'UTF-8', 'standalone'); 18 <?xml version="1.0" encoding="UTF-8" standalone="standalone"?>
|
H A D | OO_001.phpt | 22 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
|
/PHP-8.0/Zend/tests/type_declarations/union_types/ |
H A D | standalone_false.phpt | 2 False cannot be used as a standalone type 10 Fatal error: False can not be used as a standalone type in %s on line %d
|
H A D | standalone_null.phpt | 2 Null cannot be used as a standalone type 10 Fatal error: Null can not be used as a standalone type in %s on line %d
|
H A D | standalone_nullable_false.phpt | 2 Nullable false cannot be used as a standalone type 10 Fatal error: False can not be used as a standalone type in %s on line %d
|
H A D | void_with_class.phpt | 10 Fatal error: Void can only be used as a standalone type in %s on line %d
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | bug41582.phpt | 8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?> 17 <?xml version="1.0" standalone="yes"?>
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | nullable_void.phpt | 11 Fatal error: Void can only be used as a standalone type in %s on line %d
|
/PHP-8.0/Zend/tests/type_declarations/union_types/redundant_types/ |
H A D | nullable_null.phpt | 11 Fatal error: Null can not be used as a standalone type in %s on line %d
|
/PHP-8.0/Zend/tests/type_declarations/mixed/syntax/ |
H A D | mixed_void_return_error.phpt | 13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
|
H A D | mixed_parameter_error1.phpt | 12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
|
H A D | mixed_return_error.phpt | 13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | 008.phpt | 8 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?> 40 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
/PHP-8.0/ext/libxml/tests/ |
H A D | 003.phpt | 10 <?xml version='1.0' standalone='yes'?>
|
H A D | 002.phpt | 11 <?xml version='1.0' standalone='yes'?>
|
/PHP-8.0/Zend/tests/ |
H A D | bug43918.phpt | 8 <?xml version='1.0' standalone='yes'?>
|
/PHP-8.0/ext/soap/tests/soap12/ |
H A D | T67.phpt | 8 <?xml version='1.0' standalone='yes'?>
|
/PHP-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 55 …r $writer, ?string $version = "1.0", ?string $encoding = null, ?string $standalone = null): bool {} argument 247 …on startDocument(?string $version = "1.0", ?string $encoding = null, ?string $standalone = null) {} argument
|
Completed in 18 milliseconds
12