$pid = uv_spawn(
    $loop,
    "php",
    array('-r', 'echo "Now spawning! " . PHP_EOL;do {echo "*";usleep(1000);} while (true);'),
    $stdio,