HosipLan

Untitled

Jan 20th, 2012
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2.  
  3. class MyClass
  4. {
  5.    
  6.     public function testMyAss()
  7.     {
  8.         echo "some content";
  9.         echo "some other content";
  10.     }
  11.  
  12. }
  13. -------------------------------
  14. }
  15. -------------------------------
  16. <?php
  17.  
  18. class MyClass
  19. {
  20.    
  21.     public function testMyAss()
  22.     {
  23.         echo "some content";
  24.         echo "some other content";
  25. echo "my ass";
Advertisement
Add Comment
Please, Sign In to add comment