Skip to content

Commit 6adbe84

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: fileinfo: Fix cleanup in ext/fileinfo/tests/cve-2014-1943-mb.phpt (#18397)
2 parents b6bbd80 + d5717d2 commit 6adbe84

4 files changed

+2
-1000005
lines changed

ext/fileinfo/tests/cve-2014-1943-mb.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ finfo_close($fi);
2626
Done
2727
--CLEAN--
2828
<?php
29-
@unlink(__DIR__.'/cve-2014-1943.data');
30-
@unlink(__DIR__.'/cve-2014-1943.magic');
29+
@unlink(__DIR__.'/cve-2014-1943私はガラスを食べられます.data');
30+
@unlink(__DIR__.'/cve-2014-1943私はガラスを食べられます.magic');
3131
?>
3232
--EXPECTF--
3333
string(%d) "%s"

ext/fileinfo/tests/cve-2014-1943私はガラスを食べられます.data

Lines changed: 0 additions & 1 deletion
This file was deleted.

ext/fileinfo/tests/cve-2014-1943私はガラスを食べられます.magic

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)