<?php function bar(callable $fn) { echo "It passed a callable check\n"; @$fn(); } class foo { function bar() { echo "oh dear lord, this is an instance function"; } } $foo = new foo; @bar(['foo', 'bar']);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`