![]() |
|
PHP hello world obfuscation contest - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: PHP hello world obfuscation contest (/Thread-PHP-hello-world-obfuscation-contest) Pages:
1
2
|
RE: PHP hello world obfuscation contest - m0dem - 05-06-2016 (05-06-2016, 12:30 AM)Pirate Wrote: But is it REALLY irrelevant? True, BUUUT...... #MakeThisThreadRelevantAgain RE: PHP hello world obfuscation contest - insidious - 05-06-2016 (05-06-2016, 12:36 AM)m0dem Wrote: True, BUUUT...... PHP has caused irreversable trauma in 9 out of 10 programmers relevant enough?
RE: PHP hello world obfuscation contest - Pirate - 05-06-2016 (05-06-2016, 12:36 AM)m0dem Wrote: True, BUUUT...... #Noneofusarehelpingmakethisthreadrelevantagain RE: PHP hello world obfuscation contest - m0dem - 05-06-2016 (05-06-2016, 12:45 AM)insidious15 Wrote: PHP has caused irreversable trauma in 9 out of 10 programmers I could believe it. Especially obfuscated PHP.
RE: PHP hello world obfuscation contest - meow - 11-05-2016 It's been 3 months and there are still no fags here who want to do this RE: PHP hello world obfuscation contest - bitm0de - 11-27-2016 Not really a PHP programmer but here's my take: Code: <?php
(function(){$_=("Y"^"0").("\\"^"1").("B"^"2").("_"^"3").("["^"4").("Q"^"5").("S"^"6");
function _($_){static$X="X";return$_^++$X;}echo $_(array_map("$"^"{",str_split("1?--.a6.3-%")))."!\x0A";})();
?>Should work on PHP 7.0.1+ I believe. Tested here: http://sandbox.onlinephpfunctions.com/ |