Skip to content

Commit 58fb147

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Skip test on 32-bit system
2 parents 3621ce6 + ee98161 commit 58fb147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/tests/jit/bug81225.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ opcache.enable=1
77
opcache.enable_cli=1
88
opcache.jit_buffer_size=1M
99
opcache.jit=tracing
10+
--SKIPIF--
11+
<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
1012
--FILE--
1113
<?php
1214

0 commit comments

Comments
 (0)