Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alex@alex:~$ php -a
- Interactive shell
- php > class A {
- php { public function b () {
- php { print "test\n";
- php { }
- php { }
- php > function a () {
- php { ( new A )->b();
- php { }
- php > a();
- test
Advertisement
Add Comment
Please, Sign In to add comment