<?php class A { function __call($method, $args) {} } var_dump(is_callable([new A, 'method']), method_exists([new A, 'method']));;
You have javascript disabled. You will not be able to edit any code.