Home
last modified time | relevance | path

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

123

/PHP-8.3/Zend/tests/traits/
H A Dbug60217a.phpt10 trait T2 {
15 use T1, T2;
H A Dbug76700.phpt10 trait T2
24 use T2;
H A Dflattening001.phpt13 trait T2 {
21 use T2;
/PHP-8.3/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.3/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.3/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.3/ext/opcache/tests/opt/
H A Dsccp_026.phpt34 0001 T2 = TYPE_CHECK (string) CV0($var)
35 0002 JMPZ T2 0004
H A Dsccp_008.phpt39 0005 T2 = FETCH_DIM_R CV1($a) int(1)
40 0006 ECHO T2
H A Dgh11245_2.phpt29 0001 T2 = ISSET_ISEMPTY_CV (empty) CV0($xx)
30 0002 JMPZ T2 0005
H A Dsccp_022.phpt46 0008 T2 = FETCH_DIM_R CV1($a) int(1)
47 0009 ECHO T2
/PHP-8.3/ext/opcache/tests/match/
H A D004.phpt54 0014 T2 = CAST (string) CV0($number)
55 0015 SEND_VAL T2 1
/PHP-8.3/Zend/tests/assert/
H A Dexpect_015.phpt114 use T1, T2 {
116 T2::foo as bar;
275 use T1, T2 {
277 T2::foo as bar;
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m4209 template < typename T1, typename T2 >
221 template < typename T1, typename T2 >
223 add(T1 a1, T2 a2) -> decltype(a1 + a2)
517 template < typename T1, typename T2 >
814 template <typename T1, typename T2>
817 pair (T1 p1, T2 p2)
823 T2 m2;
893 template<typename T1, typename T2>
895 f(T1*, T2*);
/PHP-8.3/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()
477 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
492 T2 = SHA512_F2(a) + SHA512_F1(a,b,c); in SHA512Transform()
494 d = c; c = b; b = a; a = T1 + T2; in SHA512Transform()
/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c154 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block() local
162 a = T1 + T2; in sha256_process_block()
H A Dcrypt_sha512.c181 uint64_t T2 = S0 (a) + Maj (a, b, c); in sha512_process_block() local
189 a = T1 + T2; in sha512_process_block()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc1750 | mov FP, aword T2 // restore FP
1778 | mov FP, aword T2 // restore FP
1899 | mov FP, aword T2 // restore FP
2362 | mov FP, aword T2 // restore FP
2454 | mov FP, aword T2 // restore FP
2494 | mov FP, aword T2 // restore FP
2515 | mov FP, aword T2 // restore FP
2562 | mov FP, aword T2 // restore FP
3022 | mov aword T2, FP // save FP
3414 // mov aword T2, FP // save FP
[all …]
H A Dzend_jit_arm64.dasc1812 | ldp FP, RX, T2 // restore FP and IP
1839 | ldp FP, RX, T2 // restore FP and IP
1927 | ldp FP, RX, T2 // restore FP and IP
1966 | ldp FP, RX, T2 // restore FP and IP
2378 | ldp FP, RX, T2 // restore FP and IP
2452 | ldp FP, RX, T2 // restore FP and IP
2496 | ldp FP, RX, T2 // restore FP and IP
2516 | ldp FP, RX, T2 // restore FP and IP
2850 | stp FP, RX, T2 // save FP and IP
3108 // stp FP, RX, T2
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
10734 # like: "WHAT IS XBASE" test.dbt "Borges, Malte" biblio.dbt "First memo\032\032" T2.DBT
31322 >4 string T2 Turbo Pascal TOUR data

Completed in 170 milliseconds

123