Home
last modified time | relevance | path

Searched refs:_checkTypehint (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php55 if (!_checkTypehint($onRejected, $this->reason)) {
H A DPromise.php77 if (!_checkTypehint($onRejected, $reason)) {
H A Dfunctions.php324 function _checkTypehint(callable $callback, $object) function