Home
last modified time | relevance | path

Searched refs:one (Results 76 – 100 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation5.phpt11 * Use the result of one call to array_shift
13 * When done in one statement causes strict error messages.
18 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
24 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
H A Darray_shift_variation6.phpt19 $original_array = array('zero', 'one', 'two');
49 string(3) "one"
57 string(3) "one"
63 Result: string(3) "one"
H A Darray_unshift_variation3.phpt32 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
34 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
35 array("one" => 1, 2 => "two", 4 => "four"), //mixed
260 string(3) "one"
275 string(3) "one"
286 ["one"]=>
301 ["one"]=>
344 ["one"]=>
359 ["one"]=>
371 ["one"]=>
[all …]
H A Darray_shift_basic.phpt16 $array = array('zero', 'one', '3' => 'three', 'four' => 4);
36 string(3) "one"
48 string(3) "one"
H A Darray_values_variation4.phpt19 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
42 string(3) "one"
69 string(3) "one"
84 string(3) "one"
H A Dreset_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
22 // Test that when two variables are referenced to one another
49 $array1: string(3) "one"
50 $array2: string(3) "one"
H A Darray_chunk_basic1.phpt25 array(1 => 'one', 2 => "two", 3 => "three"),
28 array(1 => 'one','two', 3 => 'three', 4, "five" => 5)
105 string(3) "one"
121 string(3) "one"
H A Darray_walk_recursive_variation7.phpt12 * with one parameter
23 echo "-- Anonymous function with one argument --\n";
32 echo "-- Anonymous function with one more argument --\n";
41 -- Anonymous function with one argument --
83 -- Anonymous function with one more argument --
H A Darray_walk_variation7.phpt12 * with one parameter
23 echo "-- Anonymous function with one argument --\n";
32 echo "-- Anonymous function with one more argument --\n";
41 -- Anonymous function with one argument --
83 -- Anonymous function with one more argument --
H A Dreset_basic.phpt16 $array = array('zero', 'one', 200 => 'two');
38 string(3) "one"
41 1 => one
H A Darray_key_exists_variation7.phpt17 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
20 var_dump($result = array_key_exists('one', $input));
34 one => un
H A Darray_slice.phpt725 string(3) "one"
759 string(3) "one"
769 string(3) "one"
801 string(3) "one"
811 string(3) "one"
841 string(3) "one"
875 string(3) "one"
885 string(3) "one"
917 string(3) "one"
927 string(3) "one"
[all …]
H A Darray_diff_basic.phpt27 $array_string1 = array ('one', 'two', 'three', 'four');
35 $array_assoc_int1 = array ('one' => 1, 'two' => 2, 'three' => 3, 'four' => 4);
43 $array_assoc_str1 = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois', 'four' => 'quatre');
73 string(3) "one"
85 ["one"]=>
98 ["one"]=>
H A Duasort_object1.phpt12 * array of objects which has only one member variable & more than one member variables
37 // comparison function for SimpleClass2 objects which has more than one members
58 // Simple class with more than one member variables
74 // array of SimpleClass objects with only one member
84 // array of SimpleClass objects having more than one members
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug38808.phpt8 $b = array(1=>'one', 2=>'two');
16 one
/PHP-7.4/tests/lang/
H A Dforeach_with_references_001.phpt6 $arr = array(1 => "one", 2 => "two", 3 => "three");
22 [1] => one
/PHP-7.4/ext/opcache/tests/
H A Dbug74456.phpt17 list ($zero, $one, $two) = small_numbers();
19 var_dump($zero, $one, $two);
/PHP-7.4/Zend/tests/return_types/
H A D012.phpt7 $test = "one";
21 string(3) "one"
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_001.phpt24 $arr = array("one" => 1, "two" => array(2));
25 ["one" => &$a, "two" => [&$b], "three" => &$c] = $arr;
79 ["one"]=>
/PHP-7.4/ext/mbstring/tests/
H A Dbug81011.phpt14 'other' => ['one', 'two']
51 string(3) "one"
81 string(3) "one"
/PHP-7.4/ext/spl/tests/
H A DSplFixedArray_setsize_001.phpt8 $array[0] = 'one';
19 string(3) "one"
/PHP-7.4/ext/soap/tests/schema/
H A Dschema009.phpt13 test_schema($schema,'type="tns:testType"',"one two");
18 …oap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">one two</testParam></ns…
19 string(7) "one two"
H A Dschema010.phpt13 test_schema($schema,'type="tns:testType"',array("one","two"));
18 …oap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">one two</testParam></ns…
19 string(7) "one two"
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode_variation5.phpt12 $str = 'one||two||three||four';
30 string(3) "one"
38 string(3) "one"

Completed in 83 milliseconds

12345678910>>...27