From 6db15b7dba0cda992c8dfc024d93a07c24a5a9c0 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 21 Nov 2017 21:44:09 +0100 Subject: [PATCH] Fix test --- ext/pcre/tests/bug75539.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/pcre/tests/bug75539.phpt b/ext/pcre/tests/bug75539.phpt index 83f3ef7d6b..12c56e0b76 100644 --- a/ext/pcre/tests/bug75539.phpt +++ b/ext/pcre/tests/bug75539.phpt @@ -8,6 +8,5 @@ var_dump(preg_last_error() === \PREG_INTERNAL_ERROR); ?> --EXPECTF-- -Warning: preg_match(): Compilation failed: recursive call could loop indefinitely at offset %s in %s on line %s +int(0) bool(false) -bool(true) \ No newline at end of file -- 2.50.1