Yaffs site version 1.1
[yaffs-website] / vendor / symfony / class-loader / ClassCollectionLoader.php
index 6f88286de0ff54bc62da05870cf184e3d6bafd0f..cd3c433ed200ac128f1c8660998f6518f707d118 100644 (file)
@@ -232,7 +232,7 @@ REGEX;
 
         $output .= self::compressCode($rawChunk);
 
 
         $output .= self::compressCode($rawChunk);
 
-        if (PHP_VERSION_ID >= 70000) {
+        if (\PHP_VERSION_ID >= 70000) {
             // PHP 7 memory manager will not release after token_get_all(), see https://bugs.php.net/70098
             unset($tokens, $rawChunk);
             gc_mem_caches();
             // PHP 7 memory manager will not release after token_get_all(), see https://bugs.php.net/70098
             unset($tokens, $rawChunk);
             gc_mem_caches();