<?php class Foo { public function foo() { echo 'ЕТО ТЫ КАЛ'; } } $foo = new Foo; $array = [$foo, 'foo']; $array();
You have javascript disabled. You will not be able to edit any code.