We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8275b52 + 78a0b57 commit 72904a4Copy full SHA for 72904a4
Zend/tests/fibers/gh19983.phpt
@@ -1,9 +1,12 @@
1
--TEST--
2
GH-19983 (GC Assertion Failure with fibers, generators and destructors)
3
--SKIPIF--
4
-<?php if (PHP_INT_SIZE < 8) die("skip 64-bit only - fiber stacks exhaust 32-bit address space"); ?>
+<?php
5
+if (PHP_INT_SIZE < 8) die("skip 64-bit only - fiber stacks exhaust 32-bit address space");
6
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
7
+?>
8
--INI--
-memory_limit=128M
9
+memory_limit=16M
10
--FILE--
11
<?php
12
class a
0 commit comments