Home
last modified time | relevance | path

Searched refs:hexadecimal (Results 26 – 50 of 126) sorted by last modified time

123456

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt27 0x123B, // integer as hexadecimal
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max postive integer as hexadecimal
33 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation34_64bit.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 Dsprintf_variation40.phpt27 0x123B, // integer as hexadecimal
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max postive integer as hexadecimal
33 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation40_64bit.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 Dsscanf_basic8.phpt2 Test sscanf() function : basic functionality - hexadecimal format
11 echo "*** Testing sscanf() : basic functionality - - using hexadecimal format ***\n";
34 *** Testing sscanf() : basic functionality - - using hexadecimal format ***
H A Dsprintf_variation46.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation19.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation28.phpt27 0x123B, // integer as hexadecimal
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max postive integer as hexadecimal
33 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation28_64bit.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 Dsprintf_basic9.phpt2 Test sprintf() function : basic functionality - hexadecimal format
10 echo "*** Testing sprintf() : basic functionality - using hexadecimal format ***\n";
46 *** Testing sprintf() : basic functionality - using hexadecimal format ***
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)
H A Dsprintf_variation10.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation21.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dsprintf_variation3.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
H A Dprintf.phpt146 echo "\n\n*** Output for hexadecimal type ***\n";
565 *** Output for hexadecimal type ***
H A Dprintf_64bit.phpt146 echo "\n\n*** Output for hexadecimal type ***\n";
565 *** Output for hexadecimal type ***
H A Dprintf_basic9.phpt2 Test printf() function : basic functionality - hexadecimal format
10 echo "*** Testing printf() : basic functionality - using hexadecimal format ***\n";
60 *** Testing printf() : basic functionality - using hexadecimal format ***
H A Dmd5_file.phpt61 /* Normal operation with hexadecimal output */
H A Dfprintf_variation_008.phpt22 /* hexadecimal type variations */
H A Dfprintf_variation_008_64bit.phpt22 /* hexadecimal type variations */
H A Dchunk_split_variation5.phpt32 0x1A, //hexadecimal number
H A Dchunk_split_variation8.phpt38 0x1A, //hexadecimal number
H A Daddslashes_variation2.phpt68 // string with hexadecimal number
H A Dbin2hex_basic.phpt7 * Description: Convert binary data into hexadecimal representation
H A Dbin2hex_error.phpt7 * Description: Convert binary data into hexadecimal representation

Completed in 64 milliseconds

123456