126) { $char = strtoupper(dechex($ord)); if ($ord < 16) { $char = '0' . $char; } return '0x' . $char; } return '"' . $char . '"'; } }