<?php $object = (object)[ 'foo' => function() {return 'bar';}, ]; var_dump(method_exists($object, 'foo')); ?>
You have javascript disabled. You will not be able to edit any code.