Home
last modified time | relevance | path

Searched refs:values (Results 426 – 450 of 1865) sorted by relevance

1...<<11121314151617181920>>...75

/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation42.phpt2 Test sprintf() function : usage variations - unsigned formats with resource values
10 echo "*** Testing sprintf() : unsigned formats with resource values ***\n";
48 *** Testing sprintf() : unsigned formats with resource values ***
H A Dsprintf_variation48.phpt2 Test sprintf() function : usage variations - scientific formats with resource values
10 echo "*** Testing sprintf() : scientific formats with resource values ***\n";
47 *** Testing sprintf() : scientific formats with resource values ***
/PHP-5.3/ext/date/tests/
H A Dgetdate_variation3.phpt2 Test getdate() function : usage variation - Passing hexadcimal timestamp values
16 //array of values to iterate over
19 //octal values
/PHP-5.3/ext/standard/tests/array/
H A Darray_pad_variation2.phpt2 Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482)
11 * Testing array_pad() function by passing values to $pad_size argument other than integers
13 * The $input and $pad_value arguments passed are fixed values.
16 echo "*** Testing array_pad() : passing non integer values to \$pad_size argument ***\n";
34 //array of values to iterate over
91 *** Testing array_pad() : passing non integer values to $pad_size argument ***
H A Darsort_variation2.phpt2 Test arsort() function : usage variations - unexpected values for 'sort_flags' argument
12 * Testing arsort() by providing different unexpected values for flag argument
27 //array of values to iterate over
73 // when $flag arugment is supplied with different values from $unexpected_values
74 echo "\n-- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --\n…
91 -- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dasort_variation2.phpt2 Test asort() function : usage variations - unexpected values for 'sort_flags' argument
12 * Testing asort() by providing different unexpected values for flag argument
27 //array of values to iterate over
73 // when $flag arugment is supplied with different values from $unexpected_values
74 echo "\n-- Testing asort() by supplying different unexpected values for 'sort_flags' argument --\n";
91 -- Testing asort() by supplying different unexpected values for 'sort_flags' argument --
H A Dkrsort_variation2.phpt2 Test krsort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing krsort() by providing different unexpected values for flag argument
26 //array of unexpected values to iterate over
72 // when 'sort_flags' arugment is supplied with different values
73 echo "\n-- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --\n…
90 -- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dksort_variation2.phpt2 Test ksort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing ksort() by providing different unexpected values for flag argument
26 //array of unexpected values to iterate over
72 // when 'sort_flags' arugment is supplied with different values
73 echo "\n-- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --\n";
90 -- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --
H A Darray_combine_variation4.phpt5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
14 * associative arrays having different possible keys to $values argument.
17 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument…
77 // same arrays are passed to both $keys and $values
91 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
H A Darray_walk_recursive_variation6.phpt22 * Description : Function adds values with keys & user_data
26 // dump the input values to see if they are
35 * Parameters : $value - values in given input array
41 // dump the input values to see if they are
49 * Parameters : $value - values in given input array
55 // dump the input values to see if they are
H A Dsort_variation2.phpt2 Test sort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing sort() by providing different unexpected values for flag argument
26 //array of values to iterate over
72 // when $flag arugment is supplied with different values
73 echo "\n-- Testing sort() by supplying different unexpected values for 'flag' argument --\n";
94 -- Testing sort() by supplying different unexpected values for 'flag' argument --
H A Darray_merge_recursive_variation5.phpt2 Test array_merge_recursive() function : usage variations - associative array with different values
12 * associative arrays having different values to $arr1 argument.
15 echo "*** Testing array_merge_recursive() : assoc. array with diff. values to \$arr1 argument ***\n…
39 // arrays with integer values
43 // arrays with float values
47 // arrays with string values
81 *** Testing array_merge_recursive() : assoc. array with diff. values to $arr1 argument ***
H A Dshuffle_variation1.phpt2 Test shuffle() function : usage variations - unexpected values for 'array_arg' argument
11 * Test behaviour of shuffle() when unexpected values are passed for 'array_arg'
15 echo "*** Testing shuffle() : with unexpected values for 'array_arg' argument ***\n";
35 //array of values to iterate over
36 $values = array(
85 foreach($values as $value) {
97 *** Testing shuffle() : with unexpected values for 'array_arg' argument ***
H A Duasort_variation1.phpt2 Test uasort() function : usage variations - unexpected values for 'array_arg' argument
11 * Testing uasort() function by passing different scalar/nonscalar values as 'array_arg' argument
14 echo "*** Testing uasort() : unexpected values for 'array_arg' ***\n";
18 * Parameters : $value1 and $value2 - values to be compared
19 * Return value : 0 - if both values are same
44 //array of values to iterate over
99 *** Testing uasort() : unexpected values for 'array_arg' ***
H A Darray_filter_variation8.phpt2 Test array_filter() function : usage variations - Callback function with different return values
12 * here testing callback functions for return values other than bool
15 …* Testing array_filter() : usage variations - callback function with different return values***\n";
63 *** Testing array_filter() : usage variations - callback function with different return values***
H A Dksort_variation6.phpt2 Test ksort() function : usage variations - sort hexadecimal values
11 …esting ksort() by providing array of hexa-decimal values for $array argument with following flag v…
19 // an array containng unsorted hexadecimal values with keys
H A Dksort_variation8.phpt2 Test ksort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR …
11 …* testing ksort() by providing array of mixed values for $array argument with following flag value…
18 // mixed value array with different key values
H A Darray_unique_variation5.phpt6 * Description: Removes duplicate values from array
12 * array having duplicate keys as values.
H A Darray_keys_variation_002_64bit.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
H A Darray_unique_variation6.phpt6 * Description: Removes duplicate values from array
12 * array having reference variables as values.
H A Darray_keys_variation_002.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
H A Dnatcasesort_variation5.phpt2 Test natcasesort() function : usage variations - different hex values
11 * Pass an array of different hex values to test how natcasesort() re-orders it
/PHP-5.3/ext/oci8/tests/
H A Dpecl_bug8816.phpt28 $values = array("1234567890111111111", "122222222222222", "985456745674567654567654567654", "123456…
31 foreach ($values as $val) {
38 foreach ($values as $val) {
H A Dfetch_all5.phpt15 "insert into fetch_all5_tab values (1, 'abc')",
16 "insert into fetch_all5_tab values (2, 'def')",
17 "insert into fetch_all5_tab values (3, 'ghi')"
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug29064.phpt16 // Create a temporary table and fill it with test values
43 ) values (
68 ) values (

Completed in 23 milliseconds

1...<<11121314151617181920>>...75