Home
last modified time | relevance | path

Searched refs:values (Results 376 – 400 of 1865) sorted by relevance

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

/PHP-5.3/ext/standard/tests/array/
H A Darray_search_variation2.phpt2 Test array_search() function : usage variations - different haystack values
11 /* Test array_search() with different possible haystack values */
13 echo "*** Testing array_search() with different haystack values ***\n";
53 *** Testing array_search() with different haystack values ***
H A Dkrsort_variation9.phpt2 Test krsort() function : usage variations - sort array with/without key values
11 * Testing krsort() by providing arrays with/without key values for $array argument
12 * with following flag values:
19 // list of arrays with/without key values
31 echo "\n-- Testing krsort() by supplying various arrays with/without key values --\n";
54 -- Testing krsort() by supplying various arrays with/without key values --
H A Darray_rand_variation2.phpt2 Test array_rand() function : usage variations - unexpected values for 'num_req' parameter
11 * Test array_rand() with different types of values other than int passed to 'num_req' argument
15 echo "*** Testing array_rand() : unexpected values for 'num_req' parameter ***\n";
34 //array of values to iterate over
35 $values = array(
79 // loop through each element of the array for different values for 'num_req' argument
81 foreach($values as $value) {
90 *** Testing array_rand() : unexpected values for 'num_req' parameter ***
H A Darray_rand_variation1.phpt2 Test array_rand() function : usage variations - unexpected values for 'input' parameter
11 * Test array_rand() with different types of values other than arrays passed to the 'input' parameter
15 echo "*** Testing array_rand() : unexpected values for 'input' parameter ***\n";
37 //array of different values for 'input' parameter
38 $values = array(
85 * for different values for 'input' argument
88 foreach($values as $value) {
100 *** Testing array_rand() : unexpected values for 'input' parameter ***
H A Darray_unshift_variation5.phpt2 Test array_unshift() function : usage variations - assoc. array with diff values for 'array' argume…
14 * associative arrays having different possible values to $array argument.
18 echo "*** Testing array_unshift() : associative array with different values ***\n";
49 // arrays with integer values
54 // arrays with float values
58 // arrays with string values
66 // array with mixed values
98 *** Testing array_unshift() : associative array with different values ***
H A Drsort_variation10.phpt2 Test rsort() function : usage variations - Octal values
11 * Pass rsort() an array containing octal values to test behaviour
16 // an array containing unsorted octal values
H A Darray_intersect_assoc_variation10.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
13 * binary values for $arr1 and $arr2 argument.
18 // array with binary values
H A Din_array_variation2.phpt2 Test in_array() function : usage variations - different haystack values
12 /* Test in_array() with different possible haystack values */
14 echo "*** Testing in_array() with different haystack values ***\n";
53 *** Testing in_array() with different haystack values ***
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation17.phpt2 Test sprintf() function : usage variations - string formats with resource values
10 echo "*** Testing sprintf() : string formats with resource values ***\n";
16 // array of resource values
47 *** Testing sprintf() : string formats with resource values ***
H A Dchunk_split_variation2.phpt2 Test chunk_split() function : usage variations - unexpected values for 'chunklen' argument(Bug#4279…
11 echo "*** Testing chunk_split() : with unexpected values for 'chunklen' argument ***\n";
32 //array of values to iterate over
33 $values = array(
80 // loop through each element of the values for 'chunklen'
81 for($count = 0; $count < count($values); $count++) {
83 var_dump( chunk_split($str, $values[$count], $ending) );
92 *** Testing chunk_split() : with unexpected values for 'chunklen' argument ***
H A Dprintf_variation1.phpt2 Test printf() function : usage variations - unexpected values for format argument
11 * Testing printf() : with different unexpected values for format argument other than the strings
14 echo "*** Testing printf() : with unexpected values for format argument ***\n";
35 //array of values to iterate over
36 $values = array(
88 foreach($values as $value) {
115 *** Testing printf() : with unexpected values for format argument ***
H A Dsprintf_variation1.phpt2 Test sprintf() function : usage variations - unexpected values for format argument
11 * Testing sprintf() : with different unexpected values for format argument other than the strings
14 echo "*** Testing sprintf() : with unexpected values for format argument ***\n";
35 //array of values to iterate over
36 $values = array(
88 foreach($values as $value) {
109 *** Testing sprintf() : with unexpected values for format argument ***
H A Dstr_pad_variation2.phpt30 // array with different values for $input
33 // integer values
39 // float values
44 // array values
49 // boolean values
H A Dstr_split_variation4.phpt23 // different values for 'str'
24 $values = array(
39 //loop through each element of $values for 'str' argument
40 for($count = 0; $count < count($values); $count++) {
42 var_dump( str_split($values[$count], $split_length) );
H A Dwordwrap_variation3.phpt2 Test wordwrap() function : usage variations - unexptected values for break argument
11 * test wordwrap by passing different values for break argument
27 // array with different values for break arg
28 $values = array (
30 // integer values
36 // float values
43 // array values
50 // boolean values
78 // when $break arugment is supplied with different values
81 for($index = 0; $index < count($values); $index ++) {
[all …]
H A Dsprintf_variation29.phpt2 Test sprintf() function : usage variations - octal formats with float values
16 echo "*** Testing sprintf() : octal formats with float values ***\n";
18 // array of float values
51 *** Testing sprintf() : octal formats with float values ***
H A Dsprintf_variation29_64bit.phpt2 Test sprintf() function : usage variations - octal formats with float values
12 echo "*** Testing sprintf() : octal formats with float values ***\n";
14 // array of float values
47 *** Testing sprintf() : octal formats with float values ***
/PHP-5.3/ext/posix/tests/
H A Dposix_setgid_variation1.phpt2 Test function posix_setgid() by substituting argument 1 with array values.
15 echo "*** Test substituting argument 1 with array values ***\n";
34 *** Test substituting argument 1 with array values ***
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_nice_variation7.phpt2 Test function proc_nice() by substituting argument 1 with string values.
16 echo "*** Test substituting argument 1 with string values ***\n";
37 *** Test substituting argument 1 with string values ***
H A Dproc_nice_variation1.phpt2 Test function proc_nice() by substituting argument 1 with array values.
16 echo "*** Test substituting argument 1 with array values ***\n";
36 *** Test substituting argument 1 with array values ***
/PHP-5.3/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt2 Test imagecolorallocate() function : usage variations - passing RED, GREEN, BLUE values more than …
20 $values = array(
32 foreach($values as $key => $value) {
/PHP-5.3/ext/oci8/tests/
H A Ddriver_name.phpt21 echo"**Test 1.1 - Default values for the attribute **************\n";
25 echo"\n***Test 1.2 - Get the values from different connections **************\n";
53 **Test 1.1 - Default values for the attribute **************
56 ***Test 1.2 - Get the values from different connections **************
H A Dcursors_old.phpt18 "insert into cursors_old_tab (id, value) values (1,1)",
19 "insert into cursors_old_tab (id, value) values (1,1)",
20 "insert into cursors_old_tab (id, value) values (1,1)",
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt13 $context = array('total' => 0, 'values' => array());
16 $context['values'][] = $context['total'];
21 return implode(',', $context['values']);
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug43578.phpt16 // Create a temporary table and fill it with test values
23 var_dump(sybase_query('insert into #Resource values (123, NULL)', $db));
24 var_dump(sybase_query('insert into #Resource values (124, "")', $db));

Completed in 33 milliseconds

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