Skip to content

Commit ff2140c

Browse files
committed
Partially revert "Adapt test cases for Oniguruma 6.9.4"
This partially reverts commit c55d09c, because `MB_ONIGURUMA_VERSION` is only available as of PHP 7.4.0, so that change made no sense for PHP-7.3; we keep it for PHP-7.4, though. We also stick with the modification to bug78633.phpt.
1 parent c55d09c commit ff2140c

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt renamed to ext/mbstring/tests/mb_ereg_search_named_subpatterns.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Testing mb_ereg_search() named capture groups
44
<?php
55
if (!extension_loaded('mbstring')) die('skip mbstring not enabled');
66
function_exists('mb_ereg_search') or die("skip mb_ereg_search() is not available in this build");
7-
version_compare(MB_ONIGURUMA_VERSION, '6.9.4', '<') or die("skip requires oniguruma < 6.9.4");
87
?>
98
--FILE--
109
<?php

ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)