mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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";
|
print "End child\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
} else {
|
} else {
|
||||||
print "Main start\n";
|
|
||||||
pcntl_waitpid($pid, $status);
|
pcntl_waitpid($pid, $status);
|
||||||
print "End Main\n";
|
print "End Main\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECT--
|
||||||
Main start
|
|
||||||
Child start
|
Child start
|
||||||
Array
|
Array
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue