1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Daniel Scherzer 9999d66bce ext/standard/tests/file/bug81145.phpt: unlink file before exit (#19293)
If the test is skipped, the `--SKIPIF--` section exits (via `die()`) without
removing the "bug81145_src.bin" file that gets created, and because the test
was skipped the `--CLEAN--` section is not run, leaving the .bin file behind.

Adjust the `--SKIPIF--` section to remove the .bin file before exiting.
2025-07-30 13:14:10 -07:00
..
2025-06-23 13:58:19 +02:00
2025-07-17 21:13:42 +02:00
2025-03-14 10:51:50 +01:00
2025-07-25 12:05:17 +02:00
2025-07-28 11:55:43 +01:00
2025-07-22 15:52:29 +02:00
2025-06-18 20:47:40 +02:00
2025-03-08 12:27:56 +01:00
2025-07-17 13:45:32 +02:00
2025-07-29 14:00:37 +02:00
2025-04-19 14:11:35 +09:00
2025-07-27 12:56:05 +01:00
2025-07-07 16:28:58 +02:00
2025-06-10 09:59:43 +02:00
2025-07-20 17:20:53 +02:00
2025-06-21 18:03:50 +01:00