Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- class MyClass
- {
- public function testMyAss()
- {
- echo "some content";
- echo "some other content";
- }
- }
- -------------------------------
- }
- -------------------------------
- <?php
- class MyClass
- {
- public function testMyAss()
- {
- echo "some content";
- echo "some other content";
- echo "my ass";
Advertisement
Add Comment
Please, Sign In to add comment