Skip to content

Instantly share code, notes, and snippets.

@erayaydin
Created February 8, 2017 23:11
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 erayaydin/4877f72857b1437b9df009bb3d8ac570 to your computer and use it in GitHub Desktop.
Save erayaydin/4877f72857b1437b9df009bb3d8ac570 to your computer and use it in GitHub Desktop.
<?php
class Sinif
{
public function __destruct()
{
new Sinif();
}
}
new Sinif();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment