Home
last modified time | relevance | path

Searched refs:documentURI (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt2 Tests DOMDocument::documentURI read and write
22 $test = $dom->documentURI;
23 echo "Read initial documentURI:\n";
26 $dom->documentURI = 'http://dom.example.org/example.xml';
27 $test = $dom->documentURI;
28 echo "Set documentURI to a URL, reading again:\n";
35 Read initial documentURI:
37 Set documentURI to a URL, reading again:
H A Ddomobject_debug_handler.phpt45 ["documentURI"]=>
H A DtoString_exceptions.phpt22 try { $doc->documentURI = $badStr; } catch (Exception $e) { echo "Exception\n"; }
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php712 public ?string $documentURI; variable in DOMDocument

Completed in 15 milliseconds