Skip to content

Commit 78b10dd

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Added cleanup
2 parents f38487a + 0954ea8 commit 78b10dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sapi/cli/tests/bug74600.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ var_dump(stream_get_contents($pipes[2]));
2929
proc_terminate($proc);
3030
proc_close($proc);
3131
?>
32+
--CLEAN--
33+
<?php
34+
unlink(__DIR__ . "/bug74600.ini");
35+
?>
3236
--EXPECTF--
3337
string(4) "okey"
3438
string(0) ""

0 commit comments

Comments
 (0)