You are here

function functionCallbackFirstArgument in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php \spec\Prophecy\Promise\functionCallbackFirstArgument()

Callback function used to test callbackpromise

Parameters

array:

Return value

string

File

vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php, line 107

Namespace

spec\Prophecy\Promise

Code

function functionCallbackFirstArgument($args) {
  return $args[0];
}