Home
last modified time | relevance | path

Searched refs:values (Results 101 – 125 of 1390) sorted by last modified time

12345678910>>...56

/PHP-7.4/ext/standard/tests/array/
H A Darsort_object1.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
H A Darsort_object2.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation18.phpt2 Test vsprintf() function : usage variations - scientific formats with non-scientific values
11 * Test vsprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vsprintf() : scientific formats and non-scientific values ***\n";
25 // Arrays of non scientific values for the format defined in $format.
26 // Each sub array contains non scientific values which correspond to each format in $format
29 // array of float values
60 // and with non-scientific values from the above $args_array array
71 *** Testing vsprintf() : scientific formats and non-scientific values ***
H A Dvsprintf_variation4_64bit.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvsprintf_variation6.phpt2 Test vsprintf() function : usage variations - float formats with non-float values
11 * Test vsprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vsprintf() : float formats and non-float values ***\n";
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
29 // array of int values
60 // and with non-float values from the above $args_array array
71 *** Testing vsprintf() : float formats and non-float values ***
H A Dvsprintf_variation8.phpt2 Test vsprintf() function : usage variations - string formats with non-string values
11 * Test vsprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vsprintf() : string formats and non-string values ***\n";
27 // Arrays of non string values for the format defined in $format.
28 // Each sub array contains non string values which correspond to each format in $format
31 // array of float values
38 // array of int values
63 // and with non-string values from the above $args_array array
74 *** Testing vsprintf() : string formats and non-string values ***
/PHP-7.4/ext/gd/tests/
H A Dbug79067.phpt2 Bug #79067 (gdTransformAffineCopy() may use unitialized values)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h309 uint64_t *values; member
1352 MYSQLND_STATS * values; member
/PHP-7.4/Zend/tests/generators/
H A Dyield_in_finally_cleanup.phpt2 Free pending exceptions / return values on clone on yield in finally
/PHP-7.4/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-7.4/
H A DUPGRADING.INTERNALS209 assign values to references. For more information see
230 negative values indicating an error.
/PHP-7.4/win32/
H A Dregistry.c80 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
84 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory()
86 if (values) { in LoadDirectory()
92 for (i = 0; i < values; i++) { in LoadDirectory()
/PHP-7.4/tests/lang/operators/
H A Doperator_equals_variation.phpt29 // test valid values
43 // test invalid values
H A Doperator_equals_variation_64bit.phpt31 // test valid values
45 // test invalid values
H A Doperator_gt_or_equal_variation.phpt29 // test valid values
43 // test for invalid values
H A Doperator_gt_or_equal_variation_64bit.phpt29 // test valid values
43 // test for invalid values
H A Doperator_gt_variation.phpt24 // test valid values
38 // test for invalid values
H A Doperator_gt_variation_64bit.phpt28 // test valid values
42 // test for invalid values
H A Doperator_identical_variation.phpt29 // test for valid values
43 // test for invalid values
H A Doperator_identical_variation_64bit.phpt31 // test for valid values
45 // test for invalid values
H A Doperator_lt_or_equal_variation.phpt29 // test valid values
43 // test invalid values
H A Doperator_lt_or_equal_variation_64bit.phpt29 // test valid values
43 // test invalid values
H A Doperator_lt_variation.phpt36 // test for invalid values
H A Doperator_lt_variation_64bit.phpt40 // test for invalid values
H A Doperator_notequals_variation.phpt29 // test valid values
43 // test invalid values

Completed in 54 milliseconds

12345678910>>...56