Home
last modified time | relevance | path

Searched refs:values (Results 351 – 375 of 1865) sorted by relevance

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

/PHP-5.3/ext/posix/tests/
H A Dposix_setgid_variation3.phpt2 Test function posix_setgid() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dposix_setgid_variation6.phpt2 Test function posix_setgid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
52 *** Test substituting argument 1 with object values ***
H A Dposix_setuid_error2.phpt2 Test function posix_setuid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
51 *** Test substituting argument 1 with object values ***
H A Dposix_setuid_variation3.phpt2 Test function posix_setuid() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dposix_seteuid_variation6.phpt2 Test function posix_seteuid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_setgid_variation7.phpt2 Test function posix_setgid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_setuid_variation6.phpt2 Test function posix_setuid() by substituting argument 1 with string values.
15 echo "*** Test substituting argument 1 with string values ***\n";
36 *** Test substituting argument 1 with string values ***
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
17 echo "*** Test substituting argument 1 with object values ***\n";
53 *** Test substituting argument 1 with object values ***
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt12 * Test base64_encode with single byte values.
17 $values = array(
28 foreach($values as $str) {
/PHP-5.3/ext/oci8/tests/
H A Dcursor_bind_err.phpt18 "insert into cursor_bind_err_tab (id, value) values (1,1)",
19 "insert into cursor_bind_err_tab (id, value) values (1,1)",
20 "insert into cursor_bind_err_tab (id, value) values (1,1)",
H A Dfetch_into.phpt15 "insert into fetch_into_tab (id, value) values (1,1)",
16 "insert into fetch_into_tab (id, value) values (1,1)",
17 "insert into fetch_into_tab (id, value) values (1,1)",
H A Dcursor_bind.phpt18 "insert into cursor_bind_tab values (1, '1')",
19 "insert into cursor_bind_tab values (1, '1')",
20 "insert into cursor_bind_tab values (1, '1')"
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_nice_variation3.phpt2 Test function proc_nice() by substituting argument 1 with emptyUnsetUndefNull values.
16 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
38 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dget_cfg_var_variation1.phpt2 Test function get_cfg_var() by substituting argument 1 with array values.
14 echo "*** Test substituting argument 1 with array values ***\n";
34 *** Test substituting argument 1 with array values ***
H A Dproc_nice_variation6.phpt2 Test function proc_nice() by substituting argument 1 with object values.
16 echo "*** Test substituting argument 1 with object values ***\n";
52 *** Test substituting argument 1 with object values ***
/PHP-5.3/ext/standard/tests/strings/
H A Dconvert_uudecode_variation1.phpt2 Test convert_uudecode() function : usage variations - test values for $data argument
27 // array with different values for $data
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dbug36148.phpt5 $values = array("a", "aa", "aaa", "aaaa");
6 foreach ($values as $value) {
H A Dstrval_basic.phpt19 //array of values to iterate over
20 $values = array(
43 foreach($values as $value) {
/PHP-5.3/ext/standard/tests/array/
H A Darray_intersect_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
40 // heredoc with quoted strings and numeric values
59 /*1*/ array(1, 2), // array with default keys and numeric values
60 array(1.1, 2.2), // array with default keys & float values
61 array(false,true), // array with default keys and boolean values
69 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
70 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
71 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
75 // associative array, containing null/empty/boolean values as key/value
H A Darray_intersect_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
40 // heredoc with quoted strings and numeric values
50 /*1*/ array(1, 2), // array with default keys and numeric values
51 array(1.1, 2.2), // array with default keys & float values
52 array(false,true), // array with default keys and boolean values
60 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
61 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
62 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
66 // associative array, containing null/empty/boolean values as key/value
H A Darray_diff_assoc_variation8.phpt2 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
6 * Description: Returns the entries of $arr1 that have values which are not
15 * 2. duplicate values
H A Darray_intersect_variation10.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
12 * binary values for $arr1 and $arr2 argument.
17 // array with binary values
H A Dkrsort_variation4.phpt2 Test krsort() function : usage variations - sort octal values
11 * testing krsort() by providing array of octal values for $array argument
12 * with following flag values:
20 // an array containing unsorted octal values
H A Dksort_variation10.phpt2 Test ksort() function : usage variations - sort octal values
11 …* testing ksort() by providing array of octal values for $array argument with following flag value…
19 // an array containing unsorted octal values
/PHP-5.3/Zend/tests/
H A Dconstants_002.phpt2 Defining constants with non-scalar values
14 Warning: Constants may only evaluate to scalar values in %s on line %d

Completed in 46 milliseconds

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