Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class test
  2. {
  3.  
  4. public __destruct()
  5. {
  6. echo 'Klasa zniszczona!';
  7. }
  8.  
  9. }
  10.  
  11. $te = new test();
  12. $te = null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement