mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
3c016467c7
This fixes an issue where a namespaced class beginning with "U" or "u" would yield an invalid arginfo file due to the occurrence of a unicode escape sequence, causing a compile error. Co-authored-by: Guilliam Xavier <guilliamxavier@users.noreply.github.com> Closes GH-9154.