Home
last modified time | relevance | path

Searched refs:values (Results 176 – 200 of 1794) sorted by relevance

12345678910>>...72

/PHP-5.5/ext/standard/tests/strings/
H A Dltrim_variation1.phpt2 Test ltrim() function : usage variations - test values for $str argument
27 // array with different values for $input
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Drtrim_variation1.phpt2 Test rtrim() function : usage variations - test values for $str argument
27 // array with different values for $input
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dvsprintf_variation2.phpt2 Test vsprintf() function : usage variations - unexpected values for args argument
11 * Test vsprintf() when different unexpected values are passed to
15 echo "*** Testing vsprintf() : with unexpected values for args argument ***\n";
36 //array of values to iterate over
37 $values = array(
85 foreach($values as $value) {
97 *** Testing vsprintf() : with unexpected values for args argument ***
H A Dconvert_cyr_string_variation1.phpt2 Test convert_cyr_string() function : usage variations - test values for $str argument
27 // array with different values for $str
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dtrim_variation1.phpt2 Test trim() function : usage variations - test values for $str argument
27 // array with different values for $input
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dstrval_variation1.phpt28 //array of values to iterate over
29 $values = array(
30 //Decimal values
36 //Octal values
42 //Hexadecimal values
88 foreach($values as $value) {
H A Dvfprintf_variation9.phpt2 Test vfprintf() function : usage variations - char formats with char values
14 echo "*** Testing vfprintf() : char formats with char values ***\n";
29 // Arrays of char values for the format defined in $format.
30 // Each sub array contains char values which correspond to each format string in $format
49 // and with char values from the above $args_array array
66 *** Testing vfprintf() : char formats with char values ***
H A Dcount_chars_variation2.phpt2 Test count_chars() function : usage variations - test values for $mode argument
21 // array with different values for $input
24 // integer values
31 // float values
38 // array values
42 // boolean values
48 // null values
52 // string values
69 // with unexepcted values for the 'mode' argument
H A Dmoney_format_variation2.phpt2 Test money_format() function : usage variations - test values for $number argument
17 // = We do not test for exact return-values, as those might be different between OS-versions =
40 // array with different values for $number
43 // integer values
51 // float values
56 // array values
61 // boolean values
67 // null values
71 // string values
H A Dstrtr_variation9.phpt29 // array with different values
30 $values = array (
32 // integer values
37 // float values
42 // array values
49 // boolean values
72 // loop through with each element of the $values array to test strtr() function
74 for($index = 0; $index < count($values); $index++) {
76 var_dump( strtr($values[$index], $values[$index], $values[$index]) ); //fn call with three args
77 var_dump( strtr($values[$index], $values[$index]) ); //fn call with two args
H A Dltrim_variation2.phpt2 Test ltrim() function : usage variations - test values for $charlist argument
27 // array with different values for $input
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Drtrim_variation2.phpt2 Test rtrim() function : usage variations - test values for $charlist argument
27 // array with different values for $input
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
/PHP-5.5/Zend/tests/
H A Dfunction_exists_variation1.phpt2 Test function_exists() function : usage variations - test values for $str argument
27 // array with different values for $str
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation2.phpt2 Test function getservbyname() by substituting argument 1 with boolean values.
7 echo "*** Test substituting argument 1 with boolean values ***\n";
25 *** Test substituting argument 1 with boolean values ***
H A Dgetservbyname_variation4.phpt2 Test function getservbyname() by substituting argument 1 with float values.
7 echo "*** Test substituting argument 1 with float values ***\n";
26 *** Test substituting argument 1 with float values ***
H A Dgetservbyname_variation11.phpt2 Test function getservbyname() by substituting argument 2 with float values.
7 echo "*** Test substituting argument 2 with float values ***\n";
25 *** Test substituting argument 2 with float values ***
H A Dvar_export_basic3.phpt2 Test var_export() function with valid float values
13 echo "*** Testing var_export() with valid float values ***\n";
37 /* Loop to check for above float values with var_export() */
38 echo "\n*** Output for float values ***\n";
52 *** Testing var_export() with valid float values ***
54 *** Output for float values ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation4.phpt2 Test array_diff() function : usage variations - array with different data types as values
6 * Description: Returns the entries of $arr1 that have values which are not
13 * data types as values in place of $arr2
30 //array of values to iterate over
31 $values = array(
98 foreach($values as $value) {
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
11 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
12 * here testing for all different valid string and integer values
15 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
30 // numeric values
71 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
11 * testing array_fill() by passing different types of array values for 'val' argument
21 //array of different types of array values for 'val' argument
22 $values = array(
39 // loop through each element of the values array for 'val' argument
41 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
43 for($i = 0; $i < count($values); $i++)
46 $val = $values[$i];
57 --- Testing array_fill() with different types of array values for 'val' argument ---
/PHP-5.5/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt2 Test ctype_xdigit() function : usage variations - heaxadecimal and octal values
13 * Pass different hexadecimal and octal values that:
35 echo "\n-- Octal values --\n";
45 echo "\n-- Hexadecimal values --\n";
60 -- Octal values --
72 -- Hexadecimal values --
/PHP-5.5/ext/standard/tests/math/
H A Dis_nan_basic.phpt5 $values = array(234,
21 for ($i = 0; $i < count($values); $i++) {
22 $res = is_nan($values[$i]);
H A Dis_finite_basic.phpt5 $values = array(234,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_finite($values[$i]);
H A Dis_infinite_basic.phpt5 $values = array(234,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_infinite($values[$i]);
H A Doctdec_basic.phpt9 $values = array(01234567,
27 for ($i = 0; $i < count($values); $i++) {
28 $res = octdec($values[$i]);

Completed in 39 milliseconds

12345678910>>...72