seikei1874

Results 1 comments of seikei1874

``` php $arg = 'foo'; test::double(Some::class, ['hoge' => function () use ($arg) { if ($arg == 'foo' ) { return 'foo' ; } return 'bar'; }]); $i =1; test::double(Some::class, ['hoge'...