Skip to content

Instantly share code, notes, and snippets.

@adsr
Created November 15, 2019 19:55
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 adsr/1ec85b32781910d846169a7e19e0625a to your computer and use it in GitHub Desktop.
Save adsr/1ec85b32781910d846169a7e19e0625a to your computer and use it in GitHub Desktop.
adam@asx1c6:~$ php -r 'var_dump((array)new class{ private $foo = "bar"; });'
array(1) {
["class@anonymousCommand line code0x7fc2b327e0e9foo"]=>
string(3) "bar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment