Home
last modified time | relevance | path

Searched refs:values (Results 126 – 150 of 1737) sorted by relevance

12345678910>>...70

/PHP-5.3/ext/standard/tests/strings/
H A Djoin_variation2.phpt2 Test join() function : usage variations - unexpected values for 'pieces' argument(Bug#42789)
36 // array with different values
37 $values = array (
39 // integer values
45 // float values
52 // boolean values
58 // string values
85 // when $pieces arugment is supplied with different values
88 for($index = 0; $index < count($values); $index ++) {
90 $pieces = $values [$index];
[all …]
H A Dstrtok_variation2.phpt32 // array with different values
33 $values = array (
35 // integer values
41 // float values
48 // array values
55 // boolean values
84 // when $token arugment is supplied with different values
86 echo "\n--- Testing strtok() by supplying different values for 'token' argument ---\n";
88 for($index = 0; $index < count($values); $index ++) {
90 $token = $values [$index];
[all …]
H A Dstrrchr_variation11.phpt28 // array with different values
29 $values = array (
31 // integer values
37 // float values
44 // array values
51 // boolean values
81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrchr($values[$index], $values[$index]) );
H A Dhebrev_variation1.phpt2 Test hebrev() function : usage variations - test values for $hebrew_text argument
27 // array with different values for $hebrew_text
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dhebrevc_variation1.phpt2 Test hebrevc() function : usage variations - test values for $hebrew_text argument
27 // array with different values for $hebrew_text
30 // integer values
38 // float values
43 // array values
48 // boolean values
54 // null values
H A Dvfprintf_variation13.phpt2 Test vfprintf() function : usage variations - hexa formats with hexa values
15 * Test vfprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
53 // and with octal values from the above $args_array array
70 *** Testing vfprintf() : hexa formats with hexa values ***
H A Dvfprintf_variation13_64bit.phpt2 Test vfprintf() function : usage variations - hexa formats with hexa values
15 * Test vfprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
53 // and with octal values from the above $args_array array
70 *** Testing vfprintf() : hexa formats with hexa values ***
H A Dbin2hex_variation1.phpt2 Test bin2hex() function : usage variations - test values for $str argument
27 // array with different values for $input
30 // integer values
35 // float values
40 // array values
45 // boolean values
51 // null values
/PHP-5.3/ext/standard/tests/math/
H A Ddecbin_basic.phpt5 $values = array(10,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = decbin($values[$i]);
H A Ddecoct_basic.phpt5 $values = array(10,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = decoct($values[$i]);
H A Dacosh_variation.phpt13 //Test acosh with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = acosh($values[$i]);
H A Dasinh_variation.phpt13 //Test asinh with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = asinh($values[$i]);
H A Datan_variation.phpt13 //Test atan with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = atan($values[$i]);
H A Dcosh_variation.phpt13 //Test cosh with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = cosh($values[$i]);
H A Dsin_variation.phpt13 //Test sin with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = sin($values[$i]);
H A Dsinh_variation.phpt13 //Test sinh with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = sinh($values[$i]);
H A Dtan_variation.phpt13 //Test tan with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = tan($values[$i]);
H A Dcos_variation.phpt13 //Test cos with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = cos($values[$i]);
H A Ddeg2rad_variation.phpt13 //Test deg2rad with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = deg2rad($values[$i]);
H A Dlog10_variation.phpt13 //Test log10 with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = log10($values[$i]);
H A Drad2deg_variation.phpt13 //Test rad2deg with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = rad2deg($values[$i]);
H A Dtanh_variation.phpt13 //Test tanh with a different input values
15 $values = array(23,
31 for ($i = 0; $i < count($values); $i++) {
32 $res = tanh($values[$i]);
/PHP-5.3/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
21 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
32 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
39 -- Testing gmmktime() function with supplying octal values to arguments --
42 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
/PHP-5.3/ext/pdo/tests/
H A Dpecl_bug_5809.phpt20 $values = array(1);
21 var_dump($values);
23 $stmt->execute($values);
24 var_dump($values);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt11 // different valid float values
37 float values, expected output:float value for valid floating point number */
38 echo "*** Testing floatval() with valid float values ***\n";
45 float values, expected output:float value for valid floating point number */
46 echo "\n*** Testing doubleval() with valid float values ***\n";
55 *** Testing floatval() with valid float values ***
114 *** Testing doubleval() with valid float values ***

Completed in 58 milliseconds

12345678910>>...70