mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge with internal version
This commit is contained in:
parent
b9dcdd409d
commit
69f4a40d99
15 changed files with 296 additions and 115 deletions
|
@ -325,7 +325,7 @@ typedef union {
|
|||
(((uint32) ((uchar) (A)[3])) << 24))
|
||||
|
||||
|
||||
#define uint8korr(A) ((ulonglong)(((uint32) (((uchar*) (A))[7])) +\
|
||||
#define bit_uint8korr(A) ((ulonglong)(((uint32) (((uchar*) (A))[7])) +\
|
||||
(((uint32) (((uchar*) (A))[6])) << 8) +\
|
||||
(((uint32) (((uchar*) (A))[5])) << 16) +\
|
||||
(((uint32) (((uchar*) (A))[4])) << 24)) +\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue