Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 60) sorted by relevance

123

/PHP-5.5/ext/intl/tests/
H A Dtransliterator_clone.phpt10 $t = Transliterator::create("hex-any");
19 hex-any: a 万
20 hex-any: a 万
H A Dini_use_exceptions_basic.phpt8 $t = transliterator_create('any-hex');
H A Dtransliterator_transliterate_variant1.phpt10 echo transliterator_transliterate("[\p{White_Space}] hex", $str), "\n";
/PHP-5.5/ext/imap/tests/
H A Dimap_base64_basic.phpt32 $hex = b'x00\x01\x02\x03\x04\x05\x06\xFA\xFB\xFC\xFD\xFE\xFF';
33 $base64 = base64_encode($hex);
34 if (imap_base64($base64) == $hex) {
H A Dimap_binary_basic.phpt32 $hex = b'x00\x01\x02\x03\x04\x05\x06\xFA\xFB\xFC\xFD\xFE\xFF';
33 $base64 = imap_binary($hex);
/PHP-5.5/ext/pgsql/tests/
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
15 @pg_query($db, "SET bytea_output = 'hex'");
H A D13pg_select_9.phpt15 pg_query("SET bytea_output = 'hex'");
H A Dbug37100_9.phpt18 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
H A Dbug37100.phpt19 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation5.phpt2 Test natcasesort() function : usage variations - different hex values
11 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Darray_sum_variation2.phpt32 // Mixed values int, octal & hex
H A Dshuffle_variation4.phpt38 /*7*/ array("hex1" => 0x123, 'hex2' => 0xabc, "hex\t3" => 0xABC, "hex\04" => 0xAb1),
H A D001.phpt10 ** Test alpha, numeric (decimal, hex, octal) and special data
/PHP-5.5/ext/standard/tests/general_functions/
H A D001.phpt23 echo("sprintf octal and hex test: ");
59 sprintf octal and hex test: passed
/PHP-5.5/ext/standard/
H A Dquot_print.c152 char *hex = "0123456789ABCDEF"; in php_quot_print_encode() local
175 *d++ = hex[c >> 4]; in php_quot_print_encode()
176 *d++ = hex[c & 0xf]; in php_quot_print_encode()
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt41 \"hex\": \"\\u0123\\u4567\\u89AB\\uCDEF\\uabcd\\uef4A\",
124 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
217 ["hex"]=>
355 ["hex"]=>
432 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
434 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
497 ["hex"]=>
635 ["hex"]=>
H A Dpass001.1.phpt48 \"hex\": \"\\u0123\\u4567\\u89AB\\uCDEF\\uabcd\\uef4A\",
136 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
235 ["hex"]=>
416 ["hex"]=>
534 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
536 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
601 ["hex"]=>
782 ["hex"]=>
H A Dpass001.1_64bit.phpt48 \"hex\": \"\\u0123\\u4567\\u89AB\\uCDEF\\uabcd\\uef4A\",
136 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
235 ["hex"]=>
416 ["hex"]=>
534 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
536 …TUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89a…
601 ["hex"]=>
782 ["hex"]=>
H A Dfail001.phpt23 '{"Numbers cannot be hex": 0x14}',
111 Testing: {"Numbers cannot be hex": 0x14}
/PHP-5.5/ext/mbstring/tests/
H A Dbug31911.phpt2 Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
/PHP-5.5/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-5.5/ext/standard/tests/strings/
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
H A Ducwords_variation1.phpt39 // hex values
80 // hex in string
/PHP-5.5/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-5.5/ext/odbc/
H A Dconfig.w325 ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0…

Completed in 78 milliseconds

123