Searched refs:t4 (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/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-7.2/ext/curl/tests/ |
H A D | bug70330.phpt | 10 $t4 = curl_init(); 11 $t3 = curl_copy_handle($t4);
|
/PHP-7.2/ext/hash/ |
H A D | hash_tiger.c | 47 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \ 48 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
|
H A D | php_hash_tiger_tables.h | 25 #define t4 (table+256*3) macro
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 627 t4 = op1_max * op2_max; in zend_inference_calc_binary_op_range() 642 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range() 643 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range() 664 t4 = op1_max / op2_max; in zend_inference_calc_binary_op_range() 679 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range() 680 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range() 757 t4 = op1_max << op2_max; in zend_inference_calc_binary_op_range() 758 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range() 798 t4 = op1_max >> op2_max; in zend_inference_calc_binary_op_range() 799 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range() [all …]
|
/PHP-7.2/ext/oci8/tests/ |
H A D | imp_res_3.phpt | 42 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 23 milliseconds