Home
last modified time | relevance | path

Searched refs:values (Results 476 – 500 of 1865) sorted by relevance

1...<<11121314151617181920>>...75

/PHP-5.3/ext/standard/tests/math/
H A Dlog1p_basic.phpt15 $values = array(23,
30 foreach($values as $value) {
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation4.phpt2 Test sprintf() function : usage variations - int formats with float values
16 echo "*** Testing sprintf() : integer formats with float values ***\n";
18 // array of float type values
56 *** Testing sprintf() : integer formats with float values ***
H A Dsprintf_variation43.phpt2 Test sprintf() function : usage variations - unsigned formats with array values
10 echo "*** Testing sprintf() : unsigned formats with array values ***\n";
12 // array of array values
51 *** Testing sprintf() : unsigned formats with array values ***
H A Dsprintf_variation4_64bit.phpt2 Test sprintf() function : usage variations - int formats with float values
12 echo "*** Testing sprintf() : integer formats with float values ***\n";
14 // array of float type values
52 *** Testing sprintf() : integer formats with float values ***
H A Dstr_pad_variation4.phpt27 // array with different values for $input
30 // integer values
38 // float values
50 // array values
55 // boolean values
H A Dchunk_split_variation9.phpt22 //different values for 'ending' argument
23 $values = array (
44 //loop through element of values for 'ending'
45 for($count = 0; $count < count($values); $count++) {
47 var_dump( chunk_split($str, $chunklen, $values[$count]) );
H A Dstrcspn_variation1.phpt2 Test strcspn() function : usage variations - unexpected values for str argument
15 * Testing strspn() : with different unexpected values for str argument
18 echo "*** Testing strcspn() : with unexpected values for str argument ***\n";
41 //array of values to iterate over
42 $values = array(
93 foreach($values as $value) {
106 *** Testing strcspn() : with unexpected values for str argument ***
H A Dstrcspn_variation2.phpt2 Test strcspn() function : usage variations - unexpected values for mask argument
15 * Testing strcspn() : with different unexpected values for mask argument
18 echo "*** Testing strcspn() : with diferent unexpected values of mask argument ***\n";
40 //array of values to iterate over
41 $values = array(
92 foreach($values as $value) {
105 *** Testing strcspn() : with diferent unexpected values of mask argument ***
H A Dstrcspn_variation3.phpt2 Test strcspn() function : usage variations - unexpected values of start argument
15 * Testing strcspn() : with unexpected values of start argument
18 echo "*** Testing strcspn() : with unexpected values of start argument ***\n";
40 //array of values to iterate over
41 $values = array(
90 foreach($values as $value) {
102 *** Testing strcspn() : with unexpected values of start argument ***
H A Dstrspn_variation1.phpt2 Test strspn() function : usage variations - unexpected values for str argument
15 * Testing strspn() : with different unexpected values for str argument
18 echo "*** Testing strspn() : with unexpected values for str argument ***\n";
41 //array of values to iterate over
42 $values = array(
93 foreach($values as $value) {
106 *** Testing strspn() : with unexpected values for str argument ***
H A Dstrspn_variation2.phpt2 Test strspn() function : usage variations - unexpected values for mask argument
15 * Testing strspn() : with different unexpected values for mask argument
18 echo "*** Testing strspn() : with diferent unexpected values of mask argument ***\n";
40 //array of values to iterate over
41 $values = array(
92 foreach($values as $value) {
105 *** Testing strspn() : with diferent unexpected values of mask argument ***
H A Dstrspn_variation3.phpt2 Test strspn() function : usage variations - unexpected values of start argument
15 * Testing strspn() : with unexpected values of start argument
18 echo "*** Testing strspn() : with unexpected values of start argument ***\n";
40 //array of values to iterate over
41 $values = array(
90 foreach($values as $value) {
102 *** Testing strspn() : with unexpected values of start argument ***
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt33 $values = array();
36 $values[$i] = $col1;
47 return $values;
224 $values = array();
229 } while (isset($values[$trend]));
241 $values[$trend] = $i;
243 krsort($values);
272 reset($values);
274 list($exp_trend, $exp_targetport) = each($values);
311 reset($values);
[all …]
/PHP-5.3/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt16 * 1. values that equate to 1
17 * 2. Minimum and maximum PHP values
29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-5.3/ext/standard/tests/array/
H A Darray_unique_variation1.phpt2 Test array_unique() function : usage variations - unexpected values for 'input' argument
6 * Description: Removes duplicate values from array
11 * Passing non array values to 'input' argument of array_unique() and see
15 echo "*** Testing array_unique() : Passing non array values to \$input argument ***\n";
37 // unexpected values to be passed to $input argument
98 *** Testing array_unique() : Passing non array values to $input argument ***
H A Darray_keys_variation_003.phpt21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
22 foreach ($values as $value){
H A Darray_product_variation1.phpt11 echo "*** Testing array_product() : variation - using non numeric values ***\n";
33 *** Testing array_product() : variation - using non numeric values ***
H A Dkrsort_variation5.phpt16 * testing krsort() by providing array of string values for $array argument with
17 * following flag values:
26 // diff. escape sequence chars with key values
32 // array containing different strings with key values
53 // loop through $flags array and call krsort() with all possible sort flag values
H A Dksort_variation5.phpt16 * testing ksort() by providing array of string values for $array argument with
17 * following flag values:
26 // diff. escape sequence chars with key values
32 // array containing different strings with key values
53 // loop through $flags array and call ksort() with all possible sort flag values
H A Darsort_variation10.phpt2 Test arsort() function : usage variations - sort octal values
12 … testing arsort() by providing different octal array for $array argument with following flag values
20 // an array contains unsorted octal values
H A Dksort_variation4.phpt2 Test ksort() function : usage variations - sort bool values
11 …* testing ksort() by providing array of boolean values for $array argument with following flag val…
/PHP-5.3/ext/interbase/tests/
H A D005.phpt43 ibase_query("insert into test5 (i) values (1)");
53 ibase_query("insert into test5 (i) values (2)");
121 ibase_query("insert into test5 (i) values (3)");
123 ibase_query($tr_1, "insert into test5 (i) values (4)");
143 ibase_query($tr_1, "insert into test5 (i) values (5)");
187 ibase_query($tr_1, "insert into test5 (i) values (5)");
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt23 echo "Wrong number of values in array\nVersion was: ";
30 echo "Wrong number of values in array\nVersion was: ";
/PHP-5.3/tests/lang/operators/
H A Doperator_gt_variation.phpt28 // test valid values
42 // test for invalid values
H A Doperator_gt_variation_64bit.phpt28 // test valid values
42 // test for invalid values

Completed in 26 milliseconds

1...<<11121314151617181920>>...75