From: Felipe Pena Date: Sat, 8 Mar 2008 23:06:42 +0000 (+0000) Subject: Fix test (new constant was added in PREG) X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8acaf4118c6b8d65ca1ad271d3c5c05d9572d26b;p=php Fix test (new constant was added in PREG) --- diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index c121f74e72..cf8b296ef5 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -36,7 +36,7 @@ string(%d) "Extension [ extension #%d pcre version ] { } } - - Constants [13] { + - Constants [14] { Constant [ integer PREG_PATTERN_ORDER ] { 1 } Constant [ integer PREG_SET_ORDER ] { 2 } Constant [ integer PREG_OFFSET_CAPTURE ] { 256 } @@ -49,6 +49,7 @@ string(%d) "Extension [ extension #%d pcre version ] { Constant [ integer PREG_BACKTRACK_LIMIT_ERROR ] { 2 } Constant [ integer PREG_RECURSION_LIMIT_ERROR ] { 3 } Constant [ integer PREG_BAD_UTF8_ERROR ] { 4 } + Constant [ integer PREG_BAD_UTF8_OFFSET_ERROR ] { 5 } Constant [ string PCRE_VERSION ] { %s } }