Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 74) sorted by relevance

123

/PHP-8.3/tests/lang/operators/
H A DbitwiseShiftLeft_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr.phpt31 ArithmeticError: Bit shift by negative number
35 ArithmeticError: Bit shift by negative number
59 ArithmeticError: Bit shift by negative number
63 ArithmeticError: Bit shift by negative number
87 ArithmeticError: Bit shift by negative number
91 ArithmeticError: Bit shift by negative number
115 ArithmeticError: Bit shift by negative number
119 ArithmeticError: Bit shift by negative number
143 ArithmeticError: Bit shift by negative number
147 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt36 ArithmeticError: Bit shift by negative number
40 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
68 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
96 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
124 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
152 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_variationStr.phpt32 ArithmeticError: Bit shift by negative number
36 ArithmeticError: Bit shift by negative number
60 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
88 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
116 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
144 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
[all …]
/PHP-8.3/ext/standard/tests/array/
H A D005.phpt77 Output after shift is :
102 Output after shift is :
119 Output after shift is :
142 Output after shift is :
159 Output after shift is :
176 Output after shift is :
193 Output after shift is :
224 Output after shift is :
239 Output after shift is :
271 Output after shift is :
[all …]
H A Darray_shift_basic.phpt12 echo "\n-- Before shift: --\n";
15 echo "\n-- After shift: --\n";
26 -- Before shift: --
38 -- After shift: --
H A Darray_shift_variation4.phpt13 echo "\n-- Before shift: --\n";
19 echo "\n-- After shift: --\n";
37 -- Before shift: --
71 -- After shift: --
/PHP-8.3/Zend/Optimizer/
H A Dnop_removal.c36 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
42 i = new_count = shift = 0; in zend_optimizer_nop_removal()
60 shiftlist[i++] = shift; in zend_optimizer_nop_removal()
62 shift++; in zend_optimizer_nop_removal()
64 if (shift) { in zend_optimizer_nop_removal()
74 if (shift) { in zend_optimizer_nop_removal()
/PHP-8.3/ext/opcache/tests/jit/
H A Dmul_004.phpt19 $res = $a * 8; // shift cnt: 3
24 $res = 16 * $a; // shift cnt: 4
29 $res = $a * 0x10000000; // shift cnt: 29
34 $res = $a * 0x100000000; // shift cnt: 32
H A Dassign_op_001.phpt29 Bit shift by negative number
H A Dadd_014.phpt25 Bit shift by negative number
H A Dreg_alloc_009.phpt20 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
H A Dshift_left_001.phpt37 Exception (ArithmeticError): Bit shift by negative number
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c31 sljit_s32 shift = 32; in load_immediate() local
56 shift -= 8; in load_immediate()
61 shift -= 4; in load_immediate()
66 shift -= 2; in load_immediate()
72 shift += 1; in load_immediate()
74 …SLJIT_ASSERT(((uimm & 0xc000000000000000l) == 0x4000000000000000l) && (shift > 0) && (shift <= 32)… in load_immediate()
83 imm &= (1l << shift) - 1; in load_immediate()
85 ins = (shift == 32) ? DSLL32 : DSLL; in load_immediate()
86 if (shift < 32) in load_immediate()
87 ins |= SH_IMM(shift); in load_immediate()
[all …]
H A DsljitNativePPC_64.c39 #define PUSH_SLDI_NEG(reg, shift) \ argument
40 push_inst(compiler, RLDICR | S(reg) | A(reg) | RLDI_SH(63 - shift) | RLDI_ME(shift))
45 sljit_uw shift; in load_immediate() local
62 ASM_SLJIT_CLZ(tmp, shift); in load_immediate()
63 SLJIT_ASSERT(shift > 0); in load_immediate()
64 shift--; in load_immediate()
65 tmp = ((sljit_uw)imm << shift); in load_immediate()
69 shift += 15; in load_immediate()
76 shift += 31; in load_immediate()
81 shift += 15; in load_immediate()
[all …]
/PHP-8.3/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt2 Error cases of compound shift assignment on strings
45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
/PHP-8.3/ext/spl/tests/
H A Ddllist_005.phpt13 $queue->shift();
48 Exception: Can't shift from an empty datastructure
49 Exception: Can't shift from an empty datastructure
H A Ddllist_001.phpt13 $dll->shift();
25 echo $dll->shift()."\n";
51 Exception: Can't shift from an empty datastructure
H A Ddllist_004.phpt13 $stack->shift();
49 Exception: Can't shift from an empty datastructure
H A Ddllist_013.phpt38 var_dump($dll->shift());
39 var_dump($dll->shift());
H A Dbug79151.phpt19 var_dump($a->shift());
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c196 int shift = 28, ret = 0; in mbfl_filt_conv_output_hex() local
198 while (shift >= 0) { in mbfl_filt_conv_output_hex()
199 int n = (w >> shift) & 0xF; in mbfl_filt_conv_output_hex()
207 shift -= 4; in mbfl_filt_conv_output_hex()
352 int shift = 28; in convert_cp_to_hex() local
354 while (shift >= 0) { in convert_cp_to_hex()
355 int n = (cp >> shift) & 0xF; in convert_cp_to_hex()
360 shift -= 4; in convert_cp_to_hex()
/PHP-8.3/Zend/asm/
H A Dmake_ppc32_sysv_macho_gas.S84 ; shift address in R3 to lower 16 byte boundary

Completed in 44 milliseconds

123