Skip to content

Instantly share code, notes, and snippets.

@bchhun
Created September 28, 2011 11:28
Show Gist options
  • Save bchhun/1247714 to your computer and use it in GitHub Desktop.
Save bchhun/1247714 to your computer and use it in GitHub Desktop.
class foo {};
$obj = new foo();
$property_name = 'a_unstoppable_property';
$obj->$property_name = "bar";
echo $obj->a_unstoppable_property;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment