mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
0b4e007253
1 changed files with 0 additions and 2 deletions
|
@ -16,14 +16,12 @@ if ($pid === 0) {
|
|||
print "End child\n";
|
||||
exit(0);
|
||||
} else {
|
||||
print "Main start\n";
|
||||
pcntl_waitpid($pid, $status);
|
||||
print "End Main\n";
|
||||
exit(0);
|
||||
}
|
||||
?>
|
||||
--EXPECT--
|
||||
Main start
|
||||
Child start
|
||||
Array
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue