From ded3d984c6133b1f508ed84e96df3316e207c99b Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 19 Feb 2018 05:59:41 -0300 Subject: Use EXPECT instead of EXPECTF when possible EXPECTF logic in run-tests.php is considerable, so let's avoid it. --- ext/pcre/tests/bug75539.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/tests/bug75539.phpt') diff --git a/ext/pcre/tests/bug75539.phpt b/ext/pcre/tests/bug75539.phpt index 12c56e0b76..17b256f9c4 100644 --- a/ext/pcre/tests/bug75539.phpt +++ b/ext/pcre/tests/bug75539.phpt @@ -7,6 +7,6 @@ var_dump(preg_match('/((?1)?z)/', '')); var_dump(preg_last_error() === \PREG_INTERNAL_ERROR); ?> ---EXPECTF-- +--EXPECT-- int(0) bool(false) -- cgit v1.2.1