Home
last modified time | relevance | path

Searched refs:values (Results 101 – 125 of 1183) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/standard/tests/strings/
H A Djoin_basic.phpt11 // pieces as array with numeric values
14 // pieces as array with strings values
19 // pices as associative array (numeric values)
24 // pices as associative array (string/numeric values)
H A Dstrval_variation1.phpt21 //array of values to iterate over
22 $values = array(
23 //Decimal values
29 //Octal values
35 //Hexadecimal values
81 foreach($values as $value) {
H A Dprint_variation1.phpt22 // array with different values for $input
25 // integer values
32 // float values
37 // array values
42 // boolean values
48 // null values
H A Dchunk_split_variation7.phpt2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument
10 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n";
16 // different values for 'str'
17 $values = array(
33 for($count = 0; $count < count($values); $count++) {
35 var_dump( chunk_split( $values[$count], $chunklen, $ending) );
41 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
/PHP-8.0/ext/standard/tests/array/
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
6 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
7 * here testing for all different valid string and integer values
10 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
25 // numeric values
66 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Dusort_variation5.phpt48 echo "\n-- Sorting Single Quoted String values --\n";
59 echo "\n-- Sorting Double Quoted String values --\n";
67 echo "\n-- Sorting Heredoc String values --\n";
74 -- Sorting Single Quoted String values --
99 -- Sorting Double Quoted String values --
124 -- Sorting Heredoc String values --
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
6 * testing array_fill() by passing different types of array values for 'val' argument
16 //array of different types of array values for 'val' argument
17 $values = array(
34 // loop through each element of the values array for 'val' argument
36 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
38 for($i = 0; $i < count($values); $i++)
41 $val = $values[$i];
52 --- Testing array_fill() with different types of array values for 'val' argument ---
H A Darray_pad_variation4.phpt6 * Passing binary values to $pad_value argument and testing whether
8 * The $input and $pad_size arguments passed are fixed values.
11 echo "*** Testing array_pad() : Passing binary values to \$pad_value argument ***\n";
26 *** Testing array_pad() : Passing binary values to $pad_value argument ***
H A Darray_push_basic.phpt15 echo "\n-- Push values onto an indexed array --\n";
21 echo "\n-- Push values onto an associative array --\n";
30 -- Push values onto an indexed array --
45 -- Push values onto an associative array --
H A Dsizeof_variation2.phpt2 Test sizeof() function : usage variations - different array values for 'var' argument
10 echo "--- Testing sizeof() with different array values for 'var' argument ---\n";
12 // array containing different types of array values for 'var' argument
13 $values = array (
30 // loop through each element of the values array for 'var' argument
33 for($i = 0; $i < count($values); $i++)
36 $var = $values[$i];
57 --- Testing sizeof() with different array values for 'var' argument ---
H A Darray_rand_variation3.phpt14 // array with int values
17 // array with float values
26 // array with bool values
29 // array with hexa values
32 // array with null values
44 echo "\n*** Testing array_rand() with arrays having different types of values ***\n";
66 *** Testing array_rand() with arrays having different types of values ***
H A Duasort_variation5.phpt49 echo "-- Sorting Single Quoted String values --\n";
58 echo "-- Sorting Double Quoted String values --\n";
64 echo "-- Sorting Heredoc String values --\n";
72 -- Sorting Single Quoted String values --
96 -- Sorting Double Quoted String values --
120 -- Sorting Heredoc String values --
H A Darray_sum_variation3.phpt2 Test array_sum() function : usage variations - array with different float values
6 * sum of array containing different float values
9 echo "*** Testing array_sum() : array with different float values ***\n";
41 *** Testing array_sum() : array with different float values ***
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt20 echo "Retrieving static values from A:\n";
28 echo "\nRetrieving static values from B:\n";
34 echo "\nRetrieving non-existent values from A with no default value:\n";
51 Retrieving static values from A:
58 Retrieving static values from B:
63 Retrieving non-existent values from A with no default value:
/PHP-8.0/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt2 Test ctype_xdigit() function : usage variations - heaxadecimal and octal values
8 * Pass different hexadecimal and octal values that:
30 echo "\n-- Octal values --\n";
40 echo "\n-- Hexadecimal values --\n";
54 -- Octal values --
66 -- Hexadecimal values --
/PHP-8.0/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 Dis_finite_basic.phpt5 $values = array(234,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_finite($values[$i]);
H A Dis_infinite_basic.phpt5 $values = array(234,
20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_infinite($values[$i]);
H A Dis_nan_basic.phpt5 $values = array(234,
21 for ($i = 0; $i < count($values); $i++) {
22 $res = is_nan($values[$i]);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation5.phpt2 Test function get_cfg_var() by substituting argument 1 with int values.
14 echo "*** Test substituting argument 1 with int values ***\n";
31 *** Test substituting argument 1 with int values ***
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 ***
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation5.phpt2 Test function posix_ttyname() by substituting argument 1 with int values.
17 echo "*** Test substituting argument 1 with int values ***\n";
32 *** Test substituting argument 1 with int values ***
/PHP-8.0/ext/session/tests/
H A D006.phpt33 echo "original values:\n";
44 echo "values after session:\n";
50 original values:
62 values after session:
/PHP-8.0/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);

Completed in 22 milliseconds

12345678910>>...48