Home
last modified time | relevance | path

Searched refs:two (Results 26 – 50 of 743) sorted by relevance

12345678910>>...30

/PHP-5.6/ext/standard/tests/array/
H A Darray_unshift_variation3.phpt45 /*18*/ array("One" => 1, "two" => 2, "One" => 10, "two" => 20, "three" => 3)
262 string(3) "two"
277 string(3) "two"
288 ["two"]=>
303 ["two"]=>
346 ["two"]=>
361 ["two"]=>
374 string(3) "two"
389 string(3) "two"
551 ["two"]=>
[all …]
H A Darray_intersect_variation3.phpt61 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
64 array("one" => 1, 2 => "two", 4 => "four"), //mixed
74 /*19*/ array("One" => 1, "two" => 2, "One" => 10, "two" => 20, "three" => 3)
83 "one" => "ten", 4 => "four", "two" => 2, 2 => "two",
208 string(3) "two"
214 string(3) "two"
220 ["two"]=>
226 ["two"]=>
248 string(3) "two"
[all …]
H A Darray_walk_closure.phpt14 $ar = ["one" => 1, "two"=>2, "three" => 3];
18 $ar = ["one" => 1, "two"=>2, "three" => 3];
30 $ar = ["one" => 1, "two"=>2, "three" => 3];
43 $ar = ["one" => 1, "two"=>2, "three" => 3];
63 $ar = ["one" => 1, "two"=>2, "three" => 3];
78 $ar = ["one" => 1, "two"=>2, "three" => 3];
86 $ar = ["one" => 1, "two"=>2, "three" => 3];
115 string(3) "two"
216 string(3) "two"
233 ["two"]=>
H A Darray_chunk_basic2.phpt25 array(1 => 'one', 2 => "two", 3 => "three"),
28 array(1 => 'one','two', 3 => 'three', 4, "five" => 5)
156 string(3) "two"
170 string(3) "two"
186 string(3) "two"
207 string(3) "two"
H A Darray_change_key_case_variation2.phpt93 ["two"]=>
163 ["two"]=>
173 ["two"]=>
183 ["two"]=>
193 ["two"]=>
213 ["two"]=>
233 ["two"]=>
273 ["two"]=>
283 ["two"]=>
H A Darray_unique_variation8.phpt2 Test array_unique() function : usage variations - two dimensional arrays
12 * two dimensional arrays for $input argument.
15 echo "*** Testing array_unique() : two dimensional array for \$input argument ***\n";
21 array(1 => "one", 2 => "two", "one", 'two'),
30 *** Testing array_unique() : two dimensional array for $input argument ***
H A Darray_flip_basic.phpt25 $input = array(1 => 'one', 2 => "two");
29 $input = array(1 => 'one','two', 3 => 'three', 4, "five" => 5);
56 ["two"]=>
62 ["two"]=>
H A Darray_merge_variation8.phpt16 $arr1 = array('zero', 'one', 'two', array(0));
19 echo "\n-- Merge a two-dimensional and a one-dimensional array --\n";
32 -- Merge a two-dimensional and a one-dimensional array --
39 string(3) "two"
H A Darray_map_basic.phpt28 echo "-- With two integer array --\n";
35 $arr1 = array("one", "two");
45 -- With two integer array --
68 string(12) "two = double"
H A Darray_push_basic.phpt16 $array = array ('zero', 'one', 'two');
24 $array_assoc = array ('one' => 'un', 'two' => 'deux');
44 string(3) "two"
56 ["two"]=>
H A Darray_change_key_case_variation6.phpt16 $input = array('English' => array('one' => 1, 'two' => 2, 'three' => 3),
20 echo "\n-- Pass a two-dimensional array as \$input argument --\n";
32 -- Pass a two-dimensional array as $input argument --
38 ["two"]=>
H A Dnext_basic.phpt16 $array = array('zero', 'one', 'two');
32 string(3) "two"
33 2 => two
H A Darray_pad_variation6.phpt75 /*19*/ array("One" => 1, "two" => 2, "One" => 10, "two" => 20, "three" => 3)
358 string(3) "two"
378 string(3) "two"
386 ["two"]=>
406 ["two"]=>
444 ["two"]=>
464 ["two"]=>
474 string(3) "two"
494 string(3) "two"
647 ["two"]=>
[all …]
H A Darray_merge_basic.phpt17 $array1 = array ('zero', 'one', 'two');
36 string(3) "two"
56 string(3) "two"
/PHP-5.6/ext/spl/tests/
H A Darray_012.phpt8 $a = array('zero' => 0, 'one' => 1, 'two' => 2);
27 public $two = 2;
51 two=>2
60 two=>2
H A DSplFileObject_fputcsv_variation14.phpt2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars
7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
25 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
H A Dspl_recursive_iterator_iterator_key_case.phpt8 …$ar = array("one"=>1, "two"=>2, "three"=>array("four"=>4, "five"=>5, "six"=>array("seven"=>7)), "e…
20 two=>2
21 %unicode|string%(3) "two"
H A Darray_013.phpt13 $a = array(0 => 'zero', 1 => 'one', 2 => 'two');
39 public $two = 2;
69 2=>two
76 two=>2
/PHP-5.6/ext/standard/tests/strings/
H A Dvsprintf_basic1.phpt18 $arg2 = array("one","two");
19 $arg3 = array("one","two","three");
31 string(7) "one two"
32 string(13) "one two three"
H A Dvprintf_basic1.phpt18 $arg2 = array("one","two");
19 $arg3 = array("one","two","three");
38 one two
40 one two three
H A Dvfprintf_basic1.phpt18 $arg2 = array("one","two");
19 $arg3 = array("one","two","three");
47 one two
48 one two three
/PHP-5.6/ext/com_dotnet/tests/
H A Dbug33386.phpt12 public function func2() { echo " func two\n"; }
37 func two
38 func two
40 func two
/PHP-5.6/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt18 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
28 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
70 string(6) "42-two"
77 string(6) "42-two"
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug66141.phpt14 $input = 'Something\', 1 as one, 2 as two FROM dual; -- f';
35 string(50) "'Something\', 1 as one, 2 as two FROM dual; -- f'"
36 string(50) "'Something'', 1 as one, 2 as two FROM dual; -- f'"
37 string(50) "'Something'', 1 as one, 2 as two FROM dual; -- f'"
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt171 $two = 'two';
177 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
190 $two = 'two';
196 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
211 $two = 'two';
217 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
230 $two = 'two';
236 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
258 %unicode|string%(3) "two"
270 %unicode|string%(3) "two"
[all …]

Completed in 37 milliseconds

12345678910>>...30