File: autoload.php

package info (click to toggle)
php-symfony-polyfill 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,504 kB
  • ctags: 805
  • sloc: php: 103,370; makefile: 72
file content (17 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

// require_once 'random_compat/random.php'; (already required by Php70)
// require_once 'Symfony/Component/Intl/autoload.php'; (alredy required by Intl/Icu)

require_once 'Symfony/Polyfill/Apcu/autoload.php';
require_once 'Symfony/Polyfill/Iconv/autoload.php';
require_once 'Symfony/Polyfill/Intl/Grapheme/autoload.php';
require_once 'Symfony/Polyfill/Intl/Icu/autoload.php';
require_once 'Symfony/Polyfill/Intl/Normalizer/autoload.php';
require_once 'Symfony/Polyfill/Mbstring/autoload.php';
require_once 'Symfony/Polyfill/Php54/autoload.php';
require_once 'Symfony/Polyfill/Php55/autoload.php';
require_once 'Symfony/Polyfill/Php56/autoload.php';
require_once 'Symfony/Polyfill/Php70/autoload.php';
// require_once 'Symfony/Polyfill/Util/autoload.php'; (already required by Php56)
require_once 'Symfony/Polyfill/Xml/autoload.php';