Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_portability.h137 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) argument
138 #define uint1korr(A) (*(((uint8_t*)(A)))) argument
188 #define sint2korr(A) (*((int16_t *) (A))) argument
197 #define sint4korr(A) (*((zend_long *) (A))) argument
199 #define uint2korr(A) (*((uint16_t *) (A))) argument
203 #define uint4korr(A) (*((zend_ulong *) (A))) argument
207 #define uint8korr(A) (*((uint64_t *) (A))) argument
208 #define sint8korr(A) (*((int64_t *) (A))) argument
209 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument
264 #define sint8korr(A) (int64_t) uint8korr(A) argument
[all …]
H A Dconfig-win.h66 #define sint2korr(A) (*((int16_t *) (A))) argument
75 #define sint4korr(A) (*((int32_t *) (A))) argument
76 #define uint2korr(A) (*((uint16_t *) (A))) argument
78 #define uint4korr(A) (*((uint32_t *) (A))) argument
84 #define uint8korr(A) (*((uint64_t *) (A))) argument
85 #define sint8korr(A) (*((int64_t *) (A))) argument
86 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument
87 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ argument
90 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) argument
91 #define int5store(T,A) { *(T)= (zend_uchar)((A));\ argument
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC11 /^A/m
13 0: A
15 0: A
19 0: A
21 0: A
23 0: A
25 0: A
29 0: A
31 0: A
33 0: A
[all …]
H A DtestinputEBC11 /^A/m
30 /^A\�/
31 A B
36 /^A\�/
40 A B
45 /^A\�/
52 A B
56 /^A\�/
63 A B
67 /^A\�/
[all …]
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros19 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-7.2/ext/mysqli/
H A Dmysqli_libmysql.h67 #define uint1korr(A) (*(((uint8_t*)(A)))) argument
71 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\ argument
72 ((uint16_t) (((unsigned char*) (A))[0]) << 8)))
76 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ argument
82 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ argument
89 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\ argument
97 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\ argument
101 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
107 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\ argument
111 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
[all …]
/PHP-7.2/Zend/tests/
H A Dclosure_058.phpt5 class A {
15 $a = A::foo();
25 $x = new A();
34 string(1) "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"
[all …]
H A Dbug74084.phpt7 $$A += $$B->a = &$$C;
8 unset($$A);
9 $$A -= $$B->a = &$$C;
10 unset($$A);
11 $$A *= $$B->a = &$$C;
12 unset($$A);
13 $$A /= $$B->a = &$$C;
14 unset($$A);
15 $$A **= $$B->a = &$$C;
16 var_dump($$A);
H A Dlsb_015.phpt17 class A {
72 via A:
73 A
74 A
75 A
76 A
78 A
79 A
80 A
81 A
[all …]
H A Dbug48215.phpt5 class A
10 protected function A()
15 class B extends A
21 public function A()
24 parent::A();
28 $b->A();
33 A::__construct
34 B::A
35 A::A
H A Dns_060.phpt6 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 {}
20 Bar\A
21 Foo\A
22 Foo\A
23 Bar\A
H A Dns_040.phpt7 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 Dclosure_041.phpt11 echo "scoped to A: "; var_dump(isset(A::$priv));
16 echo "scoped to A: "; var_dump(isset(A::$priv));
20 class A {
24 echo "scoped to A: "; var_dump(isset(A::$priv));
30 echo "scoped to A: "; var_dump(isset(A::$priv));
35 class B extends A {}
37 $a = new A();
72 scoped to A: bool(true)
74 scoped to A: bool(true)
75 bound: A
[all …]
/PHP-7.2/ext/spl/tests/
H A Dfixedarray_003.phpt62 A::valid
64 A::key
66 A::next
69 A::key
71 A::next
74 A::key
76 A::next
79 A::key
81 A::next
84 A::key
[all …]
H A Dfixedarray_002.phpt31 $a = new A;
72 A::offsetSet
74 A::offsetGet
78 A::offsetSet
79 A::offsetSet
80 A::offsetSet
81 A::offsetSet
82 A::offsetSet
92 A::offsetGet
93 A::offsetGet
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dfscanf_variation23.phpt87 string(1) "A"
91 string(1) "A"
95 string(1) "A"
99 string(1) "A"
103 string(1) "A"
107 string(1) "A"
111 string(1) "A"
115 string(1) "A"
119 string(1) "A"
123 string(1) "A"
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr_variation1.phpt87 string(16) "lo123456he #4 A "
98 string(8) "he #4 A "
203 string(21) "?@hello123456he #4 A "
206 string(20) "@hello123456he #4 A "
209 string(20) "@hello123456he #4 A "
212 string(14) "123456he #4 A "
215 string(5) "#4 A "
218 string(5) "#4 A "
221 string(2) "A "
224 string(2) "A "
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dbug43492.phpt73 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
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
[all …]
H A Dbug43492_2.phpt64 A B C D E F G H I J
65 A B C D E F G H I J
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
[all …]
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_setAccessible.phpt5 class A {
18 $private->invoke(new A, NULL);
86 $private->invoke(new A, NULL);
104 A::aPrivate
105 A::aPrivate
106 A::aPrivateStatic
107 A::aPrivateStatic
108 A::aProtected
109 A::aProtected
110 A::aProtectedStatic
[all …]
H A DReflectionClass_getDefaultProperties_001.phpt10 class A {
19 public $pubC = "pubC in A";
23 public $pubA = "pubA in 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
138 [pubA] => pubA in A
[all …]
H A Dproperty_exists.phpt6 class A
119 A::$a
121 A::$b
123 A::$c
125 A::$d
127 A::$e
130 A::$a
132 A::$b
134 A::$c
136 A::$d
[all …]
/PHP-7.2/Zend/tests/varSyntax/
H A DstaticMember.phpt6 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-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c32 return push_inst(compiler, ADDI | D(reg) | A(0) | 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()
123 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
129 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
142 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
[all …]
/PHP-7.2/tests/classes/
H A Dinheritance_007.phpt5 class A {
7 public function A () { echo "In " . __METHOD__ . "\n"; }
9 class B extends A { }
21 …me name as their class will not be constructors in a future version of PHP; A has a deprecated con…
28 string(1) "A"
33 string(1) "A"
35 string(1) "A"
38 In A::A
39 In A::A
40 In A::B

Completed in 49 milliseconds

12345678910>>...58