Skip to content

Commit 37a16a3

Browse files
committed
missing fix for another test
1 parent cb28a0a commit 37a16a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/cli/tests/006.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ string(%d) "Extension [ <persistent> extension #%d pcre version %s ] {
3939
}
4040
}
4141

42-
- Constants [15] {
42+
- Constants [16] {
4343
Constant [ integer PREG_PATTERN_ORDER ] { 1 }
4444
Constant [ integer PREG_SET_ORDER ] { 2 }
4545
Constant [ integer PREG_OFFSET_CAPTURE ] { 256 }
46+
Constant [ integer PREG_UNMATCHED_AS_NULL ] { 512 }
4647
Constant [ integer PREG_SPLIT_NO_EMPTY ] { 1 }
4748
Constant [ integer PREG_SPLIT_DELIM_CAPTURE ] { 2 }
4849
Constant [ integer PREG_SPLIT_OFFSET_CAPTURE ] { 4 }

0 commit comments

Comments
 (0)