ok
Direktori : /opt/cloudlinux/alt-php70/root/usr/bin/ |
Current File : //opt/cloudlinux/alt-php70/root/usr/bin/phploc |
#!/usr/bin/env php <?php if ($_SERVER['SCRIPT_NAME'] != '-') { $phar = realpath($_SERVER['SCRIPT_NAME']); } else { $files = get_included_files(); $phar = $files[0]; } define('__PHPLOC_PHAR__', str_replace(DIRECTORY_SEPARATOR, '/', $phar)); define('__PHPLOC_PHAR_ROOT__', 'phar://phploc-2.1.4.phar'); spl_autoload_register( function ($class) { static $classes = NULL; if ($classes === NULL) { $classes = array( 'sebastianbergmann\\finderfacade\\configuration' => '/phar/finder-facade/Configuration.php', 'sebastianbergmann\\finderfacade\\finderfacade' => '/phar/finder-facade/FinderFacade.php', 'sebastianbergmann\\git\\exception' => '/phar/git/Exception/Exception.php', 'sebastianbergmann\\git\\git' => '/phar/git/Git.php', 'sebastianbergmann\\git\\runtimeexception' => '/phar/git/Exception/RuntimeException.php', 'sebastianbergmann\\phploc\\analyser' => '/phar/src/Analyser.php', 'sebastianbergmann\\phploc\\cli\\application' => '/phar/src/CLI/Application.php', 'sebastianbergmann\\phploc\\cli\\command' => '/phar/src/CLI/Command.php', 'sebastianbergmann\\phploc\\log\\csv\\history' => '/phar/src/Log/CSV/History.php', 'sebastianbergmann\\phploc\\log\\csv\\single' => '/phar/src/Log/CSV/Single.php', 'sebastianbergmann\\phploc\\log\\text' => '/phar/src/Log/Text.php', 'sebastianbergmann\\phploc\\log\\xml' => '/phar/src/Log/XML.php', 'sebastianbergmann\\version' => '/phar/version/Version.php', 'symfony\\component\\console\\application' => '/phar/symfony/console/Application.php', 'symfony\\component\\console\\command\\command' => '/phar/symfony/console/Command/Command.php', 'symfony\\component\\console\\command\\helpcommand' => '/phar/symfony/console/Command/HelpCommand.php', 'symfony\\component\\console\\command\\listcommand' => '/phar/symfony/console/Command/ListCommand.php', 'symfony\\component\\console\\consoleevents' => '/phar/symfony/console/ConsoleEvents.php', 'symfony\\component\\console\\descriptor\\applicationdescription' => '/phar/symfony/console/Descriptor/ApplicationDescription.php', 'symfony\\component\\console\\descriptor\\descriptor' => '/phar/symfony/console/Descriptor/Descriptor.php', 'symfony\\component\\console\\descriptor\\descriptorinterface' => '/phar/symfony/console/Descriptor/DescriptorInterface.php', 'symfony\\component\\console\\descriptor\\jsondescriptor' => '/phar/symfony/console/Descriptor/JsonDescriptor.php', 'symfony\\component\\console\\descriptor\\markdowndescriptor' => '/phar/symfony/console/Descriptor/MarkdownDescriptor.php', 'symfony\\component\\console\\descriptor\\textdescriptor' => '/phar/symfony/console/Descriptor/TextDescriptor.php', 'symfony\\component\\console\\descriptor\\xmldescriptor' => '/phar/symfony/console/Descriptor/XmlDescriptor.php', 'symfony\\component\\console\\event\\consolecommandevent' => '/phar/symfony/console/Event/ConsoleCommandEvent.php', 'symfony\\component\\console\\event\\consoleevent' => '/phar/symfony/console/Event/ConsoleEvent.php', 'symfony\\component\\console\\event\\consoleexceptionevent' => '/phar/symfony/console/Event/ConsoleExceptionEvent.php', 'symfony\\component\\console\\event\\consoleterminateevent' => '/phar/symfony/console/Event/ConsoleTerminateEvent.php', 'symfony\\component\\console\\formatter\\outputformatter' => '/phar/symfony/console/Formatter/OutputFormatter.php', 'symfony\\component\\console\\formatter\\outputformatterinterface' => '/phar/symfony/console/Formatter/OutputFormatterInterface.php', 'symfony\\component\\console\\formatter\\outputformatterstyle' => '/phar/symfony/console/Formatter/OutputFormatterStyle.php', 'symfony\\component\\console\\formatter\\outputformatterstyleinterface' => '/phar/symfony/console/Formatter/OutputFormatterStyleInterface.php', 'symfony\\component\\console\\formatter\\outputformatterstylestack' => '/phar/symfony/console/Formatter/OutputFormatterStyleStack.php', 'symfony\\component\\console\\helper\\debugformatterhelper' => '/phar/symfony/console/Helper/DebugFormatterHelper.php', 'symfony\\component\\console\\helper\\descriptorhelper' => '/phar/symfony/console/Helper/DescriptorHelper.php', 'symfony\\component\\console\\helper\\dialoghelper' => '/phar/symfony/console/Helper/DialogHelper.php', 'symfony\\component\\console\\helper\\formatterhelper' => '/phar/symfony/console/Helper/FormatterHelper.php', 'symfony\\component\\console\\helper\\helper' => '/phar/symfony/console/Helper/Helper.php', 'symfony\\component\\console\\helper\\helperinterface' => '/phar/symfony/console/Helper/HelperInterface.php', 'symfony\\component\\console\\helper\\helperset' => '/phar/symfony/console/Helper/HelperSet.php', 'symfony\\component\\console\\helper\\inputawarehelper' => '/phar/symfony/console/Helper/InputAwareHelper.php', 'symfony\\component\\console\\helper\\processhelper' => '/phar/symfony/console/Helper/ProcessHelper.php', 'symfony\\component\\console\\helper\\progressbar' => '/phar/symfony/console/Helper/ProgressBar.php', 'symfony\\component\\console\\helper\\progresshelper' => '/phar/symfony/console/Helper/ProgressHelper.php', 'symfony\\component\\console\\helper\\questionhelper' => '/phar/symfony/console/Helper/QuestionHelper.php', 'symfony\\component\\console\\helper\\symfonyquestionhelper' => '/phar/symfony/console/Helper/SymfonyQuestionHelper.php', 'symfony\\component\\console\\helper\\table' => '/phar/symfony/console/Helper/Table.php', 'symfony\\component\\console\\helper\\tablecell' => '/phar/symfony/console/Helper/TableCell.php', 'symfony\\component\\console\\helper\\tablehelper' => '/phar/symfony/console/Helper/TableHelper.php', 'symfony\\component\\console\\helper\\tableseparator' => '/phar/symfony/console/Helper/TableSeparator.php', 'symfony\\component\\console\\helper\\tablestyle' => '/phar/symfony/console/Helper/TableStyle.php', 'symfony\\component\\console\\input\\argvinput' => '/phar/symfony/console/Input/ArgvInput.php', 'symfony\\component\\console\\input\\arrayinput' => '/phar/symfony/console/Input/ArrayInput.php', 'symfony\\component\\console\\input\\input' => '/phar/symfony/console/Input/Input.php', 'symfony\\component\\console\\input\\inputargument' => '/phar/symfony/console/Input/InputArgument.php', 'symfony\\component\\console\\input\\inputawareinterface' => '/phar/symfony/console/Input/InputAwareInterface.php', 'symfony\\component\\console\\input\\inputdefinition' => '/phar/symfony/console/Input/InputDefinition.php', 'symfony\\component\\console\\input\\inputinterface' => '/phar/symfony/console/Input/InputInterface.php', 'symfony\\component\\console\\input\\inputoption' => '/phar/symfony/console/Input/InputOption.php', 'symfony\\component\\console\\input\\stringinput' => '/phar/symfony/console/Input/StringInput.php', 'symfony\\component\\console\\logger\\consolelogger' => '/phar/symfony/console/Logger/ConsoleLogger.php', 'symfony\\component\\console\\output\\bufferedoutput' => '/phar/symfony/console/Output/BufferedOutput.php', 'symfony\\component\\console\\output\\consoleoutput' => '/phar/symfony/console/Output/ConsoleOutput.php', 'symfony\\component\\console\\output\\consoleoutputinterface' => '/phar/symfony/console/Output/ConsoleOutputInterface.php', 'symfony\\component\\console\\output\\nulloutput' => '/phar/symfony/console/Output/NullOutput.php', 'symfony\\component\\console\\output\\output' => '/phar/symfony/console/Output/Output.php', 'symfony\\component\\console\\output\\outputinterface' => '/phar/symfony/console/Output/OutputInterface.php', 'symfony\\component\\console\\output\\streamoutput' => '/phar/symfony/console/Output/StreamOutput.php', 'symfony\\component\\console\\question\\choicequestion' => '/phar/symfony/console/Question/ChoiceQuestion.php', 'symfony\\component\\console\\question\\confirmationquestion' => '/phar/symfony/console/Question/ConfirmationQuestion.php', 'symfony\\component\\console\\question\\question' => '/phar/symfony/console/Question/Question.php', 'symfony\\component\\console\\shell' => '/phar/symfony/console/Shell.php', 'symfony\\component\\console\\style\\outputstyle' => '/phar/symfony/console/Style/OutputStyle.php', 'symfony\\component\\console\\style\\styleinterface' => '/phar/symfony/console/Style/StyleInterface.php', 'symfony\\component\\console\\style\\symfonystyle' => '/phar/symfony/console/Style/SymfonyStyle.php', 'symfony\\component\\console\\tester\\applicationtester' => '/phar/symfony/console/Tester/ApplicationTester.php', 'symfony\\component\\console\\tester\\commandtester' => '/phar/symfony/console/Tester/CommandTester.php', 'symfony\\component\\finder\\adapter\\abstractadapter' => '/phar/symfony/finder/Adapter/AbstractAdapter.php', 'symfony\\component\\finder\\adapter\\abstractfindadapter' => '/phar/symfony/finder/Adapter/AbstractFindAdapter.php', 'symfony\\component\\finder\\adapter\\adapterinterface' => '/phar/symfony/finder/Adapter/AdapterInterface.php', 'symfony\\component\\finder\\adapter\\bsdfindadapter' => '/phar/symfony/finder/Adapter/BsdFindAdapter.php', 'symfony\\component\\finder\\adapter\\gnufindadapter' => '/phar/symfony/finder/Adapter/GnuFindAdapter.php', 'symfony\\component\\finder\\adapter\\phpadapter' => '/phar/symfony/finder/Adapter/PhpAdapter.php', 'symfony\\component\\finder\\comparator\\comparator' => '/phar/symfony/finder/Comparator/Comparator.php', 'symfony\\component\\finder\\comparator\\datecomparator' => '/phar/symfony/finder/Comparator/DateComparator.php', 'symfony\\component\\finder\\comparator\\numbercomparator' => '/phar/symfony/finder/Comparator/NumberComparator.php', 'symfony\\component\\finder\\exception\\accessdeniedexception' => '/phar/symfony/finder/Exception/AccessDeniedException.php', 'symfony\\component\\finder\\exception\\adapterfailureexception' => '/phar/symfony/finder/Exception/AdapterFailureException.php', 'symfony\\component\\finder\\exception\\exceptioninterface' => '/phar/symfony/finder/Exception/ExceptionInterface.php', 'symfony\\component\\finder\\exception\\operationnotpermitedexception' => '/phar/symfony/finder/Exception/OperationNotPermitedException.php', 'symfony\\component\\finder\\exception\\shellcommandfailureexception' => '/phar/symfony/finder/Exception/ShellCommandFailureException.php', 'symfony\\component\\finder\\expression\\expression' => '/phar/symfony/finder/Expression/Expression.php', 'symfony\\component\\finder\\expression\\glob' => '/phar/symfony/finder/Expression/Glob.php', 'symfony\\component\\finder\\expression\\regex' => '/phar/symfony/finder/Expression/Regex.php', 'symfony\\component\\finder\\expression\\valueinterface' => '/phar/symfony/finder/Expression/ValueInterface.php', 'symfony\\component\\finder\\finder' => '/phar/symfony/finder/Finder.php', 'symfony\\component\\finder\\glob' => '/phar/symfony/finder/Glob.php', 'symfony\\component\\finder\\iterator\\customfilteriterator' => '/phar/symfony/finder/Iterator/CustomFilterIterator.php', 'symfony\\component\\finder\\iterator\\daterangefilteriterator' => '/phar/symfony/finder/Iterator/DateRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\depthrangefilteriterator' => '/phar/symfony/finder/Iterator/DepthRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\excludedirectoryfilteriterator' => '/phar/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php', 'symfony\\component\\finder\\iterator\\filecontentfilteriterator' => '/phar/symfony/finder/Iterator/FilecontentFilterIterator.php', 'symfony\\component\\finder\\iterator\\filenamefilteriterator' => '/phar/symfony/finder/Iterator/FilenameFilterIterator.php', 'symfony\\component\\finder\\iterator\\filepathsiterator' => '/phar/symfony/finder/Iterator/FilePathsIterator.php', 'symfony\\component\\finder\\iterator\\filetypefilteriterator' => '/phar/symfony/finder/Iterator/FileTypeFilterIterator.php', 'symfony\\component\\finder\\iterator\\filteriterator' => '/phar/symfony/finder/Iterator/FilterIterator.php', 'symfony\\component\\finder\\iterator\\multiplepcrefilteriterator' => '/phar/symfony/finder/Iterator/MultiplePcreFilterIterator.php', 'symfony\\component\\finder\\iterator\\pathfilteriterator' => '/phar/symfony/finder/Iterator/PathFilterIterator.php', 'symfony\\component\\finder\\iterator\\recursivedirectoryiterator' => '/phar/symfony/finder/Iterator/RecursiveDirectoryIterator.php', 'symfony\\component\\finder\\iterator\\sizerangefilteriterator' => '/phar/symfony/finder/Iterator/SizeRangeFilterIterator.php', 'symfony\\component\\finder\\iterator\\sortableiterator' => '/phar/symfony/finder/Iterator/SortableIterator.php', 'symfony\\component\\finder\\shell\\command' => '/phar/symfony/finder/Shell/Command.php', 'symfony\\component\\finder\\shell\\shell' => '/phar/symfony/finder/Shell/Shell.php', 'symfony\\component\\finder\\splfileinfo' => '/phar/symfony/finder/SplFileInfo.php', 'symfony\\component\\yaml\\dumper' => '/phar/symfony/yaml/Dumper.php', 'symfony\\component\\yaml\\escaper' => '/phar/symfony/yaml/Escaper.php', 'symfony\\component\\yaml\\exception\\dumpexception' => '/phar/symfony/yaml/Exception/DumpException.php', 'symfony\\component\\yaml\\exception\\exceptioninterface' => '/phar/symfony/yaml/Exception/ExceptionInterface.php', 'symfony\\component\\yaml\\exception\\parseexception' => '/phar/symfony/yaml/Exception/ParseException.php', 'symfony\\component\\yaml\\exception\\runtimeexception' => '/phar/symfony/yaml/Exception/RuntimeException.php', 'symfony\\component\\yaml\\inline' => '/phar/symfony/yaml/Inline.php', 'symfony\\component\\yaml\\parser' => '/phar/symfony/yaml/Parser.php', 'symfony\\component\\yaml\\unescaper' => '/phar/symfony/yaml/Unescaper.php', 'symfony\\component\\yaml\\yaml' => '/phar/symfony/yaml/Yaml.php', 'theseer\\fdom\\css\\dollarequalrule' => '/phar/fdomdocument/css/DollarEqualRule.php', 'theseer\\fdom\\css\\notrule' => '/phar/fdomdocument/css/NotRule.php', 'theseer\\fdom\\css\\nthchildrule' => '/phar/fdomdocument/css/NthChildRule.php', 'theseer\\fdom\\css\\regexrule' => '/phar/fdomdocument/css/RegexRule.php', 'theseer\\fdom\\css\\ruleinterface' => '/phar/fdomdocument/css/RuleInterface.php', 'theseer\\fdom\\css\\translator' => '/phar/fdomdocument/css/Translator.php', 'theseer\\fdom\\fdomdocument' => '/phar/fdomdocument/fDOMDocument.php', 'theseer\\fdom\\fdomdocumentfragment' => '/phar/fdomdocument/fDOMDocumentFragment.php', 'theseer\\fdom\\fdomelement' => '/phar/fdomdocument/fDOMElement.php', 'theseer\\fdom\\fdomexception' => '/phar/fdomdocument/fDOMException.php', 'theseer\\fdom\\fdomnode' => '/phar/fdomdocument/fDOMNode.php', 'theseer\\fdom\\fdomxpath' => '/phar/fdomdocument/fDOMXPath.php', 'theseer\\fdom\\xpathquery' => '/phar/fdomdocument/XPathQuery.php', 'theseer\\fdom\\xpathqueryexception' => '/phar/fdomdocument/XPathQueryException.php' ); } $class = strtolower($class); if (isset($classes[$class])) { require 'phar://phploc-2.1.4.phar' . $classes[$class]; } } ); Phar::mapPhar('phploc-2.1.4.phar'); if (isset($_SERVER['argv'][1]) && $_SERVER['argv'][1] == '--manifest') { print file_get_contents(__PHPLOC_PHAR_ROOT__ . '/manifest.txt'); exit; } $application = new SebastianBergmann\PHPLOC\CLI\Application; $application->run(); __HALT_COMPILER(); ?> M'