<?php class A{ function __call($x, $y){ echo "wat"; } static function __callStatic($x, $y){ echo "wut"; } function m(){ ['A', 'test'](); } } (new A())->m();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`