Searched refs:isCallable (Results 1 – 6 of 6) sorted by relevance
394 function isCallable(v) { function415 if (!isCallable(g) && g !== "undefined")421 if (!isCallable(s) && s !== "undefined")
229 if (version_compare(PHP_VERSION, '5.4', '>=') && true === $parameter->isCallable()) {
303 public static function isCallable($value, $message = '') function in Webmozart\\Assert\\Assert
1198 } elseif ($parameter->isCallable()) {
104 `isCallable($value, $message = '')` | Check that a value is a callable
86 var isCallable = function (fn) { function120 if (!isCallable(mapFn)) {137 var A = isCallable(C) ? Object(new C(len)) : new Array(len);