Home
last modified time | relevance | path

Searched refs:values (Results 76 – 100 of 1794) sorted by relevance

12345678910>>...72

/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation17.phpt2 Test vsprintf() function : usage variations - scientific formats with scientific values
11 * Test vsprintf() when different scientific formats and scientific values
15 echo "*** Testing vsprintf() : scientific formats and scientific values ***\n";
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
37 // and with signed and other types of values from the above $args_array array
48 *** Testing vsprintf() : scientific formats and scientific values ***
H A Dvsprintf_variation5.phpt2 Test vsprintf() function : usage variations - float formats with float values
11 * Test vsprintf() when different float formats and float values are passed to
15 echo "*** Testing vsprintf() : int formats with float values ***\n";
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
45 // and with float values from the above $args_array array
57 *** Testing vsprintf() : int formats with float values ***
H A Dvprintf_variation11.phpt2 Test vprintf() function : usage variations - octal formats with octal values
15 * Test vprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
61 *** Testing vprintf() : octal formats with octal values ***
H A Dvprintf_variation11_64bit.phpt2 Test vprintf() function : usage variations - octal formats with octal values
15 * Test vprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
61 *** Testing vprintf() : octal formats with octal values ***
H A Dvprintf_variation5.phpt2 Test vprintf() function : usage variations - float formats with float values
11 * Test vprintf() when different float formats and float values are passed to
15 echo "*** Testing vprintf() : int formats with float values ***\n";
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
45 // and with float values from the above $args_array array
58 *** Testing vprintf() : int formats with float values ***
H A Dvsprintf_variation11.phpt2 Test vsprintf() function : usage variations - octal formats with octal values
15 * Test vsprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vsprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
60 *** Testing vsprintf() : octal formats with octal values ***
H A Dvsprintf_variation11_64bit.phpt2 Test vsprintf() function : usage variations - octal formats with octal values
15 * Test vsprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vsprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
60 *** Testing vsprintf() : octal formats with octal values ***
H A Dstrrpos_variation11.phpt28 // array with different values
29 $values = array (
31 // integer values
37 // float values
44 // array values
51 // boolean values
81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( strrpos($values[$index], $values[$index]) );
85 var_dump( strrpos($values[$index], $values[$index], 1) );
[all …]
H A Dstrtok_variation1.phpt32 // array with different values
33 $values = array (
35 // integer values
41 // float values
48 // array values
55 // boolean values
84 // when $str argument is supplied with different values
86 echo "\n--- Testing strtok() by supplying different values for 'str' argument ---\n";
88 for($index = 0; $index < count($values); $index ++) {
90 $str = $values [$index];
[all …]
H A Dvprintf_variation6.phpt2 Test vprintf() function : usage variations - float formats with non-float values
11 * Test vprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vprintf() : 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
73 *** Testing vprintf() : float formats and non-float values ***
H A Dstrncasecmp_variation5.phpt2 Test strncasecmp() function : usage variations - unexpected values for 'len'
10 /* Test strncasecmp() function with the unexpected values, and giving the same strings for 'str1' a…
12 echo "*** Test strncasecmp() function: unexpected values for 'len' ***\n";
33 /* array with different values */
36 /* float values */
42 /* hexadecimal values */
45 /* octal values */
49 /* array values */
56 /* boolean values */
96 *** Test strncasecmp() function: unexpected values for 'len' ***
H A Dstrncmp_variation4.phpt28 /* array with different values */
29 $values = array (
30 /* integer values */
36 /* float values */
43 /* hexadecimal values */
47 /* octal values */
52 /* array values */
59 /* boolean values */
90 $str1 = $values[$index];
91 $str2 = $values[$index];
[all …]
H A Dstrrpos_variation15.phpt12 echo "*** Testing strrpos() function: with unexpected values for haystack, needle & offset ***\n";
28 // array with different values
29 $values = array (
31 // integer values
37 // float values
44 // array values
51 // boolean values
81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
90 *** Testing strrpos() function: with unexpected values for haystack, needle & offset ***
H A Dvfprintf_variation11.phpt2 Test vfprintf() function : usage variations - octal formats with octal values
15 * Test vfprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vfprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
53 // and with octal values from the above $args_array array
70 *** Testing vfprintf() : octal formats with octal values ***
H A Dvfprintf_variation11_64bit.phpt2 Test vfprintf() function : usage variations - octal formats with octal values
15 * Test vfprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vfprintf() : octal formats with octal values ***\n";
33 // Arrays of octal values for the format defined in $format.
34 // Each sub array contains octal values which correspond to each format string in $format
53 // and with octal values from the above $args_array array
70 *** Testing vfprintf() : octal formats with octal values ***
H A Dvfprintf_variation3.phpt2 Test vfprintf() function : usage variations - int formats with int values
11 * Test vfprintf() when different int formats and int values are passed to
15 echo "*** Testing vfprintf() : 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
68 *** Testing vfprintf() : int formats with int values ***
H A Dvfprintf_variation15.phpt2 Test vfprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vfprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vfprintf() : 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
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvfprintf_variation15_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vfprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vfprintf() : 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
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvfprintf_variation5.phpt2 Test vfprintf() function : usage variations - float formats with float values
11 * Test vfprintf() when different float formats and float values are passed to
15 echo "*** Testing vfprintf() : int formats with float values ***\n";
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
50 // and with float values from the above $args_array array
67 *** Testing vfprintf() : int formats with float values ***
H A Dvprintf_variation17.phpt2 Test vsprintf() function : usage variations - scientific formats with scientific values
11 * Test vprintf() when different scientific formats and scientific values
15 echo "*** Testing vprintf() : scientific formats and scientific values ***\n";
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
37 // and with signed and other types of values from the above $args_array array
50 *** Testing vprintf() : scientific formats and scientific values ***
H A Dvfprintf_variation6.phpt2 Test vfprintf() function : usage variations - float formats with non-float values
11 * Test vfprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vfprintf() : 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
65 // and with non-float values from the above $args_array array
82 *** Testing vfprintf() : float formats and non-float values ***
H A Dvsprintf_variation4.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 ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation1.phpt2 Test array_fill() function : usage variations - unexpected values for 'start_key' argument
42 //array of different values for 'start_key' argument
43 $values = array(
45 // float values
52 // array values
59 // null values
63 // boolean values
73 // string values
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
[all …]
H A Darray_fill_variation1_64bit.phpt2 Test array_fill() function : usage variations - unexpected values for 'start_key' argument
42 //array of different values for 'start_key' argument
43 $values = array(
45 // float values
52 // array values
59 // null values
63 // boolean values
73 // string values
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
[all …]
H A Darray_combine_variation2.phpt2 Test array_combine() function : usage variations - unexpected values for 'values' argument
5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
12 * Testing array_combine() function by passing values to $values argument other than arrays
17 echo "*** Testing array_combine() : Passing non-array values to \$values argument ***\n";
42 // unexpected values to be passed to $values argument
92 foreach($values_passed as $values) {
94 var_dump( array_combine($keys,$values) );
101 *** Testing array_combine() : Passing non-array values to $values argument ***

Completed in 40 milliseconds

12345678910>>...72