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

Merge branch 'PHP-8.5'

* PHP-8.5:
  Fix test for 8.5+
This commit is contained in:
Niels Dossche
2025-12-14 13:35:08 +01:00

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