Home
last modified time | relevance | path

Searched refs:hexadecimal (Results 76 – 100 of 126) sorted by relevance

123456

/PHP-5.5/ext/ctype/tests/
H A Dctype_upper_variation3.phpt32 "03F", // hexadecimal 'digits'
H A Dctype_graph_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_punct_variation3.phpt34 "03F", // hexadecimal 'digits'
H A Dctype_cntrl_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_variation1.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
/PHP-5.5/ext/standard/tests/math/
H A Dhexdec_variation1.phpt12 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
H A Dhexdec_variation1_64bit.phpt12 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
H A Ddechex_variation1.phpt12 …* Description: Returns a string containing a hexadecimal representation of the given number argum…
H A Ddechex_variation1_64bit.phpt12 …* Description: Returns a string containing a hexadecimal representation of the given number argum…
/PHP-5.5/ext/standard/tests/strings/
H A Dbin2hex_variation1.phpt7 * Description: Convert binary data into hexadecimal representation
H A Dchunk_split_variation5.phpt32 0x1A, //hexadecimal number
H A Dstr_split_variation7_64bit.phpt33 0x1A, //hexadecimal number
H A Dstr_split_variation6.phpt31 0x1A, //hexadecimal number
H A Dstr_split_variation6_64bit.phpt31 0x1A, //hexadecimal number
H A Dstr_split_variation7.phpt33 0x1A, //hexadecimal number
H A Dstrrpos_variation1.phpt57 "\x23", //hexadecimal numeric string
H A Daddslashes_variation2.phpt68 // string with hexadecimal number
H A Dstripos_variation1.phpt66 "\x23", //hexadecimal numeric string
H A Dstrncasecmp_variation5.phpt42 /* hexadecimal values */
H A Dstripcslashes_variation1.phpt7 * octal and hexadecimal representation.
H A Dstrrchr_variation1.phpt66 "\x23", //hexadecimal numeric string
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt29 0x123B, // integer as hexadecimal
33 -0x80000000, // max negative integer as hexadecimal
34 '0x7fffffff', // max postive integer as hexadecimal
35 0x7FFFFFFF, // max postive integer as hexadecimal
H A Ddebug_zval_dump_b.phpt27 0xffffff, //hexadecimal value
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation4.phpt12 * integer, octal, hexadecimal & float
/PHP-5.5/ext/standard/
H A Dhtml.c782 int hexadecimal = (**buf == 'x' || **buf == 'X'); /* TODO: XML apparently disallows "X" */ in process_numeric_entity() local
785 if (hexadecimal && (**buf != '\0')) in process_numeric_entity()
790 if ((hexadecimal && !isxdigit(**buf)) || in process_numeric_entity()
791 (!hexadecimal && !isdigit(**buf))) { in process_numeric_entity()
795 code_l = strtol(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()

Completed in 63 milliseconds

123456