--TEST-- Test function pcntl_rfork() with no wait flag. --EXTENSIONS-- pcntl posix --SKIPIF-- --FILE-- 0) { var_dump($pid); } else { var_dump($pid); sleep(2); // as the child does not wait so we see its "pid" } ?> --EXPECTF-- *** Test by with child not reporting to the parent *** int(%d) int(0)