Home
last modified time | relevance | path

Searched refs:values (Results 276 – 300 of 1865) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
36 //array of values to iterate over
37 $values = array(
89 foreach($values as $value) {
104 *** Testing vprintf() : with unexpected values for format argument ***
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
36 //array of values to iterate over
37 $values = array(
89 foreach($values as $value) {
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dmoney_format_basic1.phpt17 // = We do not test for exact return-values, as those might be different between OS-versions =
28 echo "Format values with 14 positions, 8 digits to left, 2 to right using national format\n";
32 // Same again but use '(' for negative values
33 echo "Format again but with ( for negative values\n";
61 Format values with 14 positions, 8 digits to left, 2 to right using national format
64 Format again but with ( for negative values
H A Dnl2br_variation5.phpt2 Test nl2br() function : usage variations - unexpected values for 'str' argument
11 * Test nl2br() function by passing different types of values other than
31 //array of values to iterate over
32 $values = array(
77 // loop through $values array to test nl2br() function with each element
79 foreach($values as $value) {
H A Dprintf_variation2.phpt2 Test printf() function : usage variations - with all types of values for arg1 argument
12 echo "*** Testing printf() : with different types of values passed for arg1 argument ***\n";
33 //array of values to iterate over
34 $values = array(
90 foreach($values as $value) {
112 *** Testing printf() : with different types of values passed for arg1 argument ***
H A Dsprintf_variation2.phpt2 Test sprintf() function : usage variations - with all types of values for arg1 argument
12 echo "*** Testing sprintf() : with different types of values passed for arg1 argument ***\n";
33 //array of values to iterate over
34 $values = array(
90 foreach($values as $value) {
108 *** Testing sprintf() : with different types of values passed for arg1 argument ***
H A Dstripos_variation9.phpt12 echo "*** Testing stripos() function with unexpected values for haystack ***\n";
28 // array with different values
31 // integer values
37 // float values
44 // array values
51 // boolean values
93 *** Testing stripos() function with unexpected values for haystack ***
H A Dstrrpos_variation9.phpt12 echo "*** Testing strrpos() function with unexpected values for haystack ***\n";
28 // array with different values
31 // integer values
37 // float values
44 // array values
51 // boolean values
93 *** Testing strrpos() function with unexpected values for haystack ***
H A Dsprintf_variation20.phpt2 Test sprintf() function : usage variations - string formats with boolean values
10 echo "*** Testing sprintf() : string formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : string formats with boolean values ***
H A Dsprintf_variation26.phpt2 Test sprintf() function : usage variations - char formats with boolean values
10 echo "*** Testing sprintf() : char formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : char formats with boolean values ***
H A Dsprintf_variation39.phpt2 Test sprintf() function : usage variations - hexa formats with boolean values
10 echo "*** Testing sprintf() : hexa formats with boolean values ***\n";
12 // array of boolean values
41 *** Testing sprintf() : hexa formats with boolean values ***
H A Dstripos_variation10.phpt14 echo "*** Testing stripos() function with unexpected values for needle ***\n";
32 // array with different values
35 // integer values
41 // float values
48 // array values
55 // boolean values
95 *** Testing stripos() function with unexpected values for needle ***
H A Dstrncmp_variation5.phpt33 /* array with different values */
35 /* integer values */
40 /* float values */
46 /* hexadecimal values */
49 /* octal values */
53 /* array values */
60 /* boolean values */
H A Dstrrpos_variation10.phpt14 echo "*** Testing strrpos() function with unexpected values for needle ***\n";
32 // array with different values
35 // integer values
41 // float values
48 // array values
55 // boolean values
95 *** Testing strrpos() function with unexpected values for needle ***
/PHP-5.3/ext/standard/tests/array/
H A Darray_map_variation3.phpt23 /*1*/ array(1, 2), // array with default keys and numeric values
24 array(1.1, 2.2), // array with default keys & float values
26 array(false,true), // array with default keys and boolean values
32 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
33 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
34 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
38 // associative array, containing null/empty/boolean values as key/value
H A Darray_unique_variation2.phpt6 * Description: Removes duplicate values from array
39 // heredoc with quoted strings and numeric values
49 /*1*/ array(1, 2, 2, 1), // with default keys and numeric values
50 array(1.1, 2.2, 1.1), // with default keys & float values
51 array(false, true, false), // with default keys and boolean values
59 /*9*/ array(1 => "one", 2 => "two", 2 => "two"), // explicit numeric keys, string values
60 array("one" => 1, "two" => 2, "1" => 1 ), // string keys & numeric values
61 array( 1 => 10, 2 => 20, 4 => 40, 5 => 10), // explicit numeric keys and numeric values
65 // associative array, containing null/empty/boolean values as key/value
H A Darray_flip_variation5.phpt2 Test array_flip() function : usage variations - 'input' argument with repeatitive keys and values
11 * Using different types of repeatitive keys as well as values for 'input' array
14 echo "*** Testing array_flip() : 'input' array with repeatitive keys/values ***\n";
43 *** Testing array_flip() : 'input' array with repeatitive keys/values ***
H A Dsizeof_variation1.phpt19 $values = array (
20 // int values
24 // float values
31 // NULL values
35 // boolean values
56 for($i = 0; $i < count($values); $i++)
60 $var = $values[$i];
/PHP-5.3/ext/posix/tests/
H A Dposix_seteuid_variation4.phpt2 Test function posix_seteuid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
36 *** Test substituting argument 1 with float values ***
H A Dposix_setuid_variation4.phpt2 Test function posix_setuid() by substituting argument 1 with float values.
16 echo "*** Test substituting argument 1 with float values ***\n";
36 *** Test substituting argument 1 with float values ***
H A Dposix_ttyname_variation3.phpt2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.
17 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
39 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
/PHP-5.3/ext/standard/tests/math/
H A Dceil_basic.phpt17 $values = array(0,
40 for ($i = 0; $i < count($values); $i++) {
41 $res = ceil($values[$i]);
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c426 if (res->values) { in ZEND_GET_MODULE()
431 efree(res->values); in ZEND_GET_MODULE()
432 res->values = NULL; in ZEND_GET_MODULE()
956 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
1211 result->values = NULL; in PHP_FUNCTION()
1644 result->values = NULL; in PHP_FUNCTION()
2324 if (result->values) { in PHP_FUNCTION()
2330 efree(result->values); in PHP_FUNCTION()
2331 result->values = NULL; in PHP_FUNCTION()
2725 if (result->values) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/session/tests/
H A D006.phpt32 echo "original values:\n";
44 echo "values after session:\n";
49 original values:
69 values after session:
/PHP-5.3/ext/oci8/tests/
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.
75 **Set values using pconnect-1**
82 **Get values using pconnect-2**
89 **Get values using pconnect-3**

Completed in 43 milliseconds

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