Merge branch 'PHP-8.4'

* PHP-8.4:
  Relax test expectation for pcre2lib 10.45 Using e92848789a
This commit is contained in:
Remi Collet 2025-03-13 07:48:50 +01:00
commit 9d4fd7f9b9
No known key found for this signature in database
GPG key ID: DC9FF8D3EE5AF27F

View file

@ -6,5 +6,5 @@ $pattern = "/(((?(?C)0?=))(?!()0|.(?0)0)())/";
var_dump(preg_match($pattern, "hello")); var_dump(preg_match($pattern, "hello"));
?> ?>
--EXPECTF-- --EXPECTF--
Warning: preg_match(): Compilation failed: %r(atomic|)%r assertion expected after (?( or (?(?C) at offset 8 in %sbug75457.php on line %d Warning: preg_match(): Compilation failed:%r( atomic|)%r assertion expected after (?( or (?(?C) at offset 8 in %sbug75457.php on line %d
bool(false) bool(false)