Home
last modified time | relevance | path

Searched refs:numeric (Results 51 – 75 of 276) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/array/
H A Duasort_basic1.phpt44 // Associative array with numeric keys
46 echo "-- Associative array with numeric keys --\n";
90 -- Associative array with numeric keys --
H A Darray_combine_variation3.phpt39 // heredoc with quoted strings and numeric values
49 /*1*/ array(1, 2), // with default keys and numeric values
59 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
60 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
61 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_intersect_variation3.phpt40 // heredoc with quoted strings and numeric values
50 /*1*/ array(1, 2), // array with default keys and numeric values
60 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
61 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
62 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_intersect_variation4.phpt40 // heredoc with quoted strings and numeric values
59 /*1*/ array(1, 2), // array with default keys and numeric values
69 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
70 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
71 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Dbug38464.phpt2 Bug #38464 (array_count_values() mishandles numeric strings)
H A Dvar_export.phpt2 var_export() and objects with numeric indexes properties
H A Dnatcasesort_variation3.phpt2 Test natcasesort() function : usage variations - different numeric types
15 * Pass arrays of numeric data to test how natcasesort re-orders the array
H A Darray_chunk_basic1.phpt15 // array with default keys - numeric values
24 // associative arrays - key as numeric
H A Darray_flip_variation5.phpt16 // array with numeric key repeatition
32 // array with numeric value repeatition
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt72 echo "\nTest string with 2-dim array with numeric keys\n";
82 echo "\nTest string with 2-dim array with non-numeric keys\n";
87 echo "\nTest string with 3-dim array with numeric keys\n";
202 Test string with 2-dim array with numeric keys
235 Test string with 2-dim array with non-numeric keys
253 Test string with 3-dim array with numeric keys
H A Dsubstr_count_variation_001.phpt61 Notice: A non well formed numeric value encountered in %s on line %d
64 Notice: A non well formed numeric value encountered in %s on line %d
66 Notice: A non well formed numeric value encountered in %s on line %d
H A Dstr_rot13_basic.phpt15 echo "\nEnsure numeric characters are left untouched\n";
47 Ensure numeric characters are left untouched
H A Dstrrpos_variation1.phpt56 "12345", //decimal numeric string
57 "\x23", //hexadecimal numeric string
59 "\101", //octal numeric string
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation1.phpt28 "123.tmp", //file name starts with numeric and with regular extension
29 "copy_variation1.123", //file name with numeric extension
30 "123", //numeric
31 "123copy_variation1.tmp", //file name containing numeric & string
32 "copy_variation.tmp123", //file name containing string & numeric
/PHP-5.5/ext/json/tests/
H A Dbug55543.phpt2 Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties)
H A Djson_encode_numeric.phpt2 Test json_encode() function with numeric flag
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
H A Dimport_request2.phpt2 import_request_variables() test (numeric keys)
H A Dimport_request3.phpt2 import_request_variables() test (numeric keys, different order)
/PHP-5.5/ext/simplexml/
H A DREADME6 2) numeric indices denote elements
7 3) non numeric indices denote attributes
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_error1.phpt2 MessageFormatter::format() insufficient numeric arguments
/PHP-5.5/ext/wddx/tests/
H A Dbug41527.phpt2 Bug #41527 (WDDX deserialize numeric string array keys)
/PHP-5.5/Zend/tests/
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
/PHP-5.5/ext/opcache/tests/
H A Dbug69125.phpt2 Bug #69125 (Array numeric string as key)
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt2 Sybase-CT bug #29064 (Exact numeric/decimal/money datatypes lose precision)
20 test_numeric numeric(38, 12) null,

Completed in 64 milliseconds

12345678910>>...12