rector/vendor/scoper-autoload.php

247 lines
9.9 KiB
PHP
Raw Normal View History

<?php
// scoper-autoload.php @generated by PhpScoper
$loader = require_once __DIR__.'/autoload.php';
// Aliases for the whitelisted classes. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#class-whitelisting
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20210525\AutoloadIncluder');
}
if (!class_exists('SomeClass', false) && !interface_exists('SomeClass', false) && !trait_exists('SomeClass', false)) {
spl_autoload_call('RectorPrefix20210525\SomeClass');
}
if (!class_exists('AnotherClass', false) && !interface_exists('AnotherClass', false) && !trait_exists('AnotherClass', false)) {
spl_autoload_call('RectorPrefix20210525\AnotherClass');
}
if (!class_exists('SomeTestCase', false) && !interface_exists('SomeTestCase', false) && !trait_exists('SomeTestCase', false)) {
spl_autoload_call('RectorPrefix20210525\SomeTestCase');
}
if (!class_exists('CheckoutEntityFactory', false) && !interface_exists('CheckoutEntityFactory', false) && !trait_exists('CheckoutEntityFactory', false)) {
spl_autoload_call('RectorPrefix20210525\CheckoutEntityFactory');
}
if (!class_exists('ComposerAutoloaderInit5d22f60b893072ff420e239820748450', false) && !interface_exists('ComposerAutoloaderInit5d22f60b893072ff420e239820748450', false) && !trait_exists('ComposerAutoloaderInit5d22f60b893072ff420e239820748450', false)) {
spl_autoload_call('RectorPrefix20210525\ComposerAutoloaderInit5d22f60b893072ff420e239820748450');
}
if (!class_exists('Doctrine\Inflector\Inflector', false) && !interface_exists('Doctrine\Inflector\Inflector', false) && !trait_exists('Doctrine\Inflector\Inflector', false)) {
spl_autoload_call('RectorPrefix20210525\Doctrine\Inflector\Inflector');
}
if (!class_exists('SomeFormType', false) && !interface_exists('SomeFormType', false) && !trait_exists('SomeFormType', false)) {
spl_autoload_call('RectorPrefix20210525\SomeFormType');
}
if (!class_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !interface_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !trait_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false)) {
spl_autoload_call('RectorPrefix20210525\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
}
if (!class_exists('Normalizer', false) && !interface_exists('Normalizer', false) && !trait_exists('Normalizer', false)) {
spl_autoload_call('RectorPrefix20210525\Normalizer');
}
if (!class_exists('JsonException', false) && !interface_exists('JsonException', false) && !trait_exists('JsonException', false)) {
spl_autoload_call('RectorPrefix20210525\JsonException');
}
if (!class_exists('Attribute', false) && !interface_exists('Attribute', false) && !trait_exists('Attribute', false)) {
spl_autoload_call('RectorPrefix20210525\Attribute');
}
if (!class_exists('Stringable', false) && !interface_exists('Stringable', false) && !trait_exists('Stringable', false)) {
spl_autoload_call('RectorPrefix20210525\Stringable');
}
if (!class_exists('UnhandledMatchError', false) && !interface_exists('UnhandledMatchError', false) && !trait_exists('UnhandledMatchError', false)) {
spl_autoload_call('RectorPrefix20210525\UnhandledMatchError');
}
if (!class_exists('ValueError', false) && !interface_exists('ValueError', false) && !trait_exists('ValueError', false)) {
spl_autoload_call('RectorPrefix20210525\ValueError');
}
if (!class_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !interface_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !trait_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false)) {
spl_autoload_call('RectorPrefix20210525\Symplify\ComposerJsonManipulator\ValueObject\ComposerJson');
}
if (!class_exists('Symplify\SmartFileSystem\SmartFileInfo', false) && !interface_exists('Symplify\SmartFileSystem\SmartFileInfo', false) && !trait_exists('Symplify\SmartFileSystem\SmartFileInfo', false)) {
spl_autoload_call('RectorPrefix20210525\Symplify\SmartFileSystem\SmartFileInfo');
}
if (!class_exists('Test', false) && !interface_exists('Test', false) && !trait_exists('Test', false)) {
spl_autoload_call('RectorPrefix20210525\Test');
}
if (!class_exists('ParentClass', false) && !interface_exists('ParentClass', false) && !trait_exists('ParentClass', false)) {
spl_autoload_call('RectorPrefix20210525\ParentClass');
}
if (!class_exists('ChildClass', false) && !interface_exists('ChildClass', false) && !trait_exists('ChildClass', false)) {
spl_autoload_call('RectorPrefix20210525\ChildClass');
}
if (!class_exists('DemoClass', false) && !interface_exists('DemoClass', false) && !trait_exists('DemoClass', false)) {
spl_autoload_call('RectorPrefix20210525\DemoClass');
}
// Functions whitelisting. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#functions-whitelisting
if (!function_exists('should_include_preload')) {
function should_include_preload() {
return \RectorPrefix20210525\should_include_preload(...func_get_args());
}
}
if (!function_exists('dn')) {
function dn() {
return \RectorPrefix20210525\dn(...func_get_args());
}
}
if (!function_exists('dump_node')) {
function dump_node() {
return \RectorPrefix20210525\dump_node(...func_get_args());
}
}
if (!function_exists('print_node')) {
function print_node() {
return \RectorPrefix20210525\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire5d22f60b893072ff420e239820748450')) {
function composerRequire5d22f60b893072ff420e239820748450() {
return \RectorPrefix20210525\composerRequire5d22f60b893072ff420e239820748450(...func_get_args());
}
}
if (!function_exists('parseArgs')) {
function parseArgs() {
return \RectorPrefix20210525\parseArgs(...func_get_args());
}
}
if (!function_exists('showHelp')) {
function showHelp() {
return \RectorPrefix20210525\showHelp(...func_get_args());
}
}
if (!function_exists('formatErrorMessage')) {
function formatErrorMessage() {
return \RectorPrefix20210525\formatErrorMessage(...func_get_args());
}
}
if (!function_exists('preprocessGrammar')) {
function preprocessGrammar() {
return \RectorPrefix20210525\preprocessGrammar(...func_get_args());
}
}
if (!function_exists('resolveNodes')) {
function resolveNodes() {
return \RectorPrefix20210525\resolveNodes(...func_get_args());
}
}
if (!function_exists('resolveMacros')) {
function resolveMacros() {
return \RectorPrefix20210525\resolveMacros(...func_get_args());
}
}
if (!function_exists('resolveStackAccess')) {
function resolveStackAccess() {
return \RectorPrefix20210525\resolveStackAccess(...func_get_args());
}
}
if (!function_exists('magicSplit')) {
function magicSplit() {
return \RectorPrefix20210525\magicSplit(...func_get_args());
}
}
if (!function_exists('assertArgs')) {
function assertArgs() {
return \RectorPrefix20210525\assertArgs(...func_get_args());
}
}
if (!function_exists('removeTrailingWhitespace')) {
function removeTrailingWhitespace() {
return \RectorPrefix20210525\removeTrailingWhitespace(...func_get_args());
}
}
if (!function_exists('regex')) {
function regex() {
return \RectorPrefix20210525\regex(...func_get_args());
}
}
if (!function_exists('execCmd')) {
function execCmd() {
return \RectorPrefix20210525\execCmd(...func_get_args());
}
}
if (!function_exists('ensureDirExists')) {
function ensureDirExists() {
return \RectorPrefix20210525\ensureDirExists(...func_get_args());
}
}
if (!function_exists('setproctitle')) {
function setproctitle() {
return \RectorPrefix20210525\setproctitle(...func_get_args());
}
}
if (!function_exists('trigger_deprecation')) {
function trigger_deprecation() {
return \RectorPrefix20210525\trigger_deprecation(...func_get_args());
}
}
if (!function_exists('includeIfExists')) {
function includeIfExists() {
return \RectorPrefix20210525\includeIfExists(...func_get_args());
}
}
if (!function_exists('dump')) {
function dump() {
return \RectorPrefix20210525\dump(...func_get_args());
}
}
if (!function_exists('dd')) {
function dd() {
return \RectorPrefix20210525\dd(...func_get_args());
}
}
if (!function_exists('bdump')) {
function bdump() {
return \RectorPrefix20210525\bdump(...func_get_args());
}
}
if (!function_exists('this_is_fatal_error')) {
function this_is_fatal_error() {
return \RectorPrefix20210525\this_is_fatal_error(...func_get_args());
}
}
if (!function_exists('demo')) {
function demo() {
return \RectorPrefix20210525\demo(...func_get_args());
}
}
if (!function_exists('first')) {
function first() {
return \RectorPrefix20210525\first(...func_get_args());
}
}
if (!function_exists('second')) {
function second() {
return \RectorPrefix20210525\second(...func_get_args());
}
}
if (!function_exists('third')) {
function third() {
return \RectorPrefix20210525\third(...func_get_args());
}
}
if (!function_exists('foo')) {
function foo() {
return \RectorPrefix20210525\foo(...func_get_args());
}
}
if (!function_exists('head')) {
function head() {
return \RectorPrefix20210525\head(...func_get_args());
}
}
if (!function_exists('dumpe')) {
function dumpe() {
return \RectorPrefix20210525\dumpe(...func_get_args());
}
}
if (!function_exists('compressJs')) {
function compressJs() {
return \RectorPrefix20210525\compressJs(...func_get_args());
}
}
if (!function_exists('compressCss')) {
function compressCss() {
return \RectorPrefix20210525\compressCss(...func_get_args());
}
}
return $loader;