Home
last modified time | relevance | path

Searched refs:Long (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/date/tests/
H A Dbug75857.phpt2 Failing test case for #75857: Long timezones truncation
/PHP-7.3/ext/standard/
H A Dimage.c778 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument
781 return ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s()
782 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s()
784 return ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s()
785 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s()
792 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument
794 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
/PHP-7.3/Zend/
H A Dzend_strtod.c193 #ifndef Long
194 #define Long int32_t macro
721 Long x, y;
1212 Long L;
1810 Long e, e1;
1901 e = -(((Long)(s-decpt)) << 2);
2543 Long L;
3536 L = (Long)aadj;
3756 Long L;
4064 L = (Long)(dval(&u));
[all …]
/PHP-7.3/
H A DNEWS333 . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
335 . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
1504 . Fixed bug #69031 (Long messages into stdout/stderr are truncated
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2224 # creates misleading V7 header for Long path, Multi-volume, Volume type
4660 # Long ReturnBatch tag
4662 # Long RapBatchControlInfo tag
4671 # Long Acknowledgement tag
4673 # Long Sender tag
21107 # Long description: Open Artwork System Interchange Standard
H A Dmagic私はガラスを食べられます2224 # creates misleading V7 header for Long path, Multi-volume, Volume type
4660 # Long ReturnBatch tag
4662 # Long RapBatchControlInfo tag
4671 # Long Acknowledgement tag
4673 # Long Sender tag
21107 # Long description: Open Artwork System Interchange Standard

Completed in 177 milliseconds