mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
This change throws a ValueError when an invalid tag name is passed to XMLWriter. The rationale is that this indicates a programming error because tag names typically originate from string literals or application code generating them. This translates into either a typo or a flaw in tag generation logic. Closes GH-6233.