Home
last modified time | relevance | path

Searched refs:one (Results 51 – 75 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation3.phpt64 array("one" => 1, 2 => "two", 4 => "four"), //mixed
80 1, 1.1, "hello", "one", NULL, 2,
83 "one" => "ten", 4 => "four", "two" => 2, 2 => "two",
206 string(3) "one"
212 string(3) "one"
218 ["one"]=>
224 ["one"]=>
236 ["one"]=>
240 ["one"]=>
245 ["one"]=>
[all …]
H A Darray_merge_recursive_variation10.phpt6 * Description: Recursively merges elements from passed arrays into one array
21 array(1 => "one", 2 => "two", "one", 'two'),
72 string(3) "one"
76 string(3) "one"
123 string(3) "one"
127 string(3) "one"
H A Darray_chunk_basic2.phpt25 array(1 => 'one', 2 => "two", 3 => "three"),
28 array(1 => 'one','two', 3 => 'three', 4, "five" => 5)
154 string(3) "one"
168 string(3) "one"
184 string(3) "one"
205 string(3) "one"
H A Darray_pop_variation.phpt13 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
14 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
15 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
19 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
H A Darray_merge_variation6.phpt6 * Description: Merges elements from passed arrays into one array
18 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux');
31 ["one"]=>
47 ["one"]=>
H A Darray_udiff_assoc_variation.phpt17 $arr1 = array("one" => "one", "02" => "two", '3' => "three", "four", "0.5" => 5, 6.0 => 6, "seven" …
18 $arr2 = array("one" => "one", "02" => "two", '3' => "three");
H A Darray_flip_basic.phpt25 $input = array(1 => 'one', 2 => "two");
29 $input = array(1 => 'one','two', 3 => 'three', 4, "five" => 5);
54 ["one"]=>
60 ["one"]=>
H A D005.phpt23 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
24 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
25 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
29 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
172 [1] => one
180 string(3) "one"
185 [1] => one
193 string(3) "one"
199 [1] => one
265 [one] => 2
H A Darray_map_variation3.phpt32 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
33 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
35 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
36 array("one" => 1, 2 => "two", 4 => "four"), //mixed
121 string(3) "one"
129 ["one"]=>
149 ["one"]=>
158 ["one"]=>
H A Darray_pad_variation5.phpt26 array("one" => 1, 'two' => 2)
59 ["one"]=>
81 ["one"]=>
105 ["one"]=>
127 ["one"]=>
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];
109 string(3) "one"
231 ["one"]=>
H A Darray_reverse_variation3.phpt272 string(3) "one"
281 string(3) "one"
299 ["one"]=>
308 ["one"]=>
317 ["one"]=>
361 ["one"]=>
370 ["one"]=>
379 ["one"]=>
389 ["one"]=>
398 ["one"]=>
[all …]
H A Dcurrent_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
23 // Test that when two variables are referenced to one another
40 $array1: string(3) "one"
41 $array2: string(3) "one"
H A Darray_push_basic.phpt16 $array = array ('zero', 'one', 'two');
24 $array_assoc = array ('one' => 'un', 'two' => 'deux');
41 string(3) "one"
53 ["one"]=>
H A Darray_slice_variation5.phpt16 $input = array ('one' => 1, 2 => 'two', 'three', 9 => 'nine', 'ten' => 10);
35 ["one"]=>
49 ["one"]=>
63 ["one"]=>
113 ["one"]=>
179 ["one"]=>
H A Darray_push.phpt7 * Description: Push one or more elements onto the end of array
23 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
24 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
25 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
29 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
160 [1] => one
173 [1] => one
187 [1] => one
246 [one] => 2
H A Dnext_basic.phpt16 $array = array('zero', 'one', 'two');
30 string(3) "one"
31 1 => one
H A Deach.phpt369 string(3) "one"
371 string(3) "one"
410 string(3) "one"
412 string(3) "one"
426 string(3) "one"
428 string(3) "one"
517 string(3) "one"
519 string(3) "one"
525 string(5) "one.5"
527 string(5) "one.5"
[all …]
H A Deach_basic.phpt17 $arr = array ('one' => 1, 'zero', 'two' => 'deux', 20 => 'twenty');
38 ["one"]=>
57 string(3) "one"
59 string(3) "one"
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug33386.phpt13 public function func1() { echo " func one\n"; }
37 func one
38 func one
41 func one
/PHP-7.4/ext/spl/tests/
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…
18 one=>1
19 string(3) "one"
H A Darray_013.phpt13 $a = array(0 => 'zero', 1 => 'one', 2 => 'two');
37 public $one = 1;
68 1=>one
75 one=>1
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt27 $stmt->bind_result($one);
31 echo("$one\n\n");
47 $stmt->bind_result($one, $two);
50 echo("$one - $two\n\n");
58 $stmt->bind_result($one, $two);
62 echo("$one - $two\n\n");
/PHP-7.4/Zend/tests/
H A Dbug73960.phpt6 $value = 'one';
15 string(3) "one"
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt33 if (!isset($row['one']) || ($row['one'] != 1)) {
34 printf("[%03d + 1] Expecting array('one' => 1), got %s\n", $offset, var_export($row, true));
40 …printf("[%03d + 2] Expecting array('one' => 1, 'two' => 2), got %s\n", $offset, var_export($row, t…
43 printf("[%03d + 3] Expecting one array element got two\n", $offset);
55 …ROCEDURE p(IN cols INT) BEGIN IF cols < 2 THEN SELECT cols AS "one"; ELSE SELECT 1 AS "one", cols …
86 …s; IF cols < 2 THEN SET @numcols = 2; SELECT cols AS "one"; ELSE SET @numcols = 1; SELECT 1 AS "on…

Completed in 27 milliseconds

12345678910>>...27