芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/hoa/iterator/Test/Unit/CallbackGenerator.php
given( $iterator = new LUT\CallbackGenerator(function ($key) { return $key * 2; }), $limit = new LUT\Limit($iterator, 0, 5) ) ->when($result = iterator_to_array($limit)) ->then ->array($result) ->isEqualTo([ 0, 2, 4, 6, 8 ]); } }