mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix SKIPIF jit test
This commit is contained in:
@@ -9,7 +9,7 @@ zend_test.replace_zend_execute_ex=1
|
||||
opcache
|
||||
zend_test
|
||||
--SKIPIF--
|
||||
<?php if (!isset(opcache_get_status()["jit"])) die('skip: JIT is not available'); ?>
|
||||
<?php if ((opcache_get_status()['jit']['on'] ?? false) === false) die('skip: JIT is not available'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user