1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Fix 64-bit only test

This commit is contained in:
Ilija Tovilo
2024-01-23 17:32:59 +01:00
parent f18710e362
commit 1c1d785c4f

View File

@@ -3,6 +3,10 @@ GH-12481: PHP crash on Windows 64-bit with JIT enabled
--INI--
opcache.enable=1
opcache.enable_cli=1
--SKIPIF--
<?php
if (PHP_INT_SIZE !== 8) die('skip 64-bit only');
?>
--FILE--
<?php
function foo(&$var) {