Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 68) sorted by last modified time

123

/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) {
H A Dflock_compat.c106 DWORD low = 0xFFFFFFFF, high = 0xFFFFFFFF;
116 UnlockFileEx(hdl, 0, low, high, &offset);
121 0, low, high, &offset))
126 0, low, high, &offset))
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt50 // when entire input is one ASCII 'word' and high indent value makes us consider
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
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt32 // Set the template depth limit so high that we will certainly hit the variable depth limit first.
/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/opcache/tests/
H A Dgh9259_001.phpt2 Bug GH-9259 001 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
H A Dgh9259_003.phpt2 Bug GH-9259 003 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
/php-src/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/php-src/docs/source/
H A Dindex.rst9 introduction/high-level-overview
/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/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
58 high = ~high; in load_immediate()
84 high = imm >> 32; in load_immediate()
88 high = ~high; in load_immediate()
90 if (high <= 0x7ffff && high >= -0x80000) { in load_immediate()
92 high = 0x1000; in load_immediate()
98 high &= 0xfff; in load_immediate()
170 sljit_sw high; in emit_const() local
178 high = ~high; in emit_const()
194 sljit_sw high; in sljit_set_jump_addr() local
[all …]
H A DsljitNativeRISCV_common.c298 sljit_sw high; in load_addr_to_reg() local
328 high = (sljit_sw)addr >> 12; in load_addr_to_reg()
329 SLJIT_ASSERT((sljit_uw)high <= 0x7fffffff); in load_addr_to_reg()
331 if (high > S32_MAX) { in load_addr_to_reg()
332 SLJIT_ASSERT((high & 0x800) != 0); in load_addr_to_reg()
336 if ((high & 0x800) != 0) in load_addr_to_reg()
337 high += 0x1000; in load_addr_to_reg()
346 high = (sljit_sw)addr >> 32; in load_addr_to_reg()
349 high = ~high; in load_addr_to_reg()
355 if ((high & 0x800) != 0) in load_addr_to_reg()
[all …]
/php-src/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/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 DKSX1001.txt67 # the high and low bytes correspond to the row(Hang) and the column(Yol),
H A DJISX0212.txt42 # the high and low bytes correspond to the ku and ten of
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
H A Dgh9590.phpt58 It is set to 1024, but you have descriptors numbered at least as high as %d.
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt62 echo "-- Testing ( (low < high) && (high-low < step) ) --\n";
69 echo "-- Testing ( (low > high) && (low-high < step) ) --\n";
76 echo "-- Testing ( (low < high) && (high-low < step) ) for characters --\n";
83 echo "-- Testing ( (low > high) && (low-high < step) ) for characters --\n";
123 -- Testing ( (low < high) && (high-low < step) ) --
125 -- Testing ( (low > high) && (low-high < step) ) --
127 -- Testing ( (low < high) && (high-low < step) ) for characters --
129 -- Testing ( (low > high) && (low-high < step) ) for characters --
H A Drange_inputs_string_basic.phpt9 echo "-- An array of elements from low to high --\n";
11 echo "\n-- An array of elements from high to low --\n";
24 -- An array of elements from low to high --
80 -- An array of elements from high to low --
H A Dbug41121.phpt21 // low > high

Completed in 241 milliseconds

123