Home
last modified time | relevance | path

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

12345678910>>...72

/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation5.phpt17 * Parameters : $value1 and $value2 - values to be compared
18 * Return value : 0 - if both values are same
61 echo "-- Sorting Single Quoted String values --\n";
70 echo "-- Sorting Double Quoted String values --\n";
76 echo "-- Sorting Heredoc String values --\n";
84 -- Sorting Single Quoted String values --
108 -- Sorting Double Quoted String values --
132 -- Sorting Heredoc String values --
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_variation1.phpt2 Test sha1() function : usage variations - unexpected values for 'str' argument
10 echo "*** Testing sha1() : unexpected values for 'str' ***\n";
30 //different values for 'str' argument
31 $values = array(
80 // loop through each element of $values for 'str' argument
81 for($count = 0; $count < count($values); $count++) {
83 var_dump( sha1($values[$count], $raw) );
92 *** Testing sha1() : unexpected values for 'str' ***
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 argument 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 argument 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 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
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
/PHP-5.5/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 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 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 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 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 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]);
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 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 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 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]);
/PHP-5.5/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.5/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.5/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 29 milliseconds

12345678910>>...72