<?php namespace chaining; class chain { static public function working() {echo "working";} static public function one() {return get_called_class();} static public function two() {return get_called_class();} } ${${${${${chain::one()} = chain::two()}::one()}::two()}::one()}::working();
You have javascript disabled. You will not be able to edit any code.