Home
last modified time | relevance | path

Searched refs:values (Results 151 – 175 of 1183) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/standard/tests/general_functions/
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.phpt18 // different integer values
41 echo "\n*** Output for integer values ***\n";
54 // different valid boolean values
78 // different valid float values
103 echo "\n*** Output for float values ***\n";
277 // different valid null values
289 echo "\n*** Output for null values ***\n";
308 *** Output for integer values ***
419 *** Output for boolean values ***
458 *** Output for float values ***
[all …]
H A Dvar_export-locale_32.phpt18 // different integer values
41 echo "\n*** Output for integer values ***\n";
54 // different valid boolean values
78 // different valid float values
103 echo "\n*** Output for float values ***\n";
277 // different valid null values
289 echo "\n*** Output for null values ***\n";
308 *** Output for integer values ***
419 *** Output for boolean values ***
458 *** Output for float values ***
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_flip.phpt19 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
21 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
23 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
H A Darray_sum_basic.phpt7 // array with integer values
12 // array with float values
17 // array with integer and float values
H A Darray_unshift_empty.phpt6 $values = [];
9 var_dump( array_unshift($array, ...$values) );
H A Darray_intersect_assoc_variation7.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' …
7 * associative arrays having different possible values to $arr1 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' …
7 * associative arrays having different possible values to $arr2 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argume…
7 * associative arrays having different possible values to $arr1 argument.
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
86 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argume…
7 * associative arrays having different possible values to $arr2 argument.
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
86 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
H A Darray_push_empty.phpt6 $values = [];
9 var_dump( array_push($array, ...$values) );
H A Darray_rand_variation5.phpt2 Test array_rand() function : usage variation - invalid values for 'req_num' parameter
7 * various invalid values are passed to the 'input' and 'req_num'
11 echo "*** Testing array_rand() : with invalid values for 'req_num' ***\n";
21 // Testing array_rand() function with various invalid 'req_num' values
22 // with valid num_req values
59 *** Testing array_rand() : with invalid values for 'req_num' ***
H A Darray_flip_variation5.phpt2 Test array_flip() function : usage variations - 'input' argument with repeatitive keys and values
6 * Using different types of repeatitive keys as well as values for 'input' array
9 echo "*** Testing array_flip() : 'input' array with repeatitive keys/values ***\n";
38 *** Testing array_flip() : 'input' array with repeatitive keys/values ***
/PHP-8.0/ext/posix/tests/
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";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_ttyname_variation3.phpt2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.
17 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
39 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
/PHP-8.0/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-8.0/ext/opcache/tests/
H A Dsend_unpack_empty_array.phpt9 $values = [];
10 var_dump(array_push($array, 4, ...$values));
/PHP-8.0/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-8.0/ext/standard/tests/strings/
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
10 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
31 //array of values to iterate over
32 $values = array(
84 foreach($values as $value) {
102 *** Testing vprintf() : with unexpected values for format argument ***
/PHP-8.0/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')",
H A Dfetch_row.phpt15 "insert into fetch_row_tab (id, value) values (1,1)",
16 "insert into fetch_row_tab (id, value) values (1,1)",
17 "insert into fetch_row_tab (id, value) values (1,1)",
/PHP-8.0/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-8.0/ext/standard/tests/math/
H A Dhexdec_basic.phpt9 $values = array(0x123abc,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = hexdec($values[$i]);
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat.stub.php19 public function format(array $values) {} argument
25 public static function formatMessage(string $locale, string $pattern, array $values) {} argument

Completed in 24 milliseconds

12345678910>>...48