Home
last modified time | relevance | path

Searched refs:values (Results 251 – 275 of 1737) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_extension_funcs_variation.phpt27 // array with different values for $str
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dproc_nice_variation2.phpt2 Test function proc_nice() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dget_cfg_var_variation3.phpt2 Test function get_cfg_var() by substituting argument 1 with emptyUnsetUndefNull values.
14 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
36 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dget_cfg_var_variation6.phpt2 Test function get_cfg_var() by substituting argument 1 with object values.
14 echo "*** Test substituting argument 1 with object values ***\n";
40 *** Test substituting argument 1 with object values ***
/PHP-5.3/ext/standard/tests/array/
H A Darray_combine_error2.phpt5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
13 // Testing array_combine by passing empty arrays to $keys and $values arguments
21 // Testing array_combine by passing empty array to $values
22 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
44 -- Testing array_combine() function with empty array for $values argument --
H A Darray_pad_variation4.phpt11 * Passing binary values to $pad_value argument and testing whether
13 * The $input and $pad_size arguments passed are fixed values.
16 echo "*** Testing array_pad() : Passing binary values to \$pad_value argument ***\n";
31 *** Testing array_pad() : Passing binary values to $pad_value argument ***
H A Darray_sum_variation3.phpt2 Test array_sum() function : usage variations - array with different float values
11 * sum of array containing different float values
14 echo "*** Testing array_sum() : array with different float values ***\n";
46 *** Testing array_sum() : array with different float values ***
H A Darray_unique_variation7.phpt6 * Description: Removes duplicate values from array
11 * Testing the functionality of array_unique() by passing an array having binary values.
16 // array with binary values
H A Darray_sum_variation2.phpt12 * integer, octal, hexadecimal, maximum and minimum integer values & mixed of all integers
32 // Mixed values int, octal & hex
34 echo "-- Sum of mixed integer values --\n";
47 -- Sum of mixed integer values --
H A Dusort_variation10.phpt2 Test usort() function : usage variations - duplicate keys and values
6 * Description: Sort an array by values using a user-defined comparison function
11 * Pass an array with duplicate keys and values to usort() to test behaviour
28 // Array with duplicate string and integer keys and values
H A Darray_chunk_variation3.phpt2 Test array_chunk() function : usage variations - unexpected values for 'preserve_keys'
11 * Testing array_chunk() function with unexpected values for 'preserve_keys'
24 //array of values to iterate over
25 $values = array(
66 foreach($values as $value) {
H A Darray_rand_variation5.phpt2 Test array_rand() function : usage variation - invalid values for 'req_num' parameter
12 * various invalid values are passed to the 'input' and 'req_num'
16 echo "*** Testing array_rand() : with invalid values for 'req_num' ***\n";
26 // Testing array_rand() function with various invalid 'req_num' values
27 // with valid num_req values
47 *** Testing array_rand() : with invalid values for 'req_num' ***
/PHP-5.3/ext/standard/tests/strings/
H A Dsscanf_variation1.phpt26 // array with different values for $input
29 // integer values
36 // float values
41 // array values
46 // boolean values
52 // null values
H A Dsprintf_variation14.phpt2 Test sprintf() function : usage variations - float formats with boolean values
10 echo "*** Testing sprintf() : float formats with boolean values ***\n";
12 // array of boolean type values
41 *** Testing sprintf() : float formats with boolean values ***
H A Dsprintf_variation33.phpt2 Test sprintf() function : usage variations - octal formats with boolean values
10 echo "*** Testing sprintf() : octal formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : octal formats with boolean values ***
H A Dsprintf_variation45.phpt2 Test sprintf() function : usage variations - unsigned formats with boolean values
10 echo "*** Testing sprintf() : unsigned formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : unsigned formats with boolean values ***
H A Dsprintf_variation7.phpt2 Test sprintf() function : usage variations - int formats with boolean values
10 echo "*** Testing sprintf() : integer formats with boolean values ***\n";
12 // array of boolean type values
41 *** Testing sprintf() : integer formats with boolean values ***
H A Dstristr_variation2.phpt2 Test stristr() function : usage variations - test values for $needle argument
26 // array with different values for $input
29 // integer values
35 // float values
40 // array values
45 // boolean values
/PHP-5.3/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
17 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_seteuid_variation2.phpt2 Test function posix_seteuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation4.phpt2 Test function posix_setgid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
35 *** Test substituting argument 1 with float values ***
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
17 echo "*** Test substituting argument 1 with array values ***\n";
37 *** Test substituting argument 1 with array values ***
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
17 echo "*** Test substituting argument 1 with string values ***\n";
38 *** Test substituting argument 1 with string values ***

Completed in 24 milliseconds

1...<<11121314151617181920>>...70