Skip to content

Instantly share code, notes, and snippets.

@erayaydin
Created February 8, 2017 23:11
Show Gist options
  • 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