Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 60) sorted by last modified time

123

/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation1.phpt39 // hex values
80 // hex in string
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt40 0xFF00123, // hex integers
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt126 0xF674593039, // a hex value > than max int
H A Dis_float.phpt107 1, // integers, hex and octal
H A Dis_float_64bit.phpt109 1, // integers, hex and octal
H A Dgettype_settype_variation1.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation3.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation4.phpt131 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation5.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation6.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation7.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation8.phpt123 0xF674593039, // a hex value > than max int
H A D001.phpt23 echo("sprintf octal and hex test: ");
59 sprintf octal and hex test: passed
/PHP-5.5/ext/standard/tests/file/
H A D006_variation2.phpt57 /* hex value as permission */
/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 Dshuffle_variation4.phpt38 /*7*/ array("hex1" => 0x123, 'hex2' => 0xabc, "hex\t3" => 0xABC, "hex\04" => 0xAb1),
H A Darray_sum_variation2.phpt32 // Mixed values int, octal & hex
H A D001.phpt10 ** Test alpha, numeric (decimal, hex, octal) and special data
/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/sqlite3/libsqlite/
H A Dsqlite3.c98161 FUNCTION(hex, 1, 0, 0, hexFunc ),
/PHP-5.5/ext/spl/
H A Dphp_spl.c788 char *hex; in php_spl_object_hash() local
803 spprintf(&hex, 32, "%016lx%016lx", hash_handle, hash_handlers); in php_spl_object_hash()
805 strlcpy(result, hex, 33); in php_spl_object_hash()
806 efree(hex); in php_spl_object_hash()
/PHP-5.5/ext/pgsql/tests/
H A D13pg_select_9.phpt15 pg_query("SET bytea_output = 'hex'");
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
15 @pg_query($db, "SET bytea_output = 'hex'");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput84789 …text <H more text <H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> te…
H A Dtestoutput16176 (?: [0-9a-f]{1,4} | # 1-4 hex digits or
6180 [0-9a-f]{1,4} $ # final hex number at end of string

Completed in 561 milliseconds

123