From 8000eca9bbf2cebb98a2dfd982d54e93aaa6a58f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 7 Aug 2015 11:58:53 +0200 Subject: [PATCH] only for PHP5 --- tests/gh-issue7.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/gh-issue7.phpt b/tests/gh-issue7.phpt index 38e597c..2c3f50d 100644 --- a/tests/gh-issue7.phpt +++ b/tests/gh-issue7.phpt @@ -1,7 +1,12 @@ --TEST-- crash with querystring and exception from error handler --SKIPIF-- - +=")) { + die("skip PHP>=7\n"); +} +?> --GET-- q[]=1&r[]=2 --FILE-- -- 2.30.2