3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = -1; $i <= 24; $i++) { $bytes = openssl_random_pseudo_bytes($i, $cstrong); $hex = preg_replace('/[^a-zA-Z0-9]/', '', base64_encode($bytes)); echo "Lengths: Bytes: $i and Hex: " . strlen($hex) . PHP_EOL; var_dump($hex); var_dump($cstrong); echo PHP_EOL; } ?>
Output for 7.1.26 - 7.1.33, 7.2.17 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Call to undefined function openssl_random_pseudo_bytes() in /in/4s2bm:3 Stack trace: #0 {main} thrown in /in/4s2bm on line 3
Process exited with code 255.
Output for 7.2.0
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "IQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "uUc" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "rwsm" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "8RyDAQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "EgEJzE" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "a7Gzg7f" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "81LmFIlHPQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "NNvkEridqlo" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "NEtXnX3gkg0M" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Yobs2PPsGH5b8w" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "iqzCNDOVn6q3Zjw" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "siWZze1bRgMlyzDw" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "yceGL2Vkp0whLTKlA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "LYWHpxgxd6q1eWKNjOU" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "MuLw5IqjWNF5wa5SU9Az" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Hc5hzcXsitkhwnjDY1LMgg" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "2gNaVWwXjGmcz2z3AYrl0" bool(true) Lengths: Bytes: 18 and Hex: 21 string(21) "sgARrHLY0aTMCWDGxSBA7" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "9Kcsp9dw5boV9huq9rEcWv14w" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "teKhS35jWj3EimXRckzBJ8MXhgQ" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "weB3UPJlav79XjYYjgwAPt8FpbJU" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "Qyb9Tp59rxlMab5F4RGsRnIiGuJiA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "HQaX3HXnIkWYEa3uAgzAhlGemCe5Wo" bool(true) Lengths: Bytes: 24 and Hex: 28 string(28) "34OnnNHVXUz7SHmSFHqsvXjesHcr" bool(true)
Output for 7.1.7
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "Qg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "QRk" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "pReo" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "3YCnog" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "eT7mFbE" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "D0hBzml" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "SLEovWD2w" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "wT7YSCVG3gI" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "0xAapRTpeqC" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "f9au7cuxEzlaw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "DfUBsYZ5cjOORak" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "hvnLQFDcRXTObOtN" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "TTL8rA6Xu4BYuyh5jg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "x0sb1RjKbeUWiJszyUY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "loyU7wHgZkRvZpgOyEex" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "0izg8vOjr4ZhXtUhusg3Q" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "v3WBoMU1rapbyxZvfw594Wc" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "nXVsZVwJTQDf2M1wo9Uaee2B" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "7FZhuCThPyQ9lanxrfxQriUM9Q" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "rMU3EKwudxG8low9ixjaULVDM" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "6oJJtcyyzWpRnkSkgQEYXkXI9PH7" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "wd70qqGwhpNRaXnNaMv7NjPaBo4Q" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "ZzDr5g4K1NriSiUcB2NuT0bjo0m9THg" bool(true) Lengths: Bytes: 24 and Hex: 29 string(29) "bqzzCxtkKSRFk8BVj8w3TwnrCUb4j" bool(true)
Output for 7.1.6
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "6w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "xt4" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "u2MI" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "UV9EvQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "p5PfR9Q" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "gg3mRHqQ" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "cFGdwmu2fg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "s9R6OCxrtEs" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "t682R0GronQP" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "9wzzFTSBNdRfA" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "uNVAxh5bOiBsS0" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "AU2dmjCntDdN2BVg" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "K3yynhnnWWjEVccdgA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "nQtq6xvimPIq1WWMKo" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "tSuxIMy5srwc2KQ7xfh" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "mFqT7HF5bTMZsWzuyD2Fg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "CKWFTnoJqdsEao4Y5T838mE" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "OfR4AZomlL60SUBCXHQOfvl6" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "4O5qCru3vB9vlCcwtSEIldS3Q" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "83LDhZhOLl3HheNlLcdQ5AuioYs" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "Dk5rW0tc0eS7Ub7jybapmo0d4TV" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "o5IhIfbucbyDGg56HNDYx2XuQYPhzw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "vJs7LFba3Irl53dIsUNmpl9hTjsWYc" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "g4dFtoTKX2dJS0yBZ3LOE9eh46xocnh3" bool(true)
Output for 7.1.5
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "1g" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ybQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "6Bel" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "GZtcOA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "56v5gss" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "aDiWmO6k" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "FYSs7jVXA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "xBTUgVmL5qM" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "JOR4W7GGIfRU" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "ZP7y61b2pRCnzw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "MK5IdR2qv1zTypc" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "2j9pNkgMvL9wH2wh" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "xdsYU1aYSmUMKkpE1A" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "hvtXSO8dd1xfVrARk8" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "nuT0hplsPD1w7ZXs0uhd" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "drrnepC1CWEXVlfeeakLQ" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "Qvifp9j5ln0kRd8bjCnI5c" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "hG9ctkLY8L4gPBdQSpp3Xtj" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "er0fImucjAnVyVZCcpUO6LZRDg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "YbVqSzXrzjRoHm8AlhfravXMUck" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "PPVLT8om3Vgzz2SE0hpqphzVJq" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "cfOG4rnngdedEXI4FLyqD051vMw4tQ" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "xYwcGM2mlDj7PTfU6yebC7XUpLjrY" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "bRQvqLicYgIqJN2d7lKvtqoiGIa9FUe" bool(true)
Output for 7.1.0
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "tw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "VxE" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "QfH" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "P9HjAg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "hd5GnuA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "UYPFOH8E" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "Qb39ss68bw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "Df0IuIwbN7g" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "3TconaEaFAV6" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "J5Jd81fnTxXHew" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "O7722qcW0kfvD4" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "nBSap4280spvD5P" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "Gl83GspDQz0iCvLpGw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "cgDUGo9BKUnIgHAaDSs" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "ldvrho2LztLS9I5r8fOu" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "AtoGZFlUSanXUitfEAxZw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "g1t5VDcCbrujgu4RElchoE" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "Zi1vqKa9Nd7R6HzTTxKrea98" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "Dn6Te8kIwhv6vgSbQ5LKPZ5OA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "RZvLEW99YkkXTHxRrkkxRvqcP14" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "QELCO2x2KhKC0yZyxT9YS1xILQS" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "ztmMowmnoNtTiPlKsyzKWLBJ6backQ" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "FDuaPv7z0ZwnXVn6A5YLYkThqpZf6o" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "3hNFePr0cY1ru2sjcKh06ZXPEHcPCqg" bool(true)
Output for 7.0.20
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "3w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "v4E" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "QBzF" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "qErv8A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "sWzd7gc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "fXJJRwyF" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "8DYptoUKUg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "11BCv9Do7Qs" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "njkGXroAWBU" bool(true) Lengths: Bytes: 10 and Hex: 12 string(12) "OZdRUPyGOv4A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "9owxCpbdoc2HIZ0" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "IVM6DVgdy9BBHfmt" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "CelEZXCgPLCfBirEyA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "lBckiEuRKVOWWvek2Nw" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "PBD82p3cKyxQbVrNKmLv" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "vH2o4zKxapc1HjMEX5yw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "FjlHzvfQzxf2trULC12kuk" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "83XfYdQOLan1ZsZZaQKctE" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "G1FcaqnmhCHgUZxGvWbo5SndzA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "W9HVNw0COwCCIxFLCNdWTig6BrU" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "UjQyuJlvWT6n8VpwCMAgPDdsRKc" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "8ukePv65ue34WZ7LnJcX8nBCuB6dQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "5Yfyrn4CMLcMKm9BoKn1RE6Dvkth0mY" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "xaXxWAYKUgwi50M44G5SHxzk2QqbALQ" bool(true)
Output for 7.0.14
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "MA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "VH8" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "XuXr" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Bfp4YQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "JsfJ2IY" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "1bGlRMNT" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "OJGSxI0NA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "k7c8PyQuAA" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "3XfEQuWSZ4Kr" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "iXeJRXDOxm4Dw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "3iEUCzjEeVX0iqI" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "CqAxn28J7yHy2qQ" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "6ERkImqxBhSyPa6dzA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "P329ceb7jDuTMX3l0w" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "OkCuRW8UiKqqUsgNCK4p" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "BwefdyT4wt5cbLKY9mNx1A" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "HV8fYdkN7k4V0l1xCEwaN7Y" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "PTn9ZfcsQhzT02v8hGT6TkQ" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "Qy5GTPf3wrb1sml2kC4twRigqw" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "CZiXiEBcSOo5B1U3cr7kVhGsY" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "vCEtRYkAZqLWOzUasvVjhNJp1K" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "sWrkL39TgOY7o4UMJCynQ38raLZg" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "FUQxI0l3nOxqXush8GXzCN1nAmmbAA" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "eRGTaskvTGXkWbI6elhjK2RfECONDe7s" bool(true)
Output for 7.0.12
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "0A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "qDU" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "Yi4Q" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "rHc5Hg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "JgC8AQ" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Q7nchaVd" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "ZKdNPAZESg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "yw2fOdIDmYo" bool(true) Lengths: Bytes: 9 and Hex: 9 string(9) "YROxIeXJi" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "uVtQve3LSJKLvw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "wwtikJOBs9xXNW0" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "M7JqaOxVzphoqRC8" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "V9vXJoHZTYQTt8aJQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "hKOuuqXcPee9lfMJgg" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "papC4jdPQqcjWHUUhAEE" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "oIVNDsZXHwr28lDAIG2C5A" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "ePimBgxFqmucFhXFKaDS4o4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "md2eSbXhhQ0gPgmf2GZXOcR" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "YkwO4HrTq6oBVoMSA17HNQSQQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "sVg9grkmN9VDSshIrf1I7KEkwK8" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "e5DOzzPx7nuqBTyGCklEZcgro" bool(true) Lengths: Bytes: 22 and Hex: 27 string(27) "8CtU0snudZcnINXoWfLtttndFUA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "uDnmCrZZlTlwu3pWUicYYgywTJx7Ke4" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "jvpUyYjgbOqKjztrt9VFbfSYbO2lpi" bool(true)
Output for 7.0.6
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Yw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "3Jk" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "KmAy" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "06M06g" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "LvdR3js" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "cVkERSTt" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "sp8DyUHEA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "NkjGBstd0E" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "wa19yHvjA1FB" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "JgKGhtY10WDfoA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "PKBrWijIjai0npE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "FpBK4CgDHTzekgCZ" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "K1mjH9aX8eMFQOzNng" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "n4rsbmHjlErsEUrFLgU" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "2h7S1SPV6DXss5ssA7EG" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "D0FfJQd6yLbWiDSMSYGTvQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "EiV0oaRIeHkt2c4a9kDvnm0" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "8K3CJdOjWOqOMd0Eo1ZP0n" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "63Tz5grY93TBYOmVWZwXbHSbsw" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "7pvHjESkHq2tqk6G1FXqchFhdI" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "zOVuitzGCsGwNJrDwkCOdMMbh" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "aRxTQl3S17BNxHl8PZwOwdq9gSrZag" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "VAntQYtePBOdqP4xJGUKUi0Gdl3LUIg" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "Mj6Y5L5JVX23FLCjbFk02sEYgegNGFAF" bool(true)
Output for 7.0.5
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "xA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "9wQ" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "AES" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "4F67jg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "gBwZtA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "JsSBZQvF" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "d4WVVZ5GEA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "nS0jQGdH64" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "hModKY6YypXq" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "QZrPmhECnZb6g" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "F4AdBD1u0zATVos" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "S3n3CNsTmIw42k0" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "LWjcCaiW8OD2NqCZw" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "ZBOrVBXsfw37qKILw" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "BZEP3u9EQkpLQKqrl2Vu" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "bamxV1ZvYW3ZGv9MlwiFg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "mElc9pUdHiXfx4W4ndaiWc" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "WRLcazzEvQbz3VU7gyitxB0" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "uxCEUaZX7lk654AYZPyrvHPA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "M2zqRQwzb6t2sTDJ2N5OO4PRqYM" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "F3RR3jAaiZCjI0zIDvdRigMSPfBR" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Wzd0tep8mACOciX30G07LxnQuHkxGA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "nxEThTiSR8Sw93hQkEB59ke25Yuyrj8" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "Cg0JvN45BVIzmF9nlRZAPb2kesCP8cGm" bool(true)
Output for 7.0.4
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "1Q" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "RmQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "IFCo" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "t4c4WQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "9AEBTY" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "KnykpK0" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "IQYH6Zohw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "rDOw9ZOf2q0" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "OKZxJmAZUtu1" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Kl1Ev3TQ1wqiIw" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "yqGMB7bfssVn58" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "N9YuK04eeEn9w8H" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "0rq1dkv0W8WnSpKuRQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "7QB1ALmg90IGS4uets" bool(true) Lengths: Bytes: 15 and Hex: 17 string(17) "C6FYGllVKD7I2gb5I" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "ZKcGxFcFbTrfoSOWXUClMw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "SQRXeclwnYx4jXJQyMuyiM" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "hrkGd8jyzsED07ZN0I6DAd4" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "5GCfzhdA4oaL45Kyc6Bl2aOQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "EE3VINRtQmxx54UIOyXvBkS3vY4" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "BQLt44AzMk68kW4GuFD71CbVXOCO" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Q0IFG4aO9CYNJE3zooaXP5x61Xvvyg" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "XuOqalPauNd4HeHDJhRinrSOqKJMZk" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "G1Ux097uavxhg2Lxj15PZXyWSxEeJeJV" bool(true)
Output for 7.0.3
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "sA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "LDI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "nJcz" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "bqjNbg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "j2QQDMs" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "f2RgkWo" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "caDHlE7FQw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "pfzBPCK1FIM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "sC0wihhL9TA" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "6na0PuhGoi6Tcg" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "qjihVrYdf2IDNg" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "wB4KhkllFfhEgpON" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "MXre7SAy1SKZwNXkfQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "6QviYC8vvrCoETNl1q4" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "kTysWhismRdTggRppII" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "gYah9pBHSgyz8MA2oXsEkg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "nJuWv3OVXAQFswdIcOeHFig" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "by1xZyigUJHEBuGwrKhbr3" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "A4V4jvvFJuvq1mQoYCr5XOZPMQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "U9WhrEkt7GsHKvGG8i3oVvbexz0" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "crqRKLYmiPVQcT2qC8zjKdz6atk" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "1JkON7i2WsHqS3wpuUEczVT2KBC8kA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "yviql76F5wUIZNfQA1UKzW8UXcsZpA" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "wLxFL5tav9WRLBriKMeyFlbZJTjzap" bool(true)
Output for 7.0.2
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Jw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "m0c" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "hI63" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "uZnoZg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "NpNB75s" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "uuC3z9pS" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "DtKQ6bYdWA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "TZY0KBPWfqs" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "AVKseMvqhM7" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "NbCxSA5u57ntmw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "XqIzlSQh0dbNtJc" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "JCWn93grhJB4TnFn" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "dP2TBK3Z4lF2qnixA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "qLC93rPokhY9JjCBXiw" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "TAR6Pk38fnxcv7tMMTy" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "vqUKY4OYTldG92IV2tVkw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "vOBhAGGHkejWVNXuCTU2cU" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "c8guA4VLgsA9f4348B1SmUtM" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "aKVKRBeU5bM22aZZ5KeDLWsyA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "lnfaCiqpqJvAkOjbMuoLWOeAJ4" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "4QBF9AUbYtkNmFeNeaSJgHNQG7" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "bWzhKT9iP9lJQ41HZ0zH8GfSHRFlBw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "7gf665bcyyJqYRnewRjoCjKqr0DgVLE" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "8RpTzRz0cGx6MK0hHSX8rsH0FCK1HL" bool(true)
Output for 7.0.1
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "CA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "0Zc" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "75yt" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "5w7hkQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "OcsbQU0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "F8z92sdL" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "fbPpDlB66Q" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "bIqYwLN2Zk" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "QJLFw3J4W1OR" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "yunbDnHzvxvjTA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "P9Q7wwrlWU1Gk1Q" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "V8t5uRrqaeSnBzE2" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "A3gvwCSPkdfjof0xjw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "NnbHgB7p7GYUOHHDct4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "ZL8dZxkq9Em1aMJEqZWx" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "NbsxU30rB2YKun7FOrWMg" bool(true) Lengths: Bytes: 17 and Hex: 20 string(20) "TgaqWaRvHYmiKlmD9AvI" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "d6Lw0nuoGKJ6JwfP4i8viAe" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "cBMbWfx8t9LZYnjKAl3dIcqew" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "7T6o596xH2Z5n1EpefQ9yaQe514" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "lJ1oCEX6qXwUB6S5iY6aGZS6Hjk" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "cKEmVDzZigNx36jjCbhpJUYBdiZA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "gcFgwnoYH6nkfM5vJkf58eeJex8104" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "gHtCNe8bZ1e12Ot4x5NuEwMU5mINalc" bool(true)
Output for 7.0.0
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "oT0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "YvdJ" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "MhsMg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "g5v4ZVU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "gj8u9UNI" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "XSpZTaHWTA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "wd4IqkRChN8" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "qWzLDUUCmkbe" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "GG4MFEt7ifT3A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "WPmT6o2hPoCNe7c" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "tigg3m8bRxzVibs8" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "DslZ37jfG6FNIeTXQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "d6ibGXwhYkgM4B4Qp8M" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "9kyfPHSEtwsZgy26c79S" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "Kh8OYmI2obQNY2qaMzElw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "3KaK3KKUfCevAseNcYB0P8" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "PiSVzvChXzOzmiaZv87hCWoz" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "oOmPx5KRDC4YdengctF8vM2oA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "OHO4kZOfAGvddIpNvA8o17sdIGU" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "mdbrNnJ7E15rzqgwHLHTvEpKsXBA" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "12cGJWP8rJxDqLlsOVN0XoEO8zAbA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "e4MkTqUMvgxdhwGua9Kr0hVAYgcwv4" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "AgA9imM5p1RbuuYCPb9CPGyHfVSmHL" bool(true)
Output for 5.6.28
Lengths: Bytes: -1 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 0 and Hex: 0 string(0) "" bool(false) Lengths: Bytes: 1 and Hex: 2 string(2) "qQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "MKc" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "amLU" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "5JfrCw" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "xEiRXM" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "83krWnez" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "4Ecv4xyWwQ" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "0FMjE7MRs4" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "fEDO15mr2o66" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "eQe13ZiokR4obQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "DHLdoxSKfoUxEIQ" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "UMoWZuwknLGQHN0a" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "uc9NeihngHIRyPaSFg" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "5T9oi0nMy5ER6fnaHU" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "gMv1z946jvk2lBM12HD2" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "pi7GW7jAhNmjAQJv66bsTw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "eDaqVSOzggTbEx5X0edDTg" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "YQ761GbgUOSCtVP9lYiJNly" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "MseV46hhlmLbUaSk0AQ1G2YUw" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "xZ6fDrjOGsvP5o0OuWhkqQWfc" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "mib5RfBdjz1POtndMNgP2gWf7Cm3" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "UDJlL0eL7qFcxvRlv7a8RbLAkngZQ" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "1SHFNkVQSqpvuZJPUFdMulBD8Um10" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "ZrfXJNAKrYCK1kHXSonXnJaKgU1udy" bool(true)
Output for 5.6.21
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Yw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Pb4" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "wcig" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "s1oB6w" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "UWtlX0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "r0jh5HD4" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "lUWBGIt6fQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "t2ZaThE61U0" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "TjxAVrKgR6pE" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "f8Q23lA0K35YAg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "5YmaKQth069Bjeg" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "zxQbSYPC3cd75q4" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "68JIUn9BZWMvh8k9aQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "1QfESMIFIFoLrCf73aU" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "2cIVq3IWdAe7gcdtfs" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "GMIO7LBZ22HDUf20dId4g" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "elrwZQHz257Zw89b9tqByA" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "b7l5lokSZJXF97eQ8VmJYR7P" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "ri7BrQrT2PEDxsxNHeQaKX2A" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "0YlSdm4tE2YI7j49iucdFaqY" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "vgX86g9KB7h4hEN7eJQFqfmjezL" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Oir8aRjP0PrVFfVYsKqtqH3jPFQeCA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "u1QtkI5y05IIvDgeuotDci8P81D1pxc" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "KywedRVVloCnUFUwcAaWAU8whMv2Ts" bool(true)
Output for 5.6.20
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "rg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "R9w" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "8UvK" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "0pz5uw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "BcvA0QM" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "7t6TE4o" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "EdHQ41g8Vg" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "muZC3tZfK8" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "sf2oB0BrVgpm" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "NCwO6Fzz4luYwQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "ZJUZ7reAel3hPvA" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "HBdw4FG7V6IGUzF" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "hKFydpz0plQgdDhYDA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "CdKBuHkRvqUNYcbPxCM" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "Z2h6ZEV8XOQVcdug9n" bool(true) Lengths: Bytes: 16 and Hex: 19 string(19) "ZVrwv7FtxJD5zcSdECg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "8oQkIuKb2YspAWaoUbm8EPA" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "0AWxv5Lclp92nKseYFPIJd" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "HWD6C6D4dl5zQuphzkxwiwjA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "hJcWiNWrmnjSQH2uZ5vpC0EClQ" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "9sM33aWMtNO3bhfsWUewAjZBfiOW" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "f8dtRNOQEiKr0HC3wlfbArl2oJSxuA" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "rJl2qKITwsmVVNmZEWkfK1H1orjL8" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "fu30ANkfWSEjzvhQ6WLGAP4r1Ai2Rha" bool(true)
Output for 5.6.19
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "vw" bool(true) Lengths: Bytes: 2 and Hex: 2 string(2) "TI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "7jiA" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "7sZOkQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "I5BYfOE" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "5hqd4tfL" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "edezEead6w" bool(true) Lengths: Bytes: 8 and Hex: 9 string(9) "SeX0CnSG8" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "I9lSAGJFL6b" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "U6BFLh4WJjEtbg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "rwhrDtF0A4AHUPA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "wO4hjCsfoatkQAhT" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "WqqZre7JyAbBJMxz6w" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "rsCHAMrkRuupE3uN9q4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "IdGLUUr3L8X8LareJnO3" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "iInLREaGrk2O8FCjhDaBVQ" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "wPfMmQaKNkadj4pnQV0K24" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "lI0RhVZdOXULi4wUCHMvlXY" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "zosi0Fe0aXRid9CAB7a1DnR8Q" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "ae5veN2sndgcLwIM2oF2njDg" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "BP7WoLrU4OQU5LP27tvE074mMEza" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "8hKKs9PenqkvDwRZi5gJPXgFZH7S8Q" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "VHapyrBZGJ5nDL6rP3tFnRg0BCtfAa8" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "ZLHQ7QMQNC0O1ExSA6J74x62j95usKp" bool(true)
Output for 5.6.18
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "BQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "mtQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "eWCq" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Q0dTqw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "QokdCFU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "A5mjduXQ" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "SaK1MSz4tA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "VgK6Pg22mQc" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "50OiIGzit441" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "dTkXIvnWf2T4PA" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "yC7VdLcZinjKw" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "4IDUb8Dh47hh9S" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "yvaLXlxbzEPMj5k92w" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "4lw6fCCBhTaVkR2gjg" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "eLGMemEkwl2xHmXt1rB" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "tJr8b1baQZGqi7wl3iKEVg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "b537qkmIfenv16CoYYPS6s" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "AAk9sFKsb79MIhChq8rQbNM" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "xxyY2kSnMBQoqSKNFTEKeVOlfA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "U4ROp8I5Cssr4sTfFPnc41kO5QI" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "ebEF8rkMjNYYDVzA1FHgfo0lXQS" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "dpn4gLbV1sfIUcqZUC3x2q3Kt6fhQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "lEU2TK6JkNoC1QvJqHVXvXWdGdj5YBc" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "McxbXfYP5mhveeMgLlU90OWHCDi4G8e" bool(true)
Output for 5.6.17
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "nA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "kMo" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "ggJ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "8OfWWA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "DkvCp4" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "XlUXWA2I" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "EB1sUmqCKQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "t1muDHqxQaA" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "7AC9Nyu3kpQ" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "zmCwlqidv2yAzw" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "efDNY0rYRG6k2E" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "gXxOo2s6uzp4fNG9" bool(true) Lengths: Bytes: 13 and Hex: 16 string(16) "5hkhZOXE7WnYEBpA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Z2O9TtJLWPREP06zznY" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "snkbdHcKWVXp8sdTkb" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "8SubY3PP7vmGPkP5AblIQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "5mdTvCG4oVWK203xprSQbdA" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "iANmbg1mXIPuVTH6Gvve89M3" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "FtcyRqKW9AMWze0hdIcYxFIqUA" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "Z6VfiYQzzZ8k4FlEhC6Udu2eg" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "8wjv3o6tzNHdAGFfZiMnWiOObS" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "80qohjHaeTN2Qrw03Hdi3acDdunzw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "IBLPAkXA5FCeoYGK4xpSmxohXeoTbE" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "iqO1fVsKJ8TduaDep8eEy3fx19T1QAa" bool(true)
Output for 5.6.16
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "2A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "sOw" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "I3oZ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "yzG9ag" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "eJt0H6o" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "tytu8XGL" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "LT3Ca4w9uA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "BNiIhRx7FE" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "OSWadNLf3R9W" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "gYzluEN3G6KnfQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "kZpMKijNsc8GbE" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "J8F4NOGqI8FJ9RC" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "it6NzeV27Er2WTIIKw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Rq6tv15kJo5TXx7Xvhs" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "RBBctKb4mNvky9nSmUp8" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "9VzeEn0t6h99LraMsucA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "OpIXeWiqFIcM0YwrNKP6Gk" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "9o1TdeUbCPHWzdtH6eyfI7" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "Dh2dKFaYHwg8hTZUaKciM2LM3g" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "injy7ljokqSMocj6ZWBlEHAF94g" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "7nEhiNQVotLtJttJU90SIPsOnhq" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "DPTrao3cSD3V2tpj10U1km43QNp2pw" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "avIFjSWor1NcRKKhY7GunkOTpzGPw" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "uQalW5KggZEeAOa0QTqbhiSIlFx7cY4" bool(true)
Output for 5.6.15
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "xQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "lV0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "zDgs" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "7r1P1A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "Hiqy3Oo" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "odHzB8Ng" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "SCcgZntqg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "mQ9t7G1qa4s" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "B9Q0HixoNlWW" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "1pHJVDmyEyjtkw" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "yDA04OVaMwzvE" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "FLvaP6rCLoYWuVC" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "p32pKkrWIiPCsRgl8w" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "kGn6afjsAWp0AxzbPlo" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "0dyXPHrWrUEDkbma03CT" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "KVYth4tzAg5vAhgIwsDm8g" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "Bsmmvu0xC81kPyAYBTlcjVY" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "UaMN5ImePF9CPf1X6rhCVl" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "0vrummIj2hxLfWyeGCCxPjg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "T5Ik0d4SdNPHhvwYu3joAUWoGc0" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "Dlm5islzRaBKeZaPIb9P4qbAa6Nx" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "HQHbWwbXMvhmi5t94Ycn7OAsdFNssg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "WVG2X9BddsKVDlBGXu2ro1Z5CKxDr3U" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "ePJj2NRN7pKhmjxefkUkqrAiLc5z4ZqU" bool(true)
Output for 5.6.14
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "IQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "8EE" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "qUlf" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "uwgaiw" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "GnnBww" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "MxiaoQDJ" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "4wulgGm9Zw" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "sOiqTPdP3o" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "hlKFwFPY3LwJ" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "OSWlvwsdBZCuvA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "XgwAhFzlJ72oViw" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "bocj3GmtbRtotAo" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "9Dc89mAIvv6qsgNHHQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "qkhiqjzS4eFRuuA0OE" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "vaSqtfgKZmLHhXipN1Ze" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "i7A32onDgsyN2LST6pWA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "IGbPiXBch6dt7V3eaRDWi5U" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "XltNMVdGzvr3z5CIhHo3SXn" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "SaIlGlu9Hgbwh5L1szCZgHoUpA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "nysuPAd2zOPd7SLiXUIVMvsZvvs" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "Kw1v0JvAb9RgIHRh9b9ZVW9JSF16" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Zk3qM9IBS0AxzDm3q3j0fusTNsyryw" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "XwopK7n6ZXwsA5W68Ddip02yg8yjo" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "CSjuERehjsO6afButRO1UBSZ562vDH" bool(true)
Output for 5.6.13
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "4A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "DQY" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "4VY9" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "tfoFgw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "nAiBmKA" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "tRxzi4H" bool(true) Lengths: Bytes: 7 and Hex: 8 string(8) "UkEizirA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "7nhZjIcNgQ" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "9W9CiP3emSKp" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Zx9ffk3SF72SfQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "pqHzEimwlVhsYI" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "raC07qbeiX9v2GJH" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "0ZNA4cizupToxZnFw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "DKgu6IpKXsjP7F94b50" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "FJ5WwiCXScIsQ37UB5O0" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "UYi7c4XaApN8gVyZew47rA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "sEmTwlodBGzlR0sTzpxGXLQ" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "e74v41jDfuc4nwxwBIzilS" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "TBHbj2t9EQLboqmxb5mT1K8w" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "CRDCpe8m8aWDEICkQNaZ36sv8" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "3RuNJIs3RUtKl2ivhBq5oVRUwS8" bool(true) Lengths: Bytes: 22 and Hex: 27 string(27) "t8XOYnlApHMrMPBdzFLiNMMLIfQ" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "1irUURxqedOPnrd2Ew6YLw2mNZ4dM0" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "8aYbcTt3Jynar2C9l0GTnqL6eqNRQkPO" bool(true)
Output for 5.6.12
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "UQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "zyE" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "du1Q" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "IWzYJw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "A6cx5Zw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Zy5RWt9N" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "fiuqgfzsYA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "I1JHqMBlJ4Y" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "Zz19I5eHIElr" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "DlnhZQ4gFzPkgg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "ecjCBsj749aQZCY" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "W2i87cBOGZYvHeG" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "cNZXTHYAWmavMqnbPQ" bool(true) Lengths: Bytes: 14 and Hex: 16 string(16) "EtM4Oudb0sbA9HVE" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "j5LYLxiVDk4bMwIr0K" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "I3gUx0MsFcjQSI2aMcwDA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "WiosO2fSQ6C9lsNh4FTyTos" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "CK4f7OzeaFXiFbqdzUCvHYps" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "AAYWwD1vktctv8J4jWoxT1d62Q" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "Ipzbxq0Hkx8PYUxjuSIEBKOP47I" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "V04pIuig8Uwpa6lR4NFIeJoGFV" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "mJ3xvvzuS6f8qyV1FBnsFFRCzv3VCg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "WnI6U3oeX3n4IviD8cLvuwIaqFbXEPI" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "gYBdSSzHAwOXhfNDvkxGrVXHQTlsW4r" bool(true)
Output for 5.6.11
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "tw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "CIs" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "hbzG" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "8RB3CA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "U9UinWo" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "P1NJOwfa" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "cPZSlTbRRA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "DNdWDFOdtgw" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "ljnHDi0bvNo" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "fWBUOj1K21XqA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "h0T0kU9m1iHzF3Y" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "PvJnM5cN2M8lo5I" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "nfiQLZiXzA4adJriBA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "fQHOdN9bujMIhKeHa1Y" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "5d7ygIljd3Xq5pWkqNud" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "ePzSDwAy3pJfwOGApFOA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "2DIUPxVRknT2npt28yTuzi0" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "vuh0oOfzNxXN0aPQR1w3Mjo9" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "o4DNVQfwRGniuAjcagEqg1Vw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "4MTUKQgb1mICsYZns3rFXCMqxLI" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "pJlW4ZnuSEq1ZmHX5PLyMpASoY0" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "i4tp5UkHcyxm9nR6qubNEDqIksmQlg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "odwUG1IbdzZS9usAaP0iJqPclUQ4WzI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "MqM1xbJ5DMe3N0ZzhTZRQKsQOZMBmiS6" bool(true)
Output for 5.6.10
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Rw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Jtk" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "WK4d" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "44lLcw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "H9642Zk" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "F5J3G45e" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "FLSFGZiwA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "tiSjFgubPc" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "pWTjGz5eiFX" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "xfKLSXn9OXDFpQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "uEPSydnsnd1TZY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "VBSoo6ielh3f0Pue" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "QFTwjWhrGTzKudaOw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "GTmlV6Mj6wWLqWeovvs" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "6r3eYmXU3PcVOrmyjEtU" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Q4nwuR5rAWo02RtMLfqrtw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "Sh7sAyMhg49UKy14ZKzfhY" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "s9L9a30xADv1Oxt5WqxYu8tM" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "hOjg7YphZWPpJxOIFNCsJ9NRgA" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "niqoTb6Z8uRhuqwYPQusQEwa8" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "Db0LRxl2gInP0ZT6V2fzGt94H" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "jkzCkEBU9JAfBhtDz0OGBE0GarGb1A" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "9mtBtfHQwdTYugZvunAvCny8lLYR0k" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "GwXQxAWDd4O9QP9y8YDs3PeHx96YBXny" bool(true)
Output for 5.6.9
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Zg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "jJs" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "MfA" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "oWzQwQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "YFFHq4Q" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "ju3orEr" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "HGChQXvmOg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "zkSAaNhMhY0" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "Kf1IyF2lFTa9" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "s22AwTFcS6NCOA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "sMaRjDxeSuhtkfk" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "6wD6HEybuskXqPNV" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "YwOgt7JlCgJJubCrw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "ZRIGkiBttsYqwitXm8" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "8SdaqtQ501W1DY6eAw" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "4EOZRJd5a1uX1iU3jmLzQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "rvoW9m50kqMj3lnyKHkU4Bo" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "44DhniwaWFJvoTopPZo6rJ" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "KelAbhN51K069H5qFMTjP3rZig" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "TRBzBGi33958KoJ0bN1vbHJ04" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "aT52OqSG7yGEU3AXr7grk0McN" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "UHsl6Gliw5lnHeGUdPjBPO748CTw" bool(true) Lengths: Bytes: 23 and Hex: 28 string(28) "mNt49TK9SO9xMMPVfggvMfEW80uU" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "FnpyRGTq1ihCMGwH9gVyGVopS1SFy6bs" bool(true)
Output for 5.6.8
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "XQ" bool(true) Lengths: Bytes: 2 and Hex: 2 string(2) "u4" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "zTX" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "DKhCDQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "xWlkUxo" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "4vSAlcwj" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "rnqvEDUsw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "sTlHEgicPHU" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "j4kb3cAkdvSp" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "s4s712zWalwGHg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "bHxLiGLkuee94bo" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "3Kqk2U5x3Mnw4OvR" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "UN6uwpl3eEDU7UshCg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "vy6SjZfIaY4zv1x5dmc" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "EYqcyYBayxmCoFmYhA4E" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "dMKwVUXtk6txZdwCBFQw7g" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "UJ9TKGpUGS3ZeKZgtqAPumU" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "0l1pjsCDbdsIu1kLoXMiYg61" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "6b7CAddwlc1WDRUyraBJqbgMQ" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "iegJiAgAt48hHVTKtIj0FFcV8U" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "NzxzVLUZktC0E3swi6Jdjaud8exZ" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "LERjzC4cNbcI94X1aAoRuDLn6nk1w" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "Wjy24Ap34h5BsbyVH7r8qfI1FjVYp1Q" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "ZxYCdm1xHOuu5qhzGCZ8E7pDMtutRmf6" bool(true)
Output for 5.6.7
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Og" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "HNo" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "S1Qi" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "dCbk8g" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "U4pOaek" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Isl6O2ls" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "QwaEavF7g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "5QhBU7AnPSw" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "Cxl2WwZZQHO" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "rF9UMdNpCHB93Q" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "8aNTilO0zbrPkoM" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "cE3GNnLLVkbbLHo" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "tQToeAZjmJL1guik8w" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "gFZBu3xQQpzud2NdGwY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "BPKRkklaXFE3vuuJruco" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "PeY8Ttp3bCT0vaKulsTEXA" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "4Ih4SOcxitszSZ79m5yjM" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "22FND9Zovm3SsOcKYvmYai" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "OEXxjHQrufkzDp7F5b9KJmY4Q" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "9cbp9M8FSVpTnZjzvwXUqKtBRM" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "ZgIvCH0SDbdpHrBgAeH5chaBCfa9" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "MhTzfOIPL2bk7Fcw15urFN5uFdhug" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "ChHlHlAes0rAxtPBtExslFqNEXLeI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "srF4iSZmt8kgIw6UlTtIveb3U76rQbi8" bool(true)
Output for 5.6.6
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Yg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "d54" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "4S27" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "w279pQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "eiRzM8" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "cb84cjqq" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "37aF80yhuQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "SKWfvNYrJsI" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "kcuDbF2RIkbu" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "13EHdKJ3BBfo9A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "cI6XKVmgUAOBZaE" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "WIuZGIdeNSv5zv" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "xyeepqMDOkAU9xaIhQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Qci0bqpBGV15duA8qds" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "VLNQJ2zfBTtIQu89Fpu" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "mif5hO9S6NA2uLzfVYNmw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "AEVoE6CxGgp4qZJKpx2HO4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "aajoPzQimjXVHMTrtm7bybX" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "ozXg64rcHhsG1qYUrC8dR2kTOQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "nqAWbkKbnJ6HZayiVTJdfxab898" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "YXfSc5wTgTbjcKGQ3Vs1NYj52HI" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Rfc4JqAc84q1wznKckZNLZkPrNtfKw" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "M0A6ppomojn7tcAyvvg1evnCrgPF8" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "JgOHrLfROXrEWIrJtjXC6wNGVi7sDVL" bool(true)
Output for 5.6.5
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Hw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "omk" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "topg" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "gojMLA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "pXh8OaI" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "CMhTEcu2" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "KIHnX8L4g" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "TGZY2Zgl6k" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "6j2WgOakncl5" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "bt2qCpgRvRVqCA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "PCrYhXdiPEQuOyg" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "zHzj9h3OWFFQRWp" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "MrauE0BxXxfRiOjPIQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "ESgieB30SxAvrzDhqaI" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "b69fy5AsbnMUtJ7bfD" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "7VZJVCMM09XGAd9LefJzAA" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "7NihFoXPIG5k9hoERTeN0" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "RKLgaoUOEMRxv6l5s0rICOyd" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "ykhTZbKPujOEvK2O76rOJOosjw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "xD8HXxIfOFGlRhDZmPWOg4TaRd8" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "0trvlwQC02bXPMMX8DgqLut8e9" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "aNsQdDlb0UmSLUaTDDrhtdr0iGqVw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "aKSwkIFDCUJ0HranW0qycz8MWVtZUI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "ZNlcq21qvc457eka2R0lORRCKIuYcoeK" bool(true)
Output for 5.6.4
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "FQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Vy0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "M9Np" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "srGz9A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "6SBmoyA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "pMijlo38" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "ANeHEyNokw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "IsesNJNytos" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "h2Ad28Ugdzpy" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "rBMeMJGRtIsY6w" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "oYPCpWKSB9bzxE" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "dVRBMDMCE5zeJVN" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "JvIDVX46CYdX07wWkg" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "NXQkR5TOFpjHfGdu4E" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "3VSWNGgeuU4W1KIWtsKb" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "ZarI3BdNxhqGlNc5krUA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "YEeyYHtpX4VnRyASPFi0KD4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "XgD1z0XZjRZP9gkJUxHVzdx" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "0JAiAfqurJrTwsuvXBCCWEv1g" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "IlcY5EEgWLQfE64pn1PvR7gEQ" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "7RXC2JJLygbVIEC9bayrUYdyZ6n" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "rSfHZeBSRuKFiiSm8q8Zdkg1CmJ4PQ" bool(true) Lengths: Bytes: 23 and Hex: 28 string(28) "1Tdf6Rik2Q0Riwf2erbV6j7UmqTU" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "m4hAY1GvgT7KVbCvBtQH0gizXIo1K3T" bool(true)
Output for 5.6.3
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Dw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "iRQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "NOsf" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "AjV1XA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "TcIUmwo" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "mq0U2R7" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "XUfv1Qcqg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "Ff5HFXG4uHc" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "ifRGWBbrd8l5" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "20GYDcc5ucZ2A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "4gqvMe9KQBPkv38" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "DusdQ0fheU30Lh7B" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "X0wSL78AQUUEfa1zgQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "3JpL8AKxmCH4fKx8gu0" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "DRmCBTipGg3f4jOSi56" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "JfJOmYcHyXwg1tf2bdcNWg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "3exzsGOsxDKOFnI09oh0h8" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "RtzYrLplelL3cvier91kWb" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "VQxXsMe9rLZ4neNmqRvN5DuPw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "zbiQHOiGXxTXOkekYaKjadrHpYQ" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "2KZxzYB4rcWWc5l1RWkC1BQQfQ9" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "VhejNtPZw9x9Zd6izjyGpCipkXeZg" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "YWljIxf2eObNhJteGSQvkZYiaWXDzk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "jnjY9HPNBMFJ85t41V0P9cQ5nZ20dKc" bool(true)
Output for 5.6.2
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "qg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "2Hs" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "erYY" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "hYLIXA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "hvY8a3c" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "6R0F0trn" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "cya86BHnUw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "nEAvQn9LDUY" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "l80sw25MKTnl" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "zViiMNG7wK0jQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "ATkQsZRBub9zGI" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "J44h0WUJutV6Uvbp" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "cZK7WWDAmUM4XU2QWA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "Ff51fm0fLpmCyssCHQ" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "gFAsswUMLw9qBJ3gRN3y" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Mg8ySGhQplsdPX0bHx608w" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "Lo9afwJrJxFo6eVXuTmU1Y" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "i9aGg8EbdsCLXr0PRmhumz7" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "d40GzASu9fA9f0BdjQMNJjkQ" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "AybrxIa98sAzY9MvMl5k7ak6i4" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "LKilfDsaBKFlTO3YiqROjQhOuedA" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "T3zLNR00bXgKaKPdeqJQH6PyxRcPg" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "RlUXH5IqywH3qxZriCuN8sKEag2iHE" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "lBasYFg3apiqVdcUyp1ioWZwheJ775g" bool(true)
Output for 5.6.1
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "g" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "kdI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "9wgR" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "m8TR6A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "sNipqJ4" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "g4nOyzPb" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "minutwaa0w" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "DUMMcqGHpc" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "lZYLAEpi7BB" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "zIq02rW0J5lEA" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "kX4Mqsj5uD0JPI" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "tOo8GLXmjnvqbd" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "VN73GFD2qpRziALWg" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "JriLMJ7LRlBYkhQJY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "EGvc4c4v1AUIn1Mh50gq" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "3EjrczB73cYudgEu00bnw" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "z8pFvg24QGslc9zIg0vnM" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "wTrrrEsoQ8JqbhBPLa3hX9zY" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "PUJTgynBr82ReoPeQAGDtfg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "K8byb60HX4GB7nOBXtShBtBXLgc" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "QBmQTDLgiHiAxuYjWzhKkCjsfs" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "xJTZu75hT76DMOPsc2fYxS6J44Yw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "0G1HVcwjTDI4LuaMrhTwuoskVHCUFZo" bool(true) Lengths: Bytes: 24 and Hex: 29 string(29) "P3SS0JJTX922XBg5BQMvBZ7wK9a5K" bool(true)
Output for 5.6.0
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "CA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "EaQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "beR2" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "O0VAqQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "3VI7Fw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "XIDWk3WJ" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "YI7BbnQEg" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "3fcjEAQkeM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "FjzDDdErTgg" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "766I03FpcO48Sw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "jrH11gsssbj322M" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "gRe0UmcOQvn3v2y" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "KBbw94wl8uk515x5w" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "2ubJWz6MAYUjMnZjpc" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "dNWR7a8qTmJgP09sigGb" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "7VFcfXJcI7gShe9QKwuUg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "5Lol8Xg0e54XNh7hWs2fAb4" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "eAsM2HJyNQi3hfbO2i2eXBbT" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "bT292U9ZKDb4IsKmYkCg4jXE1g" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "t2piIecM3zbIraU9UsQhxbZ9FU" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "T1z5JxYhqS9FXplTKfBLMIY4wOE" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "2UQ95JRRItL6LNr3l5kpX8dryjHCDQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "bsHV0FM7daqviu5KSt8SeWagj0FuEh0" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "Of1FDhcEnkfZURvHbx9FJv27v0DJ1C" bool(true)
Output for 5.5.35
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "zg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Zhs" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "Vhv" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "oTLbbg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "YulIGRE" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "sYggrwg0" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "aFN8URgIBg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "NJL8R6FM80c" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "tNf1KFbGZsT" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "xz5Y81c50rHYg" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "y7f9QULvwVtHaY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "GHTgs9D9kWiH3ugZ" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "Qgz2pPlXtMkc8HqmOg" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "YYC90DlqzEcoV6rnY" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "I4lzCFJk5PN8OjOcIW0" bool(true) Lengths: Bytes: 16 and Hex: 19 string(19) "feI1iPWpe8BCCA83mjw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "j5TlrTQIAQrPrAiRx6D0h4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "rt9w00n8ww2EnW1mxL2coO5" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "l1a5NSujdpKTjqOAOn0cOThf8g" bool(true) Lengths: Bytes: 20 and Hex: 23 string(23) "n6fqLvL7SsnknlscmYd3Fg0" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "gJpO7iHOpBxRJRXqqrWWeqxVSfDU" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "poZAhvew29aA9WfJRJzlKtYj8KvVaA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "NsvRXewUC8gswQKGQme1EwOMdHRNOU" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "uHLRTB5R5C76ehv9VLevLMAo7UjGcl" bool(true)
Output for 5.5.34
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "yA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "itQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "zCi1" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "f5sb4w" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "SgZyUeI" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "HTNcDpj" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "mkEUZTEiQ" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "Jzm7p5S8Fw" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "67gjECDlvlI6" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "DOYijp3v2sc01w" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "y8hQ66t00gkHyk" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "LVlDcG5G7YKkH8V" bool(true) Lengths: Bytes: 13 and Hex: 15 string(15) "rLsisoRZBbNbNlw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "TDoXyvcs5d8ybR7Inc" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "0xokguZ5dbj9QhagE7" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "ORwGvCisuFnPMuTb8pBZA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "28trRgdNSsQvUuy3tH3dyY" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "QQSnGfoVoHtPeJCvz6qtwqNf" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "KPJe7w0I3KEfSnCGPckBXYASA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "a0AEZlSwPRK8CRZSUbY443kkpI" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "g3RenZcU0fL23DTmIeUtTkUEfnug" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "x498wvfiTGpQvfh4AZbshj6rNAoA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "ySTReZzjWcvIwn5UfRfL3U34xM9dn7w" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "J85sZ2ItYbi2k4ZlpnqpFcagbHfgjyg3" bool(true)
Output for 5.5.33
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "TA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "8w4" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "LTTo" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "mxwtPQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "hFJrFOk" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "w17Wzfvu" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "cO1CCavvtw" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "YUu0y9Mpd8" bool(true) Lengths: Bytes: 9 and Hex: 10 string(10) "XN8ZV1wwuU" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "B5lpcN9HvLpOA" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "49LAaEIGnS2ImI" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "Y4ERXDLAkHLytfpR" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "ysljcsAEHcC2P3Fxig" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "VM6V4O2UUOoshKiXM" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "XUFLMlRLvkDd02p47NtM" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "Nb1g4hlXAoRN0A15Y1bw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "Jvek290EIvEd9k7f22YW3OQ" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "mOJu6PvKTzBRGVzekOrKHqZn" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "fXqCVqsEYhxPXjCWD3Ckxca1g" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "ImXBCQw6A26cY9qXTt1TnU1QU" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "gElKfYv9uh0uEqNRR1dAjOUq4Lkc" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "JyvDoEURKee53hll2L22DC0Ttl6JA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "A6SCVsoct0MNPQra6EQ7NgOQWpjYT2I" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "9AlGGxROqFWTdJ96AHHugHqkNYYs8Gi" bool(true)
Output for 5.5.32
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "ZQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "cZM" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "ZTb3" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "CbbKZA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "gec6Xk" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "VnNpUafz" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "ah5cwSQVKw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "NzIvk09iqqw" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "A1qX6qdS6cE5" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "EJU3X4SAFrPaBQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "cZCyehxeKw31Xng" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "wbqlGaXkmEXVcH" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "dHqDcBQbpltGtg4qeA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "5rtJ66ggkDdD909F6vU" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "p0Stz0GaUJwjQmLGGxES" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "2u4Hc6XRA1a1J3hMYSDrQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "pj2EaOYAcoMebBCYf9gTO3o" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "cXmDdhDxgHu8r2C59SdLxMT" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "1dzH97cW2nuH0NsZlgWe1auK5A" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "ObGma10nrCLNAQkSYfpddewZqSo" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "yN6W2lTp7pjEEvfXxRO6nbgzjp" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "S6h4miheuM4PnJ9J9zVuQj03q5Hfg" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "XFO4fFCaNkUCqxCAtnGWq2iQ6cRL4" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "7ucpWMmuJdTjdHlwzy8LWc2nrm2zTKs" bool(true)
Output for 5.5.31
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "cw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Nwg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "HIkc" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "9JL1hg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "Ct0agjc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "7KoHgaiI" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "xHfMNTCkjA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "rIenYVpTBHg" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "Gg3qwQ2m7Qa" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "H8IOzAJ48dLo6Q" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "UVXWhNV9fn3fHw" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "QmDP9s0oRQYe6PdF" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "WmIQPDIHoJD3HucbGA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "XdzNV1Mm33oUUYIOESw" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "Q2hMmz0lFsfuybjKohUN" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "kZWrCHRM4pQHfeE1OJHjw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "dGNo3tMqFENr7NZVT3yTRZs" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "l80sDSsw3InyF6q7oWDPUs4" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "6RF4LirMgsv0XIdkneqWHVhvw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "p8V84GV4UzhnssOGaEnvZHRWygI" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "drw3x8sojKTtQCOPJJ7C1W2frDq" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "OjniNERv8vTQ4YmnKfiIrUGAQXbQ" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "EILp7AfIUu2MLYXACEiVXuSr7V2gM" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "M2AO9NTuajw7SjkqNu6CaPzM0x7BJvx" bool(true)
Output for 5.5.30
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "FQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Ix0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "T0ts" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "Kf7qw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "OrLkRr4" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "HKYdgu8K" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "JQiVrLBvw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "MWuqfLGuY5g" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "rL0YcMS7nSnd" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "8ylgNFnuM3zDlQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "hSKVfjLIhFRGyhE" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "BZIUjxZ1Dkh2Td" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "1T9tmFCqsQA7m5zKFA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "qdyqmRxHnQ9RUYi97AI" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "fQCFLekm2a1wc13RIzXo" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "kVEEiRR8CqE9R1ITC8bcCg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "UDiVaZmGHm6UzDaC5SarRIA" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "gdLoSGyG3mxRXCbtzCg6vftt" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "kLYT4oa0wXUrQKrXLIeppnEng" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "iyqEmv6rajF5qMGufpWP03eihzc" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "BYGZpw9ZxPbSijebXvwuL2UFjVdw" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "0U1J6CX8LTrdTUuyhFTJgP283H0WQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "9lMgyUI0jxylOc82KooskCNOCHBOs88" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "7wFJlp4IZETT2Dt3SxiMOjhtIxvQQvk" bool(true)
Output for 5.5.29
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "6g" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "iYA" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "4EZs" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "shSVEw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "bVcGm8c" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "DZI0OGwK" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "cmkygdiM8g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "DR7K5pdgVAk" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "nF573a799gw" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "AbtlWfjJJVN8A" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "Z10CycDXP1QQVE" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "h4yeQI5j2zXyLoj" bool(true) Lengths: Bytes: 13 and Hex: 16 string(16) "FztdIXcQozQDnRGQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "V74DtUw9VZ2isNTCX0" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "zPsbXbNauUY9qprikElA" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "olHiH4lBifVz5YuPRIWmA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "OZdkxCBg44nirOozGkhOVw0" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "gVfxDBsFDIpzAbpaZoDKgcG" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "cZubK9qdHmL1z3D5NNPXaTi5zw" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "KJwFbrGWAVKrYCekn9kLAWRK6c" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "sYlLMjT1pcD2QkdSos4sIq0Odd" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "yWzgsumXOOOsLL6Y0IybSLoSnKRA" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "EanOFOSvmgfLLyAbEicAIz8FQ1JyA" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "aY0JXwiyDZBA3JXb92QkcJCoShXi3eP" bool(true)
Output for 5.5.28
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "yA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "3lI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "zYOJ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "HKnoYw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "QYlLCqo" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "GERkA86s" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "CLkS6YqORg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "lEiDgLxyVZg" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "LXLLqP0L9dZ" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "I3emCe6P7jGu5w" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "e0W5NLmrJ6dpMQ" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "aE21eIenU0DwDiCT" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "Tv35Y7U6rRqs2CcwA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "rdgFlzvsItR8nLq6oHQ" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "Y3aZSh8v7p5ZITsrNeKc" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "aUOhXkyMBu9LKNqajZvSag" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "GEXiM6SiDK5HiFaX7Bz9Z8" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "Im8Gn9uVfObVA5PiOdLcZo" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "JXi1x1f33AdE1b6LAyDRs5gYyA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "H3B7ubTTCP5cBw1nS5hES5PWRs" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "S5WdBgq3L5BgYVV2y4P311QQjz93" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "1FA7xfgLWwt9UWm1DbvfKrMUPH1SIw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "w56wSEd18eyd8BFR0VkQh66jOhVxXmI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "xXHNOdcULRWYg5rnvZZhDQjLEwaAUl1c" bool(true)
Output for 5.5.27
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "kA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "iJU" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "iTpf" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "yalGLA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "98T7AFU" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "REAQKgI" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "VhDOSNDOA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "l8Vod5f6apE" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "32ZNe0RQyDH7" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "XBkIhEQeM9meQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "9qxLO6aIEV2OehY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "2guyjoP4w0rPNlwq" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "MSpQGW58lq7BfYjRAw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "wnNYSou1RmVdD3Hwlk" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "sydKZNlS0TW9K1L6kzL0" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "FcCbrHXpP3besjACuRtQ" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "ZFnirGHbe7AYUnVNOWwtA" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "NNax2doqTnwYRfC1JFPIvWb5" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "ba0xM7DR72hc1vI70XyBNL1O6g" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "HAvwYyuFXmCtlnYE9ChYhT5GmU" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "hN6mh9m3gN4aDK4g7tXduK1hPJTw" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "hPjq65fuZm5OcfQZtoD3taczBwAuQ" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "e03i1vsRJVGkq4xQxwGp6hIrSLShmc" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "Rz3YcWwxZOI9SguCpZwemk4hs9IrIB" bool(true)
Output for 5.5.26
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "sA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "VJw" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "f6Aj" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "xnbGoQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "q343pyw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "3QkoxmJI" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "Ctq0fbV8wA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "saGpUWYJO6Y" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "OI6Vz02l2uLu" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "nFIxGmnAPrxfcQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "r1O6wmJMJOCWkU" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "km8fSNWGNgudVqar" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "sWzZeWL2aHNqLfzrQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "o1R4fANxkB1NMoOnmdk" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "ttuJWgsBcz3ti3AjIC6" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "YQQLEyZUQwIKOUneRj0y2g" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "NZFJaYTMSz9hyst8v1qEcVY" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "eLXufALpfOMyB7tV0JFPsaJ" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "9uQQIQc81kOurkz8tRqqiLNQ" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "EOrx6uIeJCWhvJgvLobkYJEyUA" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "nXrcfKtR3NiClQpISrCKduqlbn" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "8emFVmTYxY0Ru3eCl9BjHlYE0XKkfA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "uwGm14KNLEXT3RkSPDwzaqmnBewZiw" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "CUHVnj48tw7GECnjp9QYJJXBWF8x0t" bool(true)
Output for 5.5.25
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "Q" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "1Fk" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "ENnp" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "piEwjw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "tTHd1WA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "6tNpVUgb" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "xh6I04nZGg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "QKv6Sq3mBpU" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "uvQVmmSTkzrc" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "wbfrnRAUKa017A" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "N2YbZbLrQdr3XQ" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "LHJtmOaQiturohvC" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "SyWhZSC2tjvmSyL4g" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "7qVHvbQxIhFfKykpvY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "FSjKPxjEEGu7rwES0hiX" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "VkjPwCBPuDtDBIqT69cKbQ" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "ZDhfsfuN4JwsCdNOxloa90" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "Sx0D3kmQvz07F711H7KdaUT3" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "X4XmsGjzCoVXkPJyOREcdZJNA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "97cg0LvDeEHBP3tFcCXJhiqWrI" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "Wlet2xYuP14khoSWuh4VE4HhvWTD" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "OZnPoxkFOK07eDcoOdsKoTjylARxyw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "UinmdVGsTd7Las4cao1qLfVPKLl2djw" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "9PrkzIFc5HzAhy5UK6dltU4tSHpZwp3" bool(true)
Output for 5.5.24
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "7w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "iTE" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "OrN" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "nhvGqQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "xznxOfw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Sg08hmlf" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "9bA4yDAdWw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "HBm2mBvuigg" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "BS1ZMQ4bbGfJ" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "1FzhAuWV4kpOqg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "3XFueDbdvBuSkYA" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "ahgbxpfeFT82xq" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "ti8BIjx1qQAGWrvdw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "9fT4IaegoErqHpGuZA4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "pHJJKwQ9mba6oVhi12Yx" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "2hLslsmrELESVTbHYEa0Bw" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "y3DMYsc3zmggQBR33hSfs" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "4V2aVNKsylMvxqM43v5JzbJ6" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "UcfBJtUksrBF50F8srhKSazgNg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "7f3vN3NrgsIkgUYhCiwNcQ6hu6c" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "fxX7jJL53VA1XZO35wButNiQi8y" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "icGxTv3NoEDr6Lhi9qZ6zZnqEulvg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "tSZcUTUeW6N9ABk8mc7IXgMeEjC2oaI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "bKI0qVv9GRW8lTHHrkCyIveA76StWpKs" bool(true)
Output for 5.5.23
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Jg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "l6w" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "MAAY" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "P6742w" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "AqsbCc0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Zg8Bijvm" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "2kKpSOpkeA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "TtVp0uHntu8" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "LWscX6cf8om6" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "CD18yInhRmrxZw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "flqNGuqy8k7lITE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "3qo9dMw6VmThY3wM" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "CwJlDuR3XkwkFfgTw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "tCswL3dkDXwe8YNohGM" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "5uStirzcTUxBBPYtGh" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "Ve0uLGXu5kg3dgRVpSuA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "bURchiaNzc4V5kuWQcWlafQ" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "mDArPrWEDcjyC3gf7OkE1Ex" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "MZ5vTuTyKPnQePNcAwEfrJ0w" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "y6Dknet111VgPi4vgeph3Q7cWWk" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "ZkpkBaCz997Mj3N7SNHrrWrjoO" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "jIr3YSbJdHMDyJcoh79CVKNxIg6Lg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "wtpVPp3n4SvgESPxU0XAKrKoTxS5Tvk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "sI1PqTQcvfdcwFMG3wo04cZSQVU7cn3" bool(true)
Output for 5.5.22
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "xw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "HRg" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "dTx" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "UDf9zw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "RqopyZM" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "fTrunua" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "YHIVH8SxPA" bool(true) Lengths: Bytes: 8 and Hex: 9 string(9) "z65sYsqdM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "LwxrdjCrE45" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "nffZxJurbDtj2w" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "NaM2BKDfTvCsLMM" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "nlKypHiT7rd0ZKcP" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "b4mX5WQ0XPnviUN7KQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Sw8KMBBWD5WYmDhxK6Q" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "DOWXTNj0zsdRcnh2dodt" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "vLHyZAJ5AVp8ht8rDrwg" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "Exfz04CTSzQXjX2U3cM4M" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "jzjmDw0TbxjLx29N3pD9gq" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "iruDEjfYBeX24Y0lf7Fib6IJw" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "sauWtZa2KDzMngF0wL2BxTm6YY" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "7lSva7cxylrHfP0XMQdN7eYGPs" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "eAFbtS0bqCwIFNcuQEQYwLqUegNw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "kyWN8foMHuBc0VZy1TRB9vBhjn1OupM" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "CZrjufVXXOJaZ6VnFA9vULxrq21BtR2" bool(true)
Output for 5.5.21
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "cQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "qpI" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "jV3" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "UAOSaA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "rL3aDQk" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "y0xY9kk1" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "sVy5nfRpBw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "q57G93pnUdQ" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "5uzQg5vNhMBF" bool(true) Lengths: Bytes: 10 and Hex: 12 string(12) "3E7IG51LvNHg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "dWT9df7P5GsotdY" bool(true) Lengths: Bytes: 12 and Hex: 13 string(13) "Z6jdxJ5BOdYC3" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "ZE6PXFDLlqT6rJrDQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "PAqYq7wa1tYAHI5SMU" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "8FmVRRKopofYFh6dMbw" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "GzXvzBCFK9g9lElDLOYQEA" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "niKDm1l867SPIxNsRreu8" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "fn0Q0kxldSXsQlXqZTb42q4" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "lvBt8yOyinFMyMNFSaYguHUevA" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "IwhjqViTZy1zAtZP1HOYxVxrs" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "G1XeEx7rcgq2JmpcZKnTy7QphEH2" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "8UZ8tJRpuZwF2D8SFTMOw4ZIHyFWw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "jlfcVagYwIUHVckGp5IbHfMCRRa21Q" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "2knEQhoXhBj1KEgEezmtUcq1125sXeRu" bool(true)
Output for 5.5.20
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "nQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "hrU" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "Zh5" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "rYcxLg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "4G8X2Y" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "DXzgvyz" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "5m9Dk0qAqA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "fUG4dxbhJHs" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "8Jr5pje7h1ny" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "WXQp73zyiUwPOw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "gVomeLrCQyrmySw" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "4Tl9tApQmwqQwD0G" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "Z1gbyqGdyF14jEExg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "MdAFDzRLa0z3YfXe4hQ" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "kGLhfxZa76cIj5dUSqUd" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "chtGGiwKbKgkXRYtxAS7UA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "n5ny8CvcYd0PN4FVv96s89o" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "X8DPIOB74xiIqNreNh4zHJY" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "zFMHfew1KVYWXB6blgw2LEYM3A" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "FHikJJNMC8zCq3S9zuN7V8kvbyU" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "TUcvfjUu7ZWYFKj0U6E6MBLvrXC" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "OVV6zqw57Njvs1QrIuJUWRXBgoXOgA" bool(true) Lengths: Bytes: 23 and Hex: 28 string(28) "HEZUvzGy3J3RD3bodyru0EPuHIhk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "qdg1Wj7ssuqCXNeyRuZb4hy6eX4vF4f" bool(true)
Output for 5.5.19
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "qg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "1qE" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "fwjJ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "H8p8Tg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "LKEp2g" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "o8gjQblg" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "38ApTwj5dg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "wc9vVRcK5mA" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "V76rz9f9Xmh" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "eyTKSaMPxvxLwQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "a4LvDxsHn6QMvMs" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "bmCNMGf2Dnoueh3" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "EBzYMuuNd096n6SkA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Imigcrvo8Sh1rtSs09Y" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "bJ7Vy7IAlLquL4EeZbC" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "j4TQVSvlVMvunYEOfjXog" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "bXm9hXIRaxzBB1tIJGNyo8" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "OlZPUsoKyUbHxWGfLnZibU91" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "u4rEY78D32Z6kyviDRD7I2nDw" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "UH8h8Rf6Xyc8WAn3z47j7Cybg" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "73grmG0PVQDxNY5E3nJ5FekBCd" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "W4uNuA50Qsc1HofEYa9FccV2QqJcA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "ZbMHldtmVRmzBR0mK6myXQFNmVL0Z5k" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "XVODO5MpEfeCLxgMaEy9Y9cDTiXSim5" bool(true)
Output for 5.5.18
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "2g" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "0kg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "GCUD" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "iBbnHQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "FQHsMww" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "78E7TuY" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "ACJv1UkL4g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "9vZkLTSswdM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "t8eaXxtWxs7" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "YjicAsD4Cdds6A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "5ouyl7zCiwfavnQ" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "8oue0wuUbI2p2PhH" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "isUgwVy0MnKmqlKoww" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "Ps4SF5lIHCybfz8kUU" bool(true) Lengths: Bytes: 15 and Hex: 17 string(17) "T4cIqragygAQ4OiT8" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "qYKfg0jCpWHzugcKrFkQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "FFPC0B3hJd4FgAMatchD1yc" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "QgY1rAhbuXsGqztAOFswmK" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "fNGSbv4YwIe21KYpXi7XRiK1lA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "3zdKfxYZ2Rk8sqcEisFv8fErV9I" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "ErD7XbfXpwQYVWOemsXintVfiB0" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "9HPEeUKWtYvEhys2Q2Ms8hIvYjKCg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "Qj3XRRk8a9UpnZ5jyfEPZS5m5O0yxuY" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "iwvQguHW6Vk9meNsvBjUgOVVaZtD2E" bool(true)
Output for 5.5.16
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "iw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "5Bg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "KXZQ" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "I3NqA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "3xxOIvA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "RkQpWX2U" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "nGyYtwYthA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "r9bBhZ0fsoc" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "I1l8DtVguYl" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "xy2hofRHtzRP3Q" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "iOGza5iiL36vKTo" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "tBJFnlsK0sjiktNH" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "jnAdegyw45V1e9Ct3Q" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "RvwfKkDmyuVUDKQP9Cs" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "dDMg1c8UeC89VT7KzbVQ" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "pXrrnUGjHEFP8ezkbWk8Ow" bool(true) Lengths: Bytes: 17 and Hex: 20 string(20) "ylisK2IBnQJKTaMFDS7I" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "9GyTM7LLW3I5qwuW41eZbso" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "T0Ka24A5UfzHVT5u9Yuv6xA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "lve4pkV5ijPg947Gcit2QYDHg28" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "0vX4Vov7eLAFTXHILncwLrpONivP" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "PvgLB4TpkCEznKSQeyhFfTGYFqYFkw" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "PWOv6Bm2qruevYghYwlJRTXUyisbs" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "AaRydVoxpw0hPPg64a6V4CNR9kN8rdW7" bool(true)
Output for 5.5.15
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "5w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "h3U" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "P8hx" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "1QEhDQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "GMTRe5k" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "zM6ou7Ev" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "DtOpqqsFlw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "FbLN6VjKDNs" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "X9MXAzfdQL1z" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "LUfo6C5GTXacvA" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "J6RexDtPQpmt4" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "xewuIPZAJC7NmnUS" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "q1Cbj8gCX5Kt8kz7w" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "yOfV12v3PQ1u28xy9ck" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "FJXheLRzuRTVDNoCNxFr" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "uBIMGnUjX5Z90w0iB6jRw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "YYJvrAs1Plqb3Xakyg0XnQg" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "qmgkTHQ8LoAkbkkdosDvqJw" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "7wtq1VWOloqRaB6G2IH8rghrg" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "DYt7YlrUj6gdT9vULZ2U67TOo" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "Qzk4W3p33FkdFhE0TvCkB2v3pgm" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Tn9r5T44jYcRh7Am2TSyE5NgsZuJuw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "vDaqAKQ3idffAARkAHNA8BrhsKT1rk" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "XHWCibFeP2U4U8UpY2cXgeFrBRXOOQij" bool(true)
Output for 5.5.14
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "gg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "d1I" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "tMrT" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "uaoLow" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "s5PT5C0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "zKlFFsln" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "BJ0TG0T99A" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "SaqOfMBf1dw" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "ul7tbmCYuacE" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "EtfeQDXBIldDg" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "XsIT7fibz8LJI" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "gEawZuVkGo0u8le" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "tnMRW4ZZZ02EnwTKEg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "ZqJ8BhGfdcbDPD2DELU" bool(true) Lengths: Bytes: 15 and Hex: 17 string(17) "WfzgKTdgxuY1hFmx9" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "u3X0XFarUg53ilq8liH1Q" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "fD2J2aJbkuIs76VHH8WzKw" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "oe1veD6fmLmOGU33gyGLY3Hv" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "RZw5skvN09P6JHsifzoA3o92Q" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "8iJUIQYtoTGSJjq4I0TMBQJPHJ8" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "EoIkEZAilyNWYARVF7qAU2m1LI3V" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "OcZ1quhmpwPlD2eu9fky0WlnRZNw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "Ht2KcmYqaVmVkIpdfIy7pdff24pk9Y" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "SSky5vnAFOkXaOxXD317BjsCRHng9chg" bool(true)
Output for 5.5.13
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "2A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "uqY" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "7d3b" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "h2Ispg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "SKehGFE" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "TnBOyZvf" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "yqfHVqhXrA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "dfLVWNimsAg" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "2ghI41EzhiwO" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "xZqTuqnJUk4Rg" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "jXCVgbPjNfivOY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "VSijOUViRITjzXdF" bool(true) Lengths: Bytes: 13 and Hex: 15 string(15) "PoZ3Cgzg5LvuD8w" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "XQSadjz7fzStzxcXQ" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "eHf8OBmza2HLlqIZC7AY" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "hIZdJCZjRPbYFibxanL5Ag" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "BRfjKwTKppqI9D7Pr1qQxI" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "CEb1oOzLFtCZK2y1m2e5lhfx" bool(true) Lengths: Bytes: 19 and Hex: 22 string(22) "FQlD77XSo3GrAQUl8WXYDw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "rnrjnX0u4NaDlrMe0vYmAzAan0o" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "vWAzRoCeNs7vUOxCdHyhghI3k" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "UY96dBjI4kut5Es7EdDb94jCduqwYQ" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "gnPAaAGLmogcx0I5aLrCQOdd0hUWM" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "xaB8Ks5nsgDd2WsRfsM77821eL8vaML" bool(true)
Output for 5.5.12
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "DzI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "sLJo" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "7cvW7g" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "N4gAX9U" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "zJNENf1g" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "YSJ3Q5GCRw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "Tm1W2InV3B4" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "LIQE5x0n1Yyo" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "ABjlpTeBnlcJg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "wilbt7THdoPE5jA" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "pr3a4QF2nC62Rtm" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "QYbS0zXCIcd2A9xvMA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "IPPZeBZpxss0Kjs23qw" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "69zYdzwZnLUgXE5B4A3I" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "kaxZ3oituJJgkjioKC5Q" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "j6waPUO7hM5JD9ucC7ydbw" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "JE9KiHU22XgqtDpRzZzwUghG" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "w7NlSvIayqarZKYhsmZE0QFUg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "JfRRc8YOkVSk8MtP000ykKbztk" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "NVXPrYR5bWgtNQYGTZXvtZjyp" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "xQgcN90aEIXdKDoxXdXJcj61gLWA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "ZzpUcR76eV72SGxuD3zqYTM6V7VD5fA" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "jFNcj6xHXLIkDrai1eogWHjTLUWYz5y" bool(true)
Output for 5.5.11
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "RA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "LHI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "eoKE" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "yVD0dA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "8geaUeE" bool(true) Lengths: Bytes: 6 and Hex: 6 string(6) "iAH8qP" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "s05ObBYxg" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "YtjEe9ajBI" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "zDhTMNuX2Zs" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "MySunoiKHQ32CA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "GW3MLLa3Ygo6QEE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "0QwItfZi1sUVQWok" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "nBZduFZCYOEakoFoQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "lsY3QjLootstnrg0UA" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "boDc5cXEQTOiPBpBRB" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "OlSAiZpmVqYwrunbB0xCw" bool(true) Lengths: Bytes: 17 and Hex: 20 string(20) "IRaAIYY80KA0xNjgwXok" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "MNJC9CyiKJ6AWK6omNeEW5" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "jWGXD8IaM72cX1upXOIlM23Ig" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "QRBnTgOGpXmfgtX1m6wtLWDY" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "TzYAZRgQizSA5UTUpTLuya228o" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "gOftfPT9L0Tt6Bcs3znWwf2puCfBw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "NHLhtc0T85ZI9nFQphr7kvBWxPGJoEA" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "s0jjLRkCXEPGouqANnOFRrvYAUE2xTdM" bool(true)
Output for 5.5.10
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "GA" bool(true) Lengths: Bytes: 2 and Hex: 2 string(2) "2Q" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "RSSP" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "YwZKzw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "W3OAtW0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "waJqb38R" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "5uPQzIb8w" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "sZmyFoWr1Bg" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "AZRqbGw6Il4A" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "BTekNLd2Jaf8hQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "AjFLCRHNQJFiFOA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "hu8we7N8SN6MeVEB" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "UlJ7isvXrQZQvXM5fw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "9Kwgl51RPE5YMOziFcU" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "ywqiddOqQuRZvWUaeAYn" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "quWVnFE6NKZ5O0XMkfT3gw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "kqyXTdAeGe6KL9lNkd956E" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "HW1GzfdtzQ77c7mEcwXLa7Vm" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "4wMF9FYSpTHVcjEokA2q6ABAw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "7lHJaBjEsS09FprjM7PQt1mxmEk" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "EMK9qqYK4gWDhwfEssshxxDs2Fv" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "etR8yMxS7eltLyq8PBP78KlTPZrt9w" bool(true) Lengths: Bytes: 23 and Hex: 28 string(28) "FRs9V1Zku1TShJ7nTkpUBL0nPZtM" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "kf99wfrDm8VHL7g6WfgE3w5iROwRJVE" bool(true)
Output for 5.5.9
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "QA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "lgI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "HSm2" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "A1Y6uA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "E9SPxJk" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "2E5JiS7" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "Ki0j5gNlbQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "OFmbW15R0OM" bool(true) Lengths: Bytes: 9 and Hex: 10 string(10) "Q9Ku170oiM" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "BHqP8883IidnKg" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "z3ZUGl0zpyVL0" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "2bvD5Kg2Y9yz7zv3" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "b4dhR26HUwVnt2Poow" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "oHV3O7nbshO0Tfn3HOk" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "PmS8ZKPFYawH7S0lVL" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Nvo3psiXQ3G1kJaUGy9qWA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "095HalGmubRkqgOcdcig7pY" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "yge3zOCcJPaTP1O2AaNUPieD" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "4vpi0VFZmRWEr4PZq06dqTApA" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "x3RaweHwUKThiX1n8BocbuGqE" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "TsfJVmT9eEnL46KZ58r5YN1WYx3S" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "nYF2aea5G9OoNFrGgKhHEjNYuWktQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "oNjGCYY063e7uI5pwQyOuioC6vIvgLk" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "VsCGMJvOJK9Bh72yrqn6TEQqXpU7kKyl" bool(true)
Output for 5.5.8
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "wA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "I5Y" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "hvfW" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "bPWHwA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "dUYU7M" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "27Q15pEX" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "koOJ13ArnA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "anm0H0ajH8" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "95XFb57OkyR7" bool(true) Lengths: Bytes: 10 and Hex: 12 string(12) "q32FaFnKoyzw" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "o6Oamgf2D7vjR0" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "PwmUOqsBVoIi6mg" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "6JEGd8xznbXSvwhqVQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "o7jJgLQzcIYnZxLndJY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "ReNLxSc4N5U3Tkjvys8x" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "7gVwHb94dl1bzdgKAEhlzg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "X7U8sLKask5AmQPp91uPIY" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "F0vGZaaKM1ULfuwe0bkvVWn" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "RGLhzVM4BjJbGKFflQw19WMMw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "w3QU7xjriqBBZDU3EIVwKzIBB5c" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "R9qVBhcUZ6odN1BvhNf0QtmzsJp" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "dGmfBCWoXT0hwBSKyGGQA1FkUdDug" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "7Y8dYF8DO9WSSMycPf2KZxLRDbr3A" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "gBxClbh298qBPcxoLSvpbFvW4FVqtLX8" bool(true)
Output for 5.5.7
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "cQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "8gM" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "CRCD" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "jaTyMA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "JpVg7eA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "zZFeK6HW" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "qaH4s7EZHw" bool(true) Lengths: Bytes: 8 and Hex: 9 string(9) "c4rZndMTo" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "AxW2pFrbqhrg" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "hoz5QiZkoRbs3w" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "7eAafEWk3T7SwdY" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "eAMJ675kOrZBRe1" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "kOanWa1BtK8sPqBpA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "4cS9JOqPuHWRnWzNzc" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "dW73VrKbabm96ibNyj" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "Jch8uP9gbAWuQ7ZZrKYvQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "F0mPw6eYwIBW7UU1XBOhtNQ" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "Iu4DdUfelLbGIpBJxLgT37P" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "CYQvYFTbmTMoGELi2vas1ggtA" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "uaKoWmipwlvKIOWnFRNwPzbac" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "ZCJxTNVkmjGoxpIZ74Epu0BCetU" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "GK4kHGIfCyQsiBpThujiRfR0LhbHg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "InJLJpi4T1rqugbzQTQ39QR1b51vIgw" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "l4JHqfM63bMyHFyq87QerDOn6vb1lTPW" bool(true)
Output for 5.5.6
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "jg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "BuI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "73Dl" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "u1VVcQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "yfotFc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "sg2fvjZO" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "y4gYsLM5g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "AXv34nTF59w" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "YGCE7Vmzup7" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "NRW5KMDLG7Xdw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "8iNKQ2XijPjIZR8" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "EE4qqduQBkFUjCw" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "SOPWt670soxZUKh8Fw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "wHmIYTN3qNM2R6xPk80" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "f7dKbKOEmwVxpK8QM0qY" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "7VmztBdc35AfKy5TvjZZA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "vZKtPPlSbJcs0Ay20U3cC4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "TANhnc3XAG8i3DEGfzhpkr1" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "zYlE43fTGQoeMnb1ZRUW2Og" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "f2QRJKiqztVHiaqzFpcWTxMyLVQ" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "pyDUPiRmfHXsKno6igRDprOzI9fe" bool(true) Lengths: Bytes: 22 and Hex: 26 string(26) "wUyQMc9h7PkZBYWLXQAhNiJKyw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "PMnd2733d3yk3E4miSQ0peuvliPMoP4" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "X6u4FZT8m2FHAywFUr6zwQeuEnCrvvm" bool(true)
Output for 5.5.5
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "aQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Yik" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "CMzQ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "nzaT4g" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "DGwERtc" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "jYsTo2R" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "HeKfgBcgwg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "iAPTAefwLtA" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "VszSqHFfEuH0" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "MH8isBnE333d7g" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "Kz2EP9KqyOovDzY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "G1cAzKoTmVzZiUqS" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "7NSyl8UWaFRALkewg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "M72YGLpmI1Kc8YqHKw0" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "TsUXjheQbjPHQooZdRNT" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "UuIRQlswMSHMQWzvakbDcA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "hh5jnNM1WJeEo11jGj1wP4E" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "JpiZAw1RyhUz1DWZuyu7RK" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "daU1zQ7UPzRxCuA428p81Hw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "XD5DyB7UiZInW57kkptc4VEC4G0" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "BSfhTsyyz65AXekXYVAZcUdFDT" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "8T2pYDkHedYHFJQzYlTlQPxh7KHwg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "y20gZ9mOfaYzwYDtt6CvozTe9qiUjBE" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "UCXSumwC0aIqrwm7ffk5ddVX7mThTuf" bool(true)
Output for 5.5.4
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "QMI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "PBio" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "hPPUjQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "SRc555w" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "QX1ZcrR3" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "59WXWg1t7w" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "I1nxC7v8gUA" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "kEYDx8AUMAAD" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "jytbs0jRmlOsSw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "mqABSO6n3UEEBR8" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "FEU3MaqquOyxYwD" bool(true) Lengths: Bytes: 13 and Hex: 16 string(16) "D6iPgB52nqMumHrg" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "CC0ttVAdKc9rD6aCNo" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "bs8RgELMAkcScEZuY7Z" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "m2OTe8Mn4y3Mekt8LI1kg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "nDI0FIX0dM0BHlT6uVSdHw" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "AAFVUQbQzg86k1YDDfLXkm" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "1wYyLIRh3J4viH8k0PuISapA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "ZYK6U75yMg4V7xJBya96mBYQ6VE" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "0oEHztamM4uqJj2HqgVtc0PUiIsb" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "weG8H0f4OkHDNtVDOguUl3druZILdA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "JlrTYN3BrTDojNThEpmB1sF7CbZsxk" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "Es9PdlvucGpW65jmZuYdnZkBSLGFDW" bool(true)
Output for 5.5.3
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "FA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "WZg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "WYt9" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "gDj3DA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "7Mw7loM" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "VGGOrEs" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "szlzD8WPgQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "HGIcfHgi3v0" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "GDnTu0YKdPEr" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "lOE8UVgSmUYS9Q" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "9lytJbN0goouJk" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "PcliQ8PNw00nORm" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "Ce7MhW0Anh1rhyzfEQ" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "ETNn7F3BTC9ThByE4jg" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "LM9XSBxzRTKdlNXW6NbW" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "vpWGNbQKgrgybZxiTxSlg" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "xOmbGQzuSXbpzMgov0Vd3U" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "CwIPQvzwNQtFKPRd5W8rs7XV" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "v7Pha3GV4l4XMMHWY2pSS9g" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "fslM0u5NH3PLuDpYUIW83dcHyI" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "ZLKadBDkz9KcJBxSoanGePzBT6" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "YH4nkF92tVyxi5jD7JPSyOuYAV5hjw" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "UTuADDO5VwE212G5Ek4CAAaaHiJsw" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "dobpWh501oe6FzX0LDZJXROrh7aERG" bool(true)
Output for 5.5.2
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "mw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "N6k" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "TYqr" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "UHUFg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "y7axt0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "23BkD7FG" bool(true) Lengths: Bytes: 7 and Hex: 8 string(8) "SYiVlO9Q" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "U63qAJWyhPI" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "XZEXYehfOEoO" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "ZWrcwfFBoT2yiw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "FSXiMaVR0RzhaGg" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "m0HkmW9oI3YaV1K" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "8vT32As6dBZxnghrA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "vhL8doA2A4G03ZRyp9I" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "Q5VpkzXqkUH49igUfvY" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "p9aWeDAf7I3dGp50D5Jw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "8fplYU3pf6nCkeOCxA6JYY" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "uW7WSY4HkrfeFu0BlwcOqmDY" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "OzOxShUuPeSd2AUjJeCw6fQuwg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "pPblFdsT1HfR15Kcw6L98REkwo" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "UGRdz7jExZad2Db4nPklQBiNbJ" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "hUxRfgrSt7cUOSYvRSyfRv86TK0bYw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "e3AhJp8oIgixK8jHu7UZUTRUH9PqMk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "eRoJDSkug0zuabQb0KHBd3OwjB0pVua" bool(true)
Output for 5.5.1
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "5w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ips" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "cP7" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "r1IukA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "qhzPcMA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "tDEltZ4h" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "Gy46jf4lFA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "GgkQ3faWXuI" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "avcfPZSjM9JI" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "smkBOU5zxeH7TA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "3YQZ2KgVZDGVW38" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "T0tMZz315m8flTa" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "Sw6Pk3kTJKrbBlLZ5Q" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "jNKysRpPu6QLjmCLBY" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "oMh1ntKOnZmnjHbtsl0" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "FUj4riR9B137k7LRyuL4zQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "Lj5NpnnjDe248QDmD0mVcVk" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "zvg3w64pVo80awNbyYi8TcJ" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "7hu5P5DTirNUXZkgvKypUSkAOw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "Z0XmLvBaRevDuGsQ84h9SQVfOXY" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "dg61Uy67jl2JGHawhipII81Oj3oE" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "KcOU8vraz6CPXSAT15retKjCxV9aVg" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "enH1IOOpDyFaCERKmtb8fVq4EHnOQ" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "aoFsSIIqgTxzqfzJHioyHC45F2ROnRQn" bool(true)
Output for 5.5.0
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Zw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ANs" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "167M" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "DrePTA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "DRq40lw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Yxy2PnPR" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "vFoDOpUTg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "hLsfzHg7CqQ" bool(true) Lengths: Bytes: 9 and Hex: 10 string(10) "Ucvbm3MD1G" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "zs8nm7iu5JWsUA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "x30VA3BySoeBTxk" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "jrFCp9bgO9y8iXJ" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "r2cNh0TiQiVj20EYNw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "4uJVrzxPCCRk6ZGdeY" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "kKTNS9VMvfNv9lOCgZ2" bool(true) Lengths: Bytes: 16 and Hex: 20 string(20) "FAGwQ8Sm5Ba5r2byyKMA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "9ciCnhtgYY8yESAbSbluh8" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "yVCNUv4dqHAQqfljees6QMX" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "IbK2Cebw5sXvusEtQl9IlMmieg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "CNNsUFDeRWGLiYSxFQAgcdSzWPk" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "uuEJ9RqufYubgw46m9rVpO0UkU" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "dhYMZspeSigiMY1330g9csqmHjWQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "9njD3h2ui8KzV96yV5bI6ZS4DD6PXsY" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "1u5zkces4hOKt216ABs3RDijS5RznfJ" bool(true)
Output for 5.4.45
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "EQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Jng" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "ps9" bool(true) Lengths: Bytes: 4 and Hex: 3 string(3) "FkQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "a9dcHkU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "feHGkCrX" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "mf2dBwo8UA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "0wht8KNeCBA" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "4flxp3C29QTc" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "v4eDVI7KJEhhA" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "unFbfbvSMdkITM" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "dQe7PFs9E4dzUk6" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "TPPoMAp3C1fMNUUA1w" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "9JzmEJmYXuEoUfQZjLs" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "ob8LuDdrYisIJaCcQG" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "mePytP5vkYcmS1ExkUInjw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "nmx0hL8NZygi0JHWQWEqkeQ" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "0Jo7nQm9T4JFDRsoz0y7sajv" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "wpQSGsiFm0ThI84HacOh1Ilg5w" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "wLlRCEbafUsfYa5DWqFsdZ0vE" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "fy2wAzTdA4xjbmwXbdznpa0qod8" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "yRE7oj2kmMaxxC92TwBmuxrSU7HA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "N1ecymHYvqkLg1DnB2zrqU5Oqr13ZA" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "u8tdpWBqtSCQ9IJWc34J7JXNs37YRmkV" bool(true)
Output for 5.4.44
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "uw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "X80" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "NXTH" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "w3XBUA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "2xyyLc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "dc9xTVAw" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "tybr3TASGg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "YkyoWMPTDag" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "d2TZO54jMUkP" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "isDvrGdCftn65A" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "SoikcVvldOGiwu8" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "0czuwf2193CAInEm" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "E0HyqtCrrj8hvIYNg" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "CwgT7WEwEjQGyqy0I4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "NJ2z8FsPhKGTodyOjxH3" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "pckTh0fYbSeCCf5q1XT6JQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "qS4dFm4YRoUXdkCcNP90Iok" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "lu1eazlvpbalLv7GvuUUFEAd" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "2qYwqbWLP1GKdOKO4gWnlfYg9A" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "qLwVjHCN2kG9wa5nq8XzyUdxA" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "nIZQZ6th9VEdoTIhqP9kEu7KM0" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "EDreiDkcA75IxjMhcDsd0KZWp6Ng" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "WKSi9zUYXFuzPpCRnoxbaFa4ECk9Qlo" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "dThW7BM2KNZJnlzRtyjRU4re0aRrZS" bool(true)
Output for 5.4.43
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "WQ" bool(true) Lengths: Bytes: 2 and Hex: 2 string(2) "oQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "lwzu" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "94GB1g" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "8oUFbBA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "1RdKoHlM" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "ReI40F2Qkg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "a6TOnOyWZ2Q" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "FyHaQzfb7aE" bool(true) Lengths: Bytes: 10 and Hex: 12 string(12) "XZQ6xC04JJIQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "6Qomn2A3VpFLEfA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "SzjtIsXPhr8C4DSQ" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "dnPgfPkSp1RDSUunA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "Y1d5fRyNAeMtxh4PBM" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "HRZUavAiyU48USvEvmv" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "5PJOK7O6kNJHjZ0y3aIJg" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "N0iIXjOjQ6AgojJhcIVVg" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "9Uh1aLFoxlOgZB7Ko50xsce" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "QqpzLTH7hxvZXx8ktunYQ1SecQ" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "uVpB9dR7OKYt6OpECBBA40smno" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "TvxncEVCZ3bCVLz4HJltkSN5o3cC" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "mr8QLRMZNKcGv6ZeJaCf7n8V6qRQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "MR3wKIQnKpSVoyq39rvrhcw9AVD4Kuw" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "3iKsp7BNK39jaGfJ9B3edKU8pzc5BR" bool(true)
Output for 5.4.42
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "zw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "iNA" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "N8lp" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "xPMYUQ" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "RgjcMrU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "0t7aAnHP" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "lPpInKn05A" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "vEeZjOgGjfY" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "WChNgJaHthrN" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "80jdqxpnAKD7Q" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "OmMsLa4HXeIs3g" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "uyjFKSUJgrJhTSgX" bool(true) Lengths: Bytes: 13 and Hex: 15 string(15) "AIJgWpz7HjMQKWw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "fXsNhlrBSB5jPNOGkY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "Rlzm9f5vM75vJweZAPgQ" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "hyzxcgTbTPH86lABkMepA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "kmGKCIE4Y9gEFwKYRjNMgs" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "t1iTkhZ0ZevSdv0kfv3zEGO" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "Aj3aRRHSdsyNzly1Q8qgBdOd8Q" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "6w1fhpsYCMz2y1363236Zxltjc" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "hcRlG90FkPld5jfHnavWdUmRCMM1" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "pZtvomtluK1J0WveHHUPb0gperyfRQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "2coXYs7hDskj7jXYha7tnbEmBtXwDPg" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "zRFP4SME0YlMWhELpE2c40aVMd9WG7lG" bool(true)
Output for 5.4.41
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "1Q" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "2Ls" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "pMqD" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "zZsBQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "tb4Dvk" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "dBLsCpoW" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "XyPWzyAqrg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "1ubuOcs5eDg" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "RBMfk1wbJz93" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "PHK6VLWSzwX6w" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "BeYTbu8k0sgdDiM" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "GwbpD5e0m3CnFTxa" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "SsxCxBdLPgwmgzWyiw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "O3d6iJaC3RgFtWo2OF4" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "mQD4AsJ9gvhAoGJkH2j" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "VflQk3vbc6E7Cf4yZjcOA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "s2WOAgOjkGC2abi243NY90" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "JIvTeOVcCtnVMzzcWKSaPp" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "3e85Fr9yLBo4Z5waCi1irasMg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "c14VHyX1EByJEreAt2dQWR0YNc" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "VVctgp2S6YTQmEMnoPVbBLj4r5df" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "rIjWidQEeEeTia5DUZKBcMyjUdkNNw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "1jlCmNqfGnEK3OrcXzJMNhYxWNcZEEg" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "sYyzUmkyeNh4FOxBUG0dRNc4CA2Flae" bool(true)
Output for 5.4.40
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "2Q" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "rCg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "17TS" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "XkmLwA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "Us7JOM0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "0G4KHNkP" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "AXeXfuIP1g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "v2zrOxVGJmE" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "svl40yslnHY" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "uHrLtBfqxEqtg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "QNcsNKiMdJlf3kA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "6YIzgDYtQQoQov6h" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "B9TOejjDYaosXK2rA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "I3PJlr6DdbsV6JMRKk" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "K5CoHBilo4PF258Xdjoo" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "JvoSI5EmmiMlCDM0I2k2Q" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "oPBcqF3WnIs1lQ0Nqj1Mn1w" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "qjJU51D5phr9k90v08hO4V7x" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "lTbewX5kxqzi3M8fWI3CIEwnIA" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "KDqzdaFtaXrKdCYhBquVS8jX5w" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "NuYqH3JsH2nVijEjgU5OpbbNCO" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "VGeSkZYR4Atbnuou1W4tBMvmFqGmeA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "Mp9RElpb9DY6oAKmp14Ga0e3zc77GQ" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "NzcahTGVJVKJmW1o56Mj2pOufCzcVOn" bool(true)
Output for 5.4.39
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Gg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Vi4" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "R5B" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "rLUNMA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "49PnIU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "6DHzUiju" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "jepOqNbvIQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "cKBjwHGwv08" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "yJYKNJkLcEm" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "K2tuf3RWOoogQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "5ZrmSWEztyf1uvo" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "Uwu1VQHGaRPzFex" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "5260LUdMJJpdKWknzw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "FW0pcBPL14jXIzYX9nE" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "bI8eER4fKvTWLfpLZatJ" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "w6m6X93P7EOhGuRYQcFroA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "3FKYjftCzClENGloVvrsvo" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "cPbLJoWtAj2iVJle4BvKWmX" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "gZHnsMYcpRWYyVQ9CJmhvxvOg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "pgIQwqSjYrwjzG3EIEpcrmqQiE" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "nQegy4S4Lp7ovM3H5HWKAVGXEYw9" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "YsfgV513erDLZUBh6sbOwHsgRriSrQ" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "zIcYZYeVVacAz6d4LSxVgCnT9e4V0o" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "gWz7Q753uPW9duTXoCtZKaoIMLk4IWm1" bool(true)
Output for 5.4.38
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "g" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "m20" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "7VGt" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "7xltQg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "70P8UA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "7w2PIMhq" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "9uKbexedDQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "eHibEA6XxhM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "SnF21FcT2Ia" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "ZmshBQaEvRmnCw" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "vnTV84OhTgJVSg" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "DlcCTHnyGhEdfn26" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "QIP7UxDqVpu5kas1g" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "s0ZbzB3zYNF6xflWG1w" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "KL5Y40TZdrRaRtNQNeGk" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "0cbYKwKXqE4QKSjIYU2ktg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "xJu02BEItQwa3R3v61JY2QI" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "XLYRmzMp9cvK9dQoSVls0SYY" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "whUAsPMJ0SPM6wWaH36SC8TDAA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "hkbfCFTbPuwHX3RcLeXfU8WSmmA" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "jN1v2rl6fjrtSPVO3wE78OEtU0on" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "AGGR4iH9NpzaJgMUV8t4XNk5qweXpQ" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "rSoeWuendmJIqrKRKqwA2ew3O2cOP9E" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "95wzNTVULulxp21TUaDXYqarOahmgcq" bool(true)
Output for 5.4.37
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "6A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "PYY" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "2iwr" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "3J5eTA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "jJ5VwiM" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "HcBOHg5" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "2S1osfDdxw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "sZdvl3TnNDY" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "oJecQSodvk48" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "K5D5k0x00Z88VQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "PVdAWYXuDkrKRdY" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "LZd031nHOWx25xRp" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "wo00VUrpY3y83lZJDQ" bool(true) Lengths: Bytes: 14 and Hex: 16 string(16) "vZNRIBYJ2gRyGBp8" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "dqaGzwTRPoxBbnXSXa9" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "jLjsANyixZX1yXb7GnsKtQ" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "l0ez0hYJQyOZnBsjzJruk" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "lpaDbkpSUqiS0a7scnBQpy" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "gkNGdZZcC1SDHMCME8ugFpAlHA" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "Oh2L3HfyRmTNKZ0sBFM0ezAk" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "o0h8x1yAhmDvSB8AJbv4E7Vu60eh" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "TNn5LqB6nUSR1Ib95LadPYHjsE0IQ" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "JVO7oJ2LzQvzWIv8TfLSjaJNVeq6zk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "oLq008kDxYyh3FwcX0reKQDOyZw4X9l" bool(true)
Output for 5.4.36
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Pg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "6JE" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "qSEq" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Mz59Wg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "LVsTiA" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "HwlNtfRr" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "FHTBmThQjQ" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "zyJjQ0ZLyU0" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "R8gv5peD2nwW" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "plrgVR45msgXA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "1mt852pavys5BsQ" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "6GLpbkDx4LomdJtZ" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "ytj8MQHUUTB4Ww55A" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "jvl2dEM5fVjhMx0dojo" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "ncS6Kb2nR6inBvqTSr6" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "GawLbyJQNAAKZ0uqzUfzg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "EecXxm9U49qN35GVBfaHBHQ" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "s4Vk2urWNSjNvD5kt6yYqW1H" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "JtFcwhB7fwxlrXODqI8dPOR0kw" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "UshwdAUrg1l82bbYRYzmp8PZw" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "GPpnSjs3kTYkKCCM8rpv0bCdFz" bool(true) Lengths: Bytes: 22 and Hex: 27 string(27) "fAVCaaaEZb9soSs5Sjh8nJQ0wPw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "WC3MssmYsCKrbRfbwb9Su9q8ywHEN0g" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "rRbyB4q7A2YzQkXlxtoWsTEZLWs8dm" bool(true)
Output for 5.4.35
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "ig" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "hIQ" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "So1E" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "zIL4jg" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "i8OVb0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "o0JKRxXn" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "2bDdLER23g" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "DrQx6xuWieo" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "NQuSiX2Tvg2T" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "JwsgEmNnCMYXpA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "WzPkWMWW9bYrvRU" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "rc8hS24YFaacSmfw" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "XiFTfPNsbhZsKUvpcg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "0bs2TDsRZY7uc5hl0ao" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "P6Urujr9VkfDhtTbKDja" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "Jajj35Jype5M9rxiRDWLw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "uD3BsTn2asMrPyqc7O1bNl8" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "MwPf3jC2cBKogE9QAupXqU" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "DY6N3SR9ZsugDY0D8dtjjcYCRg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "R9dWwwgQgoPA3a9Cur5eRtrooo" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "9aWMd3VL8wt3sXxEvUIvLt5T2Ze" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "jfWvnXmjXZo3eSr0wfyxTYcV2MQDw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "yJrWV2NQ6lZpf2OHetEF4JoR9N3X7s" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "kCt7NlU7Orz8hbshXY8w9vi9xVVuKKrg" bool(true)
Output for 5.4.34
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "AQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "614" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "FxEi" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "zZZk3A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "upGpDfc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "646tHj4Q" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "p0XvMZ95tQ" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "31JocLnLFo" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "czDMvCuJ2pdT" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "6WJzdwN94Dw9g" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "86Yg3OcISi33Gtc" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "eqSW90aen4EXMx2L" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "qaG5vcL9q18ei2Yc9Q" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "SiIorUesfuEWFy7EKQ" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "jlwMVxjgF1y2AMIrgcYb" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "uf2Kq5zdJwwDxtxSqsEew" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "vTJZPkdzt9kNG2qxLPpACuI" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "ypXjygLrD989RSJwNVXq5DX" bool(true) Lengths: Bytes: 19 and Hex: 23 string(23) "ijdBum3iLKMkRXL0k1Pff9w" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "xc6NkPXFLHys2imUh2DKCBTkxo" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "AnEJMKsyGmOGapTVx23bXJ65Ufv" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "O3t3T7isustHos5RniFXzBl5z2h82A" bool(true) Lengths: Bytes: 23 and Hex: 28 string(28) "97EBcxb6OGi8Zs2Fo5XhRduuge5s" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "wdGAMr2V2onFnIggkbudyXPqVFxWbT1y" bool(true)
Output for 5.4.32
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "eA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "IuI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "YFof" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "oIsRYw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "refTTsw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "UBFJequh" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "7flj6ehLUg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "rGofunMMtRM" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "jfkFe4Yl5gLk" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Vm0zjPSIiZk4Cg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "FkpqteWLpgIMIyE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "F7CtAYfLhDkMtuNp" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "9z0PXfRJ2meD8fM7nA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "7qrTduanLOwY7dkFmZQ" bool(true) Lengths: Bytes: 15 and Hex: 17 string(17) "mddV2fjJZfXHjkIgN" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "NlfUmrCiLFvXwgAF2srs6A" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "Ro05f4u9MLCWb7k5u3a73U" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "N1XqNpRbuuXovvg1BqpoWJGy" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "pubdnwDn6L6xAJFkc9Wwvqzag" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "u6de0OsiQ98eJFJ9CZAfawmnSVc" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "eC8SUV3hg3linlSDd4QP4pnsyr" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "i9tbtRa8HY4TGZIzE5XeZqtY2jBSaw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "h9VCYY8T2AtAtGSSRWW4bmvY3AYBwo" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "ZBjZYpf1cyASfK5aNv0ANPjSU1W6R2u" bool(true)
Output for 5.4.31
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "UA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "Vx8" bool(true) Lengths: Bytes: 3 and Hex: 3 string(3) "WZc" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "4iDV4Q" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "K5A6f9o" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "s0YDpgjq" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "sObyo5oN4A" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "lqHjz34p1MI" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "LndwDuW0fPIR" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Vioo931ADq7uXQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "pAurRd4FL5HJWKA" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "mdSskH4HRJ3ysK" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "SbunPV02pVv5zweMog" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "iuhb46XPwfgCGDMMiRM" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "1RUXUQGe5xr2RaPkS2dx" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "fsYeg080MN2mE6WANWECA" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "QQY26JqhTkTjFTxY8zqZw" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "llltnYJRN1QHyyOVSJDsYZfw" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "PrAwkllkTQrgz1eQ6qgarh5zAQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "X7oTR0ZUchjLZdWAcLr3HaAjV3Y" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "L7Y9LH9sZM0rwMtRmMdLwtGfy" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "1h1RQScF9GwWCg9RUSA5U1KlS577A" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "dATt20MsNZPUfmlVxMNNa1Xf0fnjc" bool(true) Lengths: Bytes: 24 and Hex: 28 string(28) "xr8NL65ZeD1IoM6EhmEjFfMxugfg" bool(true)
Output for 5.4.30
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 1 string(1) "w" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "4II" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "LoLp" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Bje3oA" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "1w1O8Y" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "OJ7fgGKn" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "COY1vokcZA" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "rdgJeUORnnY" bool(true) Lengths: Bytes: 9 and Hex: 9 string(9) "hoxFmUjIl" bool(true) Lengths: Bytes: 10 and Hex: 12 string(12) "8yPPXPoBr9QQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "S6P7wxsmFY0Mqp4" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "7WJp38SoCEOeqQfP" bool(true) Lengths: Bytes: 13 and Hex: 16 string(16) "WaBW71ErohPblUvQ" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "ThovE5LeL8ivrlvvo8" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "TVOVE0Jg7f1zWfsnQw" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Jndsg7AkcMaXggNDZJ7kbw" bool(true) Lengths: Bytes: 17 and Hex: 21 string(21) "qxbqlyyOGaBlcptrUFXrI" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "St5mCsTH12oEx01XfJnsfeTn" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "1fQ4djMviD5y0b4zwWXlWgHA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "9g44b4hlv0yWkUVhzWq1E8gBZGk" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "CtzDBeX7uZW452vDwqW598ICHx" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "VLIRqOxkf29FW5T8EmzH6NWASfpog" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "2vv9FHWhEhDzDejgOamEGXs7ICXEWA" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "6v1Tq9bQxCYL1bezp8M7XrzoEI6Zso" bool(true)
Output for 5.4.29
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Xg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "t54" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "j2Jm" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "TYu3Ug" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "vz8I0I8" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "dP0e0bB" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "fa4gviZYBw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "zQvMdtny3Hw" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "Az4Gl16x2Tep" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "Ud2PlSxYwATwBQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "Xv14Ob1uwGLlQg" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "74wD2DXjqldCLqI" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "jtrNAJl9f9YK4xpBg" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "3FTatEu2pEUJTcLBiE4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "p8Il4rY35sjqdJyfqAAd" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "QUJ6lM4bmrY5rlTGiFyDQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "L0sodBRTeDUjVXvmjbVhhHo" bool(true) Lengths: Bytes: 18 and Hex: 21 string(21) "8m34x4ONOxAAn6gVrl8Bu" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "eguo3CyUqyC2YLgHgrG13H5zyA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "webUhtKOSZEY4jp4a6L5DBVKhwo" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "Rkk8BETIFSsmydpPs5ZgWFEcJeju" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "hZAvgVMpXfBKBBoz4aBoDGQfhMhrg" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "2rsrwuNqYTqiFGs6bCHzgcwfQTtklU" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "Cw1TsYIpDFZmfVC3fwDs8Pu301J5X7kW" bool(true)
Output for 5.4.28
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "yQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ht0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "RrIa" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "UjRu6w" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "jguL5g" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "SmB1bazK" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "DqpIL2o5Zw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "RX9U59jqweQ" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "oJcChHjvpSbS" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "JYVtQtwYm2gERQ" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "FVtMozQh58Tmc" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "nAedYl6pCcUGYFh" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "GdzcFRPFRDLqZ20Xw" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "niCFMUAS9mupFWHCxI" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "aGxR0Wc3Dpv9dr8zAIZ" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "R2xYVpawdY4GZQjGBAJtA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "ekJx83aAGeb3R445y1f7tM" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "Jae1iP5whwVavIjKI0aDdh30" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "XbEh4EN39nTbiaT7cjygAHDFuA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "yk7hQJTa1muH1lFIIOjF4zkPx5g" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "blE8zUc4QhNdsTd5pVwTifQqI3ac" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "PlE4oyIZT1rqdzuuXKo8evTlIL3cg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "G0PBKXXAoJZw9wM9jNnksZcJynWTw7I" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "UBPUlgFAjNgidmnCO6iXHfFU0w0RwC" bool(true)
Output for 5.4.27
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "NQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ydU" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "ge7j" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "9R2b0A" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "HPKBFOU" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "dq9GWfVZ" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "DoLdEkKkeg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "0IObn7ilWJM" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "lDRX7C0uhYW" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "ARah8DQvdyQBPg" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "c2Vm3powjh6eA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "8XlMioaxbL8GPcwT" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "zD4sciuOv7HyTliAZA" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "CYfDlAsRA2IXwPmFFUE" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "Gp3G834OoaroTMoKcV" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "7Qq47NkfThyFXETtDKcYw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "arO92TjXJu8mQnKhGgmVZw4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "EU0XXBxkl6IQ3WYxADdT0Pb" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "AEMSfIKAr2vP4lKmNCLy5gXNw" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "3iejtgqexzK9UpnbATQ4nzrQ" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "sgTmvEH9vPPFwnYOlO5fKQDKFmx" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "5oKgzr5sFGrjdcllDwKYYwYD71ioMA" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "UTTYeG2GiravZcAKv3DI1BB3pkf9M" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "BmZqlacQSlm0Z7z0jXeXJTxtafUEPVg" bool(true)
Output for 5.4.26
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Bw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "jBg" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "oHV5" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "PFg6bA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "D0MXR3M" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "QIo3LuD" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "MgtNCZnHMQ" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "SLQWFICYr0" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "OKTDEMYF1rI" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "H84JErtjngqW1Q" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "BRk8TOqBATmcx1s" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "nWzXLuJM5XynP34y" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "aISmpeJFBUhXAUN2A" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "h0LNMtoh8AJFZZryH18" bool(true) Lengths: Bytes: 15 and Hex: 18 string(18) "rvAnY3Nvs6CfW2YuwA" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "zzkXqnO2nibBNOGtPilKOQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "mIBPtYYYrrbzEfOUX6lnU0E" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "KeU2iPY6Acu7LoonW6r2HPh" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "hdATixqkO3z0BLd9hQC7pRSaRg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "Q8yzy4pHFnlw1uOYCM9ZXjfkCs" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "RBaXobWbrpZ3MP9bfSQ6fYYB72kr" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "sEqDY2RtEkolLrbW2fxBtfcSWM13g" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "02jVrugyKxrp7Me8Lf3WZvozXj2y4" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "3Nc5YOibJGYknJJGKbeugiZ85nHiO7f" bool(true)
Output for 5.4.25
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "7A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "3C0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "FVVi" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "VGnXlg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "QFR3fTA" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "VrmHc4d" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "Ev4rBGW7jw" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "q5jvEoXMOgM" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "SwEyqwJXpbab" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "7L90CzlWasT0kg" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "NFzdlySqNbBcjE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "85orXkAaTMvPeHuc" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "dGNOicsTXmyHt5JhA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "w4ZcZcQCrv7EkvqX6g" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "eFFuP4zqyJZwwj3m5Z9m" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "Y1tL4X3X2K9ykBdriK3Scw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "xIyteYqd2awyuFoU74bjyK8" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "CdH1t8aMd1xVZ5hMHZvUX3z" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "Sk76dmFRrl2QQJ9oE3V4aUiDg" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "utDzO5CjIWfMDm56DYgnVHfxvI" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "EeaAsjqxNdCQP26YdsqPTvhCHvZ" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "wAZ05XQR1ogVDoyV80g5bt05z47TQ" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "DGb3SKd8McEK8ELamjtEea36RNXDU" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "ETZF9l9BuWmNSVQ3VeSG2lfTmjfsBPS" bool(true)
Output for 5.4.24
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Vw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ahI" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "69Rd" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "gzEmHw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "G1IkKNE" bool(true) Lengths: Bytes: 6 and Hex: 7 string(7) "3FLqC1P" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "qJ2Hdg4RZg" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "wbLh0emtng" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "wxB3VAJfUiSw" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "zv0vzEv005wLBw" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "fgcYDYGWWtZ6rA0" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "RkWxYycKXfYpTTNi" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "fyXFnz9Cdd79bHnv5Q" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "qAsKSN8jLMlXrBiZFmY" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "7eMpcgVnEM9jt3lbWKeY" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "U65iNYsoiP9CTgIMIYgHQ" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "2BpVMEi7p5AIoRQOZDRy2M8" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "JBTo8BSmGfqi2DdjOViIDNcw" bool(true) Lengths: Bytes: 19 and Hex: 24 string(24) "OwzBzQqZbvLpeAAM6rU4w92A" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "6AclwyJ4DMQuxJvcHjjzaVQDKb4" bool(true) Lengths: Bytes: 21 and Hex: 26 string(26) "FEKysKwjPq8KSo52OHWJ9FwIL9" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "kjiobNOkcpUfMonUYUYjO1aUjz2KUA" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "PztDVGLtdyJcaIUJqfkhPHadY9qWYPg" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "ZdwlVGnHIMm1wSadWWfAVM8cvcKXRxr7" bool(true)
Output for 5.4.23
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "5A" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ReA" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "lN0o" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Ib2jjg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "arqYy3k" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "oAUZMurs" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "zdTb2FaEg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "P1SaEdGnFnQ" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "ehJ1s6qOSnV" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "aA5YZ3nxahiLQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "dBmm5l9mgnTOUE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "Hc7Coo6Sb5SFqLQq" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "aJz5T1BnkRlYw9ZYw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "PaeThzxnVpqJXw5bNDM" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "zPW37L5s1XeYlbo7KiYl" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "71iC8epaptBHUHnaM32HA" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "JkffIpupTZrCuoPn8niEEFI" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "mCBqTR7b5Cid8MMZKYiE33WF" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "OkwQZgENAMSYz2rZdBqOhhu7Mg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "4DchFZsVzj82qEesrbHO8zYfVOU" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "DbEwBi0jKr3KP2CAlfHMxCXqThMh" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "ucwsMTLVrawT9IdhdgshscTZMzVkVw" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "e3Hstaqgz369mgYiUnot2hs5mYTkJHI" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "u7x0x7OGyYUWUOfOrjNnvEqod3OjW7uS" bool(true)
Output for 5.4.22
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "xQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "zo8" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "GSqZ" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "4hMeXA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "FYF0rZY" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "rnOBplQ8" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "Rmvm6lahg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "wKPOX44jIsg" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "kyjYJMZMP48" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "VSIdYCiulh1RQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "hsJdrm2owFYKbE" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "zYZJ78FGJzNEF1nf" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "Feyn0zjTYaPXizs7Sw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "GXVeVmoFqxakj830CJo" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "RJ7vopufluofyCW58XMK" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "aGvgR3zEWFX1NdJlKNm3ZQ" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "K5ehurCgXjKNGOQkqKc7Gk" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "EHY8pb2rRaZUWlT51S6CkmB5" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "BXNLktxLKsvPyS5kOZoqzHQYJw" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "QrUK5tZv4MFFHsquNe8iszZ9Occ" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "r7YvLHcPL12jbvBxfDTTNTKuE5q" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "TlHlVzVOu5dr3xSmcOTaBpcMcxPEw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "W0uUo1p9IHBk35esethLgEbyb3J4eY" bool(true) Lengths: Bytes: 24 and Hex: 30 string(30) "bPSAxuSlRFq57Da0mSh4b5JYiYpLfz" bool(true)
Output for 5.4.21
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "pg" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "LD0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "PEza" bool(true) Lengths: Bytes: 4 and Hex: 5 string(5) "ll1gw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "RFMNjGc" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "86DVEEPI" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "QgvxagRnrg" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "IEUPrIr2lFg" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "mSKYoClacjOj" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "StxQ32iwPqvN5Q" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "m7TeLbsfxx67INA" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "pF3yhmnPghvUWCTa" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "E34jvECOb0IVZFSLmg" bool(true) Lengths: Bytes: 14 and Hex: 17 string(17) "KT62rzTTpmJsFEbL4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "z6ikLXnNgP2PHiWzFmY7" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "vr2wWNNQP1Hlu73qZqyqxg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "NqpuTs9S9dawObI0ayvofK8" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "ClYH5HRdoyj1gIh67eyBoNOr" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "EXekFNYBp90L15r2BotyNLHlPA" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "YMnO9v7T3laP8af79vAx8PXe0Po" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "JSBRJ59R09UhikgqtIU7e0kCvK2" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "bI8J9NucbQJq5SYatYasfRtwIv7Dug" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "w7wWNcofRkiSFnXwGPaT1GueLEo7g" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "trhpW1fsJsQpwXrFgUW3jSIRciZTZ4C" bool(true)
Output for 5.4.20
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "RQ" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "qGM" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "UtrH" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "QvkHlw" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "TmCcPMY" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "cuTIWJhy" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "qfSTtQlXrQ" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "YzYvFKJUP8" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "W1PVbdcc9pai" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "oh0GIXXClvVG5A" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "5GFIlQq3N4u8gg" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "thkEq0gzdSFIeEVJ" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "xvoXqiplBUKc16Bf4w" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "FNFlIx9jWz8QdvouTw" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "1pWcpz2HVzSK9TxfHBLn" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "cIdK4cD73WrMsSUvCrfnKw" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "GazzVV7AaFioyU6ao5Urkc" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "bujY7kq2CrhudRDcpVWTGH" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "dSI7s70fQVhOCtixaaj2bi0WZQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "ALc0LGA6dSDB5R4NrUdAxIZoOLY" bool(true) Lengths: Bytes: 21 and Hex: 27 string(27) "xDwa1ukkW0j7PPhuktPXHzqTf7X" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "kx6OOL1i0t41KhlqwxJuFvL0IUh1JA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "WxgwY5cwdgJxxICKeVKy8DeTBr7vPQ" bool(true) Lengths: Bytes: 24 and Hex: 29 string(29) "8oUah2rLDDta33xj4RkouZXFzBsMj" bool(true)
Output for 5.4.19
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "xA" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "ig0" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "2RsA" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "Jdji9Q" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "mQNJ2LQ" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Ch6QfqHM" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "01DD1pEc0A" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "B9yWEfx9zQ" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "Gn0AIMGEIUOd" bool(true) Lengths: Bytes: 10 and Hex: 13 string(13) "rzuUfCrxtf0Pg" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "IUc0I4cEH23B8pU" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "SZ2O96UxUc1l1ics" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "xfQQA9ZWv4DOPXF8pA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "aNAGY2Z3bYoIjwe76k" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "vN0TvaL1SHGIsFHrQdXh" bool(true) Lengths: Bytes: 16 and Hex: 21 string(21) "TdC2pTNZfU3sMrxEceqLw" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "InjqbpgsfiMBFDyShDHxLH4" bool(true) Lengths: Bytes: 18 and Hex: 24 string(24) "HtgwebEJK81yNchXrCibpt0Y" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "5RGvWynVrmz5WgvYpXKiBmV5AQ" bool(true) Lengths: Bytes: 20 and Hex: 25 string(25) "jpq9TjX0THLruExv9UXzcEEQE" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "7DsN6KpGWy6zAsxd9rpHynvlT2Jl" bool(true) Lengths: Bytes: 22 and Hex: 27 string(27) "zHcje1P8lK9o8DJ3UHk9rkTy4fA" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "gb5AB0VaqUebNcxY78mEOgTXXEtpo" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "leEQWOONrpeglAUGldvYtuakmxWgaZpo" bool(true)
Output for 5.4.18
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "ow" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "yDE" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "UQkF" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "hplsBQ" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "BCwBjw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "Q7uqDgXK" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "4DGJYlWn8Q" bool(true) Lengths: Bytes: 8 and Hex: 11 string(11) "VVuatZAN3xI" bool(true) Lengths: Bytes: 9 and Hex: 11 string(11) "dSoNjOyOjHi" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "SbyGxhdHnZUgkQ" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "mTuUz5JF5QNEzPA" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "ljIMu0KFE4Rlnrh" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "UvVJnyHd7ML7CC79Ww" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "N3RzkNQoyJzDFpUmZiM" bool(true) Lengths: Bytes: 15 and Hex: 19 string(19) "jumoNOE9FIQAer7DIfT" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "YGFojbZydAAg4zPof3FBxA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "88OQ7tglcnDLkVYfROIL2M" bool(true) Lengths: Bytes: 18 and Hex: 22 string(22) "DUczed3qIny6KCTlUTkpyu" bool(true) Lengths: Bytes: 19 and Hex: 25 string(25) "StlYW01TEqQ5OLKvK6GhkU1Lg" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "wUBXnZqMndXAhoJhAxke2Iv7Fgg" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "NTNkJ4Uu3h6dbDrqD49BoPs6KBWH" bool(true) Lengths: Bytes: 22 and Hex: 28 string(28) "PoH5h0An3vgdHmNRvzTuQ3dRbCUg" bool(true) Lengths: Bytes: 23 and Hex: 31 string(31) "Ox1usMdCCxOU6rtsV5BUIekh2IlBoHs" bool(true) Lengths: Bytes: 24 and Hex: 32 string(32) "JjWIDxFFXXRSmpcNvKO9ZBkHZ38iWX2R" bool(true)
Output for 5.4.17
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "vw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "j2U" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "99KM" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "XhdTSg" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "qOZiDmE" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "aPWpXW7c" bool(true) Lengths: Bytes: 7 and Hex: 10 string(10) "19wrQgbqFA" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "VBa0kBC9dw" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "mMg9942z4eOS" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "I3GjuTVcwutgzQ" bool(true) Lengths: Bytes: 11 and Hex: 13 string(13) "RaI31DJNzJ7BA" bool(true) Lengths: Bytes: 12 and Hex: 14 string(14) "YKJboVpTdCxtHX" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "ykVSykCZCjzr7zZOw" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "HfAUrNjhZ9nNW0BuxS0" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "4LUpdI1MK1ne0ZuKex4q" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "ZazAFnPNuJ3jhlVz48QGJg" bool(true) Lengths: Bytes: 17 and Hex: 23 string(23) "G5hQ1auGptCdNLzrwR6fM6A" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "36giRzaGmRFVuIrGcT07AuK" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "pzs9jvNNeaHM5dWMA1Re8WsSyA" bool(true) Lengths: Bytes: 20 and Hex: 24 string(24) "xfcukyLBq9cEVTM3gcAMc0Z0" bool(true) Lengths: Bytes: 21 and Hex: 25 string(25) "tK9CSvi04wrT05RsDRzhxnMQS" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "Hknaaa00atMAcPFgoA2J6QIayIAXtA" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "GDmiGEsLENcG3Y3NO7eoEvwhPnCUBU" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "Xx58ERwMTfCt9aWHEDwAW1luD7R7EO4" bool(true)
Output for 5.4.16
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "jw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "dw8" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "zm5M" bool(true) Lengths: Bytes: 4 and Hex: 4 string(4) "nm3g" bool(true) Lengths: Bytes: 5 and Hex: 6 string(6) "ruz2gw" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "HC8U14R5" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "X4quBaWFg" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "r7NRV7WtRY" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "VcCqFU8YtHLR" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "1L4wAuHbXhVavA" bool(true) Lengths: Bytes: 11 and Hex: 15 string(15) "Tg3li2y3OUsKBLw" bool(true) Lengths: Bytes: 12 and Hex: 15 string(15) "8OxPHOSCkSXHNS5" bool(true) Lengths: Bytes: 13 and Hex: 18 string(18) "P1W8zpzi7QlK2t8SVA" bool(true) Lengths: Bytes: 14 and Hex: 18 string(18) "VccRv6kEy0oaRwwAjE" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "XrNh7VVoInvj1Fwwu6X1" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "ECKACTuJqHrOaNTdUn3VcA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "vxz9Ww4Vk9MTm2MEofUVmY" bool(true) Lengths: Bytes: 18 and Hex: 21 string(21) "na1OMbFtQUqwCZopTzhfM" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "Qk705QYF98IsvBArnXbJdpWuBQ" bool(true) Lengths: Bytes: 20 and Hex: 27 string(27) "qoLi4UsFK81VEL3LvzIeFBTnzPU" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "fJhX7MCau9QRwMVWkgjHpRuuCyub" bool(true) Lengths: Bytes: 22 and Hex: 30 string(30) "REEaCXEjlknrfzrkPQzfmNm5bG1jlg" bool(true) Lengths: Bytes: 23 and Hex: 29 string(29) "acSU1ahy7OHOBpYZBulJRbMhR3uPk" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "33LpZKRDjlzqfZFiqjVuHHJ9LrVBwzt" bool(true)
Output for 5.4.15
Lengths: Bytes: -1 and Hex: 0 string(0) "" NULL Lengths: Bytes: 0 and Hex: 0 string(0) "" NULL Lengths: Bytes: 1 and Hex: 2 string(2) "Dw" bool(true) Lengths: Bytes: 2 and Hex: 3 string(3) "oPo" bool(true) Lengths: Bytes: 3 and Hex: 4 string(4) "jp1l" bool(true) Lengths: Bytes: 4 and Hex: 6 string(6) "m3NBGA" bool(true) Lengths: Bytes: 5 and Hex: 7 string(7) "s8aXkr0" bool(true) Lengths: Bytes: 6 and Hex: 8 string(8) "WjuBaI0J" bool(true) Lengths: Bytes: 7 and Hex: 9 string(9) "5NLhYEUew" bool(true) Lengths: Bytes: 8 and Hex: 10 string(10) "8rQDKdMqWM" bool(true) Lengths: Bytes: 9 and Hex: 12 string(12) "qNtB6uqERTz0" bool(true) Lengths: Bytes: 10 and Hex: 14 string(14) "H6LyFdeIcSmBYQ" bool(true) Lengths: Bytes: 11 and Hex: 14 string(14) "EezsWV5CLaqUuU" bool(true) Lengths: Bytes: 12 and Hex: 16 string(16) "CZQGLMteLpmO2W2C" bool(true) Lengths: Bytes: 13 and Hex: 17 string(17) "mnvfB96DdPYben63Q" bool(true) Lengths: Bytes: 14 and Hex: 19 string(19) "Y8GZYtUO7o8RwwZgRY4" bool(true) Lengths: Bytes: 15 and Hex: 20 string(20) "g9BslNrTAnDAblHaKgQ0" bool(true) Lengths: Bytes: 16 and Hex: 22 string(22) "FUcP2sFsHiTAGsE0H1SAtA" bool(true) Lengths: Bytes: 17 and Hex: 22 string(22) "XALrUaoNUAL3BV6lhGRCe4" bool(true) Lengths: Bytes: 18 and Hex: 23 string(23) "n6pIXekg3ZdSuF05Gms96iO" bool(true) Lengths: Bytes: 19 and Hex: 26 string(26) "aGgXZQlmBeKX2tuO2pyIA8agHQ" bool(true) Lengths: Bytes: 20 and Hex: 26 string(26) "j3ejugpr0qW8Av2TWcMp1VscRA" bool(true) Lengths: Bytes: 21 and Hex: 28 string(28) "eeuyUPJfqerhU9CA5YKfDR8b46IF" bool(true) Lengths: Bytes: 22 and Hex: 29 string(29) "ZJT0ipJchpPR8Kv35ing47lRvd2Dw" bool(true) Lengths: Bytes: 23 and Hex: 30 string(30) "7J8icAse8era54WBzVSFC7IHpe7Ens" bool(true) Lengths: Bytes: 24 and Hex: 31 string(31) "9qg55BmrjG0MbQaPX9SwnL9iFdRdjda" bool(true)
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.14
Fatal error: Call to undefined function openssl_random_pseudo_bytes() in /in/4s2bm on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Fatal error</b>: Call to undefined function openssl_random_pseudo_bytes() in <b>/in/4s2bm</b> on line <b>3</b><br />
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<br /> <b>Fatal error</b>: Call to undefined function: openssl_random_pseudo_bytes() in <b>/in/4s2bm</b> on line <b>3</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<br /> <b>Fatal error</b>: Call to undefined function: openssl_random_pseudo_bytes() in <b>/in/4s2bm</b> on line <b>3</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Fatal error</b>: Call to undefined function: openssl_random_pseudo_bytes() in <b>/in/4s2bm</b> on line <b>3</b><br />

preferences:
272.67 ms | 402 KiB | 371 Q