Home
last modified time | relevance | path

Searched refs:T2 (Results 26 – 48 of 48) sorted by relevance

12

/PHP-8.1/Zend/tests/traits/
H A Dbug76700.phpt10 trait T2
24 use T2;
H A Dflattening001.phpt13 trait T2 {
21 use T2;
/PHP-8.1/ext/reflection/tests/
H A Dbug69180.phpt13 trait T2
25 use T2;
H A Dbug64239.phpt6 use T2 { t2method as Bmethod; }
8 trait T2 {
/PHP-8.1/Zend/tests/
H A Dbug70156.phpt12 trait T2 {
23 use T2 {
H A Dbug64239_4.phpt6 use T2 { t2method as Bmethod; }
15 trait T2 {
H A Dbug64239_3.phpt6 use T2 { t2method as Bmethod; }
15 trait T2 {
H A Dbug64239_2.phpt11 use T2 { t2method as Bmethod; }
23 trait T2 {
/PHP-8.1/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc11 trait T2 {}
18 use T2;
H A Dpreload.inc34 trait T2 {
41 use T2;
H A Dpreload_003.phpt22 string(7) "T2::bar"
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_026.phpt33 0001 T2 = TYPE_CHECK (string) CV0($var)
34 0002 JMPZ T2 0004
H A Dsccp_008.phpt38 0005 T2 = FETCH_DIM_R CV1($a) int(1)
39 0006 ECHO T2
H A Dgh11245_2.phpt28 0001 T2 = ISSET_ISEMPTY_CV (empty) CV0($xx)
29 0002 JMPZ T2 0005
H A Dsccp_022.phpt45 0008 T2 = FETCH_DIM_R CV1($a) int(1)
46 0009 ECHO T2
/PHP-8.1/ext/opcache/tests/match/
H A D004.phpt53 0014 T2 = CAST (string) CV0($number)
54 0015 SEND_VAL T2 1
/PHP-8.1/build/
H A Dphp_cxx_compile_stdcxx.m4194 template < typename T1, typename T2 >
206 template < typename T1, typename T2 >
208 add(T1 a1, T2 a2) -> decltype(a1 + a2)
502 template < typename T1, typename T2 >
799 template <typename T1, typename T2>
802 pair (T1 p1, T2 p2)
808 T2 m2;
878 template<typename T1, typename T2>
880 f(T1*, T2*);
/PHP-8.1/Zend/tests/assert/
H A Dexpect_015.phpt102 use T1, T2 {
104 T2::foo as bar;
255 use T1, T2 {
257 T2::foo as bar;
/PHP-8.1/ext/hash/
H A Dhash_sha.c165 uint32_t x[16], T1, T2, W[64]; in SHA256Transform() local
180 T2 = SHA256_F2(a) + SHA256_F1(a,b,c); in SHA256Transform()
182 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
475 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
490 T2 = SHA512_F2(a) + SHA512_F1(a,b,c); in SHA512Transform()
492 d = c; c = b; b = a; a = T1 + T2; in SHA512Transform()
/PHP-8.1/ext/standard/
H A Dcrypt_sha256.c155 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block() local
163 a = T1 + T2; in sha256_process_block()
H A Dcrypt_sha512.c182 uint64_t T2 = S0 (a) + Maj (a, b, c); in sha512_process_block() local
190 a = T1 + T2; in sha512_process_block()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc1734 | mov FP, aword T2 // restore FP
1762 | mov FP, aword T2 // restore FP
1882 | mov FP, aword T2 // restore FP
2427 | mov FP, aword T2 // restore FP
2519 | mov FP, aword T2 // restore FP
2559 | mov FP, aword T2 // restore FP
2580 | mov FP, aword T2 // restore FP
2627 | mov FP, aword T2 // restore FP
3063 | mov aword T2, FP // save FP
3455 // mov aword T2, FP // save FP
[all …]
H A Dzend_jit_arm64.dasc1797 | ldp FP, RX, T2 // retore FP and IP
1824 | ldp FP, RX, T2 // retore FP and IP
1912 | ldp FP, RX, T2 // retore FP and IP
1950 | ldp FP, RX, T2 // retore FP and IP
2421 | ldp FP, RX, T2 // retore FP and IP
2495 | ldp FP, RX, T2 // retore FP and IP
2539 | ldp FP, RX, T2 // retore FP and IP
2559 | ldp FP, RX, T2 // retore FP and IP
2867 | stp FP, RX, T2 // save FP and IP
3125 // stp FP, RX, T2
[all …]

Completed in 104 milliseconds

12