Added cleanup

This commit is contained in:
Xinchen Hui 2017-05-17 23:24:58 +08:00
parent ef09bc0645
commit 0954ea8d6d

View File

@ -29,6 +29,10 @@ var_dump(stream_get_contents($pipes[2]));
proc_terminate($proc);
proc_close($proc);
?>
--CLEAN--
<?php
unlink(__DIR__ . "/bug74600.ini");
?>
--EXPECTF--
string(4) "okey"
string(0) ""