Searched refs:t4 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/dom/tests/ |
H A D | bug28721.phpt | 79 $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-8.1/ext/curl/tests/ |
H A D | bug70330.phpt | 10 $t4 = curl_init(); 11 $t3 = curl_copy_handle($t4);
|
/PHP-8.1/ext/date/tests/ |
H A D | bug-gh9106.phpt | 16 $t4 = $t3->add($oneAndHalfSec); 22 var_dump($t4->getTimestamp());
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug76386.phpt | 57 '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-8.1/ext/hash/ |
H A D | hash_tiger.c | 43 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \ 44 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
|
H A D | php_hash_tiger_tables.h | 21 #define t4 (table+256*3) macro
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_inference.c | 803 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() 913 float_div(op1_max, op2_max, &t4, &t4_); in zend_inference_calc_binary_op_range() 993 t4 = safe_shift_left(op1_max, op2_max); 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() 1034 t4 = op1_max >> op2_max; 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/oci8/tests/ |
H A D | imp_res_3.phpt | 43 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.* 45 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 26 milliseconds