Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/tests/lang/
H A Dbug24951.phpt24 function t3()
27 echo "Hello from t3 1 ";
29 echo "Hello from t3 2 ";
35 t3(); echo "\n";
42 Hello from t3 2 ]
/PHP-5.4/ext/dom/tests/
H A Dbug28721.phpt76 $d->appendChild($t3 = $xml->createTextNode(" t3 "));
85 echo "\nInsert t4 before t3:\n";
87 $ret = $d->insertBefore($t4, $t3);
189 name (value): div ( t3 t4 xxx )
194 name (value): #text ( t3 )
219 Insert t4 before t3:
221 name (value): div ( t4 t3 xxx )
231 name (value): #text ( t3 )
372 name (value): div ( t4 t3 xxx )
382 name (value): #text ( t3 )
[all …]
/PHP-5.4/tests/classes/
H A Dprivate_006b.phpt33 $t3 = new third();
34 $t3->do_show();
/PHP-5.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt22 '\n 1\t3 &\tgt; 11 but 11 &\tlt; 12',
61 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
62 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
63 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
64 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
H A Dhtmlspecialchars_decode_variation5.phpt21 "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12",
/PHP-5.4/ext/standard/tests/array/
H A Dbug29493.phpt48 function t3()
73 t3();
H A Dshuffle_variation4.phpt38 /*7*/ array("hex1" => 0x123, 'hex2' => 0xabc, "hex\t3" => 0xABC, "hex\04" => 0xAb1),
/PHP-5.4/ext/hash/
H A Dhash_tiger.c46 t3[(unsigned char)((c)>>(4*8))] ^ \
49 t3[(unsigned char)(((php_hash_uint32)(c))>>(3*8))] ^ \
H A Dphp_hash_tiger_tables.h24 #define t3 (table+256*2) macro
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic7828 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX

Completed in 57 milliseconds