[GIT-PULLS] [php-src] PR #23410: Fix alternate form flag for %x testing stale signed value
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23410 Author: iliaal Fix the alternate-form flag for %x/%X gating the 0x prefix on i_num, which is only ever assigned by the decimal conversions; a standalone %#x printed no prefix and %d %#x consumed the earlier conversion's value.