3v4l.org

run code in 300+ PHP versions simultaneously
<?php $callable = "Class::czdayshortly"; if (is_callable($callable, FALSE, $text)) { echo "supr"; } else { echo "ook"; } $functionVariable = 'someFunction()'; var_dump(is_callable($functionVariable, false, $callable_name));

preferences:
47.13 ms | 402 KiB | 5 Q