mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Use EXTENSIONS instead of SKIPIF sections in *.phpt
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
--TEST--
|
||||
Bug GH-8778 (Integer arithmethic with large number variants fails)
|
||||
--EXTENSIONS--
|
||||
com_dotnet
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded("com_dotnet")) die("skip com_dotnet extension not available");
|
||||
if (PHP_INT_SIZE < 8) die("skip for 64bit only");
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user