From 6e7e52de19b4ba973ad7e1961ced217b88db462e Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 4 Oct 2023 15:05:41 +0200 Subject: [PATCH] Fix SKIPIF jit test JIT can be available but disabled, in which case the array offset 'jit' is still available. --- ext/opcache/tests/jit/bug80426.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/tests/jit/bug80426.phpt b/ext/opcache/tests/jit/bug80426.phpt index 49dd9db6063..f486789ac81 100644 --- a/ext/opcache/tests/jit/bug80426.phpt +++ b/ext/opcache/tests/jit/bug80426.phpt @@ -9,7 +9,7 @@ zend_test.replace_zend_execute_ex=1 opcache zend_test --SKIPIF-- - + --FILE--