Home
last modified time | relevance | path

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

12345678910>>...79

/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt2 Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(B…
16 * passsing different integer values for 'chunklen' argument to chunk_split()
20 echo "*** Testing chunk_split() : different integer values for 'chunklen' ***\n";
26 // different values for chunklen
27 $values = array (
39 for($count = 0; $count < count($values); $count++) {
41 var_dump( chunk_split($str, $values[$count], $ending) );
47 *** Testing chunk_split() : different integer values for 'chunklen' ***
H A Dstrncasecmp_variation5.phpt2 Test strncasecmp() function : usage variations - unexpected values for 'len'
12 /* Test strncasecmp() function with the unexpected values, and giving the same strings for 'str1' a…
14 echo "*** Test strncasecmp() function: unexpected values for 'len' ***\n";
35 /* array with different values */
38 /* float values */
44 /* hexadecimal values */
47 /* octal values */
51 /* array values */
58 /* boolean values */
98 *** Test strncasecmp() function: unexpected values for 'len' ***
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 Dstrrpos_variation15.phpt14 echo "*** Testing strrpos() function: with unexpected values for haystack, needle & offset ***\n";
30 // array with different values
31 $values = array (
33 // integer values
39 // float values
46 // array values
53 // boolean values
83 for($index = 0; $index < count($values); $index ++) {
85 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
92 *** Testing strrpos() function: with unexpected values for haystack, needle & offset ***
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 Dconvert_uuencode_variation1.phpt2 Test convert_uuencode() 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
/PHP-7.1/ext/standard/tests/array/
H A Darray_fill_variation1.phpt2 Test array_fill() function : usage variations - unexpected values for 'start_key' argument
42 //array of different values for 'start_key' argument
43 $values = array(
45 // float values
52 // array values
59 // null values
63 // boolean values
73 // string values
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
[all …]
/PHP-7.1/ext/standard/tests/math/
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 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 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 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 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 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-7.1/Zend/tests/
H A Dint_special_values.phpt2 Conversion of special float values to int
5 $values = [
14 foreach($values as $value) {
H A Ddval_to_lval_32.phpt11 $values = [
19 $values[] = -2147483649.8;
21 foreach ($values as $v) {
/PHP-7.1/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-7.1/ext/pdo/tests/
H A Dpecl_bug_5809.phpt20 $values = array(1);
21 var_dump($values);
23 $stmt->execute($values);
24 var_dump($values);

Completed in 24 milliseconds

12345678910>>...79