Home
last modified time | relevance | path

Searched refs:numeric (Results 76 – 100 of 276) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation1.phpt65 "12345", //decimal numeric string
66 "\x23", //hexadecimal numeric string
68 "\101", //octal numeric string
H A Dstrrchr_variation1.phpt65 "12345", //decimal numeric string
66 "\x23", //hexadecimal numeric string
68 "\101", //octal numeric string
H A Dstrripos_variation1.phpt56 /*29*/ "12345", //decimal numeric string
57 "\x23", //hexadecimal numeric string
59 "\101", //octal numeric string
H A Dstrripos_variation2.phpt56 /*29*/ '12345', //decimal numeric string
57 '\x23', //hexadecimal numeric string
59 '\101', //octal numeric string
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation3.phpt22 /*1*/ array(1, 2), // array with default keys and numeric values
31 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
32 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
33 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_chunk_basic2.phpt15 // array with default keys - numeric values
24 // associative arrays - key as numeric
H A Dusort_variation4.phpt2 Test usort() function : usage variations - numeric data
11 * Pass arrays of numeric data to usort() to test how it is re-ordered
H A Darray_pad_variation6.phpt41 // heredoc with quoted strings and numeric values
51 /*1*/ array(1, 2), // with default keys and numeric values
61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_reverse_variation3.phpt38 /*1*/ array(1, 2), // array with default keys and numeric values
47 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
48 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
49 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug55798.phpt2 Bug #55798 (serialize followed by unserialize with numeric object prop. gives integer prop)
/PHP-5.5/ext/pgsql/tests/
H A Dbug46408.phpt18 pg_query_params("SELECT $1::numeric", array(3.5));
/PHP-5.5/ext/standard/tests/math/
H A Dmt_srand_error.phpt16 Notice: A non well formed numeric value encountered in %s on line 4
/PHP-5.5/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt63 Notice: A non well formed numeric value encountered in %s on line %d
68 Notice: A non well formed numeric value encountered in %s on line %d
H A Dimap_fetchheader_variation5.phpt64 Notice: A non well formed numeric value encountered in %s on line %d
75 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation7.phpt29 echo "\n-- Testing gmdate() function with full numeric representation of year format --\n";
53 -- Testing gmdate() function with full numeric representation of year format --
H A Dgmdate_variation8.phpt29 echo "\n-- Testing gmdate() function with full numeric representation of year format --\n";
53 -- Testing gmdate() function with full numeric representation of year format --
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_seek.phpt68 [%u|b%"numeric"]=>
97 [%u|b%"numeric"]=>
126 [%u|b%"numeric"]=>
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_mixed_params.phpt2 MessageFormatter::format(): mixed named and numeric parameters
/PHP-5.5/ext/ctype/tests/
H A Dctype_digit_basic.phpt8 * Description: Checks for numeric character(s)
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_basic.phpt15 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
56 -- File content type : numeric --
100 -- File content type : numeric --
144 -- File content type : numeric --
188 -- File content type : numeric --
232 -- File content type : numeric --
276 -- File content type : numeric --
H A Dfgets_variation3.phpt17 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
70 -- File content type : numeric --
118 -- File content type : numeric --
166 -- File content type : numeric --
214 -- File content type : numeric --
262 -- File content type : numeric --
310 -- File content type : numeric --
358 -- File content type : numeric --
406 -- File content type : numeric --
454 -- File content type : numeric --
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt2 Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash)
/PHP-5.5/ext/reflection/tests/
H A Dbug61388.phpt2 …id reads when it get_properties returns a hash table with (inaccessible) dynamic numeric properties
/PHP-5.5/Zend/tests/
H A Dadd_006.phpt10 $s2 = "876222numeric";

Completed in 26 milliseconds

12345678910>>...12