Home
last modified time | relevance | path

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

123

/php-src/ext/filter/
H A Dsanitizing_filters.c61 …code_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encod… in php_filter_encode_url() argument
/php-src/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/php-src/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-src/ext/standard/tests/strings/
H A Dbug54055.phpt2 Bug #54055: PHP crashes when executing strval when precision setting is very high
/php-src/ext/standard/
H A Darray.c3070 unsigned char high = (unsigned char)Z_STRVAL_P(user_end)[0]; local
3073 if (low > high) {
3074 if (low - high < step) {
3078 array_init_size(return_value, (uint32_t)(((low - high) / step) + 1));
3081 for (; low >= high; low -= (unsigned int)step) {
3089 } else if (high > low) { /* Increasing char range */
3093 if (high - low < step) {
3096 array_init_size(return_value, (uint32_t)(((high - low) / step) + 1));
3099 for (; low <= high; low += (unsigned int)step) {
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst128 in an actual CPU instruction set (e.g. adding two numbers), while others are much more high-level
/php-src/
H A Dphp.ini-development309 ; structures. Setting the depth limit too high may result in stack overflows
1045 ; Please note that if you set this value to a high number you may consume all
1378 ; For high volume production servers, using a value of 1000 is a more efficient approach.
H A Dphp.ini-production309 ; structures. Setting the depth limit too high may result in stack overflows
1047 ; Please note that if you set this value to a high number you may consume all
1380 ; For high volume production servers, using a value of 1000 is a more efficient approach.
/php-src/ext/fileinfo/tests/
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 …]
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 …]
/php-src/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 248 milliseconds

123