/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 61 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) argument 62 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 112 #define sint2korr(A) (*((int16_t *) (A))) argument 121 #define sint4korr(A) (*((zend_long *) (A))) argument 123 #define uint2korr(A) (*((uint16_t *) (A))) argument 127 #define uint4korr(A) (*((zend_ulong *) (A))) argument 131 #define uint8korr(A) (*((uint64_t *) (A))) argument 132 #define sint8korr(A) (*((int64_t *) (A))) argument 133 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument 174 #define sint4korr(A) (int32_t) (((uint32_t) ((A)[0])) +\ argument [all …]
|
H A D | config-win.h | 65 #define sint2korr(A) (*((int16_t *) (A))) argument 74 #define sint4korr(A) (*((int32_t *) (A))) argument 75 #define uint2korr(A) (*((uint16_t *) (A))) argument 77 #define uint4korr(A) (*((uint32_t *) (A))) argument 83 #define uint8korr(A) (*((uint64_t *) (A))) argument 84 #define sint8korr(A) (*((int64_t *) (A))) argument 85 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument 86 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ argument 89 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) argument 90 #define int5store(T,A) { *(T)= (zend_uchar)((A));\ argument [all …]
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_libmysql.h | 63 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 67 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\ argument 68 ((uint16_t) (((unsigned char*) (A))[0]) << 8))) 72 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ argument 78 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ argument 85 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\ argument 93 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\ argument 97 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\ 103 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\ argument 107 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ [all …]
|
/PHP-8.1/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-unrolling.macros | 19 thetaRhoPiChiIotaPrepareTheta( 0, A, E) \ 20 thetaRhoPiChiIotaPrepareTheta( 1, E, A) \ 21 thetaRhoPiChiIotaPrepareTheta( 2, A, E) \ 42 thetaRhoPiChiIota(23, E, A) \ 57 thetaRhoPiChiIota(23, E, A) \ 90 thetaRhoPiChiIota(23, E, A) \ 141 copyStateVariables(A, E) \ 150 copyStateVariables(A, E) \ 173 copyStateVariables(A, E) \ 180 copyStateVariables(A, E) \ [all …]
|
/PHP-8.1/Zend/tests/ |
H A D | closure_058.phpt | 5 class A { 15 $a = A::foo(); 25 $x = new A(); 35 string(1) "A" 36 string(1) "A" 37 string(1) "A" 38 string(1) "A" 39 string(1) "A" 40 string(1) "A" 41 string(1) "A" [all …]
|
H A D | lsb_015.phpt | 17 class A { 71 via A: 72 A 73 A 74 A 75 A 77 A 78 A 79 A 80 A [all …]
|
H A D | bug48215.phpt | 5 class A 10 protected function A() 15 class B extends A 21 public function A() 24 parent::A(); 28 $b->A(); 32 A::__construct 33 B::A 34 A::A
|
H A D | ns_060.phpt | 6 use Bar\A as B; 7 class A {} 9 $b = new A; 13 use Foo\A as B; 15 $b = new A; 18 class A {} 21 Bar\A 22 Foo\A 23 Foo\A 24 Bar\A
|
H A D | ns_040.phpt | 7 const A = "ok\n"; 8 const B = A; 9 function f1($x=A) { 12 function f2($x=\X\A) { 15 function f3($x=Y\A) { 18 function f4($x=\X\A) { 24 function f6($x=array(A)) { 33 echo A; 34 echo \X\A; 35 echo Y\A; [all …]
|
H A D | bug27268.phpt | 5 class A 13 $A = new A; 14 $A->a = array(1); 15 $x = $A->getA(); 16 $clone = clone $A; 18 print_r($A); 21 A Object
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fscanf_variation23.phpt | 86 string(1) "A" 90 string(1) "A" 94 string(1) "A" 98 string(1) "A" 102 string(1) "A" 106 string(1) "A" 110 string(1) "A" 114 string(1) "A" 118 string(1) "A" 122 string(1) "A" [all …]
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionMethod_setAccessible.phpt | 5 class A { 41 A::aPrivate 42 A::aPrivate 43 A::aPrivateStatic 44 A::aPrivateStatic 45 A::aProtected 46 A::aProtected 49 A::aPrivate 50 A::aPrivate 53 A::aProtected [all …]
|
H A D | ReflectionClass_getDefaultProperties_001.phpt | 10 class A { 28 class B extends A { 98 [pubC] => pubC in A 99 [protC] => protC in A 100 [privC] => privC in A 101 [pubA] => pubA in A 102 [protA] => protA in A 103 [privA] => privA in A 138 [pubA] => pubA in A 139 [protA] => protA in A [all …]
|
H A D | property_exists.phpt | 6 class A 125 A::$a 127 A::$b 129 A::$c 131 A::$d 133 A::$e 136 A::$a 138 A::$b 140 A::$c 142 A::$d [all …]
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | strrchr_variation1.phpt | 81 string(16) "lo123456he #4 A " 92 string(8) "he #4 A " 192 string(20) "@hello123456he #4 A " 195 string(20) "@hello123456he #4 A " 198 string(14) "123456he #4 A " 201 string(5) "#4 A " 204 string(5) "#4 A " 207 string(2) "A " 210 string(2) "A " 213 string(4) "4 A " [all …]
|
/PHP-8.1/ext/oci8/tests/ |
H A D | bug43492_2.phpt | 66 A B C D E F G H I J 67 A B C D E F G H I J 68 A B C D E F G H I J 69 A B C D E F G H I J 70 A B C D E F G H I J 71 A B C D E F G H I J 72 A B C D E F G H I J 73 A B C D E F G H I J 74 A B C D E F G H I J 75 A B C D E F G H I J [all …]
|
H A D | bug43492.phpt | 75 A B C D E F G H I J 76 A B C D E F G H I J 77 A B C D E F G H I J 78 A B C D E F G H I J 79 A B C D E F G H I J 80 A B C D E F G H I J 81 A B C D E F G H I J 82 A B C D E F G H I J 83 A B C D E F G H I J 84 A B C D E F G H I J [all …]
|
/PHP-8.1/Zend/tests/type_declarations/union_types/ |
H A D | inheritance.phpt | 7 public A|B|int $prop; 8 public function method(A|B|int $arg): A|B|int { } 10 private A|B|int $prop2; 11 private function method2(A|B|int $arg): A|B|int { } 18 public A|B|int $prop; 19 public function method(A|B|int $arg): A|B|int { } 21 private A|B|int $prop2; 22 private function method2(A|B|int $arg): A|B|int { } 36 public A|B|int $prop; 37 public function method(A|B|int $arg): A|B|int { } [all …]
|
/PHP-8.1/ext/spl/tests/ |
H A D | fixedarray_002.phpt | 31 $a = new A; 71 A::offsetSet 73 A::offsetGet 77 A::offsetSet 78 A::offsetSet 79 A::offsetSet 80 A::offsetSet 81 A::offsetSet 91 A::offsetGet 92 A::offsetGet [all …]
|
/PHP-8.1/Zend/tests/varSyntax/ |
H A D | staticMember.phpt | 6 class A { 12 $A_str = 'A'; 13 $A_obj = new A; 17 var_dump(A::$b); 20 var_dump(('A' . '')::$b); 21 var_dump('A'::$b); 22 var_dump('\A'::$b); 23 var_dump('A'[0]::$b); 24 var_dump(A::$$b_str); 25 var_dump(A::$$c_str[1]); [all …]
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | serialization_objects_011.phpt | 5 Class A { 15 Class B extends A { 60 prettyPrint(new A); 73 object(A)#%d (3) { 75 string(7) "A.APriv" 77 string(7) "A.AProt" 79 string(6) "A.APub" 82 string(98) "O:1:"A":3:{s:8:"\0A\0APriv";s:7:"A.APriv";s:8:"\0*\0AProt";s:7:"A.AProt";s:4:"APub";s:6… 84 object(A)#%d (3) { 90 string(6) "A.APub" [all …]
|
/PHP-8.1/Zend/tests/named_params/ |
H A D | call_user_func_array.phpt | 14 call_user_func_array($test, ['A', 'B']); 16 call_user_func_array($test, ['A', 'c' => 'C']); 32 call_user_func_array($test, ['A', 'B']); 50 a = A, b = B, c = c 51 a = A, b = B, c = c 52 a = A, b = b, c = C 55 string(1) "A" 62 a = A, b = B, c = c 63 a = A, b = B, c = c 64 a = A, b = b, c = C [all …]
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | gh10192_utf7.phpt | 74 string(4) "A B" 83 string(5) "A - B" 92 string(5) "A 1 B" 110 string(5) "A ? B" 146 string(2) "A " 155 string(3) "A -" 164 string(5) "A + B" 173 string(5) "A - B" 182 string(5) "A = B" 452 string(6) "A " [all …]
|
H A D | gh10192_utf7imap.phpt | 63 string(4) "A ?B" 72 string(5) "A - B" 81 string(5) "A 1?B" 99 string(4) "A ?B" 117 string(5) "A 1?B" 135 string(3) "A ?" 144 string(3) "A -" 153 string(5) "A & B" 306 string(4) "A ?B" 324 string(4) "A ?B" [all …]
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate() 42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1)) 54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op() 62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op() 96 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op() 124 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op() 130 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op() [all …]
|