File: test1.php
<?php $a = array(); $a['foo'] = "Hello"; $a['foo']['bar'] = "World"; var_dump($a);
Result:
File: test2.php
<?=(True ? "Foo" : True ? "Bar" : "Biz");?>
Result:
Reveal Answer
File: test3.php
<?php </script> echo "foo";?>
Result:
Reveal Answer
http://labs.w-ll.org/guilloche/
https://github.com/willwharton/guilloche