From: Xinchen Hui Date: Thu, 23 Feb 2017 04:47:15 +0000 (+0800) Subject: Add test only (bug doesn't exists in 7.1) X-Git-Tag: php-7.1.3RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be60d159b6246efc6e6b63a4a7c8426f89f84534;p=php Add test only (bug doesn't exists in 7.1) --- diff --git a/ext/opcache/tests/bug74152.phpt b/ext/opcache/tests/bug74152.phpt new file mode 100644 index 0000000000..f51c26b621 --- /dev/null +++ b/ext/opcache/tests/bug74152.phpt @@ -0,0 +1,27 @@ +--TEST-- +Bug #74152 (if statement says true to a null variable) +--INI-- +opcache.enable=1 +opcache.enable_cli=1 +opcache.optimization_level=-1 +--SKIPIF-- + +--FILE-- + +--EXPECT-- +false