Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /usr/share/php/Symfony/Component/Finder/ |
Upload File : |
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'symfony\\component\\finder\\adapter\\abstractadapter' => '/Adapter/AbstractAdapter.php', 'symfony\\component\\finder\\adapter\\abstractfindadapter' => '/Adapter/AbstractFindAdapter.php', 'symfony\\component\\finder\\adapter\\adapterinterface' => '/Adapter/AdapterInterface.php', 'symfony\\component\\finder\\adapter\\bsdfindadapter' => '/Adapter/BsdFindAdapter.php', 'symfony\\component\\finder\\adapter\\gnufindadapter' => '/Adapter/GnuFindAdapter.php', 'symfony\\component\\finder\\adapter\\phpadapter' => '/Adapter/PhpAdapter.php', 'symfony\\component\\finder\\comparator\\comparator' => '/Comparator/Comparator.php', 'symfony\\component\\finder\\comparator\\datecomparator' => '/Comparator/DateComparator.php', 'symfony\\component\\finder\\comparator\\numbercomparator' => '/Comparator/NumberComparator.php', 'symfony\\component\\finder\\exception\\accessdeniedexception' => '/Exception/AccessDeniedException.php', 'symfony\\component\\finder\\exception\\adapterfailureexception' => '/Exception/AdapterFailureException.php', 'symfony\\component\\finder\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php', 'symfony\\component\\finder\\exception\\operationnotpermitedexception' => '/Exception/OperationNotPermitedException.php', 'symfony\\component\\finder\\exception\\shellcommandfailureexception' => '/Exception/ShellCommandFailureException.php', 'symfony\\component\\finder\\expression\\expression' => '/Expression/Expression.php', 'symfony\\component\\finder\\expression\\glob' => '/Expression/Glob.php', 'symfony\\component\\finder\\expression\\regex' => '/Expression/Regex.php', 'symfony\\component\\finder\\expression\\valueinterface' => '/Expression/ValueInterface.php', 'symfony\\component\\finder\\finder' => '/Finder.php', 'symfony\\component\\finder\\glob' => '/Glob.php', 'symfony\\component\\finder\\iterator\\customfilteriterator' => '/Iterator/CustomFilterIterator.php', 'symfony\\component\\finder\\iterator\\daterangefilteriterator' => '/Iterator/DateRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\depthrangefilteriterator' => '/Iterator/DepthRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\excludedirectoryfilteriterator' => '/Iterator/ExcludeDirectoryFilterIterator.php', 'symfony\\component\\finder\\iterator\\filecontentfilteriterator' => '/Iterator/FilecontentFilterIterator.php', 'symfony\\component\\finder\\iterator\\filenamefilteriterator' => '/Iterator/FilenameFilterIterator.php', 'symfony\\component\\finder\\iterator\\filepathsiterator' => '/Iterator/FilePathsIterator.php', 'symfony\\component\\finder\\iterator\\filetypefilteriterator' => '/Iterator/FileTypeFilterIterator.php', 'symfony\\component\\finder\\iterator\\filteriterator' => '/Iterator/FilterIterator.php', 'symfony\\component\\finder\\iterator\\multiplepcrefilteriterator' => '/Iterator/MultiplePcreFilterIterator.php', 'symfony\\component\\finder\\iterator\\pathfilteriterator' => '/Iterator/PathFilterIterator.php', 'symfony\\component\\finder\\iterator\\recursivedirectoryiterator' => '/Iterator/RecursiveDirectoryIterator.php', 'symfony\\component\\finder\\iterator\\sizerangefilteriterator' => '/Iterator/SizeRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\sortableiterator' => '/Iterator/SortableIterator.php', 'symfony\\component\\finder\\shell\\command' => '/Shell/Command.php', 'symfony\\component\\finder\\shell\\shell' => '/Shell/Shell.php', 'symfony\\component\\finder\\splfileinfo' => '/SplFileInfo.php', 'symfony\\component\\finder\\tests\\bsdfindertest' => '/Tests/BsdFinderTest.php', 'symfony\\component\\finder\\tests\\comparator\\comparatortest' => '/Tests/Comparator/ComparatorTest.php', 'symfony\\component\\finder\\tests\\comparator\\datecomparatortest' => '/Tests/Comparator/DateComparatorTest.php', 'symfony\\component\\finder\\tests\\comparator\\numbercomparatortest' => '/Tests/Comparator/NumberComparatorTest.php', 'symfony\\component\\finder\\tests\\expression\\expressiontest' => '/Tests/Expression/ExpressionTest.php', 'symfony\\component\\finder\\tests\\expression\\globtest' => '/Tests/Expression/GlobTest.php', 'symfony\\component\\finder\\tests\\expression\\regextest' => '/Tests/Expression/RegexTest.php', 'symfony\\component\\finder\\tests\\fakeadapter\\dummyadapter' => '/Tests/FakeAdapter/DummyAdapter.php', 'symfony\\component\\finder\\tests\\fakeadapter\\failingadapter' => '/Tests/FakeAdapter/FailingAdapter.php', 'symfony\\component\\finder\\tests\\fakeadapter\\namedadapter' => '/Tests/FakeAdapter/NamedAdapter.php', 'symfony\\component\\finder\\tests\\fakeadapter\\unsupportedadapter' => '/Tests/FakeAdapter/UnsupportedAdapter.php', 'symfony\\component\\finder\\tests\\findertest' => '/Tests/FinderTest.php', 'symfony\\component\\finder\\tests\\globtest' => '/Tests/GlobTest.php', 'symfony\\component\\finder\\tests\\gnufindertest' => '/Tests/GnuFinderTest.php', 'symfony\\component\\finder\\tests\\iterator\\customfilteriteratortest' => '/Tests/Iterator/CustomFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\daterangefilteriteratortest' => '/Tests/Iterator/DateRangeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\depthrangefilteriteratortest' => '/Tests/Iterator/DepthRangeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\excludedirectoryfilteriteratortest' => '/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\filecontentfilteriteratortest' => '/Tests/Iterator/FilecontentFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\filenamefilteriteratortest' => '/Tests/Iterator/FilenameFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\filepathsiteratortest' => '/Tests/Iterator/FilePathsIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\filetypefilteriteratortest' => '/Tests/Iterator/FileTypeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\filteriteratortest' => '/Tests/Iterator/FilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\innernameiterator' => '/Tests/Iterator/FilenameFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\innersizeiterator' => '/Tests/Iterator/SizeRangeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\innertypeiterator' => '/Tests/Iterator/FileTypeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\iterator' => '/Tests/Iterator/Iterator.php', 'symfony\\component\\finder\\tests\\iterator\\iteratortestcase' => '/Tests/Iterator/IteratorTestCase.php', 'symfony\\component\\finder\\tests\\iterator\\mockfilelistiterator' => '/Tests/Iterator/MockFileListIterator.php', 'symfony\\component\\finder\\tests\\iterator\\mocksplfileinfo' => '/Tests/Iterator/MockSplFileInfo.php', 'symfony\\component\\finder\\tests\\iterator\\multiplepcrefilteriteratortest' => '/Tests/Iterator/MultiplePcreFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\pathfilteriteratortest' => '/Tests/Iterator/PathFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\realiteratortestcase' => '/Tests/Iterator/RealIteratorTestCase.php', 'symfony\\component\\finder\\tests\\iterator\\recursivedirectoryiteratortest' => '/Tests/Iterator/RecursiveDirectoryIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\sizerangefilteriteratortest' => '/Tests/Iterator/SizeRangeFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\sortableiteratortest' => '/Tests/Iterator/SortableIteratorTest.php', 'symfony\\component\\finder\\tests\\iterator\\testmultiplepcrefilteriterator' => '/Tests/Iterator/MultiplePcreFilterIteratorTest.php', 'symfony\\component\\finder\\tests\\shell\\commandtest' => '/Tests/Shell/CommandTest.php' ); } $cn = strtolower($class); if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) { require __DIR__ . $classes[$cn]; } } ); // @codeCoverageIgnoreEnd