<?php trait Foo{ private static $lol; static function bar($v){ self::$lol = $v; echo self::$lol; } } Foo::bar(123); Foo::bar(456);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`