Searched refs:documentURI (Results 1 – 4 of 4) sorted by relevance
2 Tests DOMDocument::documentURI read and write22 $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:
45 ["documentURI"]=>
22 try { $doc->documentURI = $badStr; } catch (Exception $e) { echo "Exception\n"; }
673 public ?string $documentURI; variable in DOMDocument
Completed in 9 milliseconds