Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 20 of 20) sorted by relevance

/PHP-8.1/tests/lang/
H A Dbug24951.phpt24 function t3()
27 echo "Hello from t3 1 ";
29 echo "Hello from t3 2 ";
35 t3(); echo "\n";
42 Hello from t3 2 ]
/PHP-8.1/ext/dom/tests/
H A Dbug28721.phpt76 $d->appendChild($t3 = $xml->createTextNode(" t3 "));
85 echo "\nInsert t4 before t3:\n";
87 $ret = $d->insertBefore($t4, $t3);
188 name (value): div ( t3 t4 xxx )
193 name (value): #text ( t3 )
218 Insert t4 before t3:
220 name (value): div ( t4 t3 xxx )
230 name (value): #text ( t3 )
371 name (value): div ( t4 t3 xxx )
381 name (value): #text ( t3 )
[all …]
/PHP-8.1/ext/curl/tests/
H A Dbug70330.phpt8 $t3 = curl_copy_handle($t2);
9 $t3 = curl_copy_handle($t2);
11 $t3 = curl_copy_handle($t4);
/PHP-8.1/ext/date/tests/
H A Dbug-gh9106.phpt15 $t3 = $t2->add($oneAndHalfSec);
16 $t4 = $t3->add($oneAndHalfSec);
21 var_dump($t3->getTimestamp());
/PHP-8.1/tests/classes/
H A Dprivate_006b.phpt31 $t3 = new third();
32 $t3->do_show();
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt17 '\n 1\t3 &\tgt; 11 but 11 &\tlt; 12',
56 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
57 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
58 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
59 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
H A Dhtmlspecialchars_decode_variation5.phpt16 "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12",
/PHP-8.1/ext/ffi/tests/
H A D033.phpt26 $t3 = FFI::arrayType($t2, [2, 2]);
27 var_dump($t3);
/PHP-8.1/Zend/Optimizer/
H A Dzend_func_info.c63 uint32_t t3 = 0; in zend_range_info() local
67 t3 = _ssa_op1_info(op_array, ssa, call_info->arg_info[2].opline, in zend_range_info()
75 || (t3 & (MAY_BE_DOUBLE|MAY_BE_STRING))) { in zend_range_info()
80 if ((t3 & MAY_BE_ANY) != MAY_BE_DOUBLE) { in zend_range_info()
H A Dzend_inference.c803 zend_long op1_min, op2_min, op1_max, op2_max, t1, t2, t3, t4; in zend_inference_calc_binary_op_range() local
866 t1 = t2 = t3 = t4 = 0; in zend_inference_calc_binary_op_range()
883 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
884 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
912 float_div(op1_max, op2_min, &t3, &t3_); in zend_inference_calc_binary_op_range()
992 t3 = safe_shift_left(op1_max, op2_min); in zend_inference_calc_binary_op_range()
994 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
995 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
1033 t3 = op1_max >> op2_min; in zend_inference_calc_binary_op_range()
1035 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Dbug29493.phpt48 function t3()
73 t3();
H A Dshuffle_variation4.phpt33 /*7*/ array("hex1" => 0x123, 'hex2' => 0xabc, "hex\t3" => 0xABC, "hex\04" => 0xAb1),
/PHP-8.1/ext/standard/
H A Dbase64.c464 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local
486 t3 = _mm256_mullo_epi16(t2, _mm256_set1_epi32(0x01000010)); in php_base64_encode_avx2_reshuffle()
488 return _mm256_or_si256(t1, t3); in php_base64_encode_avx2_reshuffle()
529 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
545 t3 = _mm_mullo_epi16(t2, _mm_set1_epi32(0x01000010)); in php_base64_encode_ssse3_reshuffle()
552 return _mm_or_si128(t1, t3); in php_base64_encode_ssse3_reshuffle()
/PHP-8.1/ext/hash/
H A Dhash_tiger.c42 t3[(unsigned char)((c)>>(4*8))] ^ \
45 t3[(unsigned char)(((uint32_t)(c))>>(3*8))] ^ \
H A Dphp_hash_tiger_tables.h20 #define t3 (table+256*2) macro
/PHP-8.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp25 void *t3; member
/PHP-8.1/ext/mysqli/tests/
H A Dbug76386.phpt70 $tid = $t = $t2 = $t3 = $t4 = null;
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_3.phpt43 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
44 from imp_res_3_tab_1 t1, imp_res_3_tab_1 t2, imp_res_3_tab_1 t3,
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13815 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
H A Dmagic私はガラスを食べられます13815 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX

Completed in 173 milliseconds