Home
last modified time | relevance | path

Searched refs:one (Results 101 – 125 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/intl/tests/
H A Dformatter_format2.phpt30 1234999, // bad one
78 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
126 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format3.phpt31 1234999, // bad one
79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format4.phpt31 1234999, // bad one
79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format5.phpt31 1234999, // bad one
79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format6.phpt31 1234999, // bad one
79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format7.phpt31 1234999, // bad one
79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format8.phpt30 1234999, // bad one
78 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
126 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
/PHP-7.4/ext/standard/tests/array/
H A Darray_values_variation7.phpt18 $input = array(3 => 'three', 2 => 'two', 1 => 'one', 0 => 'zero');
38 string(3) "one"
50 string(3) "one"
H A Dmax.phpt26 Warning: max(): When only one parameter is given, it must be an array in %s on line 4
29 Warning: max(): Array must contain at least one element in %s on line 5
32 Warning: max(): When only one parameter is given, it must be an array in %s on line 6
H A Dmin.phpt26 Warning: min(): When only one parameter is given, it must be an array in %s on line 4
29 Warning: min(): Array must contain at least one element in %s on line 5
32 Warning: min(): When only one parameter is given, it must be an array in %s on line 6
H A Darray_intersect_variation4.phpt50 1, 1.1, "hello", "one", NULL, 2,
53 "one" => "ten", 4 => "four", "two" => 2, 2 => "two",
69 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
70 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
72 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
73 array("one" => 1, 2 => "two", 4 => "four"), //mixed
219 string(3) "one"
225 string(3) "one"
251 ["one"]=>
255 ["one"]=>
H A Darray_unique_variation2.phpt59 /*9*/ array(1 => "one", 2 => "two", 2 => "two"), // explicit numeric keys, string values
60 array("one" => 1, "two" => 2, "1" => 1 ), // string keys & numeric values
62 array( "one" => "ten", "two" => "twenty", "10" => "ten"), // string key/value
63 array("one" => 1, 2 => "two", 4 => "four"), //mixed
157 string(3) "one"
163 ["one"]=>
179 ["one"]=>
186 ["one"]=>
H A Darray_values_variation6.phpt18 $val1 = 'one';
38 &string(3) "one"
47 &string(3) "one"
H A Darray_change_key_case_variation7.phpt18 $input = array('one' => 1, 'two' => 2, 'ABC' => 'xyz');
46 ["one"]=>
55 ["one"]=>
H A Darray_push_variation3.phpt20 $sub_array = array('one', 'two');
45 string(3) "one"
63 string(3) "one"
H A Din_array_variation3.phpt17 "one",
31 public $array_var = array(1=>"one", "two"=>2, 3=>3);
42 //element found as "one" exists in array $array_var
43 var_dump( in_array("one", $in_array_obj->array_var) );
H A Darray_diff_variation9.phpt35 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
73 -- Compare a subarray from one 2-D array and one 2-D array --
H A Darray_search_variation3.phpt14 "one",
28 public $array_var = array(1=>"one", "two"=>2, 3=>3);
39 //element found as "one" exists in array $array_var
40 var_dump( array_search("one", $array_search_obj->array_var) );
/PHP-7.4/ext/spl/tests/
H A Darray_002.phpt6 $array = array('1' => 'one',
29 string(3) "one"
H A Darray_011.phpt6 $a = array('zero' => 0, 'one' => 1, 'two' => 2, 'three' => 3, 'four' => 4, 'five' => 5);
19 string(3) "one"
H A Diterator_037.phpt114 Exception: Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TO…
117 Exception: Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TO…
120 Exception: Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TO…
123 Exception: Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TO…
126 Exception: Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TO…
/PHP-7.4/ext/mysqli/tests/
H A Dbug62046.phpt24 $one = NULL;
25 if (FALSE === $stmt->bind_result($one)) {
32 var_dump($one);
/PHP-7.4/ext/bz2/tests/
H A D005.phpt11 Nothing matters no one else";
61 Nothing matters no one else"
66 Nothing matters no one else"
70 Nothing matters no one else"
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt42 echo "should elicit one read of size 100 (chunk size)\n";
44 echo "should elicit one read of size 100 (chunk size)\n";
48 echo "should elicit 2 writes of size 100 and one of size 50\n";
69 should elicit one read of size 100 (chunk size)
72 should elicit one read of size 100 (chunk size)
77 should elicit 2 writes of size 100 and one of size 50
/PHP-7.4/ext/pcre/tests/
H A Dcache_limit.phpt21 var_dump(preg_match('/./', $str)); // this one was already deleted from the cache
22 var_dump(preg_match("/$re/", $str)); // but not this one

Completed in 29 milliseconds

12345678910>>...27