<?php class a { public function b() { print "b"; return $this; } public function c() { print "c"; return $this; } } $a = (new a()) ->b() ->c();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`