We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a69265 commit 5b10dc2Copy full SHA for 5b10dc2
tests/end-to-end/regression/2382.phpt
@@ -1,5 +1,10 @@
1
--TEST--
2
#2382: Data Providers throw error with uncloneable object
3
+--SKIPIF--
4
+<?php declare(strict_types=1);
5
+if (version_compare(PHP_VERSION, '8.5', '>=')) {
6
+ print 'skip: This test triggers a deprecation warning on PHP >= 8.5';
7
+}
8
--FILE--
9
<?php declare(strict_types=1);
10
$_SERVER['argv'][] = '--do-not-cache-result';
0 commit comments