Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/tests/
H A Dbug75857.phpt2 Failing test case for #75857: Long timezones truncation
/PHP-8.2/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt56 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
61 printf("Long string splitting error:
H A Dmb_str_split_jp.phpt63 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
68 printf("Long string splitting error:
H A Dcp5022x_encoding.phpt354 echo "Long error markers OK\n";
401 Long error markers OK
/PHP-8.2/ext/standard/
H A Dimage.c749 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-8.2/Zend/
H A Dzend_strtod.c193 #ifndef Long
194 #define Long int32_t macro
714 Long x, y;
1205 Long L;
1803 Long e, e1;
1894 e = -(((Long)(s-decpt)) << 2);
2536 Long L;
3530 L = (Long)aadj;
3743 Long L; in zend_dtoa()
4051 L = (Long)(dval(&u)); in zend_dtoa()
[all …]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic2609 # creates misleading V7 header for Long path, Multi-volume, Volume type
5797 # Long ReturnBatch tag
5799 # Long RapBatchControlInfo tag
5808 # Long Acknowledgement tag
5810 # Long Sender tag
25623 # Long description: Open Artwork System Interchange Standard
30992 # Long description: Norwegian text based map format
H A Dmagic私はガラスを食べられます2609 # creates misleading V7 header for Long path, Multi-volume, Volume type
5797 # Long ReturnBatch tag
5799 # Long RapBatchControlInfo tag
5808 # Long Acknowledgement tag
5810 # Long Sender tag
25623 # Long description: Open Artwork System Interchange Standard
30992 # Long description: Norwegian text based map format

Completed in 193 milliseconds