From 32b3917098631b49b30dada1ed846d843b10c9a5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 7 Feb 2007 21:12:48 +0000 Subject: [PATCH] add test --- ext/standard/tests/file/bug40374.phpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/standard/tests/file/bug40374.phpt diff --git a/ext/standard/tests/file/bug40374.phpt b/ext/standard/tests/file/bug40374.phpt new file mode 100644 index 0000000000..1213cbea5d --- /dev/null +++ b/ext/standard/tests/file/bug40374.phpt @@ -0,0 +1,20 @@ +--TEST-- +Bug #40374 (php_shutdown_temporary_directory() tries to free local value) +--FILE-- + +--EXPECTF-- +string(%d) "/tmp/test_%s" +Done +--UEXPECTF-- +unicode(%d) "/tmp/test_%s" +Done -- 2.40.0