Home
last modified time | relevance | path

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

12345678910>>...48

/PHP-8.0/ext/standard/tests/array/
H A Darray_combine_variation3.phpt6 * Passing different types of arrays to both $keys and $values arguments and testing whether
33 // heredoc with quoted strings and numeric values
43 /*1*/ array(1, 2), // with default keys and numeric values
44 array(1.1, 2.2), // with default keys & float values
45 array(false,true), // with default keys and boolean values
53 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
54 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
55 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
59 // associative array, containing null/empty/boolean values as key/value
71 // same arrays are passed to both $keys and $values
[all …]
H A Darray_diff_variation4.phpt2 Test array_diff() function : usage variations - array with different data types as values
7 * data types as values in place of $arr2
24 //array of values to iterate over
25 $values = array(
92 foreach($values as $value) {
H A Darray_count_values2.phpt21 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
23 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
25 Warning: array_count_values(): Can only count string and integer values, entry skipped in %s on lin…
H A Darray_sum_variation2.phpt7 * integer, octal, hexadecimal, maximum and minimum integer values & mixed of all integers
27 // Mixed values int, octal & hex
29 echo "-- Sum of mixed integer values --\n";
42 -- Sum of mixed integer values --
H A Darray_diff_variation3.phpt2 Test array_diff() function : usage variations - array with different data types as values
7 * data types as values in place of $arr1
24 //array of values to iterate over
25 $values = array(
92 foreach($values as $value) {
/PHP-8.0/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt93 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
101 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
109 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
127 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
135 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
143 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
161 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
169 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
177 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
195 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
[all …]
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt20 echo "Set static values in A:\n";
27 echo "\nSet static values in B:\n";
36 echo "\nSet non-existent values from A with no default value:\n";
53 Set static values in A:
61 Set static values in B:
75 Set non-existent values from A with no default value:
/PHP-8.0/ext/session/tests/
H A D026.phpt33 echo "original values:\n";
46 echo "values after session:\n";
51 original values:
63 values after session:
/PHP-8.0/ext/posix/tests/
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";
32 *** Test substituting argument 1 with int values ***
H A Dposix_setuid_variation5.phpt2 Test function posix_setuid() 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_ttyname_variation4.phpt2 Test function posix_ttyname() by substituting argument 1 with float values.
17 echo "*** Test substituting argument 1 with float values ***\n";
35 *** Test substituting argument 1 with float values ***
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_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
17 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
17 echo "*** Test substituting argument 1 with array values ***\n";
37 *** Test substituting argument 1 with array values ***
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
17 echo "*** Test substituting argument 1 with string values ***\n";
38 *** Test substituting argument 1 with string values ***
/PHP-8.0/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation7.phpt2 Test function get_cfg_var() by substituting argument 1 with string values.
14 echo "*** Test substituting argument 1 with unknown string values ***\n";
35 *** Test substituting argument 1 with unknown string values ***
H A Dproc_nice_variation2.phpt2 Test function proc_nice() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt2 Test vprintf() function : usage variations - string formats with non-string values
6 * Test vprintf() when different string formats and non-string values are passed to
10 echo "*** Testing vprintf() : string formats and non-string values ***\n";
20 // Arrays of non string values for the format defined in $format.
21 // Each sub array contains non string values which correspond to each format in $format
24 // array of float values
31 // array of int values
56 // and with non-string values from the above $args_array array
68 *** Testing vprintf() : string formats and non-string values ***
H A Dstrtr_variation6.phpt28 // array of values for 'from'
31 // integer values
36 // float values
41 // array values
46 // boolean values
52 // null values
/PHP-8.0/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')",
H A Dimp_res_cursor.phpt27 "insert into imp_res_cursor_tab_1 values (1, 'abcde')",
28 "insert into imp_res_cursor_tab_1 values (2, 'fghij')",
29 "insert into imp_res_cursor_tab_1 values (3, 'klmno')",
33 "insert into imp_res_cursor_tab_2 values ('t')",
34 "insert into imp_res_cursor_tab_2 values ('u')",
35 "insert into imp_res_cursor_tab_2 values ('v')",
/PHP-8.0/ext/standard/tests/math/
H A Dexpm1_basic.phpt8 $values = array(10,
22 // loop through each element of $values to check the behaviour of expm1()
24 foreach($values as $value) {
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c102 if (res->values) { in ZEND_GET_MODULE()
107 efree(res->values); in ZEND_GET_MODULE()
108 res->values = NULL; in ZEND_GET_MODULE()
629 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
936 result->values = NULL; in PHP_FUNCTION()
1334 result->values = NULL; in PHP_FUNCTION()
1467 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in php_odbc_fetch_hash()
1627 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in PHP_FUNCTION()
2085 if (result->values) { in PHP_FUNCTION()
2091 efree(result->values); in PHP_FUNCTION()
[all …]
/PHP-8.0/Zend/tests/generators/
H A Dbug67497.phpt16 $values = gen();
17 $values->next();

Completed in 40 milliseconds

12345678910>>...48