Searched refs:hexdump (Results 1 – 5 of 5) sorted by relevance
12 function hexdump($str) {23 echo hexdump(iconv("EUC-JP", "ISO-2022-JP", $str));
9 function hexdump($str) {18 hexdump(substr($str, $offset, $len));19 hexdump(iconv_substr($str, $offset, $len, $charset));
13 static void hexdump(const mbfl_string *ptr) in hexdump() function141 hexdump(&result); in main()
13 static void hexdump(const mbfl_string *ptr) in hexdump() function96 hexdump(&result); in main()
14 static void hexdump(const mbfl_string *ptr) in hexdump() function104 hexdump(&result); in main()
Completed in 8 milliseconds