error_reporting(E_ERROR | E_WARNING | E_PARSE);
$dir=dirname(__FILE__);
$replaceFromPathNum = strlen($dir.'/design');
$GLOBALS['isTeplaceExists'] = function ($path) use ($replaceFromPathNum){
if (empty($GLOBALS['filesIndex'])){
$GLOBALS['filesIndex']=include('files_index._php');
}
return array_key_exists(/*substr( $path, $replaceFromPathNum)*/md5($path), $GLOBALS['filesIndex']);
};
?>
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 36028797027352696 bytes) in /home/totum/air-gym/app/lib/vendor/composer/autoload_static.php on line 232