Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/dom/tests/bug79701/
H A Dset_attribute_xml.phpt40 function getNamespace($name) {
64 test($dom, fn ($element, $name, $value) => $element->setAttributeNS(getNamespace($name), $name, $va…
74 test($dom, fn ($element, $name, $value) => $element->setAttributeNS(getNamespace($name), $name, $va…
/PHP-8.4/ext/libxml/
H A Dphp_libxml2.def63 getNamespace
/PHP-8.4/build/
H A Dgen_stub.php1055 public function getNamespace(): ?string { function in FunctionName
1438 if ($this->name->getNamespace()) {
1471 if ($this->name->getNamespace()) {
1472 $namespace = addslashes($this->name->getNamespace());

Completed in 17 milliseconds