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($a, $b)'; var_dump(is_callable($functionVariable, false, $callable_name));

preferences:
33.36 ms | 402 KiB | 5 Q