Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $o = new stdClass();
  3. $o->a = new stdClass();
  4. $o->a->b = new stdClass();
  5. $o->a->b->c = new stdClass();
  6. xdebug_break();
  7. exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement