Skip to content

Commit ce01d73

Browse files
committed
space
1 parent d90763d commit ce01d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ changes. See: https://wiki.php.net/phpng-upgrading
7979
g. sprintf() formats
8080

8181
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'
82+
zend_ulong and php_size_t datatypes. That modifier can be used with 'd', 'u', 'x' and 'o'
8383
printf format specs with spprintf, snprintf and the wrapping printf implementations.
8484
%pu is sufficient for both zend_ulong and php_size_t. the code using %p spec to output
8585
pointer address might need to be enclosed into #ifdef when it unlickily followed by 'd',

0 commit comments

Comments
 (0)