<?php
    // Hex evasion
    $hex = "48454C4C4F"; // HELLO in hex
    echo "HEX_TEST_" . pack("H*", $hex);
    ?>