1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Relax test expectation for pcre2lib 10.45 Using e92848789a

Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
This commit is contained in:
Remi Collet
2025-03-12 07:48:05 +01:00
committed by Remi Collet
parent c3fc94c4b8
commit 69480be12a

View File

@@ -6,5 +6,5 @@ $pattern = "/(((?(?C)0?=))(?!()0|.(?0)0)())/";
var_dump(preg_match($pattern, "hello"));
?>
--EXPECTF--
Warning: preg_match(): Compilation failed: 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)