Searched refs:Long (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/date/tests/ |
H A D | bug75857.phpt | 2 Failing test case for #75857: Long timezones truncation
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 56 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c… 61 printf("Long string splitting error:
|
H A D | mb_str_split_jp.phpt | 63 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c… 68 printf("Long string splitting error:
|
H A D | cp5022x_encoding.phpt | 354 echo "Long error markers OK\n"; 401 Long error markers OK
|
H A D | mb_encode_mimeheader_basic4.phpt | 101 // Regression test: Long string, all ASCII, but with spaces at the beginning
|
/php-src/ext/standard/ |
H A D | image.c | 749 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument 752 return ((unsigned)(((unsigned char *)Long)[0]) << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s() 753 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s() 755 return ((unsigned)(((unsigned char *)Long)[3]) << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s() 756 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s() 763 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument 765 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
|
/php-src/Zend/ |
H A D | zend_strtod.c | 194 #ifndef Long 195 #define Long int32_t macro 704 Long x, y; 1197 Long L; 1795 Long e, e1; 1886 e = -(((Long)(s-decpt)) << 2); 2528 Long L; 3522 L = (Long)aadj; 3742 Long L; in zend_dtoa() 4050 L = (Long)(dval(&u)); in zend_dtoa() [all …]
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2706 # creates misleading V7 header for Long path, Multi-volume, Volume type 6446 # Long ReturnBatch tag 6448 # Long RapBatchControlInfo tag 6457 # Long Acknowledgement tag 6459 # Long Sender tag 29943 # Long description: Open Artwork System Interchange Standard 35884 # Long description: Norwegian text based map format
|
H A D | magic | 2706 # creates misleading V7 header for Long path, Multi-volume, Volume type 6446 # Long ReturnBatch tag 6448 # Long RapBatchControlInfo tag 6457 # Long Acknowledgement tag 6459 # Long Sender tag 29943 # Long description: Open Artwork System Interchange Standard 35884 # Long description: Norwegian text based map format
|
Completed in 207 milliseconds