Home
last modified time | relevance | path

Searched refs:values (Results 201 – 225 of 1183) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt10 echo "*** Testing chunk_split() : different values for 'ending' with heredoc 'str'***\n";
21 //different values for 'ending'
22 $values = array (
32 //loop through each values for 'ending'
33 for($count = 0; $count < count($values); $count++) {
35 var_dump( chunk_split($heredoc_str, $chunklen, $values[$count]) );
41 *** Testing chunk_split() : different values for 'ending' with heredoc 'str'***
H A Dstrrchr_variation10.phpt65 // array with different values
68 // integer values
74 // float values
81 // array values
88 // boolean values
94 // null values
H A Dstr_split_variation3.phpt15 // different values for 'str'
16 $values = array(
32 //loop through each element of $values for 'str' argument
33 for($count = 0; $count < count($values); $count++) {
35 var_dump( str_split($values[$count], $split_length) );
H A Dbug36148.phpt5 $values = array("a", "aa", "aaa", "aaaa");
6 foreach ($values as $value) {
/PHP-8.0/ext/standard/tests/array/
H A Dkrsort_variation3.phpt2 Test krsort() function : usage variations - sort integer/float values
6 * Testing krsort() by providing array of integer/float/mixed values for $array argument
7 * with following flag values:
20 // float key values
28 // set of possible flag values
43 // loop through $flags array and call krsort() with all possible sort flag values
H A Dksort_variation3.phpt2 Test ksort() function : usage variations - sort integer/float values
6 * Testing ksort() by providing array of integer/float/mixed values for $array argument
7 * with following flag values:
20 // float key values
28 // set of possible flag values
43 // loop through $flags array and call ksort() with all possible sort flag values
H A Darray_search_variation2.phpt2 Test array_search() function : usage variations - different haystack values
5 /* Test array_search() with different possible haystack values */
7 echo "*** Testing array_search() with different haystack values ***\n";
47 *** Testing array_search() with different haystack values ***
H A Drsort_variation10.phpt2 Test rsort() function : usage variations - Octal values
6 * Pass rsort() an array containing octal values to test behaviour
11 // an array containing unsorted octal values
H A Dnatcasesort_variation8.phpt2 Test natcasesort() function : usage variations - octal values
6 * Pass an array of octal values to test how natcasesort() re-orders it
H A Darray_filter_variation3.phpt24 array(0, 1, 2, -1, 034, 0X4A), // integer values
25 array(0.0, 1.2, 1.2e3, 1.2e-3), // float values
26 array('value1', "value2", '', " ", ""), // string values
27 array(true, false, TRUE, FALSE), // bool values
28 array(null, NULL), // null values
H A Din_array_variation2.phpt2 Test in_array() function : usage variations - different haystack values
5 /* Test in_array() with different possible haystack values */
7 echo "*** Testing in_array() with different haystack values ***\n";
46 *** Testing in_array() with different haystack values ***
H A Dkrsort_variation4.phpt2 Test krsort() function : usage variations - sort octal values
6 * testing krsort() by providing array of octal values for $array argument
7 * with following flag values:
15 // an array containing unsorted octal values
H A Dksort_variation10.phpt2 Test ksort() function : usage variations - sort octal values
6 …* testing ksort() by providing array of octal values for $array argument with following flag value…
14 // an array containing unsorted octal values
H A Dkrsort_variation9.phpt2 Test krsort() function : usage variations - sort array with/without key values
6 * Testing krsort() by providing arrays with/without key values for $array argument
7 * with following flag values:
14 // list of arrays with/without key values
26 echo "\n-- Testing krsort() by supplying various arrays with/without key values --\n";
49 -- Testing krsort() by supplying various arrays with/without key values --
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt27 "insert into imp_res_dbmsoutput_tab_1 values (1, 'abcde')",
28 "insert into imp_res_dbmsoutput_tab_1 values (2, 'fghij')",
29 "insert into imp_res_dbmsoutput_tab_1 values (3, 'klmno')",
33 "insert into imp_res_dbmsoutput_tab_2 values ('t')",
34 "insert into imp_res_dbmsoutput_tab_2 values ('u')",
35 "insert into imp_res_dbmsoutput_tab_2 values ('v')",
H A Dimp_res_prefetch.phpt27 "insert into imp_res_prefetch_tab_1 values (1, 'abcde')",
28 "insert into imp_res_prefetch_tab_1 values (2, 'fghij')",
29 "insert into imp_res_prefetch_tab_1 values (3, 'klmno')",
33 "insert into imp_res_prefetch_tab_2 values ('t')",
34 "insert into imp_res_prefetch_tab_2 values ('u')",
35 "insert into imp_res_prefetch_tab_2 values ('v')",
H A Dcursor_bind.phpt18 "insert into cursor_bind_tab values (1, '1')",
19 "insert into cursor_bind_tab values (1, '1')",
20 "insert into cursor_bind_tab values (1, '1')"
H A Dcursor_bind_err.phpt18 "insert into cursor_bind_err_tab (id, value) values (1,1)",
19 "insert into cursor_bind_err_tab (id, value) values (1,1)",
20 "insert into cursor_bind_err_tab (id, value) values (1,1)",
H A Dconn_attr_2.phpt28 echo"**Set values using pconnect-1**\n";
36 echo"\n**Get values using pconnect-2**\n";
43 echo"\n**Get values using pconnect-3**\n";
53 // Re-open a persistent connection and check for the attr values.
82 **Set values using pconnect-1**
89 **Get values using pconnect-2**
96 **Get values using pconnect-3**
H A Dimp_res_get_dbmsoutput.phpt27 "insert into imp_res_get_dbmsoutput_tab_1 values (1, 'abcde')",
28 "insert into imp_res_get_dbmsoutput_tab_1 values (2, 'fghij')",
29 "insert into imp_res_get_dbmsoutput_tab_1 values (3, 'klmno')",
33 "insert into imp_res_get_dbmsoutput_tab_2 values ('t')",
34 "insert into imp_res_get_dbmsoutput_tab_2 values ('u')",
35 "insert into imp_res_get_dbmsoutput_tab_2 values ('v')",
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
17 echo "*** Test substituting argument 1 with object values ***\n";
41 *** Test substituting argument 1 with object values ***
/PHP-8.0/ext/standard/tests/math/
H A Ddecbin_basic.phpt5 $values = array(10,
20 foreach ($values as $value) {
H A Ddecoct_basic.phpt5 $values = array(10,
20 foreach ($values as $value) {
H A Ddechex_basic.phpt5 $values = array(10,
20 foreach ($values as $value) {
/PHP-8.0/ext/filter/tests/
H A D060.phpt10 $values = [
23 $values,

Completed in 22 milliseconds

12345678910>>...48