summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/testdata/testoutput4
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-30 20:00:23 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-30 20:00:23 +0000
commit45debc52ef4cb0ad308fb6be31b4595270770a2e (patch)
tree44be3bcb13ac8c40ef868487da1d91ba0f0ace0e /ext/pcre/pcrelib/testdata/testoutput4
parent307b3bcbb4b2e0256a1345c283b533ca8cad53aa (diff)
downloadphp-git-45debc52ef4cb0ad308fb6be31b4595270770a2e.tar.gz
Upgrade PCRE lib to 6.7
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testoutput4')
-rw-r--r--ext/pcre/pcrelib/testdata/testoutput412
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testoutput4 b/ext/pcre/pcrelib/testdata/testoutput4
index 1b98f86a30..3b49455075 100644
--- a/ext/pcre/pcrelib/testdata/testoutput4
+++ b/ext/pcre/pcrelib/testdata/testoutput4
@@ -898,8 +898,20 @@ No match
\x{85}
0: \x{85}
+/^ሴ/8
+ ሴ
+ 0: \x{1234}
+
/^\ሴ/8
0: \x{1234}
+"(?s)(.{1,5})"8
+ abcdefg
+ 0: abcde
+ 1: abcde
+ ab
+ 0: ab
+ 1: ab
+
/ End of testinput4 /