Home
last modified time | relevance | path

Searched refs:values (Results 301 – 325 of 1865) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt2 Test chunk_split() function : usage variations - different integer values for 'chunklen' with hered…
16 * passing different integer values for 'chunklen' and heredoc string for 'str' to chunk_split()
32 // different values for 'chunklen'
33 $values = array (
46 // loop through each element of values for 'chunklen'
47 for($count = 0; $count < count($values); $count++) {
49 var_dump( chunk_split($heredoc_str, $values[$count], $ending) );
H A Dget_html_translation_table_variation1.phpt2 Test get_html_translation_table() function : usage variations - unexpected table values
25 // array with different values
26 $values = array (
28 // array values
35 // boolean values
41 // string values
68 // when $table arugment is supplied with different values
69 echo "\n--- Testing get_html_translation_table() by supplying different values for 'table' argument…
71 for($index = 0; $index < count($values); $index ++) {
73 $table = $values [$index];
[all …]
H A Dsprintf_variation51.phpt2 Test sprintf() function : usage variations - scientific formats with boolean values
10 echo "*** Testing sprintf() : scientific formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : scientific formats with boolean values ***
H A Dexplode_variation1.phpt2 Test explode() function : usage variations - test values for $delimiter argument
27 // array with different values for $delimeter
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dexplode_variation3.phpt2 Test explode() function : usage variations - test values for $limit argument
27 // array with different values for $delimeter
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dchunk_split_variation11.phpt16 echo "*** Testing chunk_split() : different values for 'ending' with heredoc 'str'***\n";
27 //different values for 'ending'
28 $values = array (
38 //loop through each values for 'ending'
39 for($count = 0; $count < count($values); $count++) {
41 var_dump( chunk_split($heredoc_str, $chunklen, $values[$count]) );
47 *** Testing chunk_split() : different values for 'ending' with heredoc 'str'***
/PHP-5.3/ext/oci8/tests/
H A Ddefault_prefetch.phpt17 "insert into default_prefetch_tab (id, value) values (1,1)",
18 "insert into default_prefetch_tab (id, value) values (1,1)",
19 "insert into default_prefetch_tab (id, value) values (1,1)",
H A Ddefault_prefetch0.phpt17 "insert into default_prefetch_tab (id, value) values (1,1)",
18 "insert into default_prefetch_tab (id, value) values (1,1)",
19 "insert into default_prefetch_tab (id, value) values (1,1)",
H A Ddefault_prefetch1.phpt17 "insert into default_prefetch1_tab (id, value) values (1,1)",
18 "insert into default_prefetch1_tab (id, value) values (1,1)",
19 "insert into default_prefetch1_tab (id, value) values (1,1)",
H A Ddefault_prefetch2.phpt17 "insert into default_prefetch2_tab (id, value) values (1,1)",
18 "insert into default_prefetch2_tab (id, value) values (1,1)",
19 "insert into default_prefetch2_tab (id, value) values (1,1)",
H A Dprefetch.phpt15 "insert into prefetch_tab (id, value) values (1,1)",
16 "insert into prefetch_tab (id, value) values (1,1)",
17 "insert into prefetch_tab (id, value) values (1,1)",
H A Dprefetch_old.phpt13 "insert into prefetch_old_tab (id, value) values (1,1)",
14 "insert into prefetch_old_tab (id, value) values (1,1)",
15 "insert into prefetch_old_tab (id, value) values (1,1)",
H A Dfetch_row.phpt15 "insert into fetch_row_tab (id, value) values (1,1)",
16 "insert into fetch_row_tab (id, value) values (1,1)",
17 "insert into fetch_row_tab (id, value) values (1,1)",
H A Dfetch_assoc.phpt13 "insert into fetch_assoc_tab values (1,1,null)",
14 "insert into fetch_assoc_tab values (1,1,null)",
15 "insert into fetch_assoc_tab values (1,1,null)"
H A Dfetch.phpt15 "insert into fetch_tab (id, value) values (1,1)",
16 "insert into fetch_tab (id, value) values (1,1)",
17 "insert into fetch_tab (id, value) values (1,1)",
/PHP-5.3/ext/standard/tests/array/
H A Darray_sum_basic.phpt12 // array with integer values
17 // array with float values
22 // array with integer and float values
H A Dksort_variation3.phpt2 Test ksort() function : usage variations - sort integer/float values
11 * Testing ksort() by providing array of integer/float/mixed values for $array argument
12 * with following flag values:
25 // float key values
33 // set of possible flag values
48 // loop through $flags array and call ksort() with all possible sort flag values
H A Darray_intersect_assoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
41 // heredoc with quoted strings and numeric values
51 /*1*/ array(1, 2), // with default keys and numeric values
52 array(1.1, 2.2), // with default keys & float values
53 array(false,true), // with default keys and boolean values
61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
67 // associative array, containing null/empty/boolean values as key/value
H A Darray_intersect_assoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
41 // heredoc with quoted strings and numeric values
60 /*1*/ array(1, 2), // array with default keys and numeric values
61 array(1.1, 1.2, 1.3), // array with default keys & float values
62 array(false,true), // array with default keys and boolean values
70 /*9*/ array(1 => "one", 2 => "two", 6 => "six"), // explicit numeric keys, string values
71 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
72 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
76 // associative array, containing null/empty/boolean values as key/value
H A Darray_combine_error1.phpt5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
20 $values = array(1, 2);
22 var_dump( array_combine($keys,$values, $extra_arg) );
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt2 Test function proc_nice() by substituting argument 1 with int values.
17 echo "*** Test substituting argument 1 with int values ***\n";
34 *** Test substituting argument 1 with int values ***
H A Dvar_export-locale.phpt19 echo "*** Testing var_export() with integer values ***\n";
43 echo "\n*** Output for integer values ***\n";
67 echo "\n*** Output for boolean values ***\n";
105 echo "\n*** Output for float values ***\n";
291 echo "\n*** Output for null values ***\n";
315 *** Testing var_export() with integer values ***
317 *** Output for integer values ***
428 *** Output for boolean values ***
467 *** Output for float values ***
1032 *** Testing var_export() with valid null values ***
[all …]
H A Dfloatval.phpt9 echo "*** Testing floatval() with valid float values ***\n";
10 // different valid float values
36 float values, expected output:float value for valid floating point number */
43 echo "\n*** Testing doubleval() with valid float values ***\n";
45 float values, expected output:float value for valid floating point number */
111 *** Testing floatval() with valid float values ***
134 *** Testing doubleval() with valid float values ***
/PHP-5.3/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt30 // array with different values
31 $values = array (
33 // integer values
39 // float values
46 // array values
53 // boolean values
81 // when $filename is supplied with different values
83 echo "\n--- Testing exif_imagetype() by supplying different values for 'filename' argument ---\n";
85 foreach($values as $filename) {
106 --- Testing exif_imagetype() by supplying different values for 'filename' argument ---
/PHP-5.3/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt2 Test explode() function : usage variations - test values for $delimiter argument
27 // array with different values for $delimeter
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values

Completed in 48 milliseconds

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