Home
last modified time | relevance | path

Searched refs:hex (Results 26 – 50 of 60) sorted by relevance

123

/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/standard/tests/file/
H A D006_variation2.phpt57 /* hex value as permission */
/PHP-5.5/Zend/
H A Dzend_language_scanner.l1544 char *hex = yytext + 2; /* Skip "0x" */
1548 while (*hex == '0') {
1549 hex++;
1553 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) {
1557 zendlval->value.lval = strtol(hex, NULL, 16);
1562 zendlval->value.dval = zend_hex_strtod(hex, NULL);
H A Dzend_language_scanner.c3356 char *hex = yytext + 2; /* Skip "0x" */ in lex_scan() local
3360 while (*hex == '0') { in lex_scan()
3361 hex++; in lex_scan()
3365 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) { in lex_scan()
3369 zendlval->value.lval = strtol(hex, NULL, 16); in lex_scan()
3374 zendlval->value.dval = zend_hex_strtod(hex, NULL); in lex_scan()
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt40 0xFF00123, // hex integers
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT13 # Column #1 is the cp1251 code (in hex)
14 # Column #2 is the Unicode (in hex as 0xXXXX)
H A D8859-5.TXT31 # Column #1 is the ISO/IEC 8859-5 code (in hex as 0xXX)
32 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DCP1252.TXT13 # Column #1 is the cp1252 code (in hex)
14 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DCP866.TXT12 # Column #1 is the cp866_DOSCyrillicRussian code (in hex)
13 # Column #2 is the Unicode (in hex as 0xXXXX)
H A D8859-1.TXT31 # Column #1 is the ISO/IEC 8859-1 code (in hex as 0xXX)
32 # Column #2 is the Unicode (in hex as 0xXXXX)
H A D8859-15.TXT32 # Column #1 is the ISO/IEC 8859-15 code (in hex as 0xXX)
33 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DKOI8-R.TXT34 # Column #1 is the KOI8-R code (in hex as 0xXX)
35 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DROMAN.TXT65 # Column #1 is the Mac OS Roman code (in hex as 0xNN)
66 # Column #2 is the corresponding Unicode (in hex as 0xNNNN)
/PHP-5.5/ext/standard/tests/general_functions/
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_variation6.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation8.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_variation5.phpt123 0xF674593039, // a hex value > than max int
H A Dgettype_settype_variation2.phpt126 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
/PHP-5.5/ext/odbc/
H A Dconfig.m4104 [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, d…
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5008 \e escape (hex 1B)
5009 \f form feed (hex 0C)
5010 \n linefeed (hex 0A)
5012 \t tab (hex 09)
5022 character (hex 40) is inverted. Thus \cA to \cZ become hex 01 to hex 1A
5034 ters 1-26 (hex 01 to hex 1A); [, \, ], ^, and _ encode characters 27-31
5035 (hex 1B to hex 1F), and \? becomes either 255 (hex FF) or 95 (hex 5F).
7701 \e escape (hex 1B)
7702 \f form feed (hex 0C)
7703 \n newline (hex 0A)
[all …]

Completed in 94 milliseconds

123