Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/
H A DCODING_STANDARDS40 Any other use of a numeric constant to specify different behavior
H A DNEWS325 . Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
588 . Fixed bug #69125 (Array numeric string as key). (Laruence)
2016 arguments and mixed numeric/named arguments in ICU 4.8+. (Gustavo)
3403 numeric strings to integers. (Ilia)
3716 numeric properties). (Gustavo)
4911 numeric strings to integers. (Ilia)
6086 - Fixed html_entity_decode() incorrectly converting numeric html entities
7382 - Fixed bug #41527 (WDDX deserialize numeric string array key).
7842 - Fixed bug #40274 (Sessions fail with numeric root keys). (Ilia)
8359 - Fixed bug #38464 (array_count_values() mishandles numeric strings).
[all …]
H A DUPGRADING126 arguments and mixed numeric/named arguments in ICU 4.8+.
/PHP-5.5/Zend/tests/
H A Dadd_006.phpt10 $s2 = "876222numeric";
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
H A Dempty_str_offset.phpt17 // non-numeric offsets
H A Disset_str_offset.phpt17 // non-numeric offsets
H A Doffset_string.phpt46 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-5.5/Zend/
H A Dzend_compile.c828 int numeric = 0; in fetch_array_dim() local
830 …VAL(CONSTANT(opline.op2.constant)), Z_STRLEN(CONSTANT(opline.op2.constant))+1, index, numeric = 1); in fetch_array_dim()
831 if (numeric) { in fetch_array_dim()
5751 int numeric = 0; in zend_do_init_array() local
5753 …L(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1); in zend_do_init_array()
5754 if (numeric) { in zend_do_init_array()
5783 int numeric = 0; in zend_do_add_array_element() local
5785 …L(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1); in zend_do_add_array_element()
5786 if (numeric) { in zend_do_add_array_element()
/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_basic.phpt8 * Description: Checks for numeric character(s)
H A Dctype_digit_error.phpt8 * Description: Checks for numeric character(s)
H A Dctype_digit_variation1.phpt8 * Description: Checks for numeric character(s)
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 …]
H A Dctype_digit_variation3.phpt8 * Description: Checks for numeric character(s)
H A Dctype_digit_variation4.phpt8 * Description: Checks for numeric character(s)
/PHP-5.5/ext/curl/tests/
H A Dbug55767.phpt2 Test curl_opt() function with POST params from array with a numeric key
H A Dcurl_version_variation1.phpt132 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation3.phpt2 Test gmdate() function : usage variation - Passing numeric representation of day formats.
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 --
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/gd/tests/
H A Dimagecolorallocatealpha_error2.phpt13 imagecolorallocatealpha($img, 'string-non-numeric', 255, 255, 50);
H A Dimagecolorallocatealpha_error3.phpt13 imagecolorallocatealpha($img, 255, 'string-non-numeric', 255, 50);
H A Dimagecolorallocatealpha_error4.phpt13 imagecolorallocatealpha($img, 255, 255, 'string-non-numeric', 50);

Completed in 182 milliseconds

12345678910>>...12