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

Merge branch 'PHP-8.4'

* PHP-8.4:
  Add missing EXTENSIONS section to intl test
This commit is contained in:
Niels Dossche
2025-03-31 23:05:29 +02:00

View File

@@ -1,5 +1,7 @@
--TEST--
Fix dateformat_format() with array argument with values as references.
--EXTENSIONS--
intl
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") die("skip currently unsupported on Windows");