Skip to content

ext/phar: restructure code to be more legible#21745

Open
Girgias wants to merge 1 commit intophp:masterfrom
Girgias:phar-get-archive-cleanup
Open

ext/phar: restructure code to be more legible#21745
Girgias wants to merge 1 commit intophp:masterfrom
Girgias:phar-get-archive-cleanup

Conversation

@Girgias
Copy link
Copy Markdown
Member

@Girgias Girgias commented Apr 13, 2026

No description provided.

@Girgias Girgias marked this pull request as ready for review April 13, 2026 19:01
if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
entry = phar_fix_filepath(entry, &entry_len, true);
data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1);
if (NULL != data) {
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.

that's the only little inconsistency, style wise, that pops out.

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