summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-08 23:06:42 +0000
committerFelipe Pena <felipe@php.net>2008-03-08 23:06:42 +0000
commit8acaf4118c6b8d65ca1ad271d3c5c05d9572d26b (patch)
tree814daa4ca7afcda5cf52b11a43b4b36173291d5a /sapi
parente9a6f0f24a1f8381e38fa4f16cfb27f04525527d (diff)
downloadphp-git-8acaf4118c6b8d65ca1ad271d3c5c05d9572d26b.tar.gz
Fix test (new constant was added in PREG)
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cli/tests/006.phpt3
1 files changed, 2 insertions, 1 deletions
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 [ <persistent> extension #%d pcre version <no_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 [ <persistent> extension #%d pcre version <no_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 }
}