Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_standalone_basic.phpt2 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 Dbug79451.phpt18 <?xml version="1.0" standalone="yes"?>
H A Ddomobject_debug_handler.phpt30 [standalone] => 1
H A DDOMDocument_documentURI_basic.phpt12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
H A Ddom005.phpt22 <?xml version="1.0" standalone="yes"?>
H A DDOMDocument_resolveExternals_basic.phpt12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
H A Ddom_test.inc2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
/PHP-8.0/ext/xmlwriter/tests/
H A DOO_002.phpt10 $xw->startDocument('1.0', 'UTF-8', 'standalone');
18 <?xml version="1.0" encoding="UTF-8" standalone="standalone"?>
H A DOO_001.phpt22 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
/PHP-8.0/Zend/tests/type_declarations/union_types/
H A Dstandalone_false.phpt2 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 Dstandalone_null.phpt2 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 Dstandalone_nullable_false.phpt2 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 Dvoid_with_class.phpt10 Fatal error: Void can only be used as a standalone type in %s on line %d
/PHP-8.0/ext/simplexml/tests/
H A Dbug41582.phpt8 $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 Dnullable_void.phpt11 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 Dnullable_null.phpt11 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 Dmixed_void_return_error.phpt13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
H A Dmixed_parameter_error1.phpt12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
H A Dmixed_return_error.phpt13 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 D008.phpt8 $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 D003.phpt10 <?xml version='1.0' standalone='yes'?>
H A D002.phpt11 <?xml version='1.0' standalone='yes'?>
/PHP-8.0/Zend/tests/
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
/PHP-8.0/ext/soap/tests/soap12/
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php55 …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 44 milliseconds

12