Skip to content

Commit 0b4e007

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 418d243 + 38ae522 commit 0b4e007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pcre/tests/bug78272.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ if ($pid === 0) {
1616
print "End child\n";
1717
exit(0);
1818
} else {
19-
print "Main start\n";
2019
pcntl_waitpid($pid, $status);
2120
print "End Main\n";
2221
exit(0);
2322
}
2423
?>
2524
--EXPECT--
26-
Main start
2725
Child start
2826
Array
2927
(

0 commit comments

Comments
 (0)