Home
last modified time | relevance | path

Searched refs:values (Results 51 – 75 of 1712) sorted by relevance

12345678910>>...69

/PHP-7.1/ext/standard/tests/strings/
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation15.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
41 // and with signed and other types of values from the above $args_array array
54 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation15_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
41 // and with signed and other types of values from the above $args_array array
54 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation3.phpt2 Test vprintf() function : usage variations - int formats with int values
11 * Test vprintf() when different int formats and int values are passed to
15 echo "*** Testing vprintf() : int formats with int values ***\n";
30 // Arrays of int values for the format defined in $format.
31 // Each sub array contains int values which correspond to each format string in $format
45 // and with int values from the above $args_array array
58 *** Testing vprintf() : int formats with int values ***
H A Dvsprintf_variation15.phpt2 Test vsprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vsprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vsprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
41 // and with signed and other types of values from the above $args_array array
52 *** Testing vsprintf() : unsigned formats and unsigned values ***
H A Dvsprintf_variation15_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vsprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vsprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
41 // and with signed and other types of values from the above $args_array array
52 *** Testing vsprintf() : unsigned formats and unsigned values ***
H A Dvsprintf_variation3.phpt2 Test vsprintf() function : usage variations - int formats with int values
11 * Test vsprintf() when different int formats and int values are passed to
15 echo "*** Testing vsprintf() : int formats with int values ***\n";
30 // Arrays of int values for the format defined in $format.
31 // Each sub array contains int values which correspond to each format string in $format
45 // and with int values from the above $args_array array
56 *** Testing vsprintf() : int formats with int values ***
H A Dchr_variation1.phpt2 Test chr() function : usage variations - test values for $ascii argument
27 // array with different values for $input
30 // integer values
36 // float values
41 // array values
46 // boolean values
52 // null 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 Djoin_variation3.phpt2 Test join() function : usage variations - different values for 'pieces' argument
12 * test join() by giving different pieces values
18 array(1, 2), // array with default keys and numrice values
19 array(1.1, 2.2), // array with default keys & float values
21 array(false,true), // array with default keys and boolean values
27 array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
28 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
29 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
33 // associative array, containing null/empty/boolean values as key/value
H A Dstr_split_variation7_64bit.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' with her…
18 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_s…
21 echo "*** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***\n…
27 //different values for 'split_length'
28 $values = array (
39 //loop through each element of $values for 'split_length'
40 for($count = 0; $count < count($values); $count++) {
42 var_dump( str_split($str, $values[$count]) );
47 *** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***
H A Dvfprintf_variation10.phpt2 Test vfprintf() function : usage variations - char formats with non-char values
11 * Test vfprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vfprintf() : 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
72 // and with non-char values from the above $args_array array
89 *** Testing vfprintf() : char formats and non-char values ***
H A Dvfprintf_variation12.phpt2 Test vfprintf() function : usage variations - octal formats with non-octal values
15 * Test vfprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-octal values from the above $args_array array
93 *** Testing vfprintf() : octal formats and non-octal values ***
H A Dvfprintf_variation12_64bit.phpt2 Test vfprintf() function : usage variations - octal formats with non-octal values
15 * Test vfprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-octal values from the above $args_array array
93 *** Testing vfprintf() : octal formats and non-octal values ***
H A Dvfprintf_variation16.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation16_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation21.phpt2 Test vfprintf() function : usage variations - unexpected values for args argument
11 * Test vfprintf() when different unexpected values are passed to
15 echo "*** Testing vfprintf() : with unexpected values for args argument ***\n";
36 //array of values to iterate over
37 $values = array(
88 fprintf($fp, "\n*** Testing vprintf() with unexpected values for args argument ***\n");
91 foreach( $values as $value ) {
107 *** Testing vfprintf() : with unexpected values for args argument ***
119 *** Testing vprintf() with unexpected values for args argument ***
H A Dvfprintf_variation8.phpt2 Test vfprintf() function : usage variations - string formats with non-string values
11 * Test vfprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vfprintf() : 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
68 // and with non-string values from the above $args_array array
85 *** Testing vfprintf() : string formats and non-string values ***
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
/PHP-7.1/ext/imap/tests/
H A Dimap_timeout_basic.phpt18 echo "GET values:\n";
24 echo "SET values:\n";
32 echo "CHECK values:\n";
48 GET values:
53 SET values:
57 CHECK values:
/PHP-7.1/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
13 $values = array (
14 //Decimal values
20 //Octal values
26 //Hexadecimal values
35 foreach($values as $value) {
/PHP-7.1/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt15 $values = iterator_to_array($enum);
16 var_dump(in_array('Europe/Lisbon', $values));
17 var_dump(in_array('Atlantic/Azores', $values));
24 var_dump($values2 == $values);

Completed in 49 milliseconds

12345678910>>...69