Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/curl/tests/
H A Dbug70330.phpt10 $t4 = curl_init();
11 $t3 = curl_copy_handle($t4);
/PHP-7.1/ext/hash/
H A Dhash_tiger.c47 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \
48 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
H A Dphp_hash_tiger_tables.h25 #define t4 (table+256*3) macro
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c606 t4 = op1_max * op2_max; in zend_inference_calc_binary_op_range()
621 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
622 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
643 t4 = op1_max / op2_max; in zend_inference_calc_binary_op_range()
658 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
659 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
685 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
686 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
707 t4 = op1_max << op2_max; in zend_inference_calc_binary_op_range()
708 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
[all …]
/PHP-7.1/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 22 milliseconds