1
0
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:
Gina Peter Banyard
2025-03-04 02:44:27 +00:00
parent 5dae1e1dc2
commit ac5e72e280
3 changed files with 9 additions and 0 deletions

View File

@@ -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 ***

View File

@@ -38,6 +38,10 @@ proc_close($p);
echo $out;
?>
--CLEAN--
<?php
@unlink(__DIR__ . DIRECTORY_SEPARATOR . "proc_only_mb0.php");
?>
--EXPECTF--
array(4) {

View File

@@ -35,6 +35,10 @@ proc_close($p);
echo $out;
?>
--CLEAN--
<?php
@unlink(__DIR__ . DIRECTORY_SEPARATOR . "proc_only_mb1.php");
?>
--EXPECTF--
array(4) {