mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add missing clean sections
This commit is contained in:
@@ -29,6 +29,7 @@ echo "\n*** Done ***";
|
||||
$file_path = __DIR__;
|
||||
include($file_path."/file.inc");
|
||||
delete_files($file_path, 1);
|
||||
@unlink($file_path."/file_get_contents_basic1.tmp");
|
||||
?>
|
||||
--EXPECT--
|
||||
*** Testing the basic functionality of the file_get_contents() function ***
|
||||
|
||||
@@ -38,6 +38,10 @@ proc_close($p);
|
||||
|
||||
echo $out;
|
||||
|
||||
?>
|
||||
--CLEAN--
|
||||
<?php
|
||||
@unlink(__DIR__ . DIRECTORY_SEPARATOR . "proc_only_mb0.php");
|
||||
?>
|
||||
--EXPECTF--
|
||||
array(4) {
|
||||
|
||||
@@ -35,6 +35,10 @@ proc_close($p);
|
||||
|
||||
echo $out;
|
||||
|
||||
?>
|
||||
--CLEAN--
|
||||
<?php
|
||||
@unlink(__DIR__ . DIRECTORY_SEPARATOR . "proc_only_mb1.php");
|
||||
?>
|
||||
--EXPECTF--
|
||||
array(4) {
|
||||
|
||||
Reference in New Issue
Block a user