1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix test for 8.5+

This commit is contained in:
Niels Dossche
2025-12-14 13:35:03 +01:00
parent 4d680fa1e2
commit 526938648e

View File

@@ -10,5 +10,4 @@ $resource = end($resources);
fclose($resource);
?>
--EXPECTF--
Warning: fclose(): %d is not a valid stream resource in %s on line %d
Warning: fclose(): cannot close the provided stream, as it must not be manually closed in %s on line %d