Skip to content

Instantly share code, notes, and snippets.

@nmurzin
Created July 15, 2015 12:05
Show Gist options
  • Save nmurzin/9b2a5c2f8f99afceaa3c to your computer and use it in GitHub Desktop.
Save nmurzin/9b2a5c2f8f99afceaa3c to your computer and use it in GitHub Desktop.
Brainfuck
<?php
class Foo {
public $deepest = 10;
public function __toString()
{
return 'deep';
}
}
$deeper = 'deepest';
$deep = 'deeper';
$b = new Foo();
echo $b->$$$b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment