提交 167a891d 编写于 作者: C codinghuang

update the test.php

上级 4563e0fb
<?php
Study\Coroutine::create(function ($a, $b){
function task($a, $b)
{
echo $a . PHP_EOL;
echo $b . PHP_EOL;
}, 'a', 'b');
\ No newline at end of file
}
Study\Coroutine::create('task', 'a', 'b');
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册