Skip to content

Instantly share code, notes, and snippets.

@gongo
Created October 12, 2010 08:55
Show Gist options
  • Save gongo/621875 to your computer and use it in GitHub Desktop.
Save gongo/621875 to your computer and use it in GitHub Desktop.
class A
{
public $a = 'a';
public $b = 'a';
public function __construct()
{
$this->a = $this->b;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment