Home
last modified time | relevance | path

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

12345678910>>...44

/php-src/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation2.phpt2 Test function get_cfg_var() by substituting argument 1 with boolean values.
14 echo "*** Test substituting argument 1 with boolean values ***\n";
31 *** Test substituting argument 1 with boolean values ***
H A Dget_cfg_var_variation4.phpt2 Test function get_cfg_var() by substituting argument 1 with float values.
14 echo "*** Test substituting argument 1 with float values ***\n";
32 *** Test substituting argument 1 with float values ***
H A Dvar_export-locale.phpt18 // different integer values
41 echo "\n*** Output for integer values ***\n";
54 // different valid boolean values
78 // different valid float values
103 echo "\n*** Output for float values ***\n";
277 // different valid null values
289 echo "\n*** Output for null values ***\n";
308 *** Output for integer values ***
419 *** Output for boolean values ***
458 *** Output for float values ***
[all …]
H A Dvar_export-locale_32.phpt18 // different integer values
41 echo "\n*** Output for integer values ***\n";
54 // different valid boolean values
78 // different valid float values
103 echo "\n*** Output for float values ***\n";
277 // different valid null values
289 echo "\n*** Output for null values ***\n";
308 *** Output for integer values ***
419 *** Output for boolean values ***
458 *** Output for float values ***
[all …]
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-src/ext/standard/tests/array/
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_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_intersect_assoc_variation7.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' …
7 * associative arrays having different possible values to $arr1 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' …
7 * associative arrays having different possible values to $arr2 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argume…
7 * associative arrays having different possible values to $arr1 argument.
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
86 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argume…
7 * associative arrays having different possible values to $arr2 argument.
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
39 // arrays with integer values
44 // arrays with float values
48 // arrays with string values
56 // array with mixed values
86 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
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) {
H A Darray_rand_variation5.phpt2 Test array_rand() function : usage variation - invalid values for 'req_num' parameter
7 * various invalid values are passed to the 'input' and 'req_num'
11 echo "*** Testing array_rand() : with invalid values for 'req_num' ***\n";
20 // Testing array_rand() function with various invalid 'req_num' values
21 // with valid num_req values
58 *** Testing array_rand() : with invalid values for 'req_num' ***
H A Darray_sum_basic.phpt7 // array with integer values
12 // array with float values
17 // array with integer and float values
/php-src/ext/odbc/
H A Dphp_odbc.c225 if (res->values) { in odbc_result_free()
231 efree(res->values); in odbc_result_free()
232 res->values = NULL; in odbc_result_free()
701 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
983 result->values = NULL; in PHP_FUNCTION()
1369 result->values = NULL; in PHP_FUNCTION()
1502 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in php_odbc_fetch_hash()
1663 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in PHP_FUNCTION()
2481 if (result->values) {
2487 efree(result->values);
[all …]
/php-src/ext/standard/tests/math/
H A Dceil_basic.phpt8 $values = array(0,
30 for ($i = 0; $i < count($values); $i++) {
31 $res = ceil($values[$i]);
H A Dexpm1_basic.phpt8 $values = array(10,
21 // loop through each element of $values to check the behaviour of expm1()
23 foreach($values as $value) {
/php-src/ext/pgsql/tests/
H A D80_bug39971.phpt19 $values = array('tm' => 'now()');
20 pg_insert($dbh, $table_name, $values);
23 pg_update($dbh, $table_name, $values, $ids);
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt24 // array of values for 'from'
27 // integer values
32 // float values
37 // array values
42 // boolean values
48 // null values
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt74 $values = [];
78 if (!isset($values[$value]))
79 $values[$value] = [$name];
81 $values[$value][] = $name;
102 if (!empty($values)) {
103 foreach ($values as $value => $constants) {
/php-src/ext/posix/tests/
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() 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_seteuid_variation2.phpt2 Test function posix_seteuid() 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_setgid_variation2.phpt2 Test function posix_setgid() 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 ***
/php-src/ext/xml/tests/
H A Dgh12254.phpt12 var_dump(xml_parse_into_struct($parser, "<container/>", $values, $tags));
17 xml_parse_into_struct($parser, "<container/>", $values, $tags);
19 xml_parse_into_struct($parser, "<container/>", $values, $tags);

Completed in 34 milliseconds

12345678910>>...44