Home
last modified time | relevance | path

Searched refs:hexadecimal (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/math/
H A Dhexdec_error.phpt6 …* Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_str…
/PHP-5.5/ext/standard/tests/strings/
H A Dstripcslashes_error.phpt8 * octal and hexadecimal representation.
H A Dbin2hex_basic.phpt7 * Description: Convert binary data into hexadecimal representation
H A Dsprintf_f_2.phpt51 var_dump(sprintf("%%x = '%x'", $n)); // hexadecimal representation (lower-case)
52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE25 \xHH hexadecimal char (encoded byte value)
26 \x{7HHHHHHH} wide hexadecimal char (character code point value)
68 \h hexadecimal digit char [0-9a-fA-F]
70 \H non hexadecimal digit char
365 + hexadecimal digit char type \h, \H
386 + add hexadecimal digit char type (\h, \H)
393 + octal or hexadecimal number sequence can be treated as
/PHP-5.5/ext/ctype/tests/
H A Dctype_xdigit_error.phpt8 * Description: Checks for character(s) representing a hexadecimal digit
H A Dctype_punct_variation4.phpt14 * Pass different octal and hexadecimal values to ctype_punct() to test behaviour
H A Dctype_print_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_alnum_variation3.phpt32 "03F", // hexadecimal 'digits'
H A Dctype_alpha_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_lower_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_space_variation3.phpt33 "03F", // hexadecimal 'digits'
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt2 Test image_type_to_mime_type() function : usage variations - Pass decimal, octal, and hexadecimal
/PHP-5.5/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation2.phpt12 * integer, octal, hexadecimal, maximum and minimum integer values & mixed of all integers
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt23 0x123B, // integer as hexadecimal
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max postive integer as hexadecimal
29 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dis_int_64bit.phpt25 0x123B, // integer as hexadecimal
29 -0x80000000, // max negative integer as hexadecimal
30 0x7fffffff, // max postive integer as hexadecimal
31 0x7FFFFFFF, // max postive integer as hexadecimal
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation27.phpt32 0x123B, // integer as hexadecimal
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation18.phpt33 0x123B, // integer as hexadecimal
37 -0x80000000, // max negative integer as hexadecimal
38 0x7fffffff, // max postive integer as hexadecimal
39 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation2.phpt32 0x123B, // integer as hexadecimal
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation20.phpt32 0x123B, // integer as hexadecimal
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation33.phpt38 0x123B, // integer as hexadecimal
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation39.phpt38 0x123B, // integer as hexadecimal
42 -0x80000000, // max negative integer as hexadecimal
43 0x7fffffff, // max postive integer as hexadecimal
44 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation45.phpt32 0x123B, // integer as hexadecimal
36 -0x80000000, // max negative integer as hexadecimal
37 0x7fffffff, // max postive integer as hexadecimal
38 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dfscanf_variation9.phpt39 0x123B, // integer as hexadecimal
43 -0x80000000, // max negative integer as hexadecimal
44 0x7fffffff, // max postive integer as hexadecimal
45 0x7FFFFFFF, // max postive integer as hexadecimal

Completed in 27 milliseconds

123456