Skip to content

Applied fixers to improve test robustness (ext/intl, ext/phar) - #22985

Merged
LamentXU123 merged 2 commits into
php:masterfrom
NickSdot:test/hardening/intl-phar
Aug 1, 2026
Merged

Applied fixers to improve test robustness (ext/intl, ext/phar)#22985
LamentXU123 merged 2 commits into
php:masterfrom
NickSdot:test/hardening/intl-phar

Conversation

@NickSdot

@NickSdot NickSdot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Hey! As requested in #22799 (comment) I carry over commits into separate PRs for extensions. This was cherry picket from #22799 (where the deterministic proof is).

Regarding style-only concerns, I manually reviewed the diff here:

  • one (1) single line is purely style-only, out of 1,033 touched lines.
  • 20 lines merge echo & var_dump() to the normalised echo (Daniel explicitly mentioned no objections to it).
  • comma vs. period style question is sorted, because the PR uses what is already today the most used style in php-src (see Tests: Test exception type in error tests #22799 (comment)); as proposed by Daniel.

The more individual extension PRs are merged, the smaller the diff in the main PR, the easier to review. Merging this one will decrease diff size in the main PR by ~1,000 lines (~6%), and will decrease its affected files by 250 files (~9%).

@LamentXU123 LamentXU123 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@LamentXU123
LamentXU123 merged commit 7334dcf into php:master Aug 1, 2026
18 checks passed
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.

2 participants