Home
last modified time | relevance | path

Searched refs:values (Results 401 – 425 of 1865) sorted by relevance

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

/PHP-5.3/ext/oci8/tests/
H A Dfetch_all.phpt15 "insert into fetch_all_tab (id, value) values (1,1)",
16 "insert into fetch_all_tab (id, value) values (1,1)",
17 "insert into fetch_all_tab (id, value) values (1,1)"
H A Dfetch_all1.phpt15 "insert into fetch_all_tab (id, value) values (1,1)",
16 "insert into fetch_all_tab (id, value) values (1,1)",
17 "insert into fetch_all_tab (id, value) values (1,1)"
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt2 Test sprintf() function : usage variations - int formats with resource values
10 echo "*** Testing sprintf() : integer formats with resource values ***\n";
50 *** Testing sprintf() : integer formats with resource values ***
H A Dstrspn_variation4.phpt2 Test strspn() function : usage variations - unexpected values of len argument
15 * Testing strspn() : with unexpected values of len argument
18 echo "*** Testing strspn() : with unexpected values of len argument ***\n";
40 //array of values to iterate over
41 $values = array(
90 foreach($values as $value) {
101 *** Testing strspn() : with unexpected values of len argument ***
H A Dstrcspn_variation4.phpt2 Test strcspn() function : usage variations - unexpected values of len argument
15 * Testing strcspn() : with unexpected values of len argument
18 echo "*** Testing strcspn() : with unexpected values of len argument ***\n";
40 //array of values to iterate over
41 $values = array(
90 foreach($values as $value) {
101 *** Testing strcspn() : with unexpected values of len argument ***
H A Dsprintf_variation22.phpt2 Test sprintf() function : usage variations - char formats with float values
10 echo "*** Testing sprintf() : char formats with float values ***\n";
12 // array of float values
45 *** Testing sprintf() : char formats with float values ***
H A Dstrip_tags_variation4.phpt2 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
13 …* testing functionality of strip_tags() by giving invalid values for $str and valid values for $al…
18 // unexpected values for $string
H A Dstr_split_variation2_64bit.phpt2 Test str_split() function : usage variations - unexpected values for 'split_length' argument
17 echo "*** Testing str_split() : unexpected values for 'split_length' ***\n";
38 //different values for 'split_length'
39 $values = array(
86 // loop through each element of $values for 'split_length'
87 for($count = 0; $count < count($values); $count++) {
89 var_dump( str_split($str, $values[$count]) );
98 *** Testing str_split() : unexpected values for 'split_length' ***
H A Dstrrchr_variation9.phpt30 // array with different values
33 // integer values
39 // float values
46 // array values
53 // boolean values
H A Dsprintf_variation11.phpt2 Test sprintf() function : usage variations - float formats with resource values
10 echo "*** Testing sprintf() : float formats with resource values ***\n";
48 *** Testing sprintf() : float formats with resource values ***
H A Dsprintf_variation23.phpt2 Test sprintf() function : usage variations - char formats with resource values
10 echo "*** Testing sprintf() : char formats with resource values ***\n";
47 *** Testing sprintf() : char formats with resource values ***
H A Dsprintf_variation30.phpt2 Test sprintf() function : usage variations - octal formats with resource values
10 echo "*** Testing sprintf() : octal formats with resource values ***\n";
47 *** Testing sprintf() : octal formats with resource values ***
/PHP-5.3/ext/date/tests/
H A Dgetdate_variation2.phpt2 Test getdate() function : usage variation - Passing octal timestamp values
16 //array of values to iterate over
19 //octal values
/PHP-5.3/ext/standard/tests/array/
H A Darray_walk_variation6.phpt22 * Description : Function adds values with keys & user_data
26 // dump the input values to see if they are
35 * Parameters : $value - values in given input array
41 // dump the input values to see if they are
49 * Parameters : $value - values in given input array
55 // dump the input values to see if they are
H A Drange_variation1.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Drange_variation1_64bit.phpt12 echo "\n*** Testing max/outof range values ***\n";
24 *** Testing max/outof range values ***
H A Dkrsort_variation6.phpt2 Test krsort() function : usage variations - sort hexadecimal values
11 * testing krsort() by providing array of hexa-decimal values for $array argument
12 * with following flag values:
20 // an array containing unsorted hexadecimal values with keys
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 Dnatcasesort_variation8.phpt2 Test natcasesort() function : usage variations - octal values
11 * Pass an array of octal values to test how natcasesort() re-orders it
/PHP-5.3/ext/standard/tests/file/
H A Dstat_basic-win32.phpt43 // stat contains 13 different values stored twice, can be accessed using
45 echo "*** Testing stat(): validating the values stored in stat ***\n";
46 // Initial stat values
50 // New stat values taken after creation of file
53 // compare the two stat values, initial stat and stat recorded after
73 *** Testing stat(): validating the values stored in stat ***
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
12 * check values of URL related constants
/PHP-5.3/ext/standard/tests/math/
H A Dexp_basic.phpt7 $values = array(10,
23 foreach($values as $value) {
/PHP-5.3/ext/standard/tests/general_functions/
H A Dstrval.phpt11 echo "*** Testing str_val() with scalar values***\n";
16 /* heredoc string with only numeric values */
99 scalar values and retuns the string conversion of same */
106 echo "\n*** Testing strval() with non_scalar values ***\n";
115 // non_scalar values, objects, arrays, resources and boolean
159 *** Testing str_val() with scalar values***
278 *** Testing strval() with non_scalar values ***
/PHP-5.3/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt2 SPL SplDoublyLinkedList offsetExists returns correct values
9 // Push two values onto the list
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug53551.phpt28 $values = array (
33 $stmt->execute($values);
37 $stmt->execute($values);

Completed in 36 milliseconds

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