Home
last modified time | relevance | path

Searched refs:values (Results 251 – 275 of 1183) sorted by relevance

1...<<11121314151617181920>>...48

/PHP-8.0/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt2 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
6 …* testing functionality of strip_tags() by giving invalid values for $str and valid values for $al…
11 // unexpected values for $string
H A Dprintf_variation1.phpt2 Test printf() function : usage variations - unexpected values for format argument
6 * Testing printf() : with different unexpected values for format argument other than the strings
9 echo "*** Testing printf() : with unexpected values for format argument ***\n";
30 //array of values to iterate over
31 $values = array(
83 foreach($values as $value) {
121 *** Testing printf() : with unexpected values for format argument ***
H A Dsprintf_variation1.phpt2 Test sprintf() function : usage variations - unexpected values for format argument
6 * Testing sprintf() : with different unexpected values for format argument other than the strings
9 echo "*** Testing sprintf() : with unexpected values for format argument ***\n";
30 //array of values to iterate over
31 $values = array(
83 foreach($values as $value) {
116 *** Testing sprintf() : with unexpected values for format argument ***
/PHP-8.0/ext/standard/tests/array/
H A Darray_filter_variation8.phpt2 Test array_filter() function : usage variations - Callback function with different return values
7 * here testing callback functions for return values other than bool
10 …* Testing array_filter() : usage variations - callback function with different return values***\n";
56 *** Testing array_filter() : usage variations - callback function with different return values***
H A Dksort_variation6.phpt2 Test ksort() function : usage variations - sort hexadecimal values
6 …esting ksort() by providing array of hexa-decimal values for $array argument with following flag v…
14 // an array containng unsorted hexadecimal values with keys
H A Darray_diff_variation8.phpt6 * Test array_diff() with associative arrays containing different data types as values
33 // associative arrays with different values
35 // arrays with integer values
39 // arrays with float values
43 // arrays with string values
H A Darray_keys_variation_004.phpt21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
22 foreach ($values as $value){
H A Dkrsort_variation8.phpt2 Test krsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR…
6 * testing krsort() by providing array of mixed values for $array argument
7 * with following flag values:
14 // mixed value array with different key values
H A Dksort_variation8.phpt2 Test ksort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR …
6 …* testing ksort() by providing array of mixed values for $array argument with following flag value…
13 // mixed value array with different key values
H A Darray_keys_variation_002.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
H A Darray_keys_variation_002_64bit.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
/PHP-8.0/ext/date/tests/
H A Dtimezone_offset_get_error.phpt12 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$object argument --\n…
35 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$datetime argument --…
61 -- Testing timezone_offset_get() function with an invalid values for $object argument --
69 -- Testing timezone_offset_get() function with an invalid values for $datetime argument --
/PHP-8.0/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt17 // Scanned ini values override previously loaded values
/PHP-8.0/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt14 assertTrue($standards === array_unique($standards), '$standards values must be unique');
15 …$carry, $item) { return $carry && is_string($item); }, true), '$standards values must be strings');
/PHP-8.0/ext/standard/tests/math/
H A Dlog1p_basic.phpt9 $values = array(23,
24 foreach($values as $value) {
H A Dfloor_basic.phpt8 $values = array(0,
30 foreach($values as $value) {
/PHP-8.0/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt2 SPL SplDoublyLinkedList offsetExists returns correct values
9 // Push two values onto the list
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_bool.phpt5 echo "*** Testing is_bool() with valid boolean values ***\n";
6 // different valid boolean values
14 bool values, expected output: bool(true) */
21 echo "\n*** Testing is_bool() on non boolean values ***\n";
134 *** Testing is_bool() with valid boolean values ***
144 *** Testing is_bool() on non boolean values ***
H A Dis_null.phpt5 echo "*** Testing is_null() with valid null values ***\n";
6 // different valid null values
32 null values, expected output: bool(true) */
39 echo "\n*** Testing is_bool() on non null values ***\n";
134 *** Testing is_null() with valid null values ***
158 *** Testing is_bool() on non null values ***
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_get_4.phpt27 "insert into imp_res_get_4_tab_1 values (1, 'abcde')",
28 "insert into imp_res_get_4_tab_1 values (2, 'fghij')",
29 "insert into imp_res_get_4_tab_1 values (3, 'klmno')",
33 "insert into imp_res_get_4_tab_2 values ('t')",
34 "insert into imp_res_get_4_tab_2 values ('u')",
35 "insert into imp_res_get_4_tab_2 values ('v')",
H A Ddriver_name_11gR2.phpt24 echo"**Test 1.1 - Default values for the attribute **************\n";
28 echo"\n***Test 1.2 - Get the values from different connections **************\n";
56 **Test 1.1 - Default values for the attribute **************
59 ***Test 1.2 - Get the values from different connections **************
H A Ddriver_name.phpt27 echo"**Test 1.1 - Default values for the attribute **************\n";
31 echo"\n***Test 1.2 - Get the values from different connections **************\n";
59 **Test 1.1 - Default values for the attribute **************
62 ***Test 1.2 - Get the values from different connections **************
/PHP-8.0/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt10 * Test passing a range of values into the $flags argument to imap_fetch_overview():
11 * 1. values that equate to 1
12 * 2. Minimum and maximum PHP values
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug53551.phpt28 $values = array (
33 $stmt->execute($values);
37 $stmt->execute($values);
/PHP-8.0/ext/pgsql/tests/
H A D10pg_convert_9.phpt22 /* Invalid values */
59 Array of values must be an associative array with string keys
60 Array of values must be an associative array with string keys

Completed in 21 milliseconds

1...<<11121314151617181920>>...48