Home
last modified time | relevance | path

Searched refs:values (Results 226 – 250 of 1183) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/mbstring/ucgendat/
H A Ducgendat.php378 $c = count($values);
385 $result .= sprintf($format, $values[$i]);
390 function formatShortHexArray(array $values, int $width) : string { argument
391 return formatArray($values, $width, "0x%04x");
394 return formatArray($values, $width, "% 5d");
396 function formatIntArray(array $values, int $width) : string { argument
397 return formatArray($values, $width, "0x%08x");
429 $values = [];
432 $values[] = $range->start;
433 $values[] = $range->end;
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt15 // different values for 'str'
16 $values = array(
31 //loop through each element of $values for 'str' argument
32 for($count = 0; $count < count($values); $count++) {
34 var_dump( str_split($values[$count], $split_length) );
H A Dsprintf_variation2.phpt2 Test sprintf() function : usage variations - with all types of values for arg1 argument
5 echo "*** Testing sprintf() : with different types of values passed for arg1 argument ***\n";
26 //array of values to iterate over
27 $values = array(
83 foreach($values as $value) {
101 *** Testing sprintf() : with different types of values passed for arg1 argument ***
H A Dprintf_variation2.phpt2 Test printf() function : usage variations - with all types of values for arg1 argument
5 echo "*** Testing printf() : with different types of values passed for arg1 argument ***\n";
26 //array of values to iterate over
27 $values = array(
83 foreach($values as $value) {
104 *** Testing printf() : with different types of values passed for arg1 argument ***
/PHP-8.0/ext/standard/tests/array/
H A Dusort_variation10.phpt2 Test usort() function : usage variations - duplicate keys and values
6 * Pass an array with duplicate keys and values to usort() to test behaviour
23 // Array with duplicate string and integer keys and values
H A Darray_intersect_assoc_variation3.phpt35 // heredoc with quoted strings and numeric values
45 /*1*/ array(1, 2), // with default keys and numeric values
46 array(1.1, 2.2), // with default keys & float values
47 array(false,true), // with default keys and boolean values
55 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
56 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
57 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
61 // associative array, containing null/empty/boolean values as key/value
H A Dkrsort_variation6.phpt2 Test krsort() function : usage variations - sort hexadecimal values
6 * testing krsort() by providing array of hexa-decimal values for $array argument
7 * with following flag values:
15 // an array containing unsorted hexadecimal values with keys
H A Darray_unique_variation7.phpt6 * Testing the functionality of array_unique() by passing an array having binary values.
11 // array with binary values
H A Dnatcasesort_variation5.phpt2 Test natcasesort() function : usage variations - different hex values
6 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Drange_variation1.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Drange_variation1_64bit.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Darray_intersect_assoc_variation4.phpt35 // heredoc with quoted strings and numeric values
54 /*1*/ array(1, 2), // array with default keys and numeric values
55 array(1.1, 1.2, 1.3), // array with default keys & float values
56 array(false,true), // array with default keys and boolean values
64 /*9*/ array(1 => "one", 2 => "two", 6 => "six"), // explicit numeric keys, string values
65 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
66 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
70 // associative array, containing null/empty/boolean values as key/value
H A Darray_unshift_variation5.phpt2 Test array_unshift() function : usage variations - assoc. array with diff values for 'array' argume…
9 * associative arrays having different possible values to $array argument.
13 echo "*** Testing array_unshift() : associative array with different values ***\n";
44 // arrays with integer values
49 // arrays with float values
53 // arrays with string values
61 // array with mixed values
93 *** Testing array_unshift() : associative array with different values ***
/PHP-8.0/ext/date/tests/
H A Dgetdate_variation2.phpt2 Test getdate() function : usage variation - Passing octal timestamp values
10 //array of values to iterate over
13 //octal values
H A Dgetdate_variation3.phpt2 Test getdate() function : usage variation - Passing hexadcimal timestamp values
10 //array of values to iterate over
13 //octal values
/PHP-8.0/Zend/tests/type_declarations/
H A Diterable_002.phpt2 iterable type#002 - Default values
15 // No other values should be allowed as defaults
/PHP-8.0/ext/standard/tests/math/
H A Dexp_basic.phpt7 $values = array(10,
22 foreach($values as $value) {
H A Doctdec_basic.phpt9 $values = array(01234567,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = octdec($values[$i]);
H A Doctdec_basic_64bit.phpt12 $values = array(01234567,
30 for ($i = 0; $i < count($values); $i++) {
31 $res = octdec($values[$i]);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dstrval.phpt7 echo "*** Testing str_val() with scalar values***\n";
12 /* heredoc string with only numeric values */
25 // different valid scalar values
95 scalar values and returns the string conversion of same */
102 echo "\n*** Testing strval() with non_scalar values ***\n";
111 // non_scalar values, objects, arrays, resources and boolean
148 *** Testing str_val() with scalar values***
267 *** Testing strval() with non_scalar values ***
/PHP-8.0/ext/standard/tests/file/
H A Dstat_basic-win32-mb.phpt38 // stat contains 13 different values stored twice, can be accessed using
40 echo "*** Testing stat(): validating the values stored in stat ***\n";
41 // Initial stat values
45 // New stat values taken after creation of file
48 // compare the two stat values, initial stat and stat recorded after
68 *** Testing stat(): validating the values stored in stat ***
H A Dstat_basic-win32.phpt38 // stat contains 13 different values stored twice, can be accessed using
40 echo "*** Testing stat(): validating the values stored in stat ***\n";
41 // Initial stat values
45 // New stat values taken after creation of file
48 // compare the two stat values, initial stat and stat recorded after
68 *** Testing stat(): validating the values stored in stat ***
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt13 $context = array('total' => 0, 'values' => array());
16 $context['values'][] = $context['total'];
21 return implode(',', $context['values']);
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_plugin.c71 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
72 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
83 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
/PHP-8.0/ext/oci8/tests/
H A Dfetch_all5.phpt15 "insert into fetch_all5_tab values (1, 'abc')",
16 "insert into fetch_all5_tab values (2, 'def')",
17 "insert into fetch_all5_tab values (3, 'ghi')"

Completed in 25 milliseconds

12345678910>>...48