summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-24 14:52:00 +0100
committerAnatol Belski <ab@php.net>2015-03-24 22:02:26 +0100
commite1f706e3f483865b91ae2af55cfd7a5b83e4efc8 (patch)
tree70d5f156da510dcf9b620d019fac9e2f75fe0161 /UPGRADING.INTERNALS
parent2192e96ef53bc598cfe577368847df21d98e1c05 (diff)
downloadphp-git-e1f706e3f483865b91ae2af55cfd7a5b83e4efc8.tar.gz
fix typo
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 027321550d..d4c1150d36 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -107,7 +107,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
- SIZEOF_ZEND_LONG reworked SIZEOF_ZEND_LONG representing the size of zend_long datatype
- ZEND_SIZE_MAX Max value of size_t
- Z_L casts an integral constant to zend_long
- - Z_U casts an integral constant to zend_ulong
+ - Z_UL casts an integral constant to zend_ulong
The macro ZEND_ENABLE_ZVAL_LONG64 reveals whether zval operates on 64 or 32 bit integer.