php-src/ext/dom/tests/createAttributeNS_prefix_conflicts
Niels Dossche d46dc5694c Fix various namespace prefix conflict resolution bugs and namespace shift bugs
There are two linked issues:

- Conflicts couldn't be resolved by changing the prefix name.
- Lacking a prefix would shift the namespace as the default namespace,
  causing elements to suddenly become part of the namespace instead of
  the attributes.

The output could still be improved by removing redundant namespace
declarations, but that's another issue. At least the output is
correct now.

Closes GH-11777.
2023-08-15 20:42:42 +02:00
..
setAttribute_mixed_prefix.phpt
setAttribute_with_prefix.phpt
setAttribute_without_prefix.phpt
setAttributeNS_with_prefix.phpt
setAttributeNS_without_prefix.phpt