Skip to content

GH-22681: avoid truncation on null bytes in ReflectionEnum::__toString()#22719

Merged
DanielEScherzer merged 2 commits into
php:PHP-8.5from
DanielEScherzer:reflection-null-bytes-r3
Jul 14, 2026
Merged

GH-22681: avoid truncation on null bytes in ReflectionEnum::__toString()#22719
DanielEScherzer merged 2 commits into
php:PHP-8.5from
DanielEScherzer:reflection-null-bytes-r3

Conversation

@DanielEScherzer

@DanielEScherzer DanielEScherzer commented Jul 13, 2026

Copy link
Copy Markdown
Member

Fixes GH-22681

@DanielEScherzer DanielEScherzer linked an issue Jul 14, 2026 that may be closed by this pull request
@DanielEScherzer DanielEScherzer force-pushed the reflection-null-bytes-r3 branch from d100d51 to 1b2c0ab Compare July 14, 2026 13:37
@DanielEScherzer

Copy link
Copy Markdown
Member Author

Rebased on latest 8.5, will merge locally so that commits stay signed

@DanielEScherzer DanielEScherzer merged commit 1b2c0ab into php:PHP-8.5 Jul 14, 2026
17 of 18 checks passed
@DanielEScherzer DanielEScherzer deleted the reflection-null-bytes-r3 branch July 14, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reflection*::__toString() truncates on null bytes

2 participants