From 0fca0d9f4264b0a9bff9909788977e32d719a0cf Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 1 Feb 2016 20:23:21 -0800 Subject: [PATCH] fix tests --- ext/pcre/tests/backtrack_limit.phpt | 1 + ext/phar/tests/bug71331.phpt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/pcre/tests/backtrack_limit.phpt b/ext/pcre/tests/backtrack_limit.phpt index 419e6c2009..3f0d8e6446 100644 --- a/ext/pcre/tests/backtrack_limit.phpt +++ b/ext/pcre/tests/backtrack_limit.phpt @@ -8,6 +8,7 @@ if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) { ?> --INI-- pcre.backtrack_limit=2 +pcre.jit=0 --FILE-- DONE --EXPECTF-- -Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.php:2 +Fatal error: Uncaught UnexpectedValueException: phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size) in %s/bug71331.php:2 Stack trace: #0 %s/bug71331.php(2): PharData->__construct('%s') #1 {main} - thrown in %s/bug71331.php on line 2 \ No newline at end of file + thrown in %s/bug71331.php on line 2 -- 2.40.0