From: Anatol Belski Date: Tue, 21 Nov 2017 20:44:09 +0000 (+0100) Subject: Fix test X-Git-Tag: php-7.3.0alpha1~980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db15b7dba0cda992c8dfc024d93a07c24a5a9c0;p=php Fix test --- 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