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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Tests are not repeatable
This commit is contained in:
Arnaud Le Blanc
2024-03-26 12:35:20 +01:00
3 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
--TEST--
GH-13670 001
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php

View File

@@ -1,5 +1,10 @@
--TEST--
GH-13670 002
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php

View File

@@ -1,5 +1,10 @@
--TEST--
GH-13670 003
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php