Skip to content

Commit 1c1d785

Browse files
committed
[skip ci] Fix 64-bit only test
1 parent f18710e commit 1c1d785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/tests/jit/gh12481.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ GH-12481: PHP crash on Windows 64-bit with JIT enabled
33
--INI--
44
opcache.enable=1
55
opcache.enable_cli=1
6+
--SKIPIF--
7+
<?php
8+
if (PHP_INT_SIZE !== 8) die('skip 64-bit only');
9+
?>
610
--FILE--
711
<?php
812
function foo(&$var) {

0 commit comments

Comments
 (0)