From: Anatol Belski Date: Thu, 18 Feb 2016 18:38:39 +0000 (+0100) Subject: add test for bug #71625 X-Git-Tag: php-5.6.20RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=688b91421770c652606deeb52834e35a2a0ade3f;p=php add test for bug #71625 --- diff --git a/ext/phar/tests/bug71625.phpt b/ext/phar/tests/bug71625.phpt new file mode 100644 index 0000000000..d57ba5ef71 --- /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 exception 'UnexpectedValueException' with message '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