Home
last modified time | relevance | path

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

12

/PHP-8.3/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 DDOMElement_replaceChildren.phpt66 <?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"?>
H A Dgh11791.phpt20 $doc->loadXML('<?xml version="1.0" standalone="no"?><root/>');
26 $doc->loadXML('<?xml version="1.0" standalone="yes"?><root/>');
H A Dbug79451.phpt18 <?xml version="1.0" standalone="yes"?>
/PHP-8.3/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.3/Zend/tests/
H A Dgh11320_3.phpt2 GH-11320: list() must not appear as a standalone array element
8 Fatal error: Cannot use list() as standalone expression in %s on line %d
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
/PHP-8.3/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.3/Zend/tests/type_declarations/union_types/
H A Dstandalone_null.phpt2 Null can be used as a standalone type
H A Dstandalone_nullable_false.phpt2 Nullable false can be used as a standalone type
H A Dnever_with_class.phpt10 Fatal error: never can only 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.3/Zend/tests/type_declarations/
H A Dstandalone_null.phpt2 Null can be used as a standalone type
H A Dnullable_void.phpt11 Fatal error: Void can only be used as a standalone type in %s on line %d
/PHP-8.3/Zend/tests/type_declarations/literal_types/
H A Dfalse_standalone.phpt2 False can be used as a standalone type
H A Dtrue_standalone.phpt2 true can be used as a standalone type
H A Dfalse_standalone_implicit_nullability.phpt2 False can be used as a standalone type even with implicit nullability
H A Dtrue_standalone_implicit_nullability.phpt2 true can be used as a standalone type even with implicit nullability
/PHP-8.3/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.3/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.3/ext/libxml/tests/
H A D003.phpt10 <?xml version='1.0' standalone='yes'?>
/PHP-8.3/ext/standard/libavifinfo/
H A DREADME.md4 standalone C snippet called

Completed in 30 milliseconds

12