Skip to content

Commit 706e9ed

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Skip JIT test if php is compiled without jit
2 parents 93c20de + 69a8001 commit 706e9ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/tests/jit/gh14267_002.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ opcache.jit=disable
77
opcache.jit_buffer_size=32M
88
--EXTENSIONS--
99
opcache
10+
--SKIPIF--
11+
<?php
12+
if (ini_get('opcache.jit') === false) die('skip PHP is compiled without JIT');
13+
?>
1014
--FILE--
1115
<?php
1216
ini_set('opcache.jit', 'tracing');

0 commit comments

Comments
 (0)