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