/PHP-5.3/ext/standard/tests/array/ |
H A D | array_slice_variation5.phpt | 44 ["ten"]=> 58 ["ten"]=> 72 ["ten"]=> 84 ["ten"]=> 94 ["ten"]=> 102 ["ten"]=> 108 ["ten"]=> 122 ["ten"]=> 134 ["ten"]=> 144 ["ten"]=> [all …]
|
H A D | array_slice_variation6.phpt | 16 $input = array ('one' => 1, 2 => 'two', 'three', 9 => 'nine', 'ten' => 10); 107 ["ten"]=> 119 ["ten"]=> 131 ["ten"]=> 143 ["ten"]=>
|
H A D | array_values_basic.phpt | 18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten'); 38 string(3) "ten"
|
H A D | array_intersect_variation9.phpt | 27 array("ten" => 10, "twenty" => 20.00, "thirty" => 30) 97 ["ten"]=> 140 ["ten"]=>
|
H A D | array_intersect_assoc_variation3.phpt | 64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 84 "one" => "ten", 4 => "four", "two" => 2, 188 string(3) "ten" 192 string(3) "ten"
|
H A D | array_intersect_assoc_variation4.phpt | 54 "one" => "ten", 4 => "four", "two" => 2, 6 => "six", 73 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 199 string(3) "ten" 203 string(3) "ten"
|
H A D | array_intersect_variation4.phpt | 53 "one" => "ten", 4 => "four", "two" => 2, 2 => "two", 72 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 252 string(3) "ten" 256 string(3) "ten"
|
H A D | array_intersect_variation3.phpt | 63 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 83 "one" => "ten", 4 => "four", "two" => 2, 2 => "two", 237 string(3) "ten" 241 string(3) "ten"
|
H A D | array_unique_variation2.phpt | 62 array( "one" => "ten", "two" => "twenty", "10" => "ten"), // string key/value 180 %unicode|string%(3) "ten"
|
H A D | array_map_variation3.phpt | 35 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 150 string(3) "ten"
|
H A D | array_reverse_variation3.phpt | 50 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 362 string(3) "ten" 371 string(3) "ten" 380 string(3) "ten"
|
H A D | array_combine_variation3.phpt | 62 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 217 ["ten"]=> 218 string(3) "ten"
|
H A D | array_unshift_variation3.phpt | 34 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 345 string(3) "ten" 360 string(3) "ten"
|
H A D | array_pad_variation6.phpt | 64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 443 string(3) "ten" 463 string(3) "ten"
|
/PHP-5.3/tests/lang/ |
H A D | bug23384.phpt | 11 static $arr2 = array(TEN => 'ten'); 12 static $arr = array(Foo::HUN => 'ten'); 27 [100] => ten 31 [10] => ten
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | grepoutput8 | 6 7:X seven
8:X eight
9:X nine
10:X ten
|
H A D | grepinput8 | 5 X seven
X eight
X nine
X ten
|
H A D | grepinputx | 30 ten
|
H A D | grepoutput | 76 30:ten 173 ten 204 30-ten 226 ten 248 ten 280 30-ten 303 ten 574 30:ten
|
/PHP-5.3/ext/date/tests/ |
H A D | bug52342.phpt | 8 $from->setISODate(2010, 28, 1); //Montag der 28ten Woche 2010
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | join_variation3.phpt | 30 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value 84 string(23) "ten], [twenty], [thirty"
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdft.c | 256 int ku, ten; in gdTcl_UtfToUniChar() local 259 ten = (str[1] & 0x7F) - 0x20; in gdTcl_UtfToUniChar() 260 if ((ku < 1 || ku > 92) || (ten < 1 || ten > 94)) { in gdTcl_UtfToUniChar() 265 *chPtr = (Tcl_UniChar) UnicodeTbl[ku - 1][ten - 1]; in gdTcl_UtfToUniChar()
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_substr_variation4.phpt | 28 * Loop through integers as multiples of ten for $offset argument
|
H A D | mb_substr_variation5.phpt | 29 * Loop through integers as multiples of ten for $offset argument
|
H A D | mb_substr_variation6.phpt | 28 * Loop through integers as multiples of ten for $offset argument
|