--TEST-- Testing stdio constants STDIN / STDOUT / STDERR #806 and #583 --DESCRIPTION-- Copy stdin, stdout and stderr at thread creation with PTHREADS_INHERIT_NONE. --FILE-- start(PTHREADS_INHERIT_NONE) && $thread->join(); fwrite(STDOUT, 'World'. PHP_EOL); ?> --EXPECTF-- bool(true) Hello World