From b3df715f500ef7f4b075f3d0a351606d3c6d9e93 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 18 Feb 2016 19:40:17 +0100 Subject: [PATCH] add test for bug #71625, 7 variant --- ext/phar/tests/bug71625.phpt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ext/phar/tests/bug71625.phpt diff --git a/ext/phar/tests/bug71625.phpt b/ext/phar/tests/bug71625.phpt new file mode 100644 index 0000000000000..8e6c31f4627b7 --- /dev/null +++ b/ext/phar/tests/bug71625.phpt @@ -0,0 +1,25 @@ +--TEST-- +Phar - Bug #71625 - Crash in php7.dll +--INI-- +phar.readonly=0 +--SKIPIF-- + +--FILE-- +'; +?> +DONE +--EXPECTF-- +Fatal error: Uncaught UnexpectedValueException: Cannot create phar 'A:A:.phar', file extension (or combination) not recognised or the directory does not exist in %sbug71625.php:%d +Stack trace: +#0 %sbug71625.php(%d): Phar->__construct('A:A:.phar') +#1 {main} + thrown in %sbug71625.php on line %d