Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/curl/tests/
H A Dbug70330.phpt10 $t4 = curl_init();
11 $t3 = curl_copy_handle($t4);
/PHP-7.4/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-7.4/ext/hash/
H A Dhash_tiger.c45 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \
46 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
H A Dphp_hash_tiger_tables.h23 #define t4 (table+256*3) macro
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c617 t1 = t2 = t3 = t4 = 0; in zend_inference_calc_binary_op_range()
634 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
635 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
656 t4 = op1_max / op2_max; in zend_inference_calc_binary_op_range()
671 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
672 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
749 t4 = safe_shift_left(op1_max, op2_max); in zend_inference_calc_binary_op_range()
750 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
790 t4 = op1_max >> op2_max; in zend_inference_calc_binary_op_range()
791 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_3.phpt42 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
44 imp_res_3_tab_1 t4, imp_res_3_tab_1 t5 order by 1,3,5,7,9,2,4,6,8,10;

Completed in 31 milliseconds