Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_variation2.phpt32 character code 48 is alpha numeric
33 character code 49 is alpha numeric
34 character code 50 is alpha numeric
35 character code 51 is alpha numeric
36 character code 52 is alpha numeric
37 character code 53 is alpha numeric
38 character code 54 is alpha numeric
39 character code 55 is alpha numeric
40 character code 56 is alpha numeric
41 character code 57 is alpha numeric
[all …]
H A Dctype_digit_variation2.phpt8 * Description: Checks for numeric character(s)
32 character code 48 is a numeric digit
33 character code 49 is a numeric digit
34 character code 50 is a numeric digit
35 character code 51 is a numeric digit
36 character code 52 is a numeric digit
37 character code 53 is a numeric digit
38 character code 54 is a numeric digit
39 character code 55 is a numeric digit
40 character code 56 is a numeric digit
[all …]
/PHP-5.5/ext/session/tests/
H A Dsession_name_error.phpt102 Warning: session_name(): session.name cannot be a numeric or empty '0' in %s on line %d
108 Warning: session_name(): session.name cannot be a numeric or empty '1' in %s on line %d
156 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
162 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
168 Warning: session_name(): session.name cannot be a numeric or empty '1' in %s on line %d
174 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
186 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
192 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
198 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
221 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
[all …]
H A Dsession_encode_error2.phpt103 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
110 Notice: session_encode(): Skipping numeric key 1 in %s on line %d
131 Notice: session_encode(): Skipping numeric key 10 in %s on line %d
138 Notice: session_encode(): Skipping numeric key -10 in %s on line %d
145 Notice: session_encode(): Skipping numeric key %s in %s on line %d
152 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
159 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
176 Notice: session_encode(): Skipping numeric key 1 in %s on line %d
183 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
190 Notice: session_encode(): Skipping numeric key 1 in %s on line %d
[all …]
H A Dsession_encode_variation6.phpt38 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
43 Notice: session_encode(): Skipping numeric key 1234567890 in %s on line %d
48 Notice: session_encode(): Skipping numeric key -1234567890 in %s on line %d
H A Dbug66481.phpt14 PHP Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
16 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
H A Dbug66481-win32.phpt14 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
17 PHP Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
/PHP-5.5/ext/intl/tests/
H A Dbug14562.phpt13 $numeric = $fmt->parse("1234,56");
14 $res_str .= "$numeric\n";
17 $numeric = $fmt->parse("1234,56");
19 $res_str .= "$numeric\n";
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt74 Notice: A non well formed numeric value encountered in %s on line %d
102 Notice: A non well formed numeric value encountered in %s on line %d
130 Notice: A non well formed numeric value encountered in %s on line %d
158 Notice: A non well formed numeric value encountered in %s on line %d
186 Notice: A non well formed numeric value encountered in %s on line %d
214 Notice: A non well formed numeric value encountered in %s on line %d
242 Notice: A non well formed numeric value encountered in %s on line %d
270 Notice: A non well formed numeric value encountered in %s on line %d
298 Notice: A non well formed numeric value encountered in %s on line %d
308 Notice: A non well formed numeric value encountered in %s on line %d
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fields.phpt45 'numeric' => 1,
52 'numeric' => 0,
59 'numeric' => 0,
66 'numeric' => 0,
74 'numeric' => 0,
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation4.phpt16 /* Renaming a file, link and directory to numeric name */
17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n";
20 // renaming existing file to numeric name
30 // renaming a directory to numeric name
44 *** Testing rename() by renaming a file, link and directory to numeric name ***
H A Drename_variation2-win32.phpt20 /* Renaming a file and directory to numeric name */
21 echo "\n*** Testing rename() by renaming a file and directory to numeric name ***\n";
25 // renaming existing file to numeric name
34 // renaming a directory to numeric name
53 *** Testing rename() by renaming a file and directory to numeric name ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_product_variation1.phpt11 echo "*** Testing array_product() : variation - using non numeric values ***\n";
19 "string" => "hello", "numeric string" => "12",
33 *** Testing array_product() : variation - using non numeric values ***
43 numeric string
H A Darray_diff_assoc_variation6.phpt29 //numeric keys => string values
41 //default keys => numeric values
44 //numeric keys => numeric values
49 //string keys => numeric values
57 //numeric keys => float values
H A Darray_sum_variation6.phpt16 // array with numeric keys
18 echo "-- with numeric keys --\n";
29 -- with numeric keys --
H A Dbug23788.phpt5 $numeric = 123;
7 $foo = array(&$numeric, &$bool);
H A Darray_merge_variation5.phpt2 Test array_merge() function : usage variations - numeric keys
11 * Pass array_merge() arrays with only numeric keys to test behaviour.
17 //numeric keys
H A Darray_diff_assoc_basic.phpt22 echo "-- Compare Default keys to numeric keys --\n";
32 echo "\n-- Compare numeric keys to string keys --\n";
41 -- Compare Default keys to numeric keys --
73 -- Compare numeric keys to string keys --
H A Drsort_basic.phpt23 // array with default keys containing unsorted numeric values
31 echo "\n-- Testing rsort() by supplying numeric array, 'flag' value is defualt --\n";
41 echo "\n-- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
66 echo "\n-- Testing rsort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
98 -- Testing rsort() by supplying numeric array, 'flag' value is defualt --
132 -- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --
229 -- Testing rsort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Darray_map_variation3.phpt23 /*1*/ array(1, 2), // array with default keys and numeric 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
H A Dksort_basic.phpt26 // an array containing unsorted numeric values with indices
34 echo "\n-- Testing ksort() by supplying numeric array, 'flag' value is defualt --\n";
44 echo "\n-- Testing ksort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
69 echo "\n-- Testing ksort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
100 -- Testing ksort() by supplying numeric array, 'flag' value is defualt --
134 -- Testing ksort() by supplying numeric array, 'flag' = SORT_REGULAR --
231 -- Testing ksort() by supplying numeric array, 'flag' = SORT_NUMERIC --
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_numeric.phpt6 * Description: Finds whether a variable is a number or a numeric string
9 echo "*** Testing is_numeric() with valid numeric values ***\n";
10 // different valid numeric vlaues
71 "1", // numeric in the form of string
93 numeric values, expected output: bool(true) */
100 echo "\n*** Testing is_numeric() on non numeric types ***\n";
142 is_numeric() on non numeric values, expected output: bool(false) */
164 *** Testing is_numeric() with valid numeric values ***
322 *** Testing is_numeric() on non numeric types ***
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_basic.phpt17 // pieces as arry with numeric values
25 // pices as associative array (numeric values)
30 // pices as associative array (string/numeric values)
H A Dstrtr_variation1.phpt2 Test strtr() function : usage variations - regular & numeric strings for 'str' argument
12 * combination of numeric & regular strings for 'str' argument and
16 echo "*** Testing strtr() : numeric & regular double quoted strings ***\n";
60 *** Testing strtr() : numeric & regular double quoted strings ***
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation6.phpt21 echo "\n-- Testing gmdate() function with numeric representation of month format --\n";
29 echo "\n-- Testing gmdate() function with numeric representation of month without leading zeros for…
46 -- Testing gmdate() function with numeric representation of month format --
54 -- Testing gmdate() function with numeric representation of month without leading zeros format --

Completed in 64 milliseconds

12345678910>>...12