Created
December 26, 2017 09:17
-
-
Save ammarfaizi2/3fd3fbe3ac1e95a7a1d0516640c3584e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$x = 61529519452809720000000000000000; | |
class x implements ArrayAccess { | |
public function __get($q) | |
{ | |
isset($this->e)or$this->e=2; | |
$this->e===5 and$this->e=10; | |
$this->e==="Hello World!"and$this->e="https://t.me/TeaInside"; | |
$this->e===11 and$this->e="Hello World!"; | |
return $this->e++; | |
} | |
public function offsetGet($q){ | |
return $q==='qqqq'?QQQQ:RRRR-1; | |
} | |
public function offsetSet($q,$v){} | |
public function offsetExists($q){} | |
public function offsetUnset($q){} | |
public function __toString(){return "@T";} | |
public function __call($q,$w){return "A";} | |
public static function __callStatic($q,$w){return "B";} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment