Skip to content

Instantly share code, notes, and snippets.

/test.php Secret

Created November 16, 2014 14:06
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 anonymous/0a95f972b7fcf0cbd002 to your computer and use it in GitHub Desktop.
Save anonymous/0a95f972b7fcf0cbd002 to your computer and use it in GitHub Desktop.
/**
* @return array<Test123>
*/
function test() {
}
class Test123 {
public function test() {
}
}
foreach(test() as $test) {
$test->;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment