Home
last modified time | relevance | path

Searched refs:values (Results 251 – 275 of 1968) sorted by relevance

1...<<11121314151617181920>>...79

/PHP-7.1/ext/posix/tests/
H A Dposix_setuid_variation5.phpt2 Test function posix_setuid() by substituting argument 1 with int values.
16 echo "*** Test substituting argument 1 with int values ***\n";
32 *** Test substituting argument 1 with int values ***
H A Dposix_ttyname_variation4.phpt2 Test function posix_ttyname() by substituting argument 1 with float values.
17 echo "*** Test substituting argument 1 with float values ***\n";
35 *** Test substituting argument 1 with float values ***
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.1/ext/standard/tests/array/
H A Darray_flip.phpt19 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
21 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
23 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
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 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_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 --
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
/PHP-7.1/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation7.phpt2 Test function get_cfg_var() by substituting argument 1 with string values.
14 echo "*** Test substituting argument 1 with unknown string values ***\n";
35 *** Test substituting argument 1 with unknown string values ***
H A Dget_extension_funcs_variation.phpt27 // array with different values for $str
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
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 Dget_cfg_var_variation6.phpt2 Test function get_cfg_var() by substituting argument 1 with object values.
14 echo "*** Test substituting argument 1 with object values ***\n";
40 *** Test substituting argument 1 with object values ***
H A Dgetservbyname_variation10.phpt2 Test function getservbyname() by substituting argument 2 with emptyUnsetUndefNull values.
13 echo "*** Test substituting argument 2 with emptyUnsetUndefNull values ***\n";
36 *** Test substituting argument 2 with emptyUnsetUndefNull values ***
/PHP-7.1/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.1/ext/oci8/tests/
H A Dimp_res_cursor.phpt27 "insert into imp_res_cursor_tab_1 values (1, 'abcde')",
28 "insert into imp_res_cursor_tab_1 values (2, 'fghij')",
29 "insert into imp_res_cursor_tab_1 values (3, 'klmno')",
33 "insert into imp_res_cursor_tab_2 values ('t')",
34 "insert into imp_res_cursor_tab_2 values ('u')",
35 "insert into imp_res_cursor_tab_2 values ('v')",
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.1/ext/standard/tests/strings/
H A Dsscanf_variation1.phpt26 // array with different values for $input
29 // integer values
36 // float values
41 // array values
46 // boolean values
52 // null values
/PHP-7.1/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) {

Completed in 22 milliseconds

1...<<11121314151617181920>>...79