Home
last modified time | relevance | path

Searched refs:ten (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation5.phpt43 ["ten"]=>
57 ["ten"]=>
71 ["ten"]=>
83 ["ten"]=>
93 ["ten"]=>
101 ["ten"]=>
107 ["ten"]=>
121 ["ten"]=>
133 ["ten"]=>
143 ["ten"]=>
[all …]
H A Darray_slice_variation6.phpt16 $input = array ('one' => 1, 2 => 'two', 'three', 9 => 'nine', 'ten' => 10);
106 ["ten"]=>
118 ["ten"]=>
130 ["ten"]=>
142 ["ten"]=>
H A Darray_values_basic.phpt18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten');
37 string(3) "ten"
H A Darray_intersect_assoc_variation3.phpt64 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 Darray_intersect_assoc_variation4.phpt54 "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 Darray_intersect_variation3.phpt63 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 Darray_intersect_variation4.phpt53 "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 Darray_unique_variation2.phpt62 array( "one" => "ten", "two" => "twenty", "10" => "ten"), // string key/value
180 string(3) "ten"
H A Darray_map_variation3.phpt35 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
150 string(3) "ten"
H A Darray_reverse_variation3.phpt50 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
362 string(3) "ten"
371 string(3) "ten"
380 string(3) "ten"
H A Darray_combine_variation3.phpt62 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
216 ["ten"]=>
217 string(3) "ten"
H A Darray_unshift_variation3.phpt34 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
345 string(3) "ten"
360 string(3) "ten"
H A Darray_intersect_variation9.phpt27 array("ten" => 10, "twenty" => 20.00, "thirty" => 30)
129 ["ten"]=>
220 ["ten"]=>
H A Darray_pad_variation6.phpt64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
443 string(3) "ten"
463 string(3) "ten"
H A Darray_merge_recursive_variation3.phpt63 array( "one" => "ten", "two" => "twenty"), // string key/value
468 string(3) "ten"
475 string(3) "ten"
/PHP-7.4/tests/lang/
H A Dbug23384.phpt9 static $arr2 = array(TEN => 'ten');
10 static $arr = array(Foo::HUN => 'ten');
25 [100] => ten
29 [10] => ten
/PHP-7.4/ext/date/tests/
H A Dbug52342.phpt8 $from->setISODate(2010, 28, 1); //Montag der 28ten Woche 2010
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation3.phpt30 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
84 string(23) "ten], [twenty], [thirty"
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c257 int ku, ten; in gdTcl_UtfToUniChar() local
260 ten = (str[1] & 0x7F) - 0x20; in gdTcl_UtfToUniChar()
261 if ((ku < 1 || ku > 92) || (ten < 1 || ten > 94)) { in gdTcl_UtfToUniChar()
266 *chPtr = (Tcl_UniChar) UnicodeTbl[ku - 1][ten - 1]; in gdTcl_UtfToUniChar()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt28 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation5.phpt29 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation6.phpt28 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation7.phpt29 * Loop through integers as multiples of ten for $offset argument
H A Dmb_stripos_variation5_Bug45923.phpt32 * Loop through integers as multiples of ten for $offset argument
/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt34 * Loop through integers as multiples of ten for $offset argument

Completed in 54 milliseconds

12