Home
last modified time | relevance | path

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

12345678910>>...48

/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation4.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
10 * Test vprintf() when different int formats and non-int values are passed to
14 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
24 // Arrays of non int values for the format defined in $format.
25 // Each sub array contains non int values which correspond to each format in $format
28 // array of float values
59 // and with non-int values from the above $args_array array
71 *** Testing vprintf() : int formats and non-integer values ***
H A Dvprintf_variation4_64bit.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
10 * Test vprintf() when different int formats and non-int values are passed to
14 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
24 // Arrays of non int values for the format defined in $format.
25 // Each sub array contains non int values which correspond to each format in $format
28 // array of float values
59 // and with non-int values from the above $args_array array
71 *** Testing vprintf() : int formats and non-integer values ***
H A Djoin_variation2.phpt30 // array with different values
31 $values = array (
33 // integer values
39 // float values
46 // boolean values
52 // string values
63 // null values
79 // when $pieces argument is supplied with different values
82 for($index = 0; $index < count($values); $index ++) {
84 $pieces = $values [$index];
[all …]
H A Djoin_variation3.phpt2 Test join() function : usage variations - different values for 'pieces' argument
6 * test join() by giving different pieces values
12 array(1, 2), // array with default keys and numrice values
13 array(1.1, 2.2), // array with default keys & float values
15 array(false,true), // array with default keys and boolean values
21 array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
22 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
23 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
27 // associative array, containing null/empty/boolean values as key/value
H A Dvprintf_variation13.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
10 * Test vprintf() when different hexa formats and hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
28 // Arrays of hexa values for the format defined in $format.
29 // Each sub array contains hexa values which correspond to each format string in $format
43 // and with octal values from the above $args_array array
55 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvprintf_variation13_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
10 * Test vprintf() when different hexa formats and hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
28 // Arrays of hexa values for the format defined in $format.
29 // Each sub array contains hexa values which correspond to each format string in $format
43 // and with octal values from the above $args_array array
55 *** Testing vprintf() : hexa formats with hexa values ***
H A Dchunk_split_variation5.phpt2 Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(B…
10 * passsing different integer values for 'chunklen' argument to chunk_split()
14 echo "*** Testing chunk_split() : different integer values for 'chunklen' ***\n";
20 // different values for chunklen
21 $values = array (
33 for($count = 0; $count < count($values); $count++) {
36 var_dump( chunk_split($str, $values[$count], $ending) );
46 *** Testing chunk_split() : different integer values for 'chunklen' ***
H A Dchunk_split_variation13.phpt12 $values = array (
17 //loop through each element of values for 'str' and default value of 'chunklen'
18 for($count = 0; $count < count($values); $count++) {
20 var_dump( chunk_split($values[$count]) );
H A Dvprintf_variation9.phpt2 Test vprintf() function : usage variations - char formats with char values
10 echo "*** Testing vprintf() : char formats with char values ***\n";
25 // Arrays of char values for the format defined in $format.
26 // Each sub array contains char values which correspond to each format string in $format
40 // and with char values from the above $args_array array
52 *** Testing vprintf() : char formats with char values ***
H A Dstristr_variation2.phpt2 Test stristr() function : usage variations - test values for $needle argument
22 // array with different values for $input
25 // integer values
31 // float values
36 // array values
41 // boolean values
47 // null values
H A Dstrrpos_variation10.phpt9 echo "*** Testing strrpos() function with unexpected values for needle ***\n";
27 // array with different values
30 // integer values
36 // float values
43 // array values
50 // boolean values
63 // null values
94 *** Testing strrpos() function with unexpected values for needle ***
H A Dstripos_variation10.phpt9 echo "*** Testing stripos() function with unexpected values for needle ***\n";
27 // array with different values
30 // integer values
36 // float values
43 // array values
50 // boolean values
63 // null values
94 *** Testing stripos() function with unexpected values for needle ***
H A Dvprintf_variation18.phpt2 Test vprintf() function : usage variations - scientific formats with non-scientific values
6 * Test vprintf() when different scientific formats and non-scientific values are passed to
10 echo "*** Testing vprintf() : scientific formats and non-scientific values ***\n";
20 // Arrays of non scientific values for the format defined in $format.
21 // Each sub array contains non scientific values which correspond to each format in $format
24 // array of float values
55 // and with non-scientific values from the above $args_array array
67 *** Testing vprintf() : scientific formats and non-scientific values ***
/PHP-8.0/Zend/tests/return_types/
H A D015.phpt9 function values(): Collection;
13 function values(): Collection {
19 var_dump($v->values());
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt2 Test var_export() function with valid float values
7 echo "*** Testing var_export() with valid float values ***\n";
8 // different valid float values
31 /* Loop to check for above float values with var_export() */
32 echo "\n*** Output for float values ***\n";
45 *** Testing var_export() with valid float values ***
47 *** Output for float values ***
H A Dfloatval_basic.phpt7 // different valid float values
33 float values, expected output:float value for valid floating point number */
34 echo "*** Testing floatval() with valid float values ***\n";
41 float values, expected output:float value for valid floating point number */
42 echo "\n*** Testing doubleval() with valid float values ***\n";
50 *** Testing floatval() with valid float values ***
109 *** Testing doubleval() with valid float values ***
/PHP-8.0/ext/standard/tests/array/
H A Darray_unique_variation4.phpt2 Test array_unique() function : usage variations - associative array with different values
7 * associative arrays having different values to $input argument.
10 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n";
32 // associative arrays with different values
34 // arrays with integer values
38 // arrays with float values
42 // arrays with string values
64 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
H A Darray_combine_error2.phpt7 // Testing array_combine by passing empty arrays to $keys and $values arguments
19 // Testing array_combine by passing empty array to $values
20 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
44 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
45 -- Testing array_combine() function with empty array for $values argument --
46 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
48 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
H A Darray_combine_basic.phpt7 /* Different arrays for $keys and $values arguments */
9 // array with default keys for $keys and $values arguments
14 // associative arrays for $keys and $values arguments
19 // mixed array for $keys and $values arguments
H A Darray_map_variation5.phpt2 Test array_map() function : usage variations - associative array with different values
6 * Test array_map() by passing associative array with different values for $arr1 argument
9 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
41 // arrays with integer values
46 // arrays with float values
50 // arrays with string values
58 // array with mixed values
75 *** Testing array_map() : associative array with diff. values for 'arr1' argument ***
/PHP-8.0/Zend/tests/
H A Dint_special_values.phpt2 Conversion of special float values to int
5 $values = [
14 foreach($values as $value) {
H A Ddval_to_lval_32.phpt11 $values = [
19 $values[] = -2147483649.8;
21 foreach ($values as $v) {
/PHP-8.0/ext/pdo/tests/
H A Dpecl_bug_5809.phpt20 $values = array(1);
21 var_dump($values);
23 $stmt->execute($values);
24 var_dump($values);
/PHP-8.0/ext/xml/tests/
H A Dbug70962.phpt14 xml_parse_into_struct($parser, $xml, $values);
16 return $values;
26 // Check XML_OPTION_SKIP_WHITE ignores values of tags containing whitespace characters only.
29 // Check XML_OPTION_SKIP_WHITE ignores empty <![CDATA[ ]]> values.
/PHP-8.0/ext/standard/tests/math/
H A Dabs_basic.phpt9 $values = array(23,
24 for ($i = 0; $i < count($values); $i++) {
25 $res = abs($values[$i]);

Completed in 33 milliseconds

12345678910>>...48