Krenair

phptest

Apr 12th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. alex@alex:~$ php -a
  2. Interactive shell
  3.  
  4. php > class A {
  5. php { public function b () {
  6. php { print "test\n";
  7. php { }
  8. php { }
  9. php > function a () {
  10. php { ( new A )->b();
  11. php { }
  12. php > a();
  13. test
Advertisement
Add Comment
Please, Sign In to add comment