Home
last modified time | relevance | path

Searched refs:one (Results 126 – 150 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation3.phpt27 array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
28 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
30 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
31 array("one" => 1, 2 => "two", 4 => "four"), //mixed
78 string(19) "one], [two], [three"
/PHP-7.4/ext/pdo/tests/
H A Dbug_60665.phpt21 $statement = $db->prepare("SELECT NULL AS null_value, 0 AS zero, 1 AS one $from");
27 !empty($row->one),
31 isset($row->one),
/PHP-7.4/ext/spl/tests/
H A Dbug34548.phpt19 $data1=array('one', 'two', 'three');
32 [0] => one
H A DarrayObject_uasort_error1.phpt28 Function expects exactly one argument
29 Function expects exactly one argument
H A DarrayObject_uksort_error1.phpt28 Function expects exactly one argument
29 Function expects exactly one argument
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_002w.phpt10 $client->echoStringArray(array("one","two","three"));
18 …/soapinterop.org/xsd"><SOAP-ENV:Body><ns1:echoStringArrayParam><ns1:string>one</ns1:string><ns1:st…
20 …soapinterop.org/xsd"><SOAP-ENV:Body><ns1:echoStringArrayReturn><ns1:string>one</ns1:string><ns1:st…
H A Dr3_groupD_doclitparams_002w.phpt10 $client->echoStringArray(array("param0"=>array("one","two","three")));
18 …terop.org/xsd"><SOAP-ENV:Body><ns1:echoStringArray><ns1:param0><ns1:string>one</ns1:string><ns1:st…
20 …g/xsd"><SOAP-ENV:Body><ns1:echoStringArrayResponse><ns1:return><ns1:string>one</ns1:string><ns1:st…
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
65 array("one" => 1, 2 => "two", 4 => "four"), //mixed
81 1, 1.1, 2.2, "hello", "one", NULL, 2,
84 "one" => "ten", 4 => "four", "two" => 2,
187 ["one"]=>
191 ["one"]=>
H A Darray_intersect_assoc_variation4.phpt51 1, 1.1, 1.3, 1 => true, "hello", "one", NULL, 2,
54 "one" => "ten", 4 => "four", "two" => 2, 6 => "six",
70 /*9*/ array(1 => "one", 2 => "two", 6 => "six"), // explicit numeric keys, string values
71 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
73 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
74 array("one" => 1, 2 => "two", 4 => "four"), //mixed
198 ["one"]=>
202 ["one"]=>
H A Darray_values_basic.phpt18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten');
31 string(3) "one"
H A Dcurrent_basic.phpt16 $array = array ('zero', 'one', 'two', 'three' => 3);
29 string(3) "one"
H A Dextract_variation7.phpt8 $a = array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" );
11 $b = array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
H A Darray_diff_assoc_variation9.phpt34 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
112 -- Compare a subarray from one 2-D array and one 2-D array --
H A Darray_walk_variation9.phpt31 echo "-- callback function with only one parameter --\n";
48 echo "-- passing one more parameter to function with two parameters --\n";
69 -- callback function with only one parameter --
85 -- passing one more parameter to function with two parameters --
H A Darray_map_variation14.phpt19 $arr2 = array("one", "two");
55 string(3) "one"
75 string(3) "one"
96 string(3) "one"
H A Darray_pad_variation6.phpt62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
65 array("one" => 1, 2 => "two", 4 => "four"), //mixed
356 string(3) "one"
376 string(3) "one"
384 ["one"]=>
404 ["one"]=>
442 ["one"]=>
462 ["one"]=>
471 ["one"]=>
[all …]
H A Darray_unshift_basic2.phpt17 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
50 string(3) "one"
67 string(3) "one"
/PHP-7.4/ext/phar/tests/
H A Dphar_extract2.phpt20 $phar->addEmptyDir('one/level');
47 @rmdir($dir . 'one/level');
48 @rmdir($dir . 'one');
H A Dphar_extract.phpt20 $a->addEmptyDir('one/level');
43 $a->extractTo(__DIR__ . '/extract1-2', array('file2.txt', 'one/level'));
45 var_dump(is_dir(__DIR__ . '/extract1-2/one/level'));
115 @rmdir($e . 'one/level');
116 @rmdir($e . 'one');
126 @rmdir($e . 'one/level');
127 @rmdir($e . 'one');
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_45120.phpt18 $stmt = $db->prepare("SELECT 1 AS 'one'");
23 if ($res['one'] != 1)
30 if ($res['one'] != 1)
/PHP-7.4/Zend/tests/
H A Dclosure_046.phpt33 echo "After binding, with same-class instance for the bound one", "\n";
37 echo "After binding, with different instance for the bound one", "\n";
58 After binding, with same-class instance for the bound one
65 After binding, with different instance for the bound one
H A Dbug76439.phpt6 [$one, $two, $three, $four, $five, $six, $seven, $eight, $nine] = [1, 2, 3, 4, 5, 6, 7, 8, 9];
9 $one-
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt16 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
26 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt72 'SET("one", "two")' => 'SET',
73 'SET("one", "two") NOT NULL' => 'NOT_NULL SET NO_DEFAULT_VALUE',
74 'SET("one", "two") NOT NULL DEFAULT "one"' => 'NOT_NULL SET',
75 'ENUM("one", "two")' => 'ENUM',
76 'ENUM("one", "two") NOT NULL' => 'NOT_NULL ENUM NO_DEFAULT_VALUE',
77 'ENUM("one", "two") NOT NULL DEFAULT "one"' => 'NOT_NULL ENUM',
148 case 'SET("one", "two") NOT NULL':
149 case 'ENUM("one", "two") NOT NULL':
/PHP-7.4/tests/lang/
H A DpassByReference_012.phpt12 $original = array ( array ( 'one' ));
22 string(3) "one"

Completed in 28 milliseconds

12345678910>>...27