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
|
opcache
|
||||||
zend_test
|
zend_test
|
||||||
--SKIPIF--
|
--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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user