Home
last modified time | relevance | path

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

/php-src/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-src/ext/libxml/
H A Dphp_libxml2.def63 getNamespace
/php-src/build/
H A Dgen_stub.php1046 public function getNamespace(): ?string { function in FunctionName
1429 if ($this->name->getNamespace()) {
1462 if ($this->name->getNamespace()) {
1463 $namespace = addslashes($this->name->getNamespace());

Completed in 21 milliseconds