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 6e38bec commit 86997d1Copy full SHA for 86997d1
src/ExtensionSet.php
@@ -27,6 +27,10 @@
27
use Twig\NodeVisitor\NodeVisitorInterface;
28
use Twig\TokenParser\TokenParserInterface;
29
30
+// Help opcache.preload discover always-needed symbols
31
+// @see https://github.com/php/php-src/issues/10131
32
+class_exists(BinaryOperatorExpressionParser::class);
33
+
34
/**
35
* @author Fabien Potencier <fabien@symfony.com>
36
*
0 commit comments