PHP 8.2.31
Preview: scss.inc.php Size: 565 B
//proc/self/root/home/nshryvcy/himaltourism.com/wp-content/plugins/megamenu/classes/scss/1.11.1/scss.inc.php

<?php

if (version_compare(PHP_VERSION, '5.6') < 0) {
    throw new \Exception('scssphp requires PHP 5.6 or above');
}

if (! class_exists('ScssPhp\ScssPhp\Version')) {
    spl_autoload_register(function ($class) {
        if (0 !== strpos($class, 'ScssPhp\ScssPhp\\')) {
            // Not a ScssPhp class
            return;
        }

        $subClass = substr($class, strlen('ScssPhp\ScssPhp\\'));
        $path = __DIR__ . '/src/' . str_replace('\\', '/', $subClass) . '.php';

        if (file_exists($path)) {
            require $path;
        }
    });
}

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2025-01-05 05:34:13
Edit Download
1.07 KB lrw-r--r-- 2025-01-05 05:34:13
Edit Download
565 B lrw-r--r-- 2025-01-05 05:34:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).