Home
last modified time | relevance | path

Searched refs:one (Results 26 – 50 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug21957.phpt21 $t['one'] = 'ABC';
33 ["one"]=>
43 a:2:{s:3:"one";s:3:"ABC";s:3:"two";N;}
45 ["one"]=>
/PHP-7.4/tests/lang/
H A Dbug23624.phpt5 $arr = array ('one', 'two', 'three');
11 string(3) "one"
12 string(3) "one"
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_first.phpt15 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
16 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
21 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
115 [1] => one
128 [1] => one
142 [1] => one
201 [one] => 2
214 string(3) "one"
H A Darray_filter_variation3.phpt35 array(1 => 'one', 'zero' => 0, -2 => "value"), //associative array
36 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array…
37 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
160 string(3) "one"
166 string(3) "one"
176 ["one"]=>
186 ["one"]=>
200 string(3) "one"
208 string(3) "one"
H A Darray_fill_keys_variation2.phpt30 $keyedArray = array("one", "two");
34 $refKeys = array("one", &$simpleStr);
42 $newArray = array("one", "two");
54 ["one"]=>
62 ["one"]=>
68 ["one"]=>
76 ["one"]=>
H A Darray_slice_variation2.phpt101 ["one"]=>
127 ["one"]=>
143 ["one"]=>
160 ["one"]=>
172 ["one"]=>
184 ["one"]=>
196 ["one"]=>
218 ["one"]=>
240 ["one"]=>
282 ["one"]=>
[all …]
H A Darray_merge_variation8.phpt6 * Description: Merges elements from passed arrays into one array
16 $arr1 = array('zero', 'one', 'two', array(0));
19 echo "\n-- Merge a two-dimensional and a one-dimensional array --\n";
31 -- Merge a two-dimensional and a one-dimensional array --
36 string(3) "one"
H A Darray_merge_recursive_variation4.phpt94 string(3) "one"
104 string(3) "one"
107 string(3) "one"
130 string(3) "one"
155 string(3) "one"
191 string(3) "one"
235 string(3) "one"
279 string(3) "one"
325 string(3) "one"
369 string(3) "one"
[all …]
H A Darray_fill_keys_variation4.phpt18 $array = array("one");
55 ["one"]=>
61 ["one"]=>
67 ["one"]=>
74 ["one"]=>
80 ["one"]=>
88 ["one"]=>
H A Darray_key_last.phpt15 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
16 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
21 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
115 [1] => one
128 [1] => one
142 [1] => one
201 [one] => 2
H A Darray_pop.phpt20 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
21 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
22 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
26 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
118 [1] => one
131 [1] => one
145 [1] => one
205 [one] => 2
H A Darray_shift_variation4.phpt16 $stack_first = array(array(1, 2, 3), 'one', 'two');
17 $stack_last = array ('zero', 'one', array (1, 2, 3));
55 string(3) "one"
64 string(3) "one"
89 string(3) "one"
100 string(3) "one"
H A Darray_merge_basic.phpt6 * Description: Merges elements from passed arrays into one array
17 $array1 = array ('zero', 'one', 'two');
33 string(3) "one"
53 string(3) "one"
H A Dprev_basic.phpt16 $array = array('zero', 'one', 'two');
28 $array2 = array('one', 2 => "help", 3, false, 'stringkey2' => 'val2', 'stringkey1' => 'val1');
40 string(3) "one"
41 1 => one
51 string(3) "one"
H A Darray_merge_recursive_basic2.phpt6 * Description: Recursively merges elements from passed arrays into one array
13 $arr1 = array(1 => "one", 2 => array(1, 2));
33 string(3) "one"
45 string(3) "one"
65 string(3) "one"
H A Dbug35022.phpt5 $state = array("one" => 1, "two" => 2, "three" => 3);
19 one => 1
20 string(3) "one"
H A Darray_merge_recursive_variation5.phpt41 array("one" => 1, 'two' => 2, "three" => 1, 4 => 1),
97 string(3) "one"
115 ["one"]=>
126 ["one"]=>
135 string(3) "one"
179 string(3) "one"
227 string(3) "one"
274 string(3) "one"
312 string(3) "one"
342 string(3) "one"
[all …]
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_007.phpt16 list(&$one, $two) = $a;
27 $a = new StorageRef(['one' => 1, 'two' => 2]);
28 ['one' => &$one, 'two' => $two] = $a;
70 ["one"]=>
H A Dlist_reference_006.phpt15 list(&$one, $two) = $a;
22 $a = new StorageNoRef(['one' => 1, 'two' => 2]);
23 ['one' => &$one, 'two' => $two] = $a;
53 ["one"]=>
/PHP-7.4/Zend/tests/
H A Dbug71266.phpt5 $one = 1;
7 $arr = ['foo' => $one, 'bar' => $two];
14 $arr = ['foo' => $one, 'bar' => $two];
/PHP-7.4/ext/oci8/tests/
H A Dbug51253.phpt54 $array1 = array("one", "two", "three", "four", "five");
65 $array1 = array("one", "two", "three", "four", "five");
76 $array1 = array("one", "two", "three", "four", "five");
96 string(3) "one"
116 string(3) "one"
121 string(3) "one"
133 string(3) "one"
154 string(3) "one"
166 string(3) "one"
/PHP-7.4/ext/standard/tests/strings/
H A Dbug71969.phpt6 array("one" => array("a"=>"0000", "b"=>"1111")),
12 $record["one"]["a"] = "2222";
20 ["one"]=>
/PHP-7.4/ext/spl/tests/
H A Darray_012.phpt8 $a = array('zero' => 0, 'one' => 1, 'two' => 2);
25 public $one = 1;
49 one=>1
58 one=>1
/PHP-7.4/Zend/tests/object_types/
H A Dtype_hint_in_class_method.phpt10 $one = new One();
11 $one->a(new One());
12 $one->a(123);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug44327.phpt15 $stmt = $db->prepare("SELECT 1 AS \"one\"");
20 var_dump($row->one);
46 string(17) "SELECT 1 AS "one""
47 ["one"]=>
52 string(17) "SELECT 1 AS "one""

Completed in 38 milliseconds

12345678910>>...27