Searched refs:Long (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/date/tests/ |
H A D | bug75857.phpt | 2 Failing test case for #75857: Long timezones truncation
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_str_split_jp.phpt | 57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c… 62 printf("Long string splitting error:
|
H A D | mb_str_split_ru.phpt | 57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c… 62 printf("Long string splitting error:
|
/PHP-7.4/ext/standard/ |
H A D | image.c | 778 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.4/Zend/ |
H A D | zend_strtod.c | 193 #ifndef Long 194 #define Long int32_t macro 724 Long x, y; 1215 Long L; 1813 Long e, e1; 1904 e = -(((Long)(s-decpt)) << 2); 2546 Long L; 3539 L = (Long)aadj; 3759 Long L; 4067 L = (Long)(dval(&u)); [all …]
|
/PHP-7.4/ |
H A D | NEWS | 2588 . Fixed bug #69031 (Long messages into stdout/stderr are truncated
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2361 # creates misleading V7 header for Long path, Multi-volume, Volume type 5183 # Long ReturnBatch tag 5185 # Long RapBatchControlInfo tag 5194 # Long Acknowledgement tag 5196 # Long Sender tag 22807 # Long description: Open Artwork System Interchange Standard
|
H A D | magic | 2361 # creates misleading V7 header for Long path, Multi-volume, Volume type 5183 # Long ReturnBatch tag 5185 # Long RapBatchControlInfo tag 5194 # Long Acknowledgement tag 5196 # Long Sender tag 22807 # Long description: Open Artwork System Interchange Standard
|
Completed in 129 milliseconds