Home
last modified time | relevance | path

Searched refs:values (Results 326 – 350 of 1865) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt34 // array of values for 'from'
37 // integer values
42 // float values
47 // array values
52 // boolean values
H A Dstr_pad_variation1.phpt30 // array with different values for $input
33 // integer values
40 // float values
45 // array values
50 // boolean values
H A Dwordwrap_variation1.phpt2 Test wordwrap() function : usage variations - unexpected values for str argument
11 * testing wordwrap() by providing different values for str argument
27 // array with different values
28 $values = array (
30 // integer values
36 // float values
43 // array values
50 // boolean values
78 // when $str arugment is supplied with different values
81 for($index = 0; $index < count($values); $index ++) {
[all …]
H A Dstripos_variation14.phpt12 echo "*** Testing stripos() function with unexpected values for offset ***\n";
32 // array with different values
35 // float values
42 // array values
49 // boolean values
88 *** Testing stripos() function with unexpected values for offset ***
H A Dstrrpos_variation14.phpt12 echo "*** Testing strrpos() function: with unexpected values for offset ***\n";
32 // array with different values
35 // float values
42 // array values
49 // boolean values
88 *** Testing strrpos() function: with unexpected values for offset ***
H A Dstrip_tags_variation2.phpt2 Test strip_tags() function : usage variations - unexpected values for 'allowable_tags'
13 * testing functionality of strip_tags() by giving unexpected values for $allowable_tags argument
35 //array of values to iterate over
36 $values = array(
87 foreach($values as $value) {
H A Dstrtr_variation5.phpt31 // array with different values
34 // integer values
39 // float values
44 // array values
49 // boolean values
H A Dhtmlspecialchars_decode_variation1.phpt2 Test htmlspecialchars_decode() function : usage variations - unexpected values for 'string' argument
11 * testing htmlspecialchars_decode() with unexpected input values for $string argument
31 //array of values to iterate over
32 $values = array(
83 foreach($values as $value) {
H A Dstr_split_variation3.phpt23 // different values for 'str'
24 $values = array(
40 //loop through each element of $values for 'str' argument
41 for($count = 0; $count < count($values); $count++) {
43 var_dump( str_split($values[$count], $split_length) );
H A Dstrip_tags_variation1.phpt2 Test strip_tags() function : usage variations - unexpected values for 'str' argument
13 * testing functionality of strip_tags() by giving unexpected input values for $str argument
32 //array of values to iterate over
33 $values = array(
85 foreach($values as $value) {
H A Dstrip_tags_variation3.phpt2 Test strip_tags() function : usage variations - unexpected values for both 'str' and 'allowable_tag…
13 …* testing functionality of strip_tags() by giving unexpected values for $str and $allowable_tags a…
32 //array of values to iterate over
33 $values = array(
85 foreach($values as $value) {
H A Dstrtr_variation7.phpt37 // array of values for 'to' argument
40 // integer values
45 // float values
50 // array values
55 // boolean values
/PHP-5.3/tests/classes/
H A D__call_003.phpt7 function __call($name, $values)
9 $values[0][0] = 'changed';
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgetservbyname_variation1.phpt2 Test function getservbyname() by substituting argument 1 with array values.
7 echo "*** Test substituting argument 1 with array values ***\n";
28 *** Test substituting argument 1 with array values ***
H A Dgetservbyname_variation8.phpt2 Test function getservbyname() by substituting argument 2 with array values.
7 echo "*** Test substituting argument 2 with array values ***\n";
28 *** Test substituting argument 2 with array values ***
/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_basic.phpt14 $values = array(10,
29 // loop through each element of $values to check the behaviour of expm1()
31 foreach($values as $value) {
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_variation8.phpt6 * Description: Returns the entries of $arr1 that have values which are
12 * Test array_diff() with associative arrays containing different data types as values
39 // associative arrays with different values
41 // arrays with integer values
45 // arrays with float values
49 // arrays with string values
H A Dkrsort_variation3.phpt2 Test krsort() function : usage variations - sort integer/float values
11 * Testing krsort() 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 krsort() with all possible sort flag values
H A Darray_flip_variation1.phpt2 Test array_flip() function : usage variations - unexpected values for 'input' argument
10 echo "*** Testing array_flip() : usage variations - unexpected values for 'input' ***\n";
28 //array of values for 'input' argument
29 $values = array(
74 // loop through each element of $values for 'input' argument
75 for($count = 0; $count < count($values); $count++) {
77 var_dump( array_flip($values[$count]) );
86 *** Testing array_flip() : usage variations - unexpected values for 'input' ***
H A Darray_filter_variation3.phpt30 array(0, 1, 2, -1, 034, 0X4A), // integer values
31 array(0.0, 1.2, 1.2e3, 1.2e-3), // float values
32 array('value1', "value2", '', " ", ""), // string values
33 array(true, false, TRUE, FALSE), // bool values
34 array(null, NULL), // null values
H A Darray_diff_variation6.phpt2 Test array_diff() function : usage variations - array containing duplicate keys and values
6 * Description: Returns the entries of $arr1 that have values which are not
14 * 2. duplicate values
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation1.phpt2 Test token_get_all() function : usage variations - unexpected values for 'source' argument
11 * Passing different scalar/non-scalar values in place of 'source' argument
12 * It returns either T_INLINE_HTML by converting values into string or gives warning
15 echo "*** Testing token_get_all() : unexpected values for 'source' argument ***\n";
33 // different scalar/nonscalar values for 'source'
92 *** Testing token_get_all() : unexpected values for 'source' argument ***
/PHP-5.3/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt2 Test ctype_alnum() function : usage variations - different string values
20 $values = array(
47 // loop through each element of $values to test behaviour of ctype_alnum()
49 foreach($values as $value) {
/PHP-5.3/ext/posix/tests/
H A Dposix_seteuid_error2.phpt2 Test function posix_seteuid() 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_seteuid_variation3.phpt2 Test function posix_seteuid() 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 ***

Completed in 39 milliseconds

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