Home
last modified time | relevance | path

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

/PHP-5.3/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);
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-5.3/ext/hash/
H A Dhash_tiger.c47 t4[(unsigned char)(((php_hash_uint32)((c)>>(4*8)))>>(2*8))] ; \
48 b += t4[(unsigned char)(((php_hash_uint32)(c))>>(1*8))] ^ \
H A Dphp_hash_tiger_tables.h25 #define t4 (table+256*3) macro

Completed in 15 milliseconds