Home
last modified time | relevance | path

Searched refs:values (Results 226 – 250 of 1968) sorted by relevance

12345678910>>...79

/PHP-7.1/ext/standard/tests/general_functions/
H A Dgetservbyname_variation3.phpt2 Test function getservbyname() by substituting argument 1 with emptyUnsetUndefNull values.
7 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
30 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
H A Dgetservbyname_variation9.phpt2 Test function getservbyname() by substituting argument 2 with boolean values.
13 echo "*** Test substituting argument 2 with boolean values ***\n";
30 *** Test substituting argument 2 with boolean values ***
H A Dgetservbyname_variation13.phpt2 Test function getservbyname() by substituting argument 2 with object values.
7 echo "*** Test substituting argument 2 with object values ***\n";
34 *** Test substituting argument 2 with object values ***
H A Dgetservbyname_variation6.phpt2 Test function getservbyname() by substituting argument 1 with object values.
7 echo "*** Test substituting argument 1 with object values ***\n";
34 *** Test substituting argument 1 with object values ***
/PHP-7.1/ext/standard/tests/math/
H A Doctdec_basic_64bit.phpt12 $values = array(01234567,
30 for ($i = 0; $i < count($values); $i++) {
31 $res = octdec($values[$i]);
H A Dabs_basic.phpt14 $values = array(23,
29 for ($i = 0; $i < count($values); $i++) {
30 $res = abs($values[$i]);
/PHP-7.1/ext/pgsql/tests/
H A D80_bug39971.phpt19 $values = array('tm' => 'now()');
20 pg_insert($dbh, 'php_test', $values);
23 pg_update($dbh, 'php_test', $values, $ids);
/PHP-7.1/ext/standard/tests/array/
H A Darray_combine_variation1.phpt2 Test array_combine() function : usage variations - unexpected values for 'keys' argument
5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
12 * Testing array_combine() function by passing values to $keys argument other than arrays
14 * The $values argument passed is a fixed array.
17 echo "*** Testing array_combine() : Passing non-array values to \$keys argument ***\n";
19 // Initialise $values argument
20 $values = array(1, 2);
42 // unexpected values to be passed to $keys argument
94 var_dump( array_combine($keys,$values) );
[all …]
H A Darray_combine_error2.phpt5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
13 // Testing array_combine by passing empty arrays to $keys and $values arguments
21 // Testing array_combine by passing empty array to $values
22 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
43 -- Testing array_combine() function with empty array for $values argument --
H A Darray_count_values2.phpt21 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
23 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
25 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
H A Darray_push_basic.phpt20 echo "\n-- Push values onto an indexed array --\n";
26 echo "\n-- Push values onto an associative array --\n";
35 -- Push values onto an indexed array --
50 -- Push values onto an associative array --
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt22 echo "Set static values in A:\n";
29 echo "\nSet static values in B:\n";
38 echo "\nSet non-existent values from A with no default value:\n";
55 Set static values in A:
63 Set static values in B:
77 Set non-existent values from A with no default value:
/PHP-7.1/ext/oci8/tests/
H A Dimp_res_6.phpt27 "insert into imp_res_6_tab values (1, 'a')",
28 "insert into imp_res_6_tab values (2, 'b')",
29 "insert into imp_res_6_tab values (3, 'c')",
30 "insert into imp_res_6_tab values (4, 'd')",
31 "insert into imp_res_6_tab values (5, 'e')",
32 "insert into imp_res_6_tab values (6, 'f')",
/PHP-7.1/ext/standard/tests/strings/
H A Dord_variation1.phpt2 Test ord() function : usage variations - test values for $string argument
27 // array with different values for $input
37 // float values
42 // array values
47 // boolean values
53 // null values
H A Dsscanf_variation2.phpt26 // array with different values for $input
29 // integer values
36 // float values
41 // array values
46 // boolean values
52 // null values
H A Dstr_shuffle_variation1.phpt2 Test str_shuffle() function : usage variations - test values for $haystack argument
27 // array with different values for $input
30 // integer values
37 // float values
42 // array values
47 // boolean values
H A Dstristr_variation1.phpt2 Test stristr() function : usage variations - test values for $haystack argument
26 // array with different values for $input
29 // integer values
35 // float values
40 // array values
45 // boolean values
H A Dstrlen_variation1.phpt27 // array with different values for $input
30 // integer values
37 // float values
42 // array values
47 // boolean values
53 // null values
H A Dchunk_split_variation1.phpt2 Test chunk_split() function : usage variations - with unexpected values for 'str' argument
11 echo "*** Testing chunk_split() : with unexpected values for 'str' argument ***\n";
33 //different values for 'str'
34 $values = array(
88 for($count = 0; $count < count($values); $count++) {
90 var_dump( chunk_split($values[$count], $chunklen, $ending) );
100 *** Testing chunk_split() : with unexpected values for 'str' argument ***
H A Dcrc32_variation1.phpt2 Test crc32() function : usage variations - unexpected values
17 * Testing crc32() : with unexpected values for str argument
20 echo "*** Testing crc32() : with unexpected values for str argument ***\n";
36 //array of values to iterate over
37 $values = array(
89 foreach($values as $value) {
101 *** Testing crc32() : with unexpected values for str argument ***
H A Dquoted_printable_decode_variation1.phpt2 Test quoted_printable_decode() function : usage variations - unexpected values for 'str' argument
11 * Testing quoted_printable_decode() : with different unexpected values for format argument other th…
14 echo "*** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***\n";
35 //array of values to iterate over
36 $values = array(
88 foreach($values as $value) {
100 *** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***
H A Dcount_chars_variation1.phpt2 Test count_chars() function : usage variations - test values for $string 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 Dchunk_split_variation3.phpt2 Test chunk_split() function : usage variations - unexpected values for 'ending' argument
11 echo "*** Testing chunk_split() : unexpected values for 'ending' ***\n";
33 //different values for 'ending'
34 $values = array(
83 // loop through each element of values for 'ending'
84 for($count = 0; $count < count($values); $count++) {
86 var_dump( chunk_split($str, $chunklen, $values[$count]) );
95 *** Testing chunk_split() : unexpected values for 'ending' ***
/PHP-7.1/ext/posix/tests/
H A Dposix_seteuid_variation5.phpt2 Test function posix_seteuid() by substituting argument 1 with int values.
16 echo "*** Test substituting argument 1 with int values ***\n";
32 *** Test substituting argument 1 with int values ***
H A Dposix_setgid_variation5.phpt2 Test function posix_setgid() by substituting argument 1 with int values.
16 echo "*** Test substituting argument 1 with int values ***\n";
33 *** Test substituting argument 1 with int values ***

Completed in 36 milliseconds

12345678910>>...79