Home
last modified time | relevance | path

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

12

/PHP-7.2/tests/lang/operators/
H A DbitwiseShiftLeft_basiclong_64bit.phpt55 Exception: Bit shift by negative number
63 Exception: Bit shift by negative number
73 Exception: Bit shift by negative number
81 Exception: Bit shift by negative number
91 Exception: Bit shift by negative number
99 Exception: Bit shift by negative number
109 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
127 Exception: Bit shift by negative number
135 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_basiclong_64bit.phpt55 Exception: Bit shift by negative number
63 Exception: Bit shift by negative number
73 Exception: Bit shift by negative number
81 Exception: Bit shift by negative number
91 Exception: Bit shift by negative number
99 Exception: Bit shift by negative number
109 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
127 Exception: Bit shift by negative number
135 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr.phpt36 Exception: Bit shift by negative number
40 Exception: Bit shift by negative number
64 Exception: Bit shift by negative number
68 Exception: Bit shift by negative number
92 Exception: Bit shift by negative number
96 Exception: Bit shift by negative number
120 Exception: Bit shift by negative number
124 Exception: Bit shift by negative number
148 Exception: Bit shift by negative number
152 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt37 Exception: Bit shift by negative number
41 Exception: Bit shift by negative number
65 Exception: Bit shift by negative number
69 Exception: Bit shift by negative number
93 Exception: Bit shift by negative number
97 Exception: Bit shift by negative number
121 Exception: Bit shift by negative number
125 Exception: Bit shift by negative number
149 Exception: Bit shift by negative number
153 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_variationStr.phpt33 Exception: Bit shift by negative number
37 Exception: Bit shift by negative number
61 Exception: Bit shift by negative number
65 Exception: Bit shift by negative number
89 Exception: Bit shift by negative number
93 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
121 Exception: Bit shift by negative number
145 Exception: Bit shift by negative number
149 Exception: Bit shift by negative number
[all …]
/PHP-7.2/ext/standard/tests/array/
H A D005.phpt107 Output after shift is :
124 Output after shift is :
137 Output after shift is :
153 Output after shift is :
166 Output after shift is :
179 Output after shift is :
192 Output after shift is :
212 Output after shift is :
224 Output after shift is :
252 Output after shift is :
[all …]
H A Darray_shift_basic.phpt17 echo "\n-- Before shift: --\n";
20 echo "\n-- After shift: --\n";
31 -- Before shift: --
43 -- After shift: --
H A Darray_shift_variation4.phpt18 echo "\n-- Before shift: --\n";
24 echo "\n-- After shift: --\n";
42 -- Before shift: --
76 -- After shift: --
/PHP-7.2/ext/opcache/Optimizer/
H A Dnop_removal.c37 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
43 i = new_count = shift = 0; in zend_optimizer_nop_removal()
61 shiftlist[i++] = shift; in zend_optimizer_nop_removal()
63 shift++; in zend_optimizer_nop_removal()
65 if (shift) { in zend_optimizer_nop_removal()
75 if (shift) { in zend_optimizer_nop_removal()
/PHP-7.2/ext/spl/tests/
H A DsplDoublyLinkedList_shift_noParams.phpt2 Checks that the shift() method of DoublyLinkedList does not accept args.
11 var_dump($ll->shift(1));
14 Warning: SplDoublyLinkedList::shift() expects exactly 0 parameters, 1 given in %s on line %d
H A Ddllist_005.phpt13 $queue->shift();
50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_001.phpt13 $dll->shift();
25 echo $dll->shift()."\n";
53 Exception: Can't shift from an empty datastructure
H A Ddllist_004.phpt13 $stack->shift();
51 Exception: Can't shift from an empty datastructure
/PHP-7.2/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt2 Error cases of compound shift assignment on strings
44 Exception: Bit shift by negative number
47 Exception: Bit shift by negative number
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_64.c41 #define PUSH_RLDICR(reg, shift) \ argument
42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
47 sljit_uw shift; in load_immediate() local
64 ASM_SLJIT_CLZ(tmp, shift); in load_immediate()
65 SLJIT_ASSERT(shift > 0); in load_immediate()
66 shift--; in load_immediate()
67 tmp = (imm << shift); in load_immediate()
71 shift += 15; in load_immediate()
78 shift += 31; in load_immediate()
83 shift += 15; in load_immediate()
[all …]
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 DsljitNativeARM_64.c861 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in getput_arg_fast() local
873 | (shift << 30) | RT(reg) | RN(arg) | (argw << 12))); in getput_arg_fast()
881 if (argw && argw != shift) in getput_arg_fast()
897 if (argw >= 0 && (argw >> shift) <= 0xfff && (argw & ((1 << shift) - 1)) == 0) { in getput_arg_fast()
902 | RT(reg) | RN(arg) | (argw << (10 - shift)))); in getput_arg_fast()
947 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in getput_arg() local
1035 | RT(reg) | RN(tmp_r) | ((argw & 0xfff) << (10 - shift))); in getput_arg()
1589 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_fop_mem() local
1590 sljit_ins ins_bits = (shift << 30); in emit_fop_mem()
1601 if (!argw || argw == shift) in emit_fop_mem()
[all …]
/PHP-7.2/ext/spl/internal/
H A Dsplqueue.inc18 * - dequeue() is an alias of shift()
57 return parent::shift();
62 * @note enqueue is an alias of shift()
63 * @see splDoublyLinkedList::shift()
H A Dsplstack.inc14 * extends SplDoublyLinkedList, shift() and unshift() are still available even
H A Dspldoublylinkedlist.inc62 public function shift()
65 throw new RuntimeException("Can't shift from an empty datastructure");
186 $this->shift();
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Drecmul.c107 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
115 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
119 accum->n_len + accum->n_scale - shift - 1); in _bc_shift_addsub()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf8.c167 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument
/PHP-7.2/ext/spl/
H A Dspl_dllist.c620 SPL_METHOD(SplDoublyLinkedList, shift) in SPL_METHOD() argument
1353 SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
1359 SPL_ME(SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.2/ext/gmp/
H A Dgmp.c462 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
464 if (shift < 0) { in shift_operator_helper()
473 op(gmpnum_result, gmpnum_op, (gmp_ulong) shift); in shift_operator_helper()

Completed in 51 milliseconds

12