1
0
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:
Peter Kokot
2024-01-31 11:20:56 +01:00
25 changed files with 57 additions and 72 deletions

View File

@@ -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--