mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Added cleanup
This commit is contained in:
parent
ef09bc0645
commit
0954ea8d6d
@ -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) ""
|
||||
|
Loading…
Reference in New Issue
Block a user