Home
last modified time | relevance | path

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

12345678910>>...72

/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation4_64bit.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvprintf_variation4.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
15 * Test vprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
77 *** Testing vprintf() : int formats and non-integer values ***
H A Dvprintf_variation4_64bit.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
15 * Test vprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
77 *** Testing vprintf() : int formats and non-integer values ***
H A Dmoney_format_variation1.phpt2 Test money_format() function : usage variations - test values for $format argument
17 // = We do not test for exact return-values, as those might be different between OS-versions =
40 // array with different values for $input
43 // integer values
51 // float values
56 // array values
61 // boolean values
67 // null values
71 // string values
H A Dstr_split_variation6.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' argument
18 * passing different integer values for 'split_length' argument to str_split()
21 echo "*** Testing str_split() : different intger values for 'split_length' ***\n";
25 //different values for 'split_length'
26 $values = array (
37 //loop through each element of $values for 'split_length'
38 for($count = 0; $count < count($values); $count++) {
40 var_dump( str_split($str, $values[$count]) );
45 *** Testing str_split() : different intger values for 'split_length' ***
H A Dstr_split_variation6_64bit.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' argument
18 * passing different integer values for 'split_length' argument to str_split()
21 echo "*** Testing str_split() : different intger values for 'split_length' ***\n";
25 //different values for 'split_length'
26 $values = array (
37 //loop through each element of $values for 'split_length'
38 for($count = 0; $count < count($values); $count++) {
40 var_dump( str_split($str, $values[$count]) );
45 *** Testing str_split() : different intger values for 'split_length' ***
H A Dstr_split_variation7.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' with her…
18 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_s…
21 echo "*** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***\n…
27 //different values for 'split_length'
28 $values = array (
39 //loop through each element of $values for 'split_length'
40 for($count = 0; $count < count($values); $count++) {
42 var_dump( str_split($str, $values[$count]) );
47 *** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***
H A Dvfprintf_variation14.phpt2 Test vfprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-hexa values from the above $args_array array
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation14_64bit.phpt2 Test vfprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-hexa values from the above $args_array array
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dget_html_translation_table_variation2.phpt2 Test get_html_translation_table() function : usage variations - unexpected quote_style values
28 // array with different values
29 $values = array (
31 // array values
38 // boolean values
44 // string values
71 // when $quote_style argument is supplied with different values
72 echo "\n--- Testing get_html_translation_table() by supplying different values for 'quote_style' ar…
74 for($index = 0; $index < count($values); $index ++) {
76 $quote_style = $values [$index];
[all …]
H A Dvsprintf_variation13.phpt2 Test vsprintf() function : usage variations - hexa formats with hexa values
15 * Test vsprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
60 *** Testing vsprintf() : hexa formats with hexa values ***
H A Dvsprintf_variation13_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with hexa values
15 * Test vsprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
60 *** Testing vsprintf() : hexa formats with hexa values ***
H A Dvfprintf_variation17.phpt2 Test vfprintf() function : usage variations - scientific formats with scientific values
11 * Test vfprintf() when different scientific formats and scientific values
15 echo "*** Testing vfprintf() : scientific formats and scientific values ***\n";
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
42 // and with signed and other types of values from the above $args_array array
58 *** Testing vfprintf() : scientific formats and scientific values ***
H A Dvprintf_variation13.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
15 * Test vprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
61 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvprintf_variation13_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
15 * Test vprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
48 // and with octal values from the above $args_array array
61 *** Testing vprintf() : hexa formats with hexa values ***
H A Dchunk_split_variation5.phpt2 Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(B…
16 * passsing different integer values for 'chunklen' argument to chunk_split()
20 echo "*** Testing chunk_split() : different integer values for 'chunklen' ***\n";
26 // different values for chunklen
27 $values = array (
39 for($count = 0; $count < count($values); $count++) {
41 var_dump( chunk_split($str, $values[$count], $ending) );
47 *** Testing chunk_split() : different integer values for 'chunklen' ***
H A Dvfprintf_variation20.phpt2 Test vfprintf() function : usage variations - unexpected values for the format argument
15 echo "*** Testing vfprintf() : with unexpected values for format argument ***\n";
36 //array of values to iterate over
37 $values = array(
91 fprintf($fp, "\n*** Testing vprintf() with with unexpected values for format argument ***\n");
94 foreach( $values as $value ) {
109 *** Testing vfprintf() : with unexpected values for format argument ***
121 *** Testing vprintf() with with unexpected values for format argument ***
H A Dvfprintf_variation4.phpt2 Test vfprintf() function : usage variations - int formats with non-integer values
15 * Test vfprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
70 // and with non-int values from the above $args_array array
87 *** Testing vfprintf() : int formats and non-integer values ***
H A Dvfprintf_variation4_64bit.phpt2 Test vfprintf() function : usage variations - int formats with non-integer values
15 * Test vfprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
70 // and with non-int values from the above $args_array array
87 *** Testing vfprintf() : int formats and non-integer values ***
/PHP-5.5/ext/odbc/
H A Dbirdstep.c179 if ( res && res->values ) { in _free_birdstep_result()
182 if ( res->values[i].value ) in _free_birdstep_result()
183 efree(res->values[i].value); in _free_birdstep_result()
185 efree(res->values); in _free_birdstep_result()
401 res->values[i].name,sizeof(res->values[i].name), in PHP_FUNCTION()
405 switch ( res->values[i].valtype ) { in PHP_FUNCTION()
408 res->values[i].value = NULL; in PHP_FUNCTION()
416 SQLBindCol(res->hstmt,i+1,SQL_C_CHAR, res->values[i].value,coldesc+1, &res->values[i].vallen); in PHP_FUNCTION()
516 switch ( res->values[indx].valtype ) { in PHP_FUNCTION()
523 if ( !res->values[indx].value ) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation2.phpt2 Test array_fill() function : usage variations - unexpected values for 'num' argument
35 //array of different values for 'num' argument
36 $values = array(
38 // float values
45 // array values
52 // null values
56 // boolean values
66 // string values
85 for($index = 0; $index < count($values); $index ++)
88 $num = $values[$index];
[all …]
H A Darray_fill_basic.phpt12 // calling the array_fill with all possible valid values for 'val' argument
19 // array of possible valid values for 'val' argument
20 $values = array (
33 for($i = 0; $i < count($values); $i ++)
36 $val = $values[$i];
H A Duasort_variation9.phpt17 * Parameters : $value1 and $value2 - values received by reference
18 * Return value : 0 - if both values are same
37 echo "-- Passing integer values to 'cmp_function' --\n";
43 echo "-- Passing string values to 'cmp_function' --\n";
51 -- Passing integer values to 'cmp_function' --
69 -- Passing string values to 'cmp_function' --
H A Darray_fill_variation4.phpt20 // array of possible valid values for 'val' argument
21 $values = array (
32 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
34 for($i =0; $i < count($values); $i ++)
37 $val = $values[$i];
48 *** Filling 2 dimensional array with all basic valid values ***
H A Dusort_variation5.phpt6 * Description: Sort an array by values using a user-defined comparison function
53 echo "\n-- Sorting Single Quoted String values --\n";
64 echo "\n-- Sorting Double Quoted String values --\n";
72 echo "\n-- Sorting Heredoc String values --\n";
80 -- Sorting Single Quoted String values --
105 -- Sorting Double Quoted String values --
130 -- Sorting Heredoc String values --

Completed in 33 milliseconds

12345678910>>...72