From 6de470e0af72d20de88e7c7b4e025f4f6a452e17 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 26 Jul 2015 22:47:12 +0200 Subject: [PATCH] fixed broken test --- sapi/cli/tests/006.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index b86c8a3197..1170ea217a 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -39,7 +39,7 @@ string(%d) "Extension [ extension #%d pcre version %d.%d.%d%a ] { } } - - Constants [14] { + - Constants [15] { Constant [ integer PREG_PATTERN_ORDER ] { 1 } Constant [ integer PREG_SET_ORDER ] { 2 } Constant [ integer PREG_OFFSET_CAPTURE ] { 256 } @@ -53,6 +53,7 @@ string(%d) "Extension [ extension #%d pcre version %d.%d.%d%a ] { Constant [ integer PREG_RECURSION_LIMIT_ERROR ] { 3 } Constant [ integer PREG_BAD_UTF8_ERROR ] { 4 } Constant [ integer PREG_BAD_UTF8_OFFSET_ERROR ] { 5 } + Constant [ integer PREG_JIT_STACKLIMIT_ERROR ] { 6 } Constant [ string PCRE_VERSION ] { %s } } -- 2.50.1