Home
last modified time | relevance | path

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

12345678910>>...44

/php-src/ext/standard/tests/strings/
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 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_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 ***
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_variation16.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
10 * Test vprintf() when different unsigned formats and signed values and other types of values
14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
24 // Arrays of signed and other type of values for the format defined in $format.
25 // Each sub array contains signed values which correspond to each format in $format
28 // array of float values
59 // and with signed and other types of values from the above $args_array array
70 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation16_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
10 * Test vprintf() when different unsigned formats and signed values and other types of values
14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
24 // Arrays of signed and other type of values for the format defined in $format.
25 // Each sub array contains signed values which correspond to each format in $format
28 // array of float values
59 // and with signed and other types of values from the above $args_array array
71 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation10.phpt2 Test vprintf() function : usage variations - char formats with non-char values
11 * Test vprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vprintf() : char formats and non-char values ***\n";
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
29 // array of float values
36 // array of int values
67 // and with non-char values from the above $args_array array
79 *** Testing vprintf() : char formats and non-char values ***
H A Dvprintf_variation6.phpt2 Test vprintf() function : usage variations - float formats with non-float values
6 * Test vprintf() when different float formats and non-float values are passed to
10 echo "*** Testing vprintf() : float formats and non-float values ***\n";
20 // Arrays of non float values for the format defined in $format.
21 // Each sub array contains non float values which correspond to each format in $format
24 // array of int values
55 // and with non-float values from the above $args_array array
67 *** Testing vprintf() : float formats and non-float values ***
/php-src/ext/standard/tests/array/
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-src/ext/standard/tests/math/
H A Dlog_basic.phpt7 $values = array(23,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = log($values[$i]);
26 for ($i = 0; $i < count($values); $i++) {
27 $res = log($values[$i], 4);
H A Dasinh_variation.phpt12 //Test asinh with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = asinh($values[$i]);
H A Datan_variation.phpt12 //Test atan with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = atan($values[$i]);
H A Dcos_variation.phpt12 //Test cos with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = cos($values[$i]);
H A Ddeg2rad_variation.phpt12 //Test deg2rad with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = deg2rad($values[$i]);
H A Drad2deg_variation.phpt12 //Test rad2deg with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = rad2deg($values[$i]);
H A Dsin_variation.phpt12 //Test sin with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = sin($values[$i]);
H A Dtan_variation.phpt12 //Test tan with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = tan($values[$i]);
H A Dtanh_variation.phpt12 //Test tanh with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = tanh($values[$i]);
H A Dacosh_variation.phpt12 //Test acosh with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = acosh($values[$i]);
H A Dcosh_variation.phpt12 //Test cosh with a different input values
14 $values = array(23,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = cosh($values[$i]);
/php-src/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt11 $values = iterator_to_array($enum);
12 var_dump(in_array('Europe/Lisbon', $values));
13 var_dump(in_array('Atlantic/Azores', $values));
20 var_dump($values2 == $values);

Completed in 37 milliseconds

12345678910>>...44