Home
last modified time | relevance | path

Searched refs:high (Results 51 – 66 of 66) sorted by relevance

123

/PHP-8.3/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt84 * Those with a 1 in the high bit are JIS X 0201 kana; JIS7 encodes those
85 * with a 0 in the high bit and treats them as a separate charset
H A Diso2022jp_ms_encoding.phpt113 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Diso2022jp_kddi_encoding.phpt129 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Dmb_encode_mimeheader_basic4.phpt50 // when entire input is one ASCII 'word' and high indent value makes us consider
H A Dcp5022x_encoding.phpt161 * Those with a 1 in the high bit are JIS X 0201 kana */
/PHP-8.3/ext/standard/tests/strings/
H A Dbug54055.phpt2 Bug #54055: PHP crashes when executing strval when precision setting is very high
/PHP-8.3/ext/standard/
H A Darray.c2960 unsigned char high = (unsigned char)Z_STRVAL_P(user_end)[0]; local
2963 if (low > high) {
2964 if (low - high < step) {
2968 array_init_size(return_value, (uint32_t)(((low - high) / step) + 1));
2971 for (; low >= high; low -= (unsigned int)step) {
2979 } else if (high > low) { /* Increasing char range */
2983 if (high - low < step) {
2986 array_init_size(return_value, (uint32_t)(((high - low) / step) + 1));
2989 for (; low <= high; low += (unsigned int)step) {
/PHP-8.3/
H A Dphp.ini-production309 ; structures. Setting the depth limit too high may result in stack overflows
1063 ; Please note that if you set this value to a high number you may consume all
1456 ; For high volume production servers, using a value of 1000 is a more efficient approach.
H A Dphp.ini-development309 ; structures. Setting the depth limit too high may result in stack overflows
1061 ; Please note that if you set this value to a high number you may consume all
1454 ; For high volume production servers, using a value of 1000 is a more efficient approach.
H A DUPGRADING614 a known system default is used. Setting this value too high has the same
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic657 # string length too high with standard src configuration
2390 # Container format for high-end audio purposes.
5608 >>(0x08.l) uleshort =3000 with high compression
5617 >>6 uleshort =3000 with high compression
5618 >>6 uleshort =4000 with extra high compression
15915 >>11 byte x %d chars high
19653 >3 ubyte 2 \b, high precision
19925 # DEGAS high-res uncompressed bitmap *.pi3
19995 # high resolution; 640x400, 2 colors
21811 # Pretend it's 32-bit and mask off the high byte.
[all …]
H A Dmagic私はガラスを食べられます657 # string length too high with standard src configuration
2390 # Container format for high-end audio purposes.
5608 >>(0x08.l) uleshort =3000 with high compression
5617 >>6 uleshort =3000 with high compression
5618 >>6 uleshort =4000 with extra high compression
15915 >>11 byte x %d chars high
19653 >3 ubyte 2 \b, high precision
19925 # DEGAS high-res uncompressed bitmap *.pi3
19995 # high resolution; 640x400, 2 colors
21811 # Pretend it's 32-bit and mask off the high byte.
[all …]
/PHP-8.3/ext/mbstring/tests/data/
H A DJISX0212.txt42 # the high and low bytes correspond to the ku and ten of
H A DMacJapanese-SJIS.txt121 # c) Two-byte characters with first/lead/high byte in the range
H A DJISX0208.txt43 # the high and low bytes correspond to the ku and ten of
H A DKSX1001.txt67 # the high and low bytes correspond to the row(Hang) and the column(Yol),

Completed in 213 milliseconds

123