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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user