Advertisement
yoshoo

Untitled

Aug 22nd, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. class Coba{
  4.  
  5. }
  6.  
  7. $a = new Coba();
  8. $b = new Coba();
  9. $c = new Coba();
  10.  
  11. var_dump($a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement