Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. class Test {
  2.  
  3. private $🤬;
  4.  
  5. function __construct($🤬) {
  6.     $this->🤬 = $🤬;
  7. }
  8.  
  9. function test() {
  10.     $🤬 = &$this->🤬;
  11.    
  12.     $🤬->test();
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement