/PHP-8.0/tests/lang/operators/ |
H A D | bitwiseShiftLeft_basiclong_64bit.phpt | 54 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 D | bitwiseShiftRight_basiclong_64bit.phpt | 54 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 D | bitwiseShiftLeft_variationStr.phpt | 31 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 D | bitwiseShiftLeft_variationStr_64bit.phpt | 36 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 D | bitwiseShiftRight_variationStr.phpt | 32 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.0/ext/standard/tests/array/ |
H A D | 005.phpt | 79 Output after shift is : 96 Output after shift is : 109 Output after shift is : 125 Output after shift is : 138 Output after shift is : 151 Output after shift is : 164 Output after shift is : 184 Output after shift is : 196 Output after shift is : 224 Output after shift is : [all …]
|
H A D | array_shift_basic.phpt | 12 echo "\n-- Before shift: --\n"; 15 echo "\n-- After shift: --\n"; 26 -- Before shift: -- 38 -- After shift: --
|
H A D | array_shift_variation4.phpt | 13 echo "\n-- Before shift: --\n"; 19 echo "\n-- After shift: --\n"; 37 -- Before shift: -- 71 -- After shift: --
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | nop_removal.c | 37 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-8.0/Zend/tests/ |
H A D | compound_assign_with_numeric_strings.phpt | 2 Error cases of compound shift assignment on strings 45 Exception: Bit shift by negative number 48 Exception: Bit shift by negative number
|
H A D | bug69758.phpt | 2 Bug #69758 (Item added to array not being removed by array_pop/shift)
|
/PHP-8.0/ext/spl/tests/ |
H A D | dllist_005.phpt | 13 $queue->shift(); 48 Exception: Can't shift from an empty datastructure 49 Exception: Can't shift from an empty datastructure
|
H A D | dllist_001.phpt | 13 $dll->shift(); 25 echo $dll->shift()."\n"; 51 Exception: Can't shift from an empty datastructure
|
H A D | dllist_004.phpt | 13 $stack->shift(); 49 Exception: Can't shift from an empty datastructure
|
H A D | bug79151.phpt | 19 var_dump($a->shift());
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 38 #define PUSH_RLDICR(reg, shift) \ argument 39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 44 sljit_uw shift; in load_immediate() local 61 ASM_SLJIT_CLZ(tmp, shift); in load_immediate() 62 SLJIT_ASSERT(shift > 0); in load_immediate() 63 shift--; in load_immediate() 64 tmp = (imm << shift); in load_immediate() 68 shift += 15; in load_immediate() 75 shift += 31; in load_immediate() 80 shift += 15; in load_immediate() [all …]
|
H A D | sljitNativeMIPS_64.c | 31 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 …]
|
/PHP-8.0/ext/spl/ |
H A D | spl_dllist_arginfo.h | 80 ZEND_METHOD(SplDoublyLinkedList, shift); 109 ZEND_ME(SplDoublyLinkedList, shift, arginfo_class_SplDoublyLinkedList_shift, ZEND_ACC_PUBLIC) 139 ZEND_MALIAS(SplDoublyLinkedList, dequeue, shift, arginfo_class_SplQueue_dequeue, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.stub.php | 14 public function shift() {} function in SplDoublyLinkedList
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | assign_op_001.phpt | 29 Bit shift by negative number
|
H A D | add_014.phpt | 25 Bit shift by negative number
|
H A D | reg_alloc_009.phpt | 20 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
|
H A D | shift_left_001.phpt | 37 Exception (ArithmeticError): Bit shift by negative number
|
H A D | bool_not_002.phpt | 26 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
|
H A D | shift_right_001.phpt | 43 Exception (ArithmeticError): Bit shift by negative number
|