Home
last modified time | relevance | path

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

/php-src/ext/date/tests/
H A Dbug75857.phpt2 Failing test case for #75857: Long timezones truncation
/php-src/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
H A Dmb_encode_mimeheader_basic4.phpt101 // Regression test: Long string, all ASCII, but with spaces at the beginning
/php-src/ext/standard/
H A Dimage.c749 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument
752 return ((( 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 ((( 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 Dzend_strtod.c194 #ifndef Long
195 #define Long int32_t macro
708 Long x, y;
1201 Long L;
1799 Long e, e1;
1890 e = -(((Long)(s-decpt)) << 2);
2532 Long L;
3526 L = (Long)aadj;
3739 Long L; in zend_dtoa()
4047 L = (Long)(dval(&u)); in zend_dtoa()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic2706 # 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 204 milliseconds