<?php array_shift(array &$array): mixed
<?php { return some($promisesOrValues, 1) ->then(function ($val) { return \array_shift($val); }); }