Home
last modified time | relevance | path

Searched refs:values (Results 26 – 50 of 1183) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_variation3.phpt2 Test array_walk() function : usage variations - 'input' array with different values
15 echo "*** Testing array_walk() : 'input' array with different values***\n";
20 // integer values
26 // string values
29 // bool values
32 // null values
52 *** Testing array_walk() : 'input' array with different values***
H A Darray_combine_variation5.phpt2 Test array_combine() function : usage variations - associative array with different values(Bug#4342…
7 * associative arrays having different possible values to $keys argument and
8 * associative arrays having different possible values to $values argument.
11 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
77 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
H A Darray_walk_recursive_variation3.phpt2 Test array_walk_recursive() function : usage variations - 'input' array with different values
15 echo "*** Testing array_walk_recursive() : 'input' array with different values***\n";
20 // integer values
26 // string values
29 // bool values
32 // null values
52 *** Testing array_walk_recursive() : 'input' array with different values***
/PHP-8.0/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt2 …mime_type() function : usage variations - Pass decimal, octal, and hexadecimal values as imagetype
8 $values = array (
9 //Decimal values
15 //Octal values
21 //Hexadecimal values
30 foreach($values as $value) {
/PHP-8.0/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt23 // array with different values
24 $values = array (
26 // integer values
32 // float values
39 // array values
46 // boolean values
59 // null values
76 for($index = 0; $index < count($values); $index ++) {
78 $haystack = $values[$index];
80 var_dump( strrpos($values[$index], $values[$index]) );
[all …]
H A Dstripos_variation11.phpt23 // array with different values
24 $values = array (
26 // integer values
32 // float values
39 // array values
46 // boolean values
59 // null values
76 for($index = 0; $index < count($values); $index ++) {
78 $haystack = $values[$index];
80 var_dump( stripos($values[$index], $values[$index]) );
[all …]
H A Dstr_split_variation6.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' argument
6 * passing different integer values for 'split_length' argument to str_split()
9 echo "*** Testing str_split() : different integer values for 'split_length' ***\n";
13 //different values for 'split_length'
14 $values = array (
24 //loop through each element of $values for 'split_length'
25 for($count = 0; $count < count($values); $count++) {
29 var_dump( str_split($str, $values[$count]) );
36 *** Testing str_split() : different integer values for 'split_length' ***
H A Dvprintf_variation12.phpt2 Test vprintf() function : usage variations - octal formats with non-octal values
10 * Test vprintf() when different octal formats and non-octal values are passed to
14 echo "*** Testing vprintf() : octal formats and non-octal values ***\n";
24 // Arrays of non octal values for the format defined in $format.
25 // Each sub array contains non octal values which correspond to each format in $format
28 // array of float values
35 // array of int values
66 // and with non-octal values from the above $args_array array
78 *** Testing vprintf() : octal formats and non-octal values ***
H A Dvprintf_variation12_64bit.phpt2 Test vprintf() function : usage variations - octal formats with non-octal values
10 * Test vprintf() when different octal formats and non-octal values are passed to
14 echo "*** Testing vprintf() : octal formats and non-octal values ***\n";
24 // Arrays of non octal values for the format defined in $format.
25 // Each sub array contains non octal values which correspond to each format in $format
28 // array of float values
35 // array of int values
66 // and with non-octal values from the above $args_array array
78 *** Testing vprintf() : octal formats and non-octal values ***
H A Dvprintf_variation15.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
10 * Test vprintf() when different unsigned formats and unsigned values
14 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
25 // Arrays of unsigned values for the format defined in $format.
26 // Each sub array contains unsigned values which correspond to each format string in $format
36 // and with signed and other types of values from the above $args_array array
48 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation15_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
10 * Test vprintf() when different unsigned formats and unsigned values
14 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
25 // Arrays of unsigned values for the format defined in $format.
26 // Each sub array contains unsigned values which correspond to each format string in $format
36 // and with signed and other types of values from the above $args_array array
48 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation3.phpt2 Test vprintf() function : usage variations - int formats with int values
6 * Test vprintf() when different int formats and int values are passed to
10 echo "*** Testing vprintf() : int formats with int values ***\n";
25 // Arrays of int values for the format defined in $format.
26 // Each sub array contains int values which correspond to each format string in $format
40 // and with int values from the above $args_array array
52 *** Testing vprintf() : int formats with int values ***
H A Dvprintf_variation5.phpt2 Test vprintf() function : usage variations - float formats with float values
6 * Test vprintf() when different float formats and float values are passed to
10 echo "*** Testing vprintf() : int formats with float values ***\n";
25 // Arrays of float values for the format defined in $format.
26 // Each sub array contains float values which correspond to each format string in $format
40 // and with float values from the above $args_array array
52 *** Testing vprintf() : int formats with float values ***
/PHP-8.0/ext/standard/tests/math/
H A Datan_variation.phpt12 //Test atan with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = atan($values[$i]);
H A Dcos_variation.phpt12 //Test cos with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = cos($values[$i]);
H A Dcosh_variation.phpt12 //Test cosh with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = cosh($values[$i]);
H A Drad2deg_variation.phpt12 //Test rad2deg with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = rad2deg($values[$i]);
H A Dsin_variation.phpt12 //Test sin with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = sin($values[$i]);
H A Dsinh_variation.phpt12 //Test sinh with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = sinh($values[$i]);
H A Dtan_variation.phpt12 //Test tan with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = tan($values[$i]);
H A Dtanh_variation.phpt12 //Test tanh with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = tanh($values[$i]);
H A Dasinh_variation.phpt12 //Test asinh with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = asinh($values[$i]);
H A Ddeg2rad_variation.phpt12 //Test deg2rad with a different input values
14 $values = array(23,
28 for ($i = 0; $i < count($values); $i++) {
29 $res = deg2rad($values[$i]);
H A Dlog_basic.phpt7 $values = array(23,
21 for ($i = 0; $i < count($values); $i++) {
22 $res = log($values[$i]);
27 for ($i = 0; $i < count($values); $i++) {
28 $res = log($values[$i], 4);
/PHP-8.0/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt13 $values = iterator_to_array($enum);
14 var_dump(in_array('Europe/Lisbon', $values));
15 var_dump(in_array('Atlantic/Azores', $values));
22 var_dump($values2 == $values);

Completed in 40 milliseconds

12345678910>>...48