// function foo($this) { } // static $this; // global $this; // catch try { ... } catch (Exception $this) { // Fatal error: Cannot re-assign $this } // foreach foreach ($a as $this) { } // unset() unset($this); // $$ $a = "this"; $$a = 42;
other.if ($situation === SHIT::HAPPENED) {(╯°□°)╯︵┻━┻(); }
if ($situation === SHIT::HAPPENED) {(╯°□°)╯︵┻━┻(); }
Source: https://habr.com/ru/post/302104/
All Articles