Home
last modified time | relevance | path

Searched refs:values (Results 201 – 225 of 1390) sorted by relevance

12345678910>>...56

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation7.phpt6 * Description: Removes duplicate values from array
11 * Testing the functionality of array_unique() by passing an array having binary values.
16 // array with binary values
H A Darray_pad_variation4.phpt11 * Passing binary values to $pad_value argument and testing whether
13 * The $input and $pad_size arguments passed are fixed values.
16 echo "*** Testing array_pad() : Passing binary values to \$pad_value argument ***\n";
31 *** Testing array_pad() : Passing binary values to $pad_value argument ***
H A Darray_sum_variation3.phpt2 Test array_sum() function : usage variations - array with different float values
11 * sum of array containing different float values
14 echo "*** Testing array_sum() : array with different float values ***\n";
46 *** Testing array_sum() : array with different float values ***
H A Dusort_variation10.phpt2 Test usort() function : usage variations - duplicate keys and values
6 * Description: Sort an array by values using a user-defined comparison function
11 * Pass an array with duplicate keys and values to usort() to test behaviour
28 // Array with duplicate string and integer keys and values
H A Darray_sum_variation2.phpt12 * integer, octal, hexadecimal, maximum and minimum integer values & mixed of all integers
32 // Mixed values int, octal & hex
34 echo "-- Sum of mixed integer values --\n";
47 -- Sum of mixed integer values --
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
17 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_seteuid_variation2.phpt2 Test function posix_seteuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
17 echo "*** Test substituting argument 1 with array values ***\n";
37 *** Test substituting argument 1 with array values ***
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
17 echo "*** Test substituting argument 1 with string values ***\n";
38 *** Test substituting argument 1 with string values ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation2.phpt2 Test function proc_nice() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dget_cfg_var_variation3.phpt2 Test function get_cfg_var() by substituting argument 1 with emptyUnsetUndefNull values.
14 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
36 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dvar_export-locale.phpt23 // different integer values
46 echo "\n*** Output for integer values ***\n";
59 // different valid boolean values
83 // different valid float values
108 echo "\n*** Output for float values ***\n";
282 // different valid null values
294 echo "\n*** Output for null values ***\n";
320 *** Output for integer values ***
431 *** Output for boolean values ***
470 *** Output for float values ***
[all …]
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_74462.phpt13 $dbh->exec('insert into atable (id, abool) values (1, true)');
14 $dbh->exec('insert into atable (id, abool) values (2, false)');
15 $dbh->exec('insert into atable (id, abool) values (3, null)');
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt34 // array of values for 'from'
37 // integer values
42 // float values
47 // array values
52 // boolean values
58 // null values
H A Dsprintf_variation14.phpt2 Test sprintf() function : usage variations - float formats with boolean values
10 echo "*** Testing sprintf() : float formats with boolean values ***\n";
12 // array of boolean type values
41 *** Testing sprintf() : float formats with boolean values ***
H A Dsprintf_variation33.phpt2 Test sprintf() function : usage variations - octal formats with boolean values
10 echo "*** Testing sprintf() : octal formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : octal formats with boolean values ***
H A Dsprintf_variation45.phpt2 Test sprintf() function : usage variations - unsigned formats with boolean values
10 echo "*** Testing sprintf() : unsigned formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : unsigned formats with boolean values ***
H A Dsprintf_variation7.phpt2 Test sprintf() function : usage variations - int formats with boolean values
10 echo "*** Testing sprintf() : integer formats with boolean values ***\n";
12 // array of boolean type values
41 *** Testing sprintf() : integer formats with boolean values ***
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_cursor.phpt27 "insert into imp_res_get_cursor_tab_1 values (1, 'abcde')",
28 "insert into imp_res_get_cursor_tab_1 values (2, 'fghij')",
29 "insert into imp_res_get_cursor_tab_1 values (3, 'klmno')",
33 "insert into imp_res_get_cursor_tab_2 values ('t')",
34 "insert into imp_res_get_cursor_tab_2 values ('u')",
35 "insert into imp_res_get_cursor_tab_2 values ('v')",
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt66 $values = array();
70 if (!isset($values[$value]))
71 $values[$value] = array($name);
73 $values[$value][] = $name;
94 if (!empty($values)) {
95 foreach ($values as $value => $constants) {
/PHP-7.4/Zend/tests/generators/
H A Dbug67497.phpt16 $values = gen();
17 $values->next();
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt25 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 1')");
26 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 2')");
39 $dbh->exec("insert into pdo_ac_tab (col1) values ('not committed #1')");
40 $dbh->exec("insert into pdo_ac_tab (col1) values ('data that is too long to fit and will barf')");
51 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 3')");
66 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 4')");
83 $dbh->exec("insert into pdo_ac_tab (col1) values ('not committed #2')");
85 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 5')");
86 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 6')");
/PHP-7.4/ext/opcache/tests/
H A Dsend_unpack_empty_array.phpt9 $values = [];
10 var_dump(array_push($array, 4, ...$values));

Completed in 29 milliseconds

12345678910>>...56