Searched refs:t4 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/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); 189 name (value): div ( t3 t4 xxx ) 209 name (value): #text ( t4 ) 219 Insert t4 before t3: 226 name (value): #text ( t4 ) 377 name (value): #text ( t4 ) 402 Inserting fragment before t4 [all …]
|
/PHP-7.0/ext/curl/tests/ |
H A D | bug70330.phpt | 10 $t4 = curl_init(); 11 $t3 = curl_copy_handle($t4);
|
/PHP-7.0/ext/hash/ |
H A D | hash_tiger.c | 47 t4[(unsigned char)(((php_hash_uint32)((c)>>(4*8)))>>(2*8))] ; \ 48 b += t4[(unsigned char)(((php_hash_uint32)(c))>>(1*8))] ^ \
|
H A D | php_hash_tiger_tables.h | 25 #define t4 (table+256*3) macro
|
/PHP-7.0/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 10 milliseconds