Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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-src/ext/date/tests/
H A Dbug-gh9106.phpt15 $t3 = $t2->add($oneAndHalfSec);
16 $t4 = $t3->add($oneAndHalfSec);
21 var_dump($t3->getTimestamp());
/php-src/tests/classes/
H A Dprivate_006b.phpt31 $t3 = new third();
32 $t3->do_show();
/php-src/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-src/ext/ffi/tests/
H A D033.phpt28 $t3 = FFI::arrayType($t2, [2, 2]);
29 var_dump($t3);
/php-src/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-src/Zend/Optimizer/
H A Dzend_func_info.c65 uint32_t t3 = 0; in zend_range_info() local
69 t3 = _ssa_op1_info(op_array, ssa, call_info->arg_info[2].opline, in zend_range_info()
77 || (t3 & (MAY_BE_DOUBLE|MAY_BE_STRING))) { in zend_range_info()
H A Dzend_inference.c799 zend_long op1_min, op2_min, op1_max, op2_max, t1, t2, t3, t4; in zend_inference_calc_binary_op_range() local
862 t1 = t2 = t3 = t4 = 0; in zend_inference_calc_binary_op_range()
879 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
880 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
908 float_div(op1_max, op2_min, &t3, &t3_); in zend_inference_calc_binary_op_range()
988 t3 = safe_shift_left(op1_max, op2_min); in zend_inference_calc_binary_op_range()
990 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
991 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
1029 t3 = op1_max >> op2_min; in zend_inference_calc_binary_op_range()
1031 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
[all …]
/php-src/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-src/ext/standard/
H A Dbase64.c766 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local
788 t3 = _mm256_mullo_epi16(t2, _mm256_set1_epi32(0x01000010)); in php_base64_encode_avx2_reshuffle()
790 return _mm256_or_si256(t1, t3); in php_base64_encode_avx2_reshuffle()
831 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
847 t3 = _mm_mullo_epi16(t2, _mm_set1_epi32(0x01000010)); in php_base64_encode_ssse3_reshuffle()
854 return _mm_or_si128(t1, t3); in php_base64_encode_ssse3_reshuffle()
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp25 void *t3; member
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt70 $tid = $t = $t2 = $t3 = $t4 = null;
/php-src/ext/opcache/jit/ir/
H A Dir.h687 ir_ref ir_proto_3(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3);
688 ir_ref ir_proto_4(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3,
690 ir_ref ir_proto_5(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3,
H A Dir.c737 ir_ref ir_proto_3(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3) in ir_proto_3() argument
746 proto.param_types[2] = t3; in ir_proto_3()
750 ir_ref ir_proto_4(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3, in ir_proto_4() argument
760 proto.param_types[2] = t3; in ir_proto_4()
765 ir_ref ir_proto_5(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3, in ir_proto_5() argument
775 proto.param_types[2] = t3; in ir_proto_5()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
15293 # GRR: line below is too general as it catches also Xbase index file t3-CHAR.NDX
H A Dmagic10586 # like: T2.DBF t3.DBF biblio.dbf dbase_83.dbf dbase3dbt0_4.dbf fsadress.dbf stop.dbf
15293 # GRR: line below is too general as it catches also Xbase index file t3-CHAR.NDX

Completed in 268 milliseconds