Skip to content

Commit ee98161

Browse files
committed
Skip test on 32-bit system
1 parent 9cd4371 commit ee98161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/jit/bug81225.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ opcache.jit_buffer_size=1M
77
opcache.jit=tracing
88
--SKIPIF--
99
<?php require_once('skipif.inc'); ?>
10+
<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
1011
--FILE--
1112
<?php
1213

0 commit comments

Comments
 (0)