We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f4882 commit aabc161Copy full SHA for aabc161
1 file changed
Zend/tests/gc/gc_051.phpt
@@ -3,7 +3,9 @@ GC 051: Acyclic objects are not added to GC buffer
3
--FILE--
4
<?php
5
6
-function test($x) {}
+function test($x) {
7
+ assert($x); // Prevent inlining
8
+}
9
10
enum E {
11
case A;
0 commit comments