Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/dom/tests/
H A Dbug28721.phpt79 $d->appendChild($t4 = $xml->createTextNode(" t4 "));
85 echo "\nInsert t4 before t3:\n";
87 $ret = $d->insertBefore($t4, $t3);
114 $d->insertBefore($frag, $t4);
188 name (value): div ( t3 t4 xxx )
208 name (value): #text ( t4 )
218 Insert t4 before t3:
225 name (value): #text ( t4 )
376 name (value): #text ( t4 )
401 Inserting fragment before t4
[all …]
/php-src/ext/curl/tests/
H A Dbug70330.phpt10 $t4 = curl_init();
11 $t3 = curl_copy_handle($t4);
/php-src/ext/date/tests/
H A Dbug-gh9106.phpt16 $t4 = $t3->add($oneAndHalfSec);
22 var_dump($t4->getTimestamp());
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt57 't time default "11:00:00", t2 time(2) default "11:00:00.22", t4 ' .
62 'INSERT INTO t_test (t, t2, t4, t6) VALUES ("21:22:33", "21:22:33.44", ' .
70 $tid = $t = $t2 = $t3 = $t4 = null;
71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
73 var_dump($t, $t2, $t4, $t6);
/php-src/ext/hash/
H A Dhash_tiger.c43 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \
44 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
H A Dphp_hash_tiger_tables.h21 #define t4 (table+256*3) macro
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile6 �%Vйa����@<x@m1�A�"J�)��C�.t4�c��d0<zg���Y*˴fRMg�J5o��;�κ�h�<< Pg����*�0�*=�K|�K~��%…
/php-src/Zend/Optimizer/
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()
909 float_div(op1_max, op2_max, &t4, &t4_); in zend_inference_calc_binary_op_range()
989 t4 = safe_shift_left(op1_max, op2_max); 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()
1030 t4 = op1_max >> op2_max; 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/opcache/jit/ir/
H A Dir.h693 ir_type t4);
695 ir_type t4, ir_type t5);
H A Dir.c755 ir_type t4) argument
765 proto.param_types[3] = t4;
770 ir_type t4, ir_type t5) argument
780 proto.param_types[3] = t4;

Completed in 53 milliseconds