Skip to content

Instantly share code, notes, and snippets.

@takedajs
Created May 5, 2017 07:52
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 takedajs/3f275adc39d6259e799884e9bc17a28a to your computer and use it in GitHub Desktop.
Save takedajs/3f275adc39d6259e799884e9bc17a28a to your computer and use it in GitHub Desktop.
<?php
class Test {
private $t = 1;
public function test()
{
echo $this->t;
$test = 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment