--TEST-- Test resume --EXTENSIONS-- fiber --FILE-- start(); var_dump($value); $fiber->resume($value + 1); ?> --EXPECT-- int(1) int(2)