We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90763d commit ce01d73Copy full SHA for ce01d73
UPGRADING.INTERNALS
@@ -79,7 +79,7 @@ changes. See: https://wiki.php.net/phpng-upgrading
79
g. sprintf() formats
80
81
New printf modifier 'p' was implemented to platform independently output zend_long,
82
- zend_ulong and php_size_t datatypes. That modifier can be used with'd', 'u', 'x' and 'o'
+ zend_ulong and php_size_t datatypes. That modifier can be used with 'd', 'u', 'x' and 'o'
83
printf format specs with spprintf, snprintf and the wrapping printf implementations.
84
%pu is sufficient for both zend_ulong and php_size_t. the code using %p spec to output
85
pointer address might need to be enclosed into #ifdef when it unlickily followed by 'd',
0 commit comments