From c7cc3c2938b9b10920938c6d031293b8548bfef4 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 13 Feb 2023 16:36:51 +0900 Subject: [PATCH] Move all dev tools from www composer to outside master composer --- composer.json | 5 +- composer.lock | 1748 ++++++++++- vendor/bin/php-parse | 120 + vendor/bin/phpunit | 123 + vendor/composer/autoload_classmap.php | 627 ++++ vendor/composer/autoload_files.php | 2 + vendor/composer/autoload_psr4.php | 5 +- vendor/composer/autoload_real.php | 2 - vendor/composer/autoload_static.php | 651 +++- vendor/composer/installed.json | 1884 ++++++++++- vendor/composer/installed.php | 314 +- vendor/composer/platform_check.php | 26 - .../instantiator/.doctrine-project.json | 0 .../doctrine/instantiator/CONTRIBUTING.md | 0 .../doctrine/instantiator/LICENSE | 0 .../doctrine/instantiator/README.md | 0 .../doctrine/instantiator/composer.json | 14 +- .../doctrine/instantiator/docs/en/index.rst | 0 .../doctrine/instantiator/docs/en/sidebar.rst | 0 .../doctrine/instantiator/psalm.xml | 0 .../Exception/ExceptionInterface.php | 2 + .../Exception/InvalidArgumentException.php | 6 +- .../Exception/UnexpectedValueException.php | 14 +- .../Doctrine/Instantiator/Instantiator.php | 31 +- .../Instantiator/InstantiatorInterface.php | 6 +- .../myclabs/deep-copy/.github/FUNDING.yml | 0 .../deep-copy/.github/workflows/ci.yaml | 0 .../myclabs/deep-copy/LICENSE | 0 .../myclabs/deep-copy/README.md | 0 .../myclabs/deep-copy/composer.json | 0 .../deep-copy/src/DeepCopy/DeepCopy.php | 0 .../src/DeepCopy/Exception/CloneException.php | 0 .../DeepCopy/Exception/PropertyException.php | 0 .../Doctrine/DoctrineCollectionFilter.php | 0 .../DoctrineEmptyCollectionFilter.php | 0 .../Filter/Doctrine/DoctrineProxyFilter.php | 0 .../deep-copy/src/DeepCopy/Filter/Filter.php | 0 .../src/DeepCopy/Filter/KeepFilter.php | 0 .../src/DeepCopy/Filter/ReplaceFilter.php | 0 .../src/DeepCopy/Filter/SetNullFilter.php | 0 .../Matcher/Doctrine/DoctrineProxyMatcher.php | 0 .../src/DeepCopy/Matcher/Matcher.php | 0 .../src/DeepCopy/Matcher/PropertyMatcher.php | 0 .../DeepCopy/Matcher/PropertyNameMatcher.php | 0 .../DeepCopy/Matcher/PropertyTypeMatcher.php | 0 .../DeepCopy/Reflection/ReflectionHelper.php | 0 .../TypeFilter/Date/DateIntervalFilter.php | 0 .../src/DeepCopy/TypeFilter/ReplaceFilter.php | 0 .../DeepCopy/TypeFilter/ShallowCopyFilter.php | 0 .../TypeFilter/Spl/ArrayObjectFilter.php | 0 .../TypeFilter/Spl/SplDoublyLinkedList.php | 0 .../Spl/SplDoublyLinkedListFilter.php | 0 .../src/DeepCopy/TypeFilter/TypeFilter.php | 0 .../src/DeepCopy/TypeMatcher/TypeMatcher.php | 0 .../deep-copy/src/DeepCopy/deep_copy.php | 0 .../nikic/php-parser/LICENSE | 0 .../nikic/php-parser/README.md | 0 .../nikic/php-parser/bin/php-parse | 0 .../nikic/php-parser/composer.json | 0 .../nikic/php-parser/grammar/README.md | 0 .../nikic/php-parser/grammar/parser.template | 0 .../nikic/php-parser/grammar/php5.y | 12 +- .../nikic/php-parser/grammar/php7.y | 19 +- .../nikic/php-parser/grammar/phpyLang.php | 0 .../php-parser/grammar/rebuildParsers.php | 0 .../nikic/php-parser/grammar/tokens.template | 0 .../nikic/php-parser/grammar/tokens.y | 0 .../php-parser/lib/PhpParser/Builder.php | 0 .../lib/PhpParser/Builder/ClassConst.php | 0 .../lib/PhpParser/Builder/Class_.php | 0 .../lib/PhpParser/Builder/Declaration.php | 0 .../lib/PhpParser/Builder/EnumCase.php | 4 +- .../lib/PhpParser/Builder/Enum_.php | 0 .../lib/PhpParser/Builder/FunctionLike.php | 0 .../lib/PhpParser/Builder/Function_.php | 0 .../lib/PhpParser/Builder/Interface_.php | 0 .../lib/PhpParser/Builder/Method.php | 0 .../lib/PhpParser/Builder/Namespace_.php | 0 .../lib/PhpParser/Builder/Param.php | 0 .../lib/PhpParser/Builder/Property.php | 0 .../lib/PhpParser/Builder/TraitUse.php | 0 .../PhpParser/Builder/TraitUseAdaptation.php | 0 .../lib/PhpParser/Builder/Trait_.php | 0 .../php-parser/lib/PhpParser/Builder/Use_.php | 0 .../lib/PhpParser/BuilderFactory.php | 0 .../lib/PhpParser/BuilderHelpers.php | 0 .../php-parser/lib/PhpParser/Comment.php | 0 .../php-parser/lib/PhpParser/Comment/Doc.php | 0 .../ConstExprEvaluationException.php | 0 .../lib/PhpParser/ConstExprEvaluator.php | 0 .../nikic/php-parser/lib/PhpParser/Error.php | 0 .../php-parser/lib/PhpParser/ErrorHandler.php | 0 .../lib/PhpParser/ErrorHandler/Collecting.php | 0 .../lib/PhpParser/ErrorHandler/Throwing.php | 0 .../lib/PhpParser/Internal/DiffElem.php | 0 .../lib/PhpParser/Internal/Differ.php | 0 .../Internal/PrintableNewAnonClassNode.php | 0 .../lib/PhpParser/Internal/TokenStream.php | 0 .../php-parser/lib/PhpParser/JsonDecoder.php | 0 .../nikic/php-parser/lib/PhpParser/Lexer.php | 0 .../lib/PhpParser/Lexer/Emulative.php | 5 +- .../Lexer/TokenEmulator/AttributeEmulator.php | 0 .../CoaleseEqualTokenEmulator.php | 0 .../Lexer/TokenEmulator/EnumTokenEmulator.php | 0 .../TokenEmulator/ExplicitOctalEmulator.php | 0 .../FlexibleDocStringEmulator.php | 0 .../Lexer/TokenEmulator/FnTokenEmulator.php | 0 .../Lexer/TokenEmulator/KeywordEmulator.php | 0 .../TokenEmulator/MatchTokenEmulator.php | 0 .../TokenEmulator/NullsafeTokenEmulator.php | 0 .../NumericLiteralSeparatorEmulator.php | 0 .../ReadonlyFunctionTokenEmulator.php | 31 + .../TokenEmulator/ReadonlyTokenEmulator.php | 0 .../Lexer/TokenEmulator/ReverseEmulator.php | 0 .../Lexer/TokenEmulator/TokenEmulator.php | 0 .../php-parser/lib/PhpParser/NameContext.php | 0 .../nikic/php-parser/lib/PhpParser/Node.php | 0 .../php-parser/lib/PhpParser/Node/Arg.php | 0 .../lib/PhpParser/Node/Attribute.php | 0 .../lib/PhpParser/Node/AttributeGroup.php | 0 .../lib/PhpParser/Node/ComplexType.php | 0 .../php-parser/lib/PhpParser/Node/Const_.php | 0 .../php-parser/lib/PhpParser/Node/Expr.php | 0 .../lib/PhpParser/Node/Expr/ArrayDimFetch.php | 0 .../lib/PhpParser/Node/Expr/ArrayItem.php | 0 .../lib/PhpParser/Node/Expr/Array_.php | 0 .../lib/PhpParser/Node/Expr/ArrowFunction.php | 0 .../lib/PhpParser/Node/Expr/Assign.php | 0 .../lib/PhpParser/Node/Expr/AssignOp.php | 0 .../Node/Expr/AssignOp/BitwiseAnd.php | 0 .../Node/Expr/AssignOp/BitwiseOr.php | 0 .../Node/Expr/AssignOp/BitwiseXor.php | 0 .../PhpParser/Node/Expr/AssignOp/Coalesce.php | 0 .../PhpParser/Node/Expr/AssignOp/Concat.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Div.php | 0 .../PhpParser/Node/Expr/AssignOp/Minus.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Mod.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Mul.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Plus.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Pow.php | 0 .../Node/Expr/AssignOp/ShiftLeft.php | 0 .../Node/Expr/AssignOp/ShiftRight.php | 0 .../lib/PhpParser/Node/Expr/AssignRef.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp.php | 0 .../Node/Expr/BinaryOp/BitwiseAnd.php | 0 .../Node/Expr/BinaryOp/BitwiseOr.php | 0 .../Node/Expr/BinaryOp/BitwiseXor.php | 0 .../Node/Expr/BinaryOp/BooleanAnd.php | 0 .../Node/Expr/BinaryOp/BooleanOr.php | 0 .../PhpParser/Node/Expr/BinaryOp/Coalesce.php | 0 .../PhpParser/Node/Expr/BinaryOp/Concat.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Div.php | 0 .../PhpParser/Node/Expr/BinaryOp/Equal.php | 0 .../PhpParser/Node/Expr/BinaryOp/Greater.php | 0 .../Node/Expr/BinaryOp/GreaterOrEqual.php | 0 .../Node/Expr/BinaryOp/Identical.php | 0 .../Node/Expr/BinaryOp/LogicalAnd.php | 0 .../Node/Expr/BinaryOp/LogicalOr.php | 0 .../Node/Expr/BinaryOp/LogicalXor.php | 0 .../PhpParser/Node/Expr/BinaryOp/Minus.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Mod.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Mul.php | 0 .../PhpParser/Node/Expr/BinaryOp/NotEqual.php | 0 .../Node/Expr/BinaryOp/NotIdentical.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Plus.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Pow.php | 0 .../Node/Expr/BinaryOp/ShiftLeft.php | 0 .../Node/Expr/BinaryOp/ShiftRight.php | 0 .../PhpParser/Node/Expr/BinaryOp/Smaller.php | 0 .../Node/Expr/BinaryOp/SmallerOrEqual.php | 0 .../Node/Expr/BinaryOp/Spaceship.php | 0 .../lib/PhpParser/Node/Expr/BitwiseNot.php | 0 .../lib/PhpParser/Node/Expr/BooleanNot.php | 0 .../lib/PhpParser/Node/Expr/CallLike.php | 0 .../lib/PhpParser/Node/Expr/Cast.php | 0 .../lib/PhpParser/Node/Expr/Cast/Array_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Bool_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Double.php | 0 .../lib/PhpParser/Node/Expr/Cast/Int_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Object_.php | 0 .../lib/PhpParser/Node/Expr/Cast/String_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Unset_.php | 0 .../PhpParser/Node/Expr/ClassConstFetch.php | 0 .../lib/PhpParser/Node/Expr/Clone_.php | 0 .../lib/PhpParser/Node/Expr/Closure.php | 0 .../lib/PhpParser/Node/Expr/ClosureUse.php | 0 .../lib/PhpParser/Node/Expr/ConstFetch.php | 0 .../lib/PhpParser/Node/Expr/Empty_.php | 0 .../lib/PhpParser/Node/Expr/Error.php | 0 .../lib/PhpParser/Node/Expr/ErrorSuppress.php | 0 .../lib/PhpParser/Node/Expr/Eval_.php | 0 .../lib/PhpParser/Node/Expr/Exit_.php | 0 .../lib/PhpParser/Node/Expr/FuncCall.php | 0 .../lib/PhpParser/Node/Expr/Include_.php | 0 .../lib/PhpParser/Node/Expr/Instanceof_.php | 0 .../lib/PhpParser/Node/Expr/Isset_.php | 0 .../lib/PhpParser/Node/Expr/List_.php | 0 .../lib/PhpParser/Node/Expr/Match_.php | 0 .../lib/PhpParser/Node/Expr/MethodCall.php | 0 .../lib/PhpParser/Node/Expr/New_.php | 0 .../Node/Expr/NullsafeMethodCall.php | 0 .../Node/Expr/NullsafePropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/PostDec.php | 0 .../lib/PhpParser/Node/Expr/PostInc.php | 0 .../lib/PhpParser/Node/Expr/PreDec.php | 0 .../lib/PhpParser/Node/Expr/PreInc.php | 0 .../lib/PhpParser/Node/Expr/Print_.php | 0 .../lib/PhpParser/Node/Expr/PropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/ShellExec.php | 0 .../lib/PhpParser/Node/Expr/StaticCall.php | 0 .../Node/Expr/StaticPropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/Ternary.php | 0 .../lib/PhpParser/Node/Expr/Throw_.php | 0 .../lib/PhpParser/Node/Expr/UnaryMinus.php | 0 .../lib/PhpParser/Node/Expr/UnaryPlus.php | 0 .../lib/PhpParser/Node/Expr/Variable.php | 0 .../lib/PhpParser/Node/Expr/YieldFrom.php | 0 .../lib/PhpParser/Node/Expr/Yield_.php | 0 .../lib/PhpParser/Node/FunctionLike.php | 0 .../lib/PhpParser/Node/Identifier.php | 0 .../lib/PhpParser/Node/IntersectionType.php | 0 .../lib/PhpParser/Node/MatchArm.php | 0 .../php-parser/lib/PhpParser/Node/Name.php | 0 .../PhpParser/Node/Name/FullyQualified.php | 0 .../lib/PhpParser/Node/Name/Relative.php | 0 .../lib/PhpParser/Node/NullableType.php | 0 .../php-parser/lib/PhpParser/Node/Param.php | 0 .../php-parser/lib/PhpParser/Node/Scalar.php | 0 .../lib/PhpParser/Node/Scalar/DNumber.php | 0 .../lib/PhpParser/Node/Scalar/Encapsed.php | 0 .../Node/Scalar/EncapsedStringPart.php | 0 .../lib/PhpParser/Node/Scalar/LNumber.php | 0 .../lib/PhpParser/Node/Scalar/MagicConst.php | 0 .../Node/Scalar/MagicConst/Class_.php | 0 .../PhpParser/Node/Scalar/MagicConst/Dir.php | 0 .../PhpParser/Node/Scalar/MagicConst/File.php | 0 .../Node/Scalar/MagicConst/Function_.php | 0 .../PhpParser/Node/Scalar/MagicConst/Line.php | 0 .../Node/Scalar/MagicConst/Method.php | 0 .../Node/Scalar/MagicConst/Namespace_.php | 0 .../Node/Scalar/MagicConst/Trait_.php | 0 .../lib/PhpParser/Node/Scalar/String_.php | 0 .../php-parser/lib/PhpParser/Node/Stmt.php | 0 .../lib/PhpParser/Node/Stmt/Break_.php | 0 .../lib/PhpParser/Node/Stmt/Case_.php | 0 .../lib/PhpParser/Node/Stmt/Catch_.php | 0 .../lib/PhpParser/Node/Stmt/ClassConst.php | 0 .../lib/PhpParser/Node/Stmt/ClassLike.php | 0 .../lib/PhpParser/Node/Stmt/ClassMethod.php | 0 .../lib/PhpParser/Node/Stmt/Class_.php | 0 .../lib/PhpParser/Node/Stmt/Const_.php | 0 .../lib/PhpParser/Node/Stmt/Continue_.php | 0 .../PhpParser/Node/Stmt/DeclareDeclare.php | 0 .../lib/PhpParser/Node/Stmt/Declare_.php | 0 .../lib/PhpParser/Node/Stmt/Do_.php | 0 .../lib/PhpParser/Node/Stmt/Echo_.php | 0 .../lib/PhpParser/Node/Stmt/ElseIf_.php | 0 .../lib/PhpParser/Node/Stmt/Else_.php | 0 .../lib/PhpParser/Node/Stmt/EnumCase.php | 0 .../lib/PhpParser/Node/Stmt/Enum_.php | 0 .../lib/PhpParser/Node/Stmt/Expression.php | 0 .../lib/PhpParser/Node/Stmt/Finally_.php | 0 .../lib/PhpParser/Node/Stmt/For_.php | 0 .../lib/PhpParser/Node/Stmt/Foreach_.php | 0 .../lib/PhpParser/Node/Stmt/Function_.php | 0 .../lib/PhpParser/Node/Stmt/Global_.php | 0 .../lib/PhpParser/Node/Stmt/Goto_.php | 0 .../lib/PhpParser/Node/Stmt/GroupUse.php | 0 .../lib/PhpParser/Node/Stmt/HaltCompiler.php | 0 .../lib/PhpParser/Node/Stmt/If_.php | 0 .../lib/PhpParser/Node/Stmt/InlineHTML.php | 0 .../lib/PhpParser/Node/Stmt/Interface_.php | 0 .../lib/PhpParser/Node/Stmt/Label.php | 0 .../lib/PhpParser/Node/Stmt/Namespace_.php | 0 .../lib/PhpParser/Node/Stmt/Nop.php | 0 .../lib/PhpParser/Node/Stmt/Property.php | 0 .../PhpParser/Node/Stmt/PropertyProperty.php | 0 .../lib/PhpParser/Node/Stmt/Return_.php | 0 .../lib/PhpParser/Node/Stmt/StaticVar.php | 0 .../lib/PhpParser/Node/Stmt/Static_.php | 0 .../lib/PhpParser/Node/Stmt/Switch_.php | 0 .../lib/PhpParser/Node/Stmt/Throw_.php | 0 .../lib/PhpParser/Node/Stmt/TraitUse.php | 0 .../Node/Stmt/TraitUseAdaptation.php | 0 .../Node/Stmt/TraitUseAdaptation/Alias.php | 0 .../Stmt/TraitUseAdaptation/Precedence.php | 0 .../lib/PhpParser/Node/Stmt/Trait_.php | 0 .../lib/PhpParser/Node/Stmt/TryCatch.php | 0 .../lib/PhpParser/Node/Stmt/Unset_.php | 0 .../lib/PhpParser/Node/Stmt/UseUse.php | 0 .../lib/PhpParser/Node/Stmt/Use_.php | 0 .../lib/PhpParser/Node/Stmt/While_.php | 0 .../lib/PhpParser/Node/UnionType.php | 0 .../lib/PhpParser/Node/VarLikeIdentifier.php | 0 .../PhpParser/Node/VariadicPlaceholder.php | 0 .../php-parser/lib/PhpParser/NodeAbstract.php | 0 .../php-parser/lib/PhpParser/NodeDumper.php | 0 .../php-parser/lib/PhpParser/NodeFinder.php | 0 .../lib/PhpParser/NodeTraverser.php | 0 .../lib/PhpParser/NodeTraverserInterface.php | 0 .../php-parser/lib/PhpParser/NodeVisitor.php | 0 .../PhpParser/NodeVisitor/CloningVisitor.php | 0 .../PhpParser/NodeVisitor/FindingVisitor.php | 0 .../NodeVisitor/FirstFindingVisitor.php | 0 .../PhpParser/NodeVisitor/NameResolver.php | 2 +- .../NodeVisitor/NodeConnectingVisitor.php | 0 .../NodeVisitor/ParentConnectingVisitor.php | 0 .../lib/PhpParser/NodeVisitorAbstract.php | 0 .../nikic/php-parser/lib/PhpParser/Parser.php | 0 .../lib/PhpParser/Parser/Multiple.php | 0 .../php-parser/lib/PhpParser/Parser/Php5.php | 2762 +++++++++-------- .../php-parser/lib/PhpParser/Parser/Php7.php | 2354 +++++++------- .../lib/PhpParser/Parser/Tokens.php | 0 .../lib/PhpParser/ParserAbstract.php | 0 .../lib/PhpParser/ParserFactory.php | 0 .../lib/PhpParser/PrettyPrinter/Standard.php | 0 .../lib/PhpParser/PrettyPrinterAbstract.php | 0 .../phar-io/manifest/CHANGELOG.md | 0 .../phar-io/manifest/LICENSE | 0 .../phar-io/manifest/README.md | 0 .../phar-io/manifest/composer.json | 0 .../phar-io/manifest/composer.lock | 0 .../manifest/src/ManifestDocumentMapper.php | 0 .../phar-io/manifest/src/ManifestLoader.php | 0 .../manifest/src/ManifestSerializer.php | 0 .../exceptions/ElementCollectionException.php | 0 .../manifest/src/exceptions/Exception.php | 0 .../InvalidApplicationNameException.php | 0 .../src/exceptions/InvalidEmailException.php | 0 .../src/exceptions/InvalidUrlException.php | 0 .../exceptions/ManifestDocumentException.php | 0 .../ManifestDocumentLoadingException.php | 0 .../ManifestDocumentMapperException.php | 0 .../exceptions/ManifestElementException.php | 0 .../exceptions/ManifestLoaderException.php | 0 .../manifest/src/values/Application.php | 0 .../manifest/src/values/ApplicationName.php | 0 .../phar-io/manifest/src/values/Author.php | 0 .../manifest/src/values/AuthorCollection.php | 0 .../src/values/AuthorCollectionIterator.php | 0 .../manifest/src/values/BundledComponent.php | 0 .../src/values/BundledComponentCollection.php | 0 .../BundledComponentCollectionIterator.php | 0 .../src/values/CopyrightInformation.php | 0 .../phar-io/manifest/src/values/Email.php | 0 .../phar-io/manifest/src/values/Extension.php | 0 .../phar-io/manifest/src/values/Library.php | 0 .../phar-io/manifest/src/values/License.php | 0 .../phar-io/manifest/src/values/Manifest.php | 0 .../src/values/PhpExtensionRequirement.php | 0 .../src/values/PhpVersionRequirement.php | 0 .../manifest/src/values/Requirement.php | 0 .../src/values/RequirementCollection.php | 0 .../values/RequirementCollectionIterator.php | 0 .../phar-io/manifest/src/values/Type.php | 0 .../phar-io/manifest/src/values/Url.php | 0 .../manifest/src/xml/AuthorElement.php | 0 .../src/xml/AuthorElementCollection.php | 0 .../manifest/src/xml/BundlesElement.php | 0 .../manifest/src/xml/ComponentElement.php | 0 .../src/xml/ComponentElementCollection.php | 0 .../manifest/src/xml/ContainsElement.php | 0 .../manifest/src/xml/CopyrightElement.php | 0 .../manifest/src/xml/ElementCollection.php | 0 .../phar-io/manifest/src/xml/ExtElement.php | 0 .../manifest/src/xml/ExtElementCollection.php | 0 .../manifest/src/xml/ExtensionElement.php | 0 .../manifest/src/xml/LicenseElement.php | 0 .../manifest/src/xml/ManifestDocument.php | 0 .../manifest/src/xml/ManifestElement.php | 0 .../phar-io/manifest/src/xml/PhpElement.php | 0 .../manifest/src/xml/RequiresElement.php | 0 .../phar-io/version/CHANGELOG.md | 0 .../vendor => vendor}/phar-io/version/LICENSE | 0 .../phar-io/version/README.md | 0 .../phar-io/version/composer.json | 0 .../phar-io/version/src/BuildMetaData.php | 0 .../phar-io/version/src/PreReleaseSuffix.php | 0 .../phar-io/version/src/Version.php | 0 .../version/src/VersionConstraintParser.php | 0 .../version/src/VersionConstraintValue.php | 0 .../phar-io/version/src/VersionNumber.php | 0 .../constraints/AbstractVersionConstraint.php | 0 .../constraints/AndVersionConstraintGroup.php | 0 .../src/constraints/AnyVersionConstraint.php | 0 .../constraints/ExactVersionConstraint.php | 0 .../GreaterThanOrEqualToVersionConstraint.php | 0 .../constraints/OrVersionConstraintGroup.php | 0 ...SpecificMajorAndMinorVersionConstraint.php | 0 .../SpecificMajorVersionConstraint.php | 0 .../src/constraints/VersionConstraint.php | 0 .../version/src/exceptions/Exception.php | 0 .../InvalidPreReleaseSuffixException.php | 0 .../exceptions/InvalidVersionException.php | 0 .../exceptions/NoBuildMetaDataException.php | 0 .../NoPreReleaseSuffixException.php | 0 .../UnsupportedVersionConstraintException.php | 0 vendor/phpstan/phpstan/phpstan.phar | Bin 21460030 -> 21461092 bytes vendor/phpstan/phpstan/phpstan.phar.asc | 26 +- .../phpunit/php-code-coverage/ChangeLog.md | 7 + .../phpunit/php-code-coverage}/LICENSE | 2 +- .../phpunit/php-code-coverage/README.md | 0 .../phpunit/php-code-coverage/composer.json | 0 .../php-code-coverage/src/CodeCoverage.php | 0 .../php-code-coverage/src/Driver/Driver.php | 0 .../src/Driver/PcovDriver.php | 0 .../src/Driver/PhpdbgDriver.php | 0 .../php-code-coverage/src/Driver/Selector.php | 0 .../src/Driver/Xdebug2Driver.php | 0 .../src/Driver/Xdebug3Driver.php | 0 ...chAndPathCoverageNotSupportedException.php | 0 ...DeadCodeDetectionNotSupportedException.php | 0 .../DirectoryCouldNotBeCreatedException.php | 0 .../src/Exception/Exception.php | 0 .../Exception/InvalidArgumentException.php | 0 ...NoCodeCoverageDriverAvailableException.php | 0 ...hPathCoverageSupportAvailableException.php | 0 .../src/Exception/ParserException.php | 0 .../PathExistsButIsNotDirectoryException.php | 0 .../Exception/PcovNotAvailableException.php | 0 .../Exception/PhpdbgNotAvailableException.php | 0 .../src/Exception/ReflectionException.php | 0 .../ReportAlreadyFinalizedException.php | 0 ...ticAnalysisCacheNotConfiguredException.php | 0 .../src/Exception/TestIdMissingException.php | 0 .../UnintentionallyCoveredCodeException.php | 0 .../WriteOperationFailedException.php | 0 .../Exception/WrongXdebugVersionException.php | 0 .../Exception/Xdebug2NotEnabledException.php | 0 .../Exception/Xdebug3NotEnabledException.php | 0 .../Exception/XdebugNotAvailableException.php | 0 .../src/Exception/XmlException.php | 0 .../phpunit/php-code-coverage/src/Filter.php | 0 .../src/Node/AbstractNode.php | 0 .../php-code-coverage/src/Node/Builder.php | 0 .../php-code-coverage/src/Node/CrapIndex.php | 0 .../php-code-coverage/src/Node/Directory.php | 0 .../php-code-coverage/src/Node/File.php | 0 .../php-code-coverage/src/Node/Iterator.php | 0 .../src/ProcessedCodeCoverageData.php | 0 .../src/RawCodeCoverageData.php | 0 .../php-code-coverage/src/Report/Clover.php | 0 .../src/Report/Cobertura.php | 0 .../php-code-coverage/src/Report/Crap4j.php | 0 .../src/Report/Html/Facade.php | 0 .../src/Report/Html/Renderer.php | 0 .../src/Report/Html/Renderer/Dashboard.php | 0 .../src/Report/Html/Renderer/Directory.php | 0 .../src/Report/Html/Renderer/File.php | 0 .../Html/Renderer/Template/branches.html.dist | 0 .../Renderer/Template/coverage_bar.html.dist | 0 .../Template/coverage_bar_branch.html.dist | 0 .../Renderer/Template/css/bootstrap.min.css | 0 .../Html/Renderer/Template/css/custom.css | 0 .../Html/Renderer/Template/css/nv.d3.min.css | 0 .../Html/Renderer/Template/css/octicons.css | 0 .../Html/Renderer/Template/css/style.css | 0 .../Renderer/Template/dashboard.html.dist | 12 +- .../Template/dashboard_branch.html.dist | 12 +- .../Renderer/Template/directory.html.dist | 6 +- .../Template/directory_branch.html.dist | 6 +- .../Template/directory_item.html.dist | 0 .../Template/directory_item_branch.html.dist | 0 .../Html/Renderer/Template/file.html.dist | 14 +- .../Renderer/Template/file_branch.html.dist | 14 +- .../Renderer/Template/file_item.html.dist | 0 .../Template/file_item_branch.html.dist | 0 .../Renderer/Template/icons/file-code.svg | 0 .../Template/icons/file-directory.svg | 0 .../Renderer/Template/js/bootstrap.min.js | 0 .../Html/Renderer/Template/js/d3.min.js | 0 .../Report/Html/Renderer/Template/js/file.js | 0 .../Html/Renderer/Template/js/jquery.min.js | 0 .../Html/Renderer/Template/js/nv.d3.min.js | 0 .../Html/Renderer/Template/js/popper.min.js | 0 .../Html/Renderer/Template/line.html.dist | 0 .../Html/Renderer/Template/lines.html.dist | 0 .../Renderer/Template/method_item.html.dist | 0 .../Template/method_item_branch.html.dist | 0 .../Html/Renderer/Template/paths.html.dist | 0 .../php-code-coverage/src/Report/PHP.php | 0 .../php-code-coverage/src/Report/Text.php | 0 .../src/Report/Xml/BuildInformation.php | 0 .../src/Report/Xml/Coverage.php | 0 .../src/Report/Xml/Directory.php | 0 .../src/Report/Xml/Facade.php | 0 .../php-code-coverage/src/Report/Xml/File.php | 0 .../src/Report/Xml/Method.php | 0 .../php-code-coverage/src/Report/Xml/Node.php | 0 .../src/Report/Xml/Project.php | 0 .../src/Report/Xml/Report.php | 0 .../src/Report/Xml/Source.php | 0 .../src/Report/Xml/Tests.php | 0 .../src/Report/Xml/Totals.php | 0 .../php-code-coverage/src/Report/Xml/Unit.php | 0 .../src/StaticAnalysis/CacheWarmer.php | 0 .../StaticAnalysis/CachingFileAnalyser.php | 0 .../StaticAnalysis/CodeUnitFindingVisitor.php | 0 .../ExecutableLinesFindingVisitor.php | 1 + .../src/StaticAnalysis/FileAnalyser.php | 0 .../IgnoredLinesFindingVisitor.php | 0 .../StaticAnalysis/ParsingFileAnalyser.php | 0 .../php-code-coverage/src/Util/Filesystem.php | 0 .../php-code-coverage/src/Util/Percentage.php | 0 .../phpunit/php-code-coverage/src/Version.php | 2 +- .../php-file-iterator/.psalm/baseline.xml | 0 .../php-file-iterator/.psalm/config.xml | 0 .../phpunit/php-file-iterator/ChangeLog.md | 0 .../phpunit/php-file-iterator/LICENSE | 0 .../phpunit/php-file-iterator/README.md | 0 .../phpunit/php-file-iterator/composer.json | 0 .../phpunit/php-file-iterator/src/Facade.php | 0 .../phpunit/php-file-iterator/src/Factory.php | 0 .../php-file-iterator/src/Iterator.php | 0 .../phpunit/php-invoker/ChangeLog.md | 0 .../phpunit/php-invoker/LICENSE | 0 .../phpunit/php-invoker/README.md | 0 .../phpunit/php-invoker/composer.json | 0 .../phpunit/php-invoker/src/Invoker.php | 0 .../php-invoker/src/exceptions/Exception.php | 0 ...cessControlExtensionNotLoadedException.php | 0 .../src/exceptions/TimeoutException.php | 0 .../php-text-template/.psalm/baseline.xml | 0 .../php-text-template/.psalm/config.xml | 0 .../phpunit/php-text-template/ChangeLog.md | 0 .../phpunit/php-text-template/LICENSE | 0 .../phpunit/php-text-template/README.md | 0 .../phpunit/php-text-template/composer.json | 0 .../php-text-template/src/Template.php | 0 .../src/exceptions/Exception.php | 0 .../exceptions/InvalidArgumentException.php | 0 .../src/exceptions/RuntimeException.php | 0 .../phpunit/php-timer/.psalm/baseline.xml | 0 .../phpunit/php-timer/.psalm/config.xml | 0 .../phpunit/php-timer/ChangeLog.md | 0 .../phpunit/php-timer/LICENSE | 0 .../phpunit/php-timer/README.md | 0 .../phpunit/php-timer/composer.json | 0 .../phpunit/php-timer/src/Duration.php | 0 .../php-timer/src/ResourceUsageFormatter.php | 0 .../phpunit/php-timer/src/Timer.php | 0 .../php-timer/src/exceptions/Exception.php | 0 .../src/exceptions/NoActiveTimerException.php | 0 ...nceStartOfRequestNotAvailableException.php | 0 .../phpunit/phpunit/.phpstorm.meta.php | 0 .../phpunit/phpunit/ChangeLog-8.5.md | 7 + vendor/phpunit/phpunit/ChangeLog-9.6.md | 36 + vendor/phpunit/phpunit/LICENSE | 29 + .../phpunit/phpunit/README.md | 19 +- .../phpunit/phpunit/SECURITY.md | 0 .../phpunit/phpunit/composer.json | 4 +- .../vendor => vendor}/phpunit/phpunit/phpunit | 0 .../phpunit/phpunit/phpunit.xsd | 2 +- .../phpunit/phpunit/schema/8.5.xsd | 0 .../phpunit/phpunit/schema/9.2.xsd | 0 .../phpunit/phpunit/src/Exception.php | 0 .../phpunit/phpunit/src/Framework/Assert.php | 72 + .../src/Framework/Assert/Functions.php | 0 .../Framework/Constraint/Boolean/IsFalse.php | 0 .../Framework/Constraint/Boolean/IsTrue.php | 0 .../src/Framework/Constraint/Callback.php | 0 .../Constraint/Cardinality/Count.php | 0 .../Constraint/Cardinality/GreaterThan.php | 0 .../Constraint/Cardinality/IsEmpty.php | 0 .../Constraint/Cardinality/LessThan.php | 0 .../Constraint/Cardinality/SameSize.php | 0 .../src/Framework/Constraint/Constraint.php | 0 .../Framework/Constraint/Equality/IsEqual.php | 0 .../Equality/IsEqualCanonicalizing.php | 0 .../Equality/IsEqualIgnoringCase.php | 0 .../Constraint/Equality/IsEqualWithDelta.php | 0 .../Constraint/Exception/Exception.php | 0 .../Constraint/Exception/ExceptionCode.php | 0 .../Constraint/Exception/ExceptionMessage.php | 0 .../ExceptionMessageRegularExpression.php | 0 .../Constraint/Filesystem/DirectoryExists.php | 0 .../Constraint/Filesystem/FileExists.php | 0 .../Constraint/Filesystem/IsReadable.php | 0 .../Constraint/Filesystem/IsWritable.php | 0 .../src/Framework/Constraint/IsAnything.php | 0 .../src/Framework/Constraint/IsIdentical.php | 0 .../src/Framework/Constraint/JsonMatches.php | 0 .../JsonMatchesErrorMessageProvider.php | 6 + .../Framework/Constraint/Math/IsFinite.php | 0 .../Framework/Constraint/Math/IsInfinite.php | 0 .../src/Framework/Constraint/Math/IsNan.php | 0 .../Constraint/Object/ClassHasAttribute.php | 2 + .../Object/ClassHasStaticAttribute.php | 2 + .../Constraint/Object/ObjectEquals.php | 0 .../Constraint/Object/ObjectHasAttribute.php | 2 + .../Constraint/Operator/BinaryOperator.php | 0 .../Constraint/Operator/LogicalAnd.php | 0 .../Constraint/Operator/LogicalNot.php | 0 .../Constraint/Operator/LogicalOr.php | 0 .../Constraint/Operator/LogicalXor.php | 0 .../Constraint/Operator/Operator.php | 0 .../Constraint/Operator/UnaryOperator.php | 0 .../Framework/Constraint/String/IsJson.php | 0 .../Constraint/String/RegularExpression.php | 0 .../Constraint/String/StringContains.php | 0 .../Constraint/String/StringEndsWith.php | 0 .../String/StringMatchesFormatDescription.php | 0 .../Constraint/String/StringStartsWith.php | 0 .../Constraint/Traversable/ArrayHasKey.php | 0 .../Traversable/TraversableContains.php | 0 .../Traversable/TraversableContainsEqual.php | 0 .../TraversableContainsIdentical.php | 0 .../Traversable/TraversableContainsOnly.php | 0 .../Constraint/Type/IsInstanceOf.php | 0 .../src/Framework/Constraint/Type/IsNull.php | 0 .../src/Framework/Constraint/Type/IsType.php | 0 .../src/Framework/DataProviderTestSuite.php | 0 .../src/Framework/Error/Deprecated.php | 0 .../phpunit/src/Framework/Error/Error.php | 0 .../phpunit/src/Framework/Error/Notice.php | 0 .../phpunit/src/Framework/Error/Warning.php | 0 .../phpunit/src/Framework/ErrorTestCase.php | 0 .../ActualValueIsNotAnObjectException.php | 0 .../Exception/AssertionFailedError.php | 0 .../Exception/CodeCoverageException.php | 0 ...hodDoesNotAcceptParameterTypeException.php | 0 ...dDoesNotDeclareBoolReturnTypeException.php | 0 ...NotDeclareExactlyOneParameterException.php | 0 ...odDoesNotDeclareParameterTypeException.php | 0 .../ComparisonMethodDoesNotExistException.php | 0 .../CoveredCodeNotExecutedException.php | 0 .../phpunit/src/Framework/Exception/Error.php | 0 .../src/Framework/Exception/Exception.php | 0 .../Exception/ExpectationFailedException.php | 0 .../Exception/IncompleteTestError.php | 0 .../Exception/InvalidArgumentException.php | 0 .../InvalidCoversTargetException.php | 0 .../InvalidDataProviderException.php | 0 .../MissingCoversAnnotationException.php | 0 .../Exception/NoChildTestSuiteException.php | 0 .../src/Framework/Exception/OutputError.php | 0 .../Exception/PHPTAssertionFailedError.php | 0 .../Framework/Exception/RiskyTestError.php | 0 .../Framework/Exception/SkippedTestError.php | 0 .../Exception/SkippedTestSuiteError.php | 0 .../Framework/Exception/SyntheticError.php | 0 .../Exception/SyntheticSkippedError.php | 0 .../UnintentionallyCoveredCodeError.php | 0 .../src/Framework/Exception/Warning.php | 0 .../src/Framework/ExceptionWrapper.php | 0 .../Framework/ExecutionOrderDependency.php | 0 .../phpunit/src/Framework/IncompleteTest.php | 0 .../src/Framework/IncompleteTestCase.php | 0 .../InvalidParameterGroupException.php | 0 .../src/Framework/MockObject/Api/Api.php | 0 .../src/Framework/MockObject/Api/Method.php | 0 .../Framework/MockObject/Builder/Identity.php | 0 .../MockObject/Builder/InvocationMocker.php | 2 + .../MockObject/Builder/InvocationStubber.php | 0 .../MockObject/Builder/MethodNameMatch.php | 0 .../MockObject/Builder/ParametersMatch.php | 0 .../src/Framework/MockObject/Builder/Stub.php | 0 .../MockObject/ConfigurableMethod.php | 0 .../Exception/BadMethodCallException.php | 0 .../CannotUseAddMethodsException.php | 0 .../CannotUseOnlyMethodsException.php | 0 .../Exception/ClassAlreadyExistsException.php | 0 .../Exception/ClassIsFinalException.php | 0 .../Exception/ClassIsReadonlyException.php | 0 ...ableMethodsAlreadyInitializedException.php | 0 .../Exception/DuplicateMethodException.php | 0 .../MockObject/Exception/Exception.php | 0 .../IncompatibleReturnValueException.php | 0 .../Exception/InvalidMethodNameException.php | 0 .../MatchBuilderNotFoundException.php | 0 .../MatcherAlreadyRegisteredException.php | 0 .../MethodCannotBeConfiguredException.php | 0 .../MethodNameAlreadyConfiguredException.php | 0 .../MethodNameNotConfiguredException.php | 0 ...odParametersAlreadyConfiguredException.php | 0 ...ConstructorInvocationRequiredException.php | 0 .../Exception/ReflectionException.php | 0 .../ReturnValueNotConfiguredException.php | 0 .../MockObject/Exception/RuntimeException.php | 0 .../SoapExtensionNotAvailableException.php | 0 .../Exception/UnknownClassException.php | 0 .../Exception/UnknownTraitException.php | 0 .../Exception/UnknownTypeException.php | 0 .../src/Framework/MockObject/Generator.php | 0 .../MockObject/Generator/deprecation.tpl | 0 .../MockObject/Generator/intersection.tpl | 0 .../MockObject/Generator/mocked_class.tpl | 0 .../MockObject/Generator/mocked_method.tpl | 0 .../Generator/mocked_method_never_or_void.tpl | 0 .../Generator/mocked_static_method.tpl | 0 .../MockObject/Generator/proxied_method.tpl | 0 .../proxied_method_never_or_void.tpl | 0 .../MockObject/Generator/trait_class.tpl | 0 .../MockObject/Generator/wsdl_class.tpl | 0 .../MockObject/Generator/wsdl_method.tpl | 0 .../src/Framework/MockObject/Invocation.php | 0 .../MockObject/InvocationHandler.php | 0 .../src/Framework/MockObject/Matcher.php | 0 .../MockObject/MethodNameConstraint.php | 0 .../src/Framework/MockObject/MockBuilder.php | 0 .../src/Framework/MockObject/MockClass.php | 0 .../src/Framework/MockObject/MockMethod.php | 0 .../Framework/MockObject/MockMethodSet.php | 0 .../src/Framework/MockObject/MockObject.php | 0 .../src/Framework/MockObject/MockTrait.php | 0 .../src/Framework/MockObject/MockType.php | 0 .../MockObject/Rule/AnyInvokedCount.php | 0 .../MockObject/Rule/AnyParameters.php | 0 .../MockObject/Rule/ConsecutiveParameters.php | 2 + .../MockObject/Rule/InvocationOrder.php | 0 .../MockObject/Rule/InvokedAtIndex.php | 0 .../MockObject/Rule/InvokedAtLeastCount.php | 0 .../MockObject/Rule/InvokedAtLeastOnce.php | 0 .../MockObject/Rule/InvokedAtMostCount.php | 0 .../MockObject/Rule/InvokedCount.php | 0 .../Framework/MockObject/Rule/MethodName.php | 0 .../Framework/MockObject/Rule/Parameters.php | 0 .../MockObject/Rule/ParametersRule.php | 0 .../phpunit/src/Framework/MockObject/Stub.php | 0 .../MockObject/Stub/ConsecutiveCalls.php | 0 .../Framework/MockObject/Stub/Exception.php | 0 .../MockObject/Stub/ReturnArgument.php | 0 .../MockObject/Stub/ReturnCallback.php | 0 .../MockObject/Stub/ReturnReference.php | 0 .../Framework/MockObject/Stub/ReturnSelf.php | 0 .../Framework/MockObject/Stub/ReturnStub.php | 0 .../MockObject/Stub/ReturnValueMap.php | 0 .../src/Framework/MockObject/Stub/Stub.php | 0 .../src/Framework/MockObject/Verifiable.php | 0 .../phpunit/src/Framework/Reorderable.php | 0 .../phpunit/src/Framework/SelfDescribing.php | 0 .../phpunit/src/Framework/SkippedTest.php | 0 .../phpunit/src/Framework/SkippedTestCase.php | 0 .../phpunit/phpunit/src/Framework/Test.php | 0 .../phpunit/src/Framework/TestBuilder.php | 0 .../phpunit/src/Framework/TestCase.php | 72 +- .../phpunit/src/Framework/TestFailure.php | 0 .../phpunit/src/Framework/TestListener.php | 0 .../TestListenerDefaultImplementation.php | 0 .../phpunit/src/Framework/TestResult.php | 0 .../phpunit/src/Framework/TestSuite.php | 11 +- .../src/Framework/TestSuiteIterator.php | 0 .../phpunit/src/Framework/WarningTestCase.php | 0 .../phpunit/src/Runner/BaseTestRunner.php | 0 .../src/Runner/DefaultTestResultCache.php | 0 .../phpunit/phpunit/src/Runner/Exception.php | 0 .../src/Runner/Extension/ExtensionHandler.php | 0 .../src/Runner/Extension/PharLoader.php | 0 .../Filter/ExcludeGroupFilterIterator.php | 0 .../phpunit/src/Runner/Filter/Factory.php | 0 .../src/Runner/Filter/GroupFilterIterator.php | 0 .../Filter/IncludeGroupFilterIterator.php | 0 .../src/Runner/Filter/NameFilterIterator.php | 0 .../Runner/Hook/AfterIncompleteTestHook.php | 0 .../src/Runner/Hook/AfterLastTestHook.php | 0 .../src/Runner/Hook/AfterRiskyTestHook.php | 0 .../src/Runner/Hook/AfterSkippedTestHook.php | 0 .../Runner/Hook/AfterSuccessfulTestHook.php | 0 .../src/Runner/Hook/AfterTestErrorHook.php | 0 .../src/Runner/Hook/AfterTestFailureHook.php | 0 .../phpunit/src/Runner/Hook/AfterTestHook.php | 0 .../src/Runner/Hook/AfterTestWarningHook.php | 0 .../src/Runner/Hook/BeforeFirstTestHook.php | 0 .../src/Runner/Hook/BeforeTestHook.php | 0 .../phpunit/phpunit/src/Runner/Hook/Hook.php | 0 .../phpunit/src/Runner/Hook/TestHook.php | 0 .../src/Runner/Hook/TestListenerAdapter.php | 0 .../src/Runner/NullTestResultCache.php | 0 .../phpunit/src/Runner/PhptTestCase.php | 0 .../src/Runner/ResultCacheExtension.php | 0 .../src/Runner/StandardTestSuiteLoader.php | 70 +- .../phpunit/src/Runner/TestResultCache.php | 0 .../phpunit/src/Runner/TestSuiteLoader.php | 0 .../phpunit/src/Runner/TestSuiteSorter.php | 0 .../phpunit/phpunit/src/Runner/Version.php | 2 +- .../src/TextUI/CliArguments/Builder.php | 0 .../src/TextUI/CliArguments/Configuration.php | 0 .../src/TextUI/CliArguments/Exception.php | 0 .../src/TextUI/CliArguments/Mapper.php | 0 .../phpunit/phpunit/src/TextUI/Command.php | 2 - .../src/TextUI/DefaultResultPrinter.php | 0 .../src/TextUI/Exception/Exception.php | 0 .../TextUI/Exception/ReflectionException.php | 0 .../src/TextUI/Exception/RuntimeException.php | 0 .../TestDirectoryNotFoundException.php | 0 .../Exception/TestFileNotFoundException.php | 0 .../phpunit/phpunit/src/TextUI/Help.php | 0 .../phpunit/src/TextUI/ResultPrinter.php | 0 .../phpunit/phpunit/src/TextUI/TestRunner.php | 36 +- .../phpunit/src/TextUI/TestSuiteMapper.php | 0 .../CodeCoverage/CodeCoverage.php | 0 .../CodeCoverage/Filter/Directory.php | 0 .../Filter/DirectoryCollection.php | 0 .../Filter/DirectoryCollectionIterator.php | 0 .../CodeCoverage/FilterMapper.php | 0 .../CodeCoverage/Report/Clover.php | 0 .../CodeCoverage/Report/Cobertura.php | 0 .../CodeCoverage/Report/Crap4j.php | 0 .../CodeCoverage/Report/Html.php | 0 .../CodeCoverage/Report/Php.php | 0 .../CodeCoverage/Report/Text.php | 0 .../CodeCoverage/Report/Xml.php | 0 .../TextUI/XmlConfiguration/Configuration.php | 0 .../src/TextUI/XmlConfiguration/Exception.php | 0 .../XmlConfiguration/Filesystem/Directory.php | 0 .../Filesystem/DirectoryCollection.php | 0 .../DirectoryCollectionIterator.php | 0 .../XmlConfiguration/Filesystem/File.php | 0 .../Filesystem/FileCollection.php | 0 .../Filesystem/FileCollectionIterator.php | 0 .../src/TextUI/XmlConfiguration/Generator.php | 0 .../TextUI/XmlConfiguration/Group/Group.php | 0 .../Group/GroupCollection.php | 0 .../Group/GroupCollectionIterator.php | 0 .../TextUI/XmlConfiguration/Group/Groups.php | 0 .../src/TextUI/XmlConfiguration/Loader.php | 0 .../TextUI/XmlConfiguration/Logging/Junit.php | 0 .../XmlConfiguration/Logging/Logging.php | 0 .../XmlConfiguration/Logging/TeamCity.php | 0 .../XmlConfiguration/Logging/TestDox/Html.php | 0 .../XmlConfiguration/Logging/TestDox/Text.php | 0 .../XmlConfiguration/Logging/TestDox/Xml.php | 0 .../TextUI/XmlConfiguration/Logging/Text.php | 0 .../Migration/MigrationBuilder.php | 0 .../Migration/MigrationBuilderException.php | 0 .../Migration/MigrationException.php | 0 .../Migration/Migrations/ConvertLogTypes.php | 0 .../Migrations/CoverageCloverToReport.php | 0 .../Migrations/CoverageCrap4jToReport.php | 0 .../Migrations/CoverageHtmlToReport.php | 0 .../Migrations/CoveragePhpToReport.php | 0 .../Migrations/CoverageTextToReport.php | 0 .../Migrations/CoverageXmlToReport.php | 0 .../Migrations/IntroduceCoverageElement.php | 0 .../Migrations/LogToReportMigration.php | 0 .../Migration/Migrations/Migration.php | 0 ...ttributesFromFilterWhitelistToCoverage.php | 0 .../MoveAttributesFromRootToCoverage.php | 0 .../MoveWhitelistDirectoriesToCoverage.php | 0 .../MoveWhitelistExcludesToCoverage.php | 0 .../Migrations/RemoveCacheTokensAttribute.php | 0 .../Migrations/RemoveEmptyFilter.php | 0 .../Migration/Migrations/RemoveLogTypes.php | 0 .../Migrations/UpdateSchemaLocationTo93.php | 0 .../XmlConfiguration/Migration/Migrator.php | 0 .../TextUI/XmlConfiguration/PHP/Constant.php | 0 .../PHP/ConstantCollection.php | 0 .../PHP/ConstantCollectionIterator.php | 0 .../XmlConfiguration/PHP/IniSetting.php | 0 .../PHP/IniSettingCollection.php | 0 .../PHP/IniSettingCollectionIterator.php | 0 .../src/TextUI/XmlConfiguration/PHP/Php.php | 0 .../XmlConfiguration/PHP/PhpHandler.php | 0 .../TextUI/XmlConfiguration/PHP/Variable.php | 0 .../PHP/VariableCollection.php | 0 .../PHP/VariableCollectionIterator.php | 0 .../XmlConfiguration/PHPUnit/Extension.php | 0 .../PHPUnit/ExtensionCollection.php | 0 .../PHPUnit/ExtensionCollectionIterator.php | 0 .../XmlConfiguration/PHPUnit/PHPUnit.php | 0 .../TestSuite/TestDirectory.php | 0 .../TestSuite/TestDirectoryCollection.php | 0 .../TestDirectoryCollectionIterator.php | 0 .../XmlConfiguration/TestSuite/TestFile.php | 0 .../TestSuite/TestFileCollection.php | 0 .../TestSuite/TestFileCollectionIterator.php | 0 .../XmlConfiguration/TestSuite/TestSuite.php | 0 .../TestSuite/TestSuiteCollection.php | 0 .../TestSuite/TestSuiteCollectionIterator.php | 0 .../phpunit/src/Util/Annotation/DocBlock.php | 0 .../phpunit/src/Util/Annotation/Registry.php | 0 .../phpunit/phpunit/src/Util/Blacklist.php | 0 .../phpunit/phpunit/src/Util/Cloner.php | 0 .../phpunit/phpunit/src/Util/Color.php | 0 .../phpunit/phpunit/src/Util/ErrorHandler.php | 0 .../phpunit/phpunit/src/Util/Exception.php | 0 .../phpunit/phpunit/src/Util/ExcludeList.php | 17 - .../phpunit/phpunit/src/Util/FileLoader.php | 0 .../phpunit/phpunit/src/Util/Filesystem.php | 0 .../phpunit/phpunit/src/Util/Filter.php | 0 .../phpunit/phpunit/src/Util/GlobalState.php | 0 .../src/Util/InvalidDataSetException.php | 0 .../phpunit/phpunit/src/Util/Json.php | 0 .../phpunit/phpunit/src/Util/Log/JUnit.php | 0 .../phpunit/phpunit/src/Util/Log/TeamCity.php | 0 .../src/Util/PHP/AbstractPhpProcess.php | 0 .../src/Util/PHP/DefaultPhpProcess.php | 0 .../src/Util/PHP/Template/PhptTestCase.tpl | 0 .../src/Util/PHP/Template/TestCaseClass.tpl | 0 .../src/Util/PHP/Template/TestCaseMethod.tpl | 0 .../src/Util/PHP/WindowsPhpProcess.php | 0 .../phpunit/phpunit/src/Util/Printer.php | 0 .../phpunit/phpunit/src/Util/Reflection.php | 0 .../phpunit/src/Util/RegularExpression.php | 0 .../phpunit/phpunit/src/Util/Test.php | 0 .../src/Util/TestDox/CliTestDoxPrinter.php | 0 .../src/Util/TestDox/HtmlResultPrinter.php | 0 .../src/Util/TestDox/NamePrettifier.php | 0 .../src/Util/TestDox/ResultPrinter.php | 0 .../src/Util/TestDox/TestDoxPrinter.php | 0 .../src/Util/TestDox/TextResultPrinter.php | 0 .../src/Util/TestDox/XmlResultPrinter.php | 0 .../phpunit/src/Util/TextTestListRenderer.php | 0 .../phpunit/phpunit/src/Util/Type.php | 0 .../src/Util/VersionComparisonOperator.php | 0 .../src/Util/XdebugFilterScriptGenerator.php | 0 .../phpunit/phpunit/src/Util/Xml.php | 0 .../phpunit/src/Util/Xml/Exception.php | 0 .../Util/Xml/FailedSchemaDetectionResult.php | 0 .../phpunit/phpunit/src/Util/Xml/Loader.php | 0 .../src/Util/Xml/SchemaDetectionResult.php | 0 .../phpunit/src/Util/Xml/SchemaDetector.php | 0 .../phpunit/src/Util/Xml/SchemaFinder.php | 0 .../phpunit/src/Util/Xml/SnapshotNodeList.php | 0 .../Xml/SuccessfulSchemaDetectionResult.php | 0 .../phpunit/src/Util/Xml/ValidationResult.php | 0 .../phpunit/src/Util/Xml/Validator.php | 0 .../phpunit/src/Util/XmlTestListRenderer.php | 0 .../sebastian/cli-parser/ChangeLog.md | 0 .../sebastian/cli-parser/LICENSE | 0 .../sebastian/cli-parser/README.md | 0 .../sebastian/cli-parser/composer.json | 0 .../sebastian/cli-parser/infection.json | 0 .../sebastian/cli-parser/src/Parser.php | 0 .../exceptions/AmbiguousOptionException.php | 0 .../cli-parser/src/exceptions/Exception.php | 0 .../OptionDoesNotAllowArgumentException.php | 0 ...RequiredOptionArgumentMissingException.php | 0 .../src/exceptions/UnknownOptionException.php | 0 .../code-unit-reverse-lookup/ChangeLog.md | 0 .../code-unit-reverse-lookup/LICENSE | 0 .../code-unit-reverse-lookup/README.md | 0 .../code-unit-reverse-lookup/composer.json | 0 .../code-unit-reverse-lookup/src/Wizard.php | 0 .../sebastian/code-unit/.psalm/baseline.xml | 0 .../sebastian/code-unit/.psalm/config.xml | 0 .../sebastian/code-unit/ChangeLog.md | 0 .../sebastian/code-unit/LICENSE | 0 .../sebastian/code-unit/README.md | 0 .../sebastian/code-unit/composer.json | 0 .../code-unit/src/ClassMethodUnit.php | 0 .../sebastian/code-unit/src/ClassUnit.php | 0 .../sebastian/code-unit/src/CodeUnit.php | 0 .../code-unit/src/CodeUnitCollection.php | 0 .../src/CodeUnitCollectionIterator.php | 0 .../sebastian/code-unit/src/FunctionUnit.php | 0 .../code-unit/src/InterfaceMethodUnit.php | 0 .../sebastian/code-unit/src/InterfaceUnit.php | 0 .../sebastian/code-unit/src/Mapper.php | 0 .../code-unit/src/TraitMethodUnit.php | 0 .../sebastian/code-unit/src/TraitUnit.php | 0 .../code-unit/src/exceptions/Exception.php | 0 .../exceptions/InvalidCodeUnitException.php | 0 .../src/exceptions/NoTraitException.php | 0 .../src/exceptions/ReflectionException.php | 0 .../sebastian/comparator/ChangeLog.md | 0 .../sebastian/comparator/LICENSE | 0 .../sebastian/comparator/README.md | 0 .../sebastian/comparator/composer.json | 0 .../comparator/src/ArrayComparator.php | 0 .../sebastian/comparator/src/Comparator.php | 0 .../comparator/src/ComparisonFailure.php | 0 .../comparator/src/DOMNodeComparator.php | 0 .../comparator/src/DateTimeComparator.php | 0 .../comparator/src/DoubleComparator.php | 0 .../comparator/src/ExceptionComparator.php | 0 .../sebastian/comparator/src/Factory.php | 0 .../comparator/src/MockObjectComparator.php | 0 .../comparator/src/NumericComparator.php | 0 .../comparator/src/ObjectComparator.php | 0 .../comparator/src/ResourceComparator.php | 0 .../comparator/src/ScalarComparator.php | 0 .../src/SplObjectStorageComparator.php | 0 .../comparator/src/TypeComparator.php | 0 .../comparator/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../sebastian/complexity/.psalm/baseline.xml | 0 .../sebastian/complexity/.psalm/config.xml | 0 .../sebastian/complexity/ChangeLog.md | 0 .../sebastian/complexity/LICENSE | 0 .../sebastian/complexity/README.md | 0 .../sebastian/complexity/composer.json | 0 .../sebastian/complexity/src/Calculator.php | 0 .../complexity/src/Complexity/Complexity.php | 0 .../src/Complexity/ComplexityCollection.php | 0 .../ComplexityCollectionIterator.php | 0 .../complexity/src/Exception/Exception.php | 0 .../src/Exception/RuntimeException.php | 0 .../Visitor/ComplexityCalculatingVisitor.php | 0 ...CyclomaticComplexityCalculatingVisitor.php | 0 .../sebastian/diff/ChangeLog.md | 0 {www/vendor => vendor}/sebastian/diff/LICENSE | 0 .../sebastian/diff/README.md | 0 .../sebastian/diff/composer.json | 0 .../sebastian/diff/src/Chunk.php | 0 .../sebastian/diff/src/Diff.php | 0 .../sebastian/diff/src/Differ.php | 0 .../src/Exception/ConfigurationException.php | 0 .../diff/src/Exception/Exception.php | 0 .../Exception/InvalidArgumentException.php | 0 .../sebastian/diff/src/Line.php | 0 .../LongestCommonSubsequenceCalculator.php | 0 ...ientLongestCommonSubsequenceCalculator.php | 0 .../src/Output/AbstractChunkOutputBuilder.php | 0 .../diff/src/Output/DiffOnlyOutputBuilder.php | 0 .../src/Output/DiffOutputBuilderInterface.php | 0 .../Output/StrictUnifiedDiffOutputBuilder.php | 0 .../src/Output/UnifiedDiffOutputBuilder.php | 0 .../sebastian/diff/src/Parser.php | 0 ...ientLongestCommonSubsequenceCalculator.php | 0 .../sebastian/environment/ChangeLog.md | 7 + .../sebastian/environment/LICENSE | 0 .../sebastian/environment/README.md | 0 .../sebastian/environment/composer.json | 0 .../sebastian/environment/src/Console.php | 6 +- .../environment/src/OperatingSystem.php | 0 .../sebastian/environment/src/Runtime.php | 0 .../sebastian/exporter/ChangeLog.md | 0 .../sebastian/exporter/LICENSE | 0 .../sebastian/exporter/README.md | 0 .../sebastian/exporter/composer.json | 0 .../sebastian/exporter/src/Exporter.php | 0 .../sebastian/global-state/ChangeLog.md | 0 .../sebastian/global-state/LICENSE | 0 .../sebastian/global-state/README.md | 0 .../sebastian/global-state/composer.json | 0 .../global-state/src/CodeExporter.php | 0 .../global-state/src/ExcludeList.php | 0 .../sebastian/global-state/src/Restorer.php | 0 .../sebastian/global-state/src/Snapshot.php | 0 .../global-state/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../lines-of-code/.psalm/baseline.xml | 0 .../sebastian/lines-of-code/.psalm/config.xml | 0 .../sebastian/lines-of-code/ChangeLog.md | 0 .../sebastian/lines-of-code/LICENSE | 0 .../sebastian/lines-of-code/README.md | 0 .../sebastian/lines-of-code/composer.json | 0 .../sebastian/lines-of-code/src/Counter.php | 0 .../lines-of-code/src/Exception/Exception.php | 0 .../Exception/IllogicalValuesException.php | 0 .../src/Exception/NegativeValueException.php | 0 .../src/Exception/RuntimeException.php | 0 .../lines-of-code/src/LineCountingVisitor.php | 0 .../lines-of-code/src/LinesOfCode.php | 0 .../object-enumerator/.psalm/baseline.xml | 0 .../object-enumerator/.psalm/config.xml | 0 .../sebastian/object-enumerator/ChangeLog.md | 0 .../sebastian/object-enumerator/LICENSE | 0 .../sebastian/object-enumerator/README.md | 0 .../sebastian/object-enumerator/composer.json | 0 .../sebastian/object-enumerator/phpunit.xml | 0 .../object-enumerator/src/Enumerator.php | 0 .../object-enumerator/src/Exception.php | 0 .../src/InvalidArgumentException.php | 0 .../object-reflector/.psalm/baseline.xml | 0 .../object-reflector/.psalm/config.xml | 0 .../sebastian/object-reflector/ChangeLog.md | 0 .../sebastian/object-reflector/LICENSE | 0 .../sebastian/object-reflector/README.md | 0 .../sebastian/object-reflector/composer.json | 0 .../object-reflector/src/Exception.php | 0 .../src/InvalidArgumentException.php | 0 .../object-reflector/src/ObjectReflector.php | 0 .../sebastian/recursion-context/ChangeLog.md | 7 + .../sebastian/recursion-context/LICENSE | 2 +- .../sebastian/recursion-context/README.md | 0 .../sebastian/recursion-context/composer.json | 2 +- .../recursion-context/src/Context.php | 13 +- .../recursion-context/src/Exception.php | 2 +- .../src/InvalidArgumentException.php | 2 +- .../resource-operations/.gitattributes | 0 .../sebastian/resource-operations/.gitignore | 0 .../resource-operations/ChangeLog.md | 0 .../sebastian/resource-operations/LICENSE | 0 .../sebastian/resource-operations/README.md | 0 .../resource-operations/build/generate.php | 0 .../resource-operations/composer.json | 0 .../src/ResourceOperations.php | 0 .../sebastian/type/ChangeLog.md | 9 + {www/vendor => vendor}/sebastian/type/LICENSE | 0 .../sebastian/type/README.md | 0 .../sebastian/type/composer.json | 0 .../sebastian/type/src/Parameter.php | 0 .../sebastian/type/src/ReflectionMapper.php | 0 .../sebastian/type/src/TypeName.php | 0 .../type/src/exception/Exception.php | 0 .../type/src/exception/RuntimeException.php | 0 .../sebastian/type/src/type/CallableType.php | 8 + .../sebastian/type/src/type/FalseType.php | 0 .../type/src/type/GenericObjectType.php | 0 .../type/src/type/IntersectionType.php | 14 +- .../sebastian/type/src/type/IterableType.php | 0 .../sebastian/type/src/type/MixedType.php | 0 .../sebastian/type/src/type/NeverType.php | 0 .../sebastian/type/src/type/NullType.php | 0 .../sebastian/type/src/type/ObjectType.php | 0 .../sebastian/type/src/type/SimpleType.php | 0 .../sebastian/type/src/type/StaticType.php | 0 .../sebastian/type/src/type/TrueType.php | 0 .../sebastian/type/src/type/Type.php | 0 .../sebastian/type/src/type/UnionType.php | 0 .../sebastian/type/src/type/UnknownType.php | 0 .../sebastian/type/src/type/VoidType.php | 0 .../sebastian/version/.gitattributes | 0 .../sebastian/version/.gitignore | 0 .../sebastian/version/ChangeLog.md | 0 .../sebastian/version/LICENSE | 0 .../sebastian/version/README.md | 0 .../sebastian/version/composer.json | 0 .../sebastian/version/src/Version.php | 0 .../theseer/tokenizer/.php_cs.dist | 0 .../theseer/tokenizer/CHANGELOG.md | 0 .../theseer/tokenizer/LICENSE | 0 .../theseer/tokenizer/README.md | 0 .../theseer/tokenizer/composer.json | 0 .../theseer/tokenizer/composer.lock | 0 .../theseer/tokenizer/src/Exception.php | 0 .../theseer/tokenizer/src/NamespaceUri.php | 0 .../tokenizer/src/NamespaceUriException.php | 0 .../theseer/tokenizer/src/Token.php | 0 .../theseer/tokenizer/src/TokenCollection.php | 0 .../src/TokenCollectionException.php | 0 .../theseer/tokenizer/src/Tokenizer.php | 0 .../theseer/tokenizer/src/XMLSerializer.php | 0 www/composer.json | 3 - www/composer.lock | 1737 +---------- www/vendor/bin/php-parse | 1 - www/vendor/bin/phpunit | 1 - www/vendor/composer/InstalledVersions.php | 16 +- www/vendor/composer/autoload_classmap.php | 627 ---- www/vendor/composer/autoload_files.php | 11 - www/vendor/composer/autoload_psr4.php | 3 - www/vendor/composer/autoload_real.php | 12 - www/vendor/composer/autoload_static.php | 661 ---- www/vendor/composer/installed.json | 1848 +---------- www/vendor/composer/installed.php | 258 +- www/vendor/phpunit/php-code-coverage/LICENSE | 33 - www/vendor/phpunit/phpunit/ChangeLog-9.5.md | 242 -- .../recursion-context/.psalm/baseline.xml | 8 - .../recursion-context/.psalm/config.xml | 16 - 1141 files changed, 8540 insertions(+), 8275 deletions(-) create mode 100755 vendor/bin/php-parse create mode 100755 vendor/bin/phpunit delete mode 100644 vendor/composer/platform_check.php rename {www/vendor => vendor}/doctrine/instantiator/.doctrine-project.json (100%) rename {www/vendor => vendor}/doctrine/instantiator/CONTRIBUTING.md (100%) rename {www/vendor => vendor}/doctrine/instantiator/LICENSE (100%) rename {www/vendor => vendor}/doctrine/instantiator/README.md (100%) rename {www/vendor => vendor}/doctrine/instantiator/composer.json (79%) rename {www/vendor => vendor}/doctrine/instantiator/docs/en/index.rst (100%) rename {www/vendor => vendor}/doctrine/instantiator/docs/en/sidebar.rst (100%) rename {www/vendor => vendor}/doctrine/instantiator/psalm.xml (100%) rename {www/vendor => vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php (88%) rename {www/vendor => vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php (94%) rename {www/vendor => vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php (86%) rename {www/vendor => vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php (91%) rename {www/vendor => vendor}/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php (80%) rename {www/vendor => vendor}/myclabs/deep-copy/.github/FUNDING.yml (100%) rename {www/vendor => vendor}/myclabs/deep-copy/.github/workflows/ci.yaml (100%) rename {www/vendor => vendor}/myclabs/deep-copy/LICENSE (100%) rename {www/vendor => vendor}/myclabs/deep-copy/README.md (100%) rename {www/vendor => vendor}/myclabs/deep-copy/composer.json (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/DeepCopy.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php (100%) rename {www/vendor => vendor}/myclabs/deep-copy/src/DeepCopy/deep_copy.php (100%) rename {www/vendor => vendor}/nikic/php-parser/LICENSE (100%) rename {www/vendor => vendor}/nikic/php-parser/README.md (100%) rename {www/vendor => vendor}/nikic/php-parser/bin/php-parse (100%) rename {www/vendor => vendor}/nikic/php-parser/composer.json (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/README.md (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/parser.template (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/php5.y (99%) rename {www/vendor => vendor}/nikic/php-parser/grammar/php7.y (98%) rename {www/vendor => vendor}/nikic/php-parser/grammar/phpyLang.php (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/rebuildParsers.php (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/tokens.template (100%) rename {www/vendor => vendor}/nikic/php-parser/grammar/tokens.y (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Class_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Declaration.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php (96%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Enum_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Function_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Interface_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Method.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Param.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Property.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Trait_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Builder/Use_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/BuilderFactory.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/BuilderHelpers.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Comment.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Comment/Doc.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Error.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Internal/Differ.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/JsonDecoder.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php (98%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php (100%) create mode 100644 vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NameContext.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Arg.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Attribute.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/ComplexType.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Const_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Identifier.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/MatchArm.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Name.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/NullableType.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Param.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/UnionType.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeAbstract.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeDumper.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeFinder.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeTraverser.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php (99%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Parser.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Parser/Multiple.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Parser/Php5.php (77%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Parser/Php7.php (77%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/Parser/Tokens.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ParserAbstract.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/ParserFactory.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php (100%) rename {www/vendor => vendor}/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php (100%) rename {www/vendor => vendor}/phar-io/manifest/CHANGELOG.md (100%) rename {www/vendor => vendor}/phar-io/manifest/LICENSE (100%) rename {www/vendor => vendor}/phar-io/manifest/README.md (100%) rename {www/vendor => vendor}/phar-io/manifest/composer.json (100%) rename {www/vendor => vendor}/phar-io/manifest/composer.lock (100%) rename {www/vendor => vendor}/phar-io/manifest/src/ManifestDocumentMapper.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/ManifestLoader.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/ManifestSerializer.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ElementCollectionException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/InvalidEmailException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/InvalidUrlException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ManifestDocumentException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ManifestElementException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/exceptions/ManifestLoaderException.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Application.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/ApplicationName.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Author.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/AuthorCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/AuthorCollectionIterator.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/BundledComponent.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/BundledComponentCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/BundledComponentCollectionIterator.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/CopyrightInformation.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Email.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Extension.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Library.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/License.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Manifest.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/PhpExtensionRequirement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/PhpVersionRequirement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Requirement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/RequirementCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/RequirementCollectionIterator.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Type.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/values/Url.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/AuthorElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/AuthorElementCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/BundlesElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ComponentElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ComponentElementCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ContainsElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/CopyrightElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ElementCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ExtElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ExtElementCollection.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ExtensionElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/LicenseElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ManifestDocument.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/ManifestElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/PhpElement.php (100%) rename {www/vendor => vendor}/phar-io/manifest/src/xml/RequiresElement.php (100%) rename {www/vendor => vendor}/phar-io/version/CHANGELOG.md (100%) rename {www/vendor => vendor}/phar-io/version/LICENSE (100%) rename {www/vendor => vendor}/phar-io/version/README.md (100%) rename {www/vendor => vendor}/phar-io/version/composer.json (100%) rename {www/vendor => vendor}/phar-io/version/src/BuildMetaData.php (100%) rename {www/vendor => vendor}/phar-io/version/src/PreReleaseSuffix.php (100%) rename {www/vendor => vendor}/phar-io/version/src/Version.php (100%) rename {www/vendor => vendor}/phar-io/version/src/VersionConstraintParser.php (100%) rename {www/vendor => vendor}/phar-io/version/src/VersionConstraintValue.php (100%) rename {www/vendor => vendor}/phar-io/version/src/VersionNumber.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/AbstractVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/AndVersionConstraintGroup.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/AnyVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/ExactVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/OrVersionConstraintGroup.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/constraints/VersionConstraint.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/InvalidVersionException.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/NoBuildMetaDataException.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php (100%) rename {www/vendor => vendor}/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/ChangeLog.md (98%) rename {www/vendor/phpunit/phpunit => vendor/phpunit/php-code-coverage}/LICENSE (97%) rename {www/vendor => vendor}/phpunit/php-code-coverage/README.md (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/composer.json (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/CodeCoverage.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/Driver.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/PcovDriver.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/Selector.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/Exception.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/ParserException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/ReflectionException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Exception/XmlException.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Filter.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/AbstractNode.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/Builder.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/CrapIndex.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/Directory.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/File.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Node/Iterator.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/RawCodeCoverageData.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Clover.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Cobertura.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Crap4j.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Facade.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist (91%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist (91%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist (85%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist (86%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist (71%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist (73%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/PHP.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Text.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Coverage.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Directory.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Facade.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/File.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Method.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Node.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Project.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Report.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Source.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Tests.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Totals.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Report/Xml/Unit.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php (99%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Util/Filesystem.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Util/Percentage.php (100%) rename {www/vendor => vendor}/phpunit/php-code-coverage/src/Version.php (90%) rename {www/vendor => vendor}/phpunit/php-file-iterator/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/.psalm/config.xml (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/ChangeLog.md (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/LICENSE (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/README.md (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/composer.json (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/src/Facade.php (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/src/Factory.php (100%) rename {www/vendor => vendor}/phpunit/php-file-iterator/src/Iterator.php (100%) rename {www/vendor => vendor}/phpunit/php-invoker/ChangeLog.md (100%) rename {www/vendor => vendor}/phpunit/php-invoker/LICENSE (100%) rename {www/vendor => vendor}/phpunit/php-invoker/README.md (100%) rename {www/vendor => vendor}/phpunit/php-invoker/composer.json (100%) rename {www/vendor => vendor}/phpunit/php-invoker/src/Invoker.php (100%) rename {www/vendor => vendor}/phpunit/php-invoker/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php (100%) rename {www/vendor => vendor}/phpunit/php-invoker/src/exceptions/TimeoutException.php (100%) rename {www/vendor => vendor}/phpunit/php-text-template/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/phpunit/php-text-template/.psalm/config.xml (100%) rename {www/vendor => vendor}/phpunit/php-text-template/ChangeLog.md (100%) rename {www/vendor => vendor}/phpunit/php-text-template/LICENSE (100%) rename {www/vendor => vendor}/phpunit/php-text-template/README.md (100%) rename {www/vendor => vendor}/phpunit/php-text-template/composer.json (100%) rename {www/vendor => vendor}/phpunit/php-text-template/src/Template.php (100%) rename {www/vendor => vendor}/phpunit/php-text-template/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/phpunit/php-text-template/src/exceptions/RuntimeException.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/phpunit/php-timer/.psalm/config.xml (100%) rename {www/vendor => vendor}/phpunit/php-timer/ChangeLog.md (100%) rename {www/vendor => vendor}/phpunit/php-timer/LICENSE (100%) rename {www/vendor => vendor}/phpunit/php-timer/README.md (100%) rename {www/vendor => vendor}/phpunit/php-timer/composer.json (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/Duration.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/ResourceUsageFormatter.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/Timer.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/exceptions/NoActiveTimerException.php (100%) rename {www/vendor => vendor}/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/.phpstorm.meta.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/ChangeLog-8.5.md (97%) create mode 100644 vendor/phpunit/phpunit/ChangeLog-9.6.md create mode 100644 vendor/phpunit/phpunit/LICENSE rename {www/vendor => vendor}/phpunit/phpunit/README.md (60%) rename {www/vendor => vendor}/phpunit/phpunit/SECURITY.md (100%) rename {www/vendor => vendor}/phpunit/phpunit/composer.json (96%) rename {www/vendor => vendor}/phpunit/phpunit/phpunit (100%) rename {www/vendor => vendor}/phpunit/phpunit/phpunit.xsd (99%) rename {www/vendor => vendor}/phpunit/phpunit/schema/8.5.xsd (100%) rename {www/vendor => vendor}/phpunit/phpunit/schema/9.2.xsd (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Assert.php (96%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Assert/Functions.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Callback.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Constraint.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/IsAnything.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php (99%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php (96%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php (95%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php (91%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/DataProviderTestSuite.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Error/Deprecated.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Error/Error.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Error/Notice.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Error/Warning.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/ErrorTestCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/Error.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/OutputError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/SyntheticError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Exception/Warning.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/ExceptionWrapper.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/IncompleteTest.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/IncompleteTestCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Api/Api.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Api/Method.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php (99%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Invocation.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Matcher.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockClass.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockMethod.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockObject.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockTrait.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/MockType.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php (99%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/MockObject/Verifiable.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Reorderable.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/SelfDescribing.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/SkippedTest.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/SkippedTestCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/Test.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestBuilder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestCase.php (95%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestFailure.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestListener.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestResult.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestSuite.php (98%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/TestSuiteIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Framework/WarningTestCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/BaseTestRunner.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/DefaultTestResultCache.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Extension/PharLoader.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Filter/Factory.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/Hook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/TestHook.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/NullTestResultCache.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/PhptTestCase.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/ResultCacheExtension.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php (62%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/TestResultCache.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/TestSuiteLoader.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/TestSuiteSorter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Runner/Version.php (94%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/CliArguments/Builder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/CliArguments/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Command.php (99%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Exception/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/Help.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/ResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/TestRunner.php (98%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/TestSuiteMapper.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Annotation/DocBlock.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Annotation/Registry.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Blacklist.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Cloner.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Color.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/ErrorHandler.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/ExcludeList.php (93%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/FileLoader.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Filesystem.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Filter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/GlobalState.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/InvalidDataSetException.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Json.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Log/JUnit.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Log/TeamCity.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Printer.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Reflection.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/RegularExpression.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Test.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/TextTestListRenderer.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Type.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/VersionComparisonOperator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/Exception.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/Loader.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/SchemaDetector.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/SchemaFinder.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/ValidationResult.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/Xml/Validator.php (100%) rename {www/vendor => vendor}/phpunit/phpunit/src/Util/XmlTestListRenderer.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/cli-parser/LICENSE (100%) rename {www/vendor => vendor}/sebastian/cli-parser/README.md (100%) rename {www/vendor => vendor}/sebastian/cli-parser/composer.json (100%) rename {www/vendor => vendor}/sebastian/cli-parser/infection.json (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/Parser.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php (100%) rename {www/vendor => vendor}/sebastian/cli-parser/src/exceptions/UnknownOptionException.php (100%) rename {www/vendor => vendor}/sebastian/code-unit-reverse-lookup/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/code-unit-reverse-lookup/LICENSE (100%) rename {www/vendor => vendor}/sebastian/code-unit-reverse-lookup/README.md (100%) rename {www/vendor => vendor}/sebastian/code-unit-reverse-lookup/composer.json (100%) rename {www/vendor => vendor}/sebastian/code-unit-reverse-lookup/src/Wizard.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/sebastian/code-unit/.psalm/config.xml (100%) rename {www/vendor => vendor}/sebastian/code-unit/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/code-unit/LICENSE (100%) rename {www/vendor => vendor}/sebastian/code-unit/README.md (100%) rename {www/vendor => vendor}/sebastian/code-unit/composer.json (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/ClassMethodUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/ClassUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/CodeUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/CodeUnitCollection.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/CodeUnitCollectionIterator.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/FunctionUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/InterfaceMethodUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/InterfaceUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/Mapper.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/TraitMethodUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/TraitUnit.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/exceptions/NoTraitException.php (100%) rename {www/vendor => vendor}/sebastian/code-unit/src/exceptions/ReflectionException.php (100%) rename {www/vendor => vendor}/sebastian/comparator/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/comparator/LICENSE (100%) rename {www/vendor => vendor}/sebastian/comparator/README.md (100%) rename {www/vendor => vendor}/sebastian/comparator/composer.json (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ArrayComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/Comparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ComparisonFailure.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/DOMNodeComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/DateTimeComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/DoubleComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ExceptionComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/Factory.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/MockObjectComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/NumericComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ObjectComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ResourceComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/ScalarComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/SplObjectStorageComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/TypeComparator.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/sebastian/comparator/src/exceptions/RuntimeException.php (100%) rename {www/vendor => vendor}/sebastian/complexity/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/sebastian/complexity/.psalm/config.xml (100%) rename {www/vendor => vendor}/sebastian/complexity/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/complexity/LICENSE (100%) rename {www/vendor => vendor}/sebastian/complexity/README.md (100%) rename {www/vendor => vendor}/sebastian/complexity/composer.json (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Calculator.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Complexity/Complexity.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Complexity/ComplexityCollection.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Exception/Exception.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Exception/RuntimeException.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php (100%) rename {www/vendor => vendor}/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php (100%) rename {www/vendor => vendor}/sebastian/diff/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/diff/LICENSE (100%) rename {www/vendor => vendor}/sebastian/diff/README.md (100%) rename {www/vendor => vendor}/sebastian/diff/composer.json (100%) rename {www/vendor => vendor}/sebastian/diff/src/Chunk.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Diff.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Differ.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Exception/ConfigurationException.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Exception/Exception.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Exception/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Line.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/LongestCommonSubsequenceCalculator.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Output/DiffOutputBuilderInterface.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/Parser.php (100%) rename {www/vendor => vendor}/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php (100%) rename {www/vendor => vendor}/sebastian/environment/ChangeLog.md (95%) rename {www/vendor => vendor}/sebastian/environment/LICENSE (100%) rename {www/vendor => vendor}/sebastian/environment/README.md (100%) rename {www/vendor => vendor}/sebastian/environment/composer.json (100%) rename {www/vendor => vendor}/sebastian/environment/src/Console.php (94%) rename {www/vendor => vendor}/sebastian/environment/src/OperatingSystem.php (100%) rename {www/vendor => vendor}/sebastian/environment/src/Runtime.php (100%) rename {www/vendor => vendor}/sebastian/exporter/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/exporter/LICENSE (100%) rename {www/vendor => vendor}/sebastian/exporter/README.md (100%) rename {www/vendor => vendor}/sebastian/exporter/composer.json (100%) rename {www/vendor => vendor}/sebastian/exporter/src/Exporter.php (100%) rename {www/vendor => vendor}/sebastian/global-state/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/global-state/LICENSE (100%) rename {www/vendor => vendor}/sebastian/global-state/README.md (100%) rename {www/vendor => vendor}/sebastian/global-state/composer.json (100%) rename {www/vendor => vendor}/sebastian/global-state/src/CodeExporter.php (100%) rename {www/vendor => vendor}/sebastian/global-state/src/ExcludeList.php (100%) rename {www/vendor => vendor}/sebastian/global-state/src/Restorer.php (100%) rename {www/vendor => vendor}/sebastian/global-state/src/Snapshot.php (100%) rename {www/vendor => vendor}/sebastian/global-state/src/exceptions/Exception.php (100%) rename {www/vendor => vendor}/sebastian/global-state/src/exceptions/RuntimeException.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/.psalm/config.xml (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/LICENSE (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/README.md (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/composer.json (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/Counter.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/Exception/Exception.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/Exception/NegativeValueException.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/Exception/RuntimeException.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/LineCountingVisitor.php (100%) rename {www/vendor => vendor}/sebastian/lines-of-code/src/LinesOfCode.php (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/.psalm/config.xml (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/LICENSE (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/README.md (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/composer.json (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/phpunit.xml (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/src/Enumerator.php (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/src/Exception.php (100%) rename {www/vendor => vendor}/sebastian/object-enumerator/src/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/sebastian/object-reflector/.psalm/baseline.xml (100%) rename {www/vendor => vendor}/sebastian/object-reflector/.psalm/config.xml (100%) rename {www/vendor => vendor}/sebastian/object-reflector/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/object-reflector/LICENSE (100%) rename {www/vendor => vendor}/sebastian/object-reflector/README.md (100%) rename {www/vendor => vendor}/sebastian/object-reflector/composer.json (100%) rename {www/vendor => vendor}/sebastian/object-reflector/src/Exception.php (100%) rename {www/vendor => vendor}/sebastian/object-reflector/src/InvalidArgumentException.php (100%) rename {www/vendor => vendor}/sebastian/object-reflector/src/ObjectReflector.php (100%) rename {www/vendor => vendor}/sebastian/recursion-context/ChangeLog.md (78%) rename {www/vendor => vendor}/sebastian/recursion-context/LICENSE (95%) rename {www/vendor => vendor}/sebastian/recursion-context/README.md (100%) rename {www/vendor => vendor}/sebastian/recursion-context/composer.json (92%) rename {www/vendor => vendor}/sebastian/recursion-context/src/Context.php (87%) rename {www/vendor => vendor}/sebastian/recursion-context/src/Exception.php (85%) rename {www/vendor => vendor}/sebastian/recursion-context/src/InvalidArgumentException.php (86%) rename {www/vendor => vendor}/sebastian/resource-operations/.gitattributes (100%) rename {www/vendor => vendor}/sebastian/resource-operations/.gitignore (100%) rename {www/vendor => vendor}/sebastian/resource-operations/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/resource-operations/LICENSE (100%) rename {www/vendor => vendor}/sebastian/resource-operations/README.md (100%) rename {www/vendor => vendor}/sebastian/resource-operations/build/generate.php (100%) rename {www/vendor => vendor}/sebastian/resource-operations/composer.json (100%) rename {www/vendor => vendor}/sebastian/resource-operations/src/ResourceOperations.php (100%) rename {www/vendor => vendor}/sebastian/type/ChangeLog.md (96%) rename {www/vendor => vendor}/sebastian/type/LICENSE (100%) rename {www/vendor => vendor}/sebastian/type/README.md (100%) rename {www/vendor => vendor}/sebastian/type/composer.json (100%) rename {www/vendor => vendor}/sebastian/type/src/Parameter.php (100%) rename {www/vendor => vendor}/sebastian/type/src/ReflectionMapper.php (100%) rename {www/vendor => vendor}/sebastian/type/src/TypeName.php (100%) rename {www/vendor => vendor}/sebastian/type/src/exception/Exception.php (100%) rename {www/vendor => vendor}/sebastian/type/src/exception/RuntimeException.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/CallableType.php (95%) rename {www/vendor => vendor}/sebastian/type/src/type/FalseType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/GenericObjectType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/IntersectionType.php (88%) rename {www/vendor => vendor}/sebastian/type/src/type/IterableType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/MixedType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/NeverType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/NullType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/ObjectType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/SimpleType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/StaticType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/TrueType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/Type.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/UnionType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/UnknownType.php (100%) rename {www/vendor => vendor}/sebastian/type/src/type/VoidType.php (100%) rename {www/vendor => vendor}/sebastian/version/.gitattributes (100%) rename {www/vendor => vendor}/sebastian/version/.gitignore (100%) rename {www/vendor => vendor}/sebastian/version/ChangeLog.md (100%) rename {www/vendor => vendor}/sebastian/version/LICENSE (100%) rename {www/vendor => vendor}/sebastian/version/README.md (100%) rename {www/vendor => vendor}/sebastian/version/composer.json (100%) rename {www/vendor => vendor}/sebastian/version/src/Version.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/.php_cs.dist (100%) rename {www/vendor => vendor}/theseer/tokenizer/CHANGELOG.md (100%) rename {www/vendor => vendor}/theseer/tokenizer/LICENSE (100%) rename {www/vendor => vendor}/theseer/tokenizer/README.md (100%) rename {www/vendor => vendor}/theseer/tokenizer/composer.json (100%) rename {www/vendor => vendor}/theseer/tokenizer/composer.lock (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/Exception.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/NamespaceUri.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/NamespaceUriException.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/Token.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/TokenCollection.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/TokenCollectionException.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/Tokenizer.php (100%) rename {www/vendor => vendor}/theseer/tokenizer/src/XMLSerializer.php (100%) delete mode 120000 www/vendor/bin/php-parse delete mode 120000 www/vendor/bin/phpunit delete mode 100644 www/vendor/composer/autoload_files.php delete mode 100644 www/vendor/phpunit/php-code-coverage/LICENSE delete mode 100644 www/vendor/phpunit/phpunit/ChangeLog-9.5.md delete mode 100644 www/vendor/sebastian/recursion-context/.psalm/baseline.xml delete mode 100644 www/vendor/sebastian/recursion-context/.psalm/config.xml diff --git a/composer.json b/composer.json index 8074720a..e0b0f772 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { - "require": { + "require-dev": { "phpstan/phpstan": "^1.9", - "phan/phan": "^5.4" + "phan/phan": "^5.4", + "phpunit/phpunit": "^9" } } diff --git a/composer.lock b/composer.lock index d06ed2d0..e7a0a1be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a7069a2572f7105a202bb7bdc8956df", - "packages": [ + "content-hash": "9a0da90a31be1bff3f1d19ba7fb9bf3f", + "packages": [], + "packages-dev": [ { "name": "composer/pcre", "version": "3.1.0", @@ -224,6 +225,76 @@ ], "time": "2022-02-25T21:32:43+00:00" }, + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:23:10+00:00" + }, { "name": "felixfbecker/advanced-json-rpc", "version": "v3.2.1", @@ -314,6 +385,65 @@ }, "time": "2021-07-16T21:28:12+00:00" }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, { "name": "netresearch/jsonmapper", "version": "v4.1.0", @@ -365,6 +495,62 @@ }, "time": "2022-12-08T20:46:14+00:00" }, + { + "name": "nikic/php-parser", + "version": "v4.15.3", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + }, + "time": "2023-01-16T22:05:37+00:00" + }, { "name": "phan/phan", "version": "5.4.1", @@ -444,6 +630,117 @@ }, "time": "2022-08-26T00:49:07+00:00" }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", @@ -611,16 +908,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.16", + "version": "1.9.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2", + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2", "shasum": "" }, "require": { @@ -650,7 +947,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.16" + "source": "https://github.com/phpstan/phpstan/tree/1.9.17" }, "funding": [ { @@ -666,7 +963,427 @@ "type": "tidelift" } ], - "time": "2023-02-07T10:42:21+00:00" + "time": "2023-02-08T12:25:00+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.24", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-01-26T08:26:55+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2023-02-04T13:37:15+00:00" }, { "name": "psr/container", @@ -837,6 +1554,970 @@ }, "time": "2021-11-04T06:51:17+00:00" }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:03:51+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:07:39+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:13:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, { "name": "symfony/console", "version": "v6.2.5", @@ -1584,6 +3265,56 @@ ], "time": "2023-01-01T08:38:09+00:00" }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, { "name": "tysonandre/var_representation_polyfill", "version": "0.1.3", @@ -1705,7 +3436,6 @@ "time": "2022-06-03T18:03:27+00:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], diff --git a/vendor/bin/php-parse b/vendor/bin/php-parse new file mode 100755 index 00000000..1bd2c838 --- /dev/null +++ b/vendor/bin/php-parse @@ -0,0 +1,120 @@ +#!/usr/bin/env php +realpath = realpath($opened_path) ?: $opened_path; + $opened_path = $this->realpath; + $this->handle = fopen($this->realpath, $mode); + $this->position = 0; + + return (bool) $this->handle; + } + + public function stream_read($count) + { + $data = fread($this->handle, $count); + + if ($this->position === 0) { + $data = preg_replace('{^#!.*\r?\n}', '', $data); + } + + $this->position += strlen($data); + + return $data; + } + + public function stream_cast($castAs) + { + return $this->handle; + } + + public function stream_close() + { + fclose($this->handle); + } + + public function stream_lock($operation) + { + return $operation ? flock($this->handle, $operation) : true; + } + + public function stream_seek($offset, $whence) + { + if (0 === fseek($this->handle, $offset, $whence)) { + $this->position = ftell($this->handle); + return true; + } + + return false; + } + + public function stream_tell() + { + return $this->position; + } + + public function stream_eof() + { + return feof($this->handle); + } + + public function stream_stat() + { + return array(); + } + + public function stream_set_option($option, $arg1, $arg2) + { + return true; + } + + public function url_stat($path, $flags) + { + $path = substr($path, 17); + if (file_exists($path)) { + return stat($path); + } + + return false; + } + } + } + + if ( + (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true)) + || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) + ) { + include("phpvfscomposer://" . __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse'); + exit(0); + } +} + +include __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse'; diff --git a/vendor/bin/phpunit b/vendor/bin/phpunit new file mode 100755 index 00000000..e92cddc5 --- /dev/null +++ b/vendor/bin/phpunit @@ -0,0 +1,123 @@ +#!/usr/bin/env php +realpath = realpath($opened_path) ?: $opened_path; + $opened_path = 'phpvfscomposer://'.$this->realpath; + $this->handle = fopen($this->realpath, $mode); + $this->position = 0; + + return (bool) $this->handle; + } + + public function stream_read($count) + { + $data = fread($this->handle, $count); + + if ($this->position === 0) { + $data = preg_replace('{^#!.*\r?\n}', '', $data); + } + $data = str_replace('__DIR__', var_export(dirname($this->realpath), true), $data); + $data = str_replace('__FILE__', var_export($this->realpath, true), $data); + + $this->position += strlen($data); + + return $data; + } + + public function stream_cast($castAs) + { + return $this->handle; + } + + public function stream_close() + { + fclose($this->handle); + } + + public function stream_lock($operation) + { + return $operation ? flock($this->handle, $operation) : true; + } + + public function stream_seek($offset, $whence) + { + if (0 === fseek($this->handle, $offset, $whence)) { + $this->position = ftell($this->handle); + return true; + } + + return false; + } + + public function stream_tell() + { + return $this->position; + } + + public function stream_eof() + { + return feof($this->handle); + } + + public function stream_stat() + { + return array(); + } + + public function stream_set_option($option, $arg1, $arg2) + { + return true; + } + + public function url_stat($path, $flags) + { + $path = substr($path, 17); + if (file_exists($path)) { + return stat($path); + } + + return false; + } + } + } + + if ( + (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true)) + || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) + ) { + include("phpvfscomposer://" . __DIR__ . '/..'.'/phpunit/phpunit/phpunit'); + exit(0); + } +} + +include __DIR__ . '/..'.'/phpunit/phpunit/phpunit'; diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index cae0fc2f..7ec556ed 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -9,8 +9,635 @@ return array( 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', + 'PHPUnit\\Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', + 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', + 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', + 'PHPUnit\\Framework\\Constraint\\Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', + 'PHPUnit\\Framework\\Constraint\\Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', + 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', + 'PHPUnit\\Framework\\Constraint\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', + 'PHPUnit\\Framework\\Constraint\\GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', + 'PHPUnit\\Framework\\Constraint\\IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', + 'PHPUnit\\Framework\\Constraint\\IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', + 'PHPUnit\\Framework\\Constraint\\IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', + 'PHPUnit\\Framework\\Constraint\\IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', + 'PHPUnit\\Framework\\Constraint\\IsFinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', + 'PHPUnit\\Framework\\Constraint\\IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', + 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', + 'PHPUnit\\Framework\\Constraint\\IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', + 'PHPUnit\\Framework\\Constraint\\IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', + 'PHPUnit\\Framework\\Constraint\\IsReadable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', + 'PHPUnit\\Framework\\Constraint\\IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', + 'PHPUnit\\Framework\\Constraint\\IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', + 'PHPUnit\\Framework\\Constraint\\IsWritable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', + 'PHPUnit\\Framework\\Constraint\\LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', + 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', + 'PHPUnit\\Framework\\Constraint\\LogicalNot' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', + 'PHPUnit\\Framework\\Constraint\\LogicalOr' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', + 'PHPUnit\\Framework\\Constraint\\LogicalXor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', + 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', + 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Operator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', + 'PHPUnit\\Framework\\Constraint\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', + 'PHPUnit\\Framework\\Constraint\\StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', + 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', + 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', + 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', + 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', + 'PHPUnit\\Framework\\DataProviderTestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', + 'PHPUnit\\Framework\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Error.php', + 'PHPUnit\\Framework\\ErrorTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', + 'PHPUnit\\Framework\\Error\\Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', + 'PHPUnit\\Framework\\Error\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Error.php', + 'PHPUnit\\Framework\\Error\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', + 'PHPUnit\\Framework\\Error\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Exception.php', + 'PHPUnit\\Framework\\ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', + 'PHPUnit\\Framework\\ExecutionOrderDependency' => $vendorDir . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', + 'PHPUnit\\Framework\\ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', + 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', + 'PHPUnit\\Framework\\InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', + 'PHPUnit\\Framework\\InvalidDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', + 'PHPUnit\\Framework\\InvalidParameterGroupException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', + 'PHPUnit\\Framework\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', + 'PHPUnit\\Framework\\MockObject\\Api' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', + 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', + 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', + 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MockBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', + 'PHPUnit\\Framework\\MockObject\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', + 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', + 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', + 'PHPUnit\\Framework\\MockObject\\Verifiable' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\NoChildTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', + 'PHPUnit\\Framework\\OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', + 'PHPUnit\\Framework\\PHPTAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\Reorderable' => $vendorDir . '/phpunit/phpunit/src/Framework/Reorderable.php', + 'PHPUnit\\Framework\\RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', + 'PHPUnit\\Framework\\SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', + 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', + 'PHPUnit\\Framework\\SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', + 'PHPUnit\\Framework\\SyntheticSkippedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', + 'PHPUnit\\Framework\\TestBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/TestBuilder.php', + 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', + 'PHPUnit\\Framework\\TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', + 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', + 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', + 'PHPUnit\\Framework\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', + 'PHPUnit\\Framework\\TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', + 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', + 'PHPUnit\\Framework\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Warning.php', + 'PHPUnit\\Framework\\WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php', + 'PHPUnit\\Runner\\AfterIncompleteTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', + 'PHPUnit\\Runner\\AfterLastTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', + 'PHPUnit\\Runner\\AfterRiskyTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', + 'PHPUnit\\Runner\\AfterSkippedTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', + 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', + 'PHPUnit\\Runner\\AfterTestErrorHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', + 'PHPUnit\\Runner\\AfterTestFailureHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', + 'PHPUnit\\Runner\\AfterTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', + 'PHPUnit\\Runner\\AfterTestWarningHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', + 'PHPUnit\\Runner\\BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', + 'PHPUnit\\Runner\\BeforeFirstTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', + 'PHPUnit\\Runner\\BeforeTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', + 'PHPUnit\\Runner\\DefaultTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', + 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', + 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Runner\\Extension\\PharLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', + 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', + 'PHPUnit\\Runner\\Hook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/Hook.php', + 'PHPUnit\\Runner\\NullTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php', + 'PHPUnit\\Runner\\ResultCacheExtension' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', + 'PHPUnit\\Runner\\StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', + 'PHPUnit\\Runner\\TestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', + 'PHPUnit\\Runner\\TestListenerAdapter' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', + 'PHPUnit\\Runner\\TestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', + 'PHPUnit\\Runner\\TestSuiteSorter' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\Mapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', + 'PHPUnit\\TextUI\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', + 'PHPUnit\\TextUI\\DefaultResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', + 'PHPUnit\\TextUI\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', + 'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', + 'PHPUnit\\TextUI\\TestFileNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', + 'PHPUnit\\TextUI\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', + 'PHPUnit\\TextUI\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', + 'PHPUnit\\Util\\Annotation\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', + 'PHPUnit\\Util\\Annotation\\Registry' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/Registry.php', + 'PHPUnit\\Util\\Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\Util\\Cloner' => $vendorDir . '/phpunit/phpunit/src/Util/Cloner.php', + 'PHPUnit\\Util\\Color' => $vendorDir . '/phpunit/phpunit/src/Util/Color.php', + 'PHPUnit\\Util\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', + 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\ExcludeList' => $vendorDir . '/phpunit/phpunit/src/Util/ExcludeList.php', + 'PHPUnit\\Util\\FileLoader' => $vendorDir . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', + 'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', + 'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', + 'PHPUnit\\Util\\InvalidDataSetException' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\Json' => $vendorDir . '/phpunit/phpunit/src/Util/Json.php', + 'PHPUnit\\Util\\Log\\JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', + 'PHPUnit\\Util\\Log\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php', + 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', + 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', + 'PHPUnit\\Util\\Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', + 'PHPUnit\\Util\\Reflection' => $vendorDir . '/phpunit/phpunit/src/Util/Reflection.php', + 'PHPUnit\\Util\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Util/RegularExpression.php', + 'PHPUnit\\Util\\Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', + 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', + 'PHPUnit\\Util\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', + 'PHPUnit\\Util\\TextTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', + 'PHPUnit\\Util\\Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\VersionComparisonOperator' => $vendorDir . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', + 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', + 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml.php', + 'PHPUnit\\Util\\XmlTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', + 'PHPUnit\\Util\\Xml\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Exception.php', + 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\Loader' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Loader.php', + 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', + 'PHPUnit\\Util\\Xml\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', + 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', + 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', + 'PHPUnit\\Util\\Xml\\Validator' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PharIo\\Manifest\\Application' => $vendorDir . '/phar-io/manifest/src/values/Application.php', + 'PharIo\\Manifest\\ApplicationName' => $vendorDir . '/phar-io/manifest/src/values/ApplicationName.php', + 'PharIo\\Manifest\\Author' => $vendorDir . '/phar-io/manifest/src/values/Author.php', + 'PharIo\\Manifest\\AuthorCollection' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollection.php', + 'PharIo\\Manifest\\AuthorCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', + 'PharIo\\Manifest\\AuthorElement' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElement.php', + 'PharIo\\Manifest\\AuthorElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElementCollection.php', + 'PharIo\\Manifest\\BundledComponent' => $vendorDir . '/phar-io/manifest/src/values/BundledComponent.php', + 'PharIo\\Manifest\\BundledComponentCollection' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollection.php', + 'PharIo\\Manifest\\BundledComponentCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', + 'PharIo\\Manifest\\BundlesElement' => $vendorDir . '/phar-io/manifest/src/xml/BundlesElement.php', + 'PharIo\\Manifest\\ComponentElement' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElement.php', + 'PharIo\\Manifest\\ComponentElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElementCollection.php', + 'PharIo\\Manifest\\ContainsElement' => $vendorDir . '/phar-io/manifest/src/xml/ContainsElement.php', + 'PharIo\\Manifest\\CopyrightElement' => $vendorDir . '/phar-io/manifest/src/xml/CopyrightElement.php', + 'PharIo\\Manifest\\CopyrightInformation' => $vendorDir . '/phar-io/manifest/src/values/CopyrightInformation.php', + 'PharIo\\Manifest\\ElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ElementCollection.php', + 'PharIo\\Manifest\\ElementCollectionException' => $vendorDir . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', + 'PharIo\\Manifest\\Email' => $vendorDir . '/phar-io/manifest/src/values/Email.php', + 'PharIo\\Manifest\\Exception' => $vendorDir . '/phar-io/manifest/src/exceptions/Exception.php', + 'PharIo\\Manifest\\ExtElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtElement.php', + 'PharIo\\Manifest\\ExtElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ExtElementCollection.php', + 'PharIo\\Manifest\\Extension' => $vendorDir . '/phar-io/manifest/src/values/Extension.php', + 'PharIo\\Manifest\\ExtensionElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtensionElement.php', + 'PharIo\\Manifest\\InvalidApplicationNameException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', + 'PharIo\\Manifest\\InvalidEmailException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', + 'PharIo\\Manifest\\InvalidUrlException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', + 'PharIo\\Manifest\\Library' => $vendorDir . '/phar-io/manifest/src/values/Library.php', + 'PharIo\\Manifest\\License' => $vendorDir . '/phar-io/manifest/src/values/License.php', + 'PharIo\\Manifest\\LicenseElement' => $vendorDir . '/phar-io/manifest/src/xml/LicenseElement.php', + 'PharIo\\Manifest\\Manifest' => $vendorDir . '/phar-io/manifest/src/values/Manifest.php', + 'PharIo\\Manifest\\ManifestDocument' => $vendorDir . '/phar-io/manifest/src/xml/ManifestDocument.php', + 'PharIo\\Manifest\\ManifestDocumentException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', + 'PharIo\\Manifest\\ManifestDocumentLoadingException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', + 'PharIo\\Manifest\\ManifestDocumentMapper' => $vendorDir . '/phar-io/manifest/src/ManifestDocumentMapper.php', + 'PharIo\\Manifest\\ManifestDocumentMapperException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', + 'PharIo\\Manifest\\ManifestElement' => $vendorDir . '/phar-io/manifest/src/xml/ManifestElement.php', + 'PharIo\\Manifest\\ManifestElementException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestElementException.php', + 'PharIo\\Manifest\\ManifestLoader' => $vendorDir . '/phar-io/manifest/src/ManifestLoader.php', + 'PharIo\\Manifest\\ManifestLoaderException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', + 'PharIo\\Manifest\\ManifestSerializer' => $vendorDir . '/phar-io/manifest/src/ManifestSerializer.php', + 'PharIo\\Manifest\\PhpElement' => $vendorDir . '/phar-io/manifest/src/xml/PhpElement.php', + 'PharIo\\Manifest\\PhpExtensionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', + 'PharIo\\Manifest\\PhpVersionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpVersionRequirement.php', + 'PharIo\\Manifest\\Requirement' => $vendorDir . '/phar-io/manifest/src/values/Requirement.php', + 'PharIo\\Manifest\\RequirementCollection' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollection.php', + 'PharIo\\Manifest\\RequirementCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', + 'PharIo\\Manifest\\RequiresElement' => $vendorDir . '/phar-io/manifest/src/xml/RequiresElement.php', + 'PharIo\\Manifest\\Type' => $vendorDir . '/phar-io/manifest/src/values/Type.php', + 'PharIo\\Manifest\\Url' => $vendorDir . '/phar-io/manifest/src/values/Url.php', + 'PharIo\\Version\\AbstractVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', + 'PharIo\\Version\\AndVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', + 'PharIo\\Version\\AnyVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AnyVersionConstraint.php', + 'PharIo\\Version\\BuildMetaData' => $vendorDir . '/phar-io/version/src/BuildMetaData.php', + 'PharIo\\Version\\ExactVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/ExactVersionConstraint.php', + 'PharIo\\Version\\Exception' => $vendorDir . '/phar-io/version/src/exceptions/Exception.php', + 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', + 'PharIo\\Version\\InvalidPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', + 'PharIo\\Version\\InvalidVersionException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidVersionException.php', + 'PharIo\\Version\\NoBuildMetaDataException' => $vendorDir . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', + 'PharIo\\Version\\NoPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', + 'PharIo\\Version\\OrVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', + 'PharIo\\Version\\PreReleaseSuffix' => $vendorDir . '/phar-io/version/src/PreReleaseSuffix.php', + 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', + 'PharIo\\Version\\SpecificMajorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', + 'PharIo\\Version\\UnsupportedVersionConstraintException' => $vendorDir . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', + 'PharIo\\Version\\Version' => $vendorDir . '/phar-io/version/src/Version.php', + 'PharIo\\Version\\VersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/VersionConstraint.php', + 'PharIo\\Version\\VersionConstraintParser' => $vendorDir . '/phar-io/version/src/VersionConstraintParser.php', + 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', + 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', + 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', + 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', + 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', + 'SebastianBergmann\\CliParser\\Parser' => $vendorDir . '/sebastian/cli-parser/src/Parser.php', + 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', + 'SebastianBergmann\\CliParser\\UnknownOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', + 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Selector.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php', + 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => $vendorDir . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Builder.php', + 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => $vendorDir . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php', + 'SebastianBergmann\\CodeCoverage\\ParserException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ParserException.php', + 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\ReflectionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', + 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Cobertura.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', + 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Filesystem.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Percentage.php', + 'SebastianBergmann\\CodeCoverage\\Version' => $vendorDir . '/phpunit/php-code-coverage/src/Version.php', + 'SebastianBergmann\\CodeCoverage\\XmlException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XmlException.php', + 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => $vendorDir . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', + 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => $vendorDir . '/sebastian/code-unit/src/ClassMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\ClassUnit' => $vendorDir . '/sebastian/code-unit/src/ClassUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnit' => $vendorDir . '/sebastian/code-unit/src/CodeUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollection.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', + 'SebastianBergmann\\CodeUnit\\Exception' => $vendorDir . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FunctionUnit' => $vendorDir . '/sebastian/code-unit/src/FunctionUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceUnit.php', + 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', + 'SebastianBergmann\\CodeUnit\\Mapper' => $vendorDir . '/sebastian/code-unit/src/Mapper.php', + 'SebastianBergmann\\CodeUnit\\NoTraitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/NoTraitException.php', + 'SebastianBergmann\\CodeUnit\\ReflectionException' => $vendorDir . '/sebastian/code-unit/src/exceptions/ReflectionException.php', + 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => $vendorDir . '/sebastian/code-unit/src/TraitMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\TraitUnit' => $vendorDir . '/sebastian/code-unit/src/TraitUnit.php', + 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', + 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', + 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', + 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', + 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', + 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', + 'SebastianBergmann\\Comparator\\Exception' => $vendorDir . '/sebastian/comparator/src/exceptions/Exception.php', + 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', + 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', + 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php', + 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php', + 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php', + 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php', + 'SebastianBergmann\\Comparator\\RuntimeException' => $vendorDir . '/sebastian/comparator/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php', + 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php', + 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php', + 'SebastianBergmann\\Complexity\\Calculator' => $vendorDir . '/sebastian/complexity/src/Calculator.php', + 'SebastianBergmann\\Complexity\\Complexity' => $vendorDir . '/sebastian/complexity/src/Complexity/Complexity.php', + 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\ComplexityCollection' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', + 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', + 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\Exception' => $vendorDir . '/sebastian/complexity/src/Exception/Exception.php', + 'SebastianBergmann\\Complexity\\RuntimeException' => $vendorDir . '/sebastian/complexity/src/Exception/RuntimeException.php', + 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php', + 'SebastianBergmann\\Diff\\ConfigurationException' => $vendorDir . '/sebastian/diff/src/Exception/ConfigurationException.php', + 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php', + 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php', + 'SebastianBergmann\\Diff\\Exception' => $vendorDir . '/sebastian/diff/src/Exception/Exception.php', + 'SebastianBergmann\\Diff\\InvalidArgumentException' => $vendorDir . '/sebastian/diff/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php', + 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => $vendorDir . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', + 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', + 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', + 'SebastianBergmann\\Environment\\OperatingSystem' => $vendorDir . '/sebastian/environment/src/OperatingSystem.php', + 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', + 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', + 'SebastianBergmann\\FileIterator\\Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', + 'SebastianBergmann\\FileIterator\\Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', + 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php', + 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/exceptions/Exception.php', + 'SebastianBergmann\\GlobalState\\ExcludeList' => $vendorDir . '/sebastian/global-state/src/ExcludeList.php', + 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php', + 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php', + 'SebastianBergmann\\Invoker\\Exception' => $vendorDir . '/phpunit/php-invoker/src/exceptions/Exception.php', + 'SebastianBergmann\\Invoker\\Invoker' => $vendorDir . '/phpunit/php-invoker/src/Invoker.php', + 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', + 'SebastianBergmann\\Invoker\\TimeoutException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', + 'SebastianBergmann\\LinesOfCode\\Counter' => $vendorDir . '/sebastian/lines-of-code/src/Counter.php', + 'SebastianBergmann\\LinesOfCode\\Exception' => $vendorDir . '/sebastian/lines-of-code/src/Exception/Exception.php', + 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', + 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => $vendorDir . '/sebastian/lines-of-code/src/LineCountingVisitor.php', + 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => $vendorDir . '/sebastian/lines-of-code/src/LinesOfCode.php', + 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', + 'SebastianBergmann\\LinesOfCode\\RuntimeException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', + 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php', + 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php', + 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\Exception' => $vendorDir . '/sebastian/object-reflector/src/Exception.php', + 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => $vendorDir . '/sebastian/object-reflector/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => $vendorDir . '/sebastian/object-reflector/src/ObjectReflector.php', + 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', + 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', + 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', + 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php', + 'SebastianBergmann\\Template\\Exception' => $vendorDir . '/phpunit/php-text-template/src/exceptions/Exception.php', + 'SebastianBergmann\\Template\\InvalidArgumentException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', + 'SebastianBergmann\\Template\\RuntimeException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Template\\Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', + 'SebastianBergmann\\Timer\\Duration' => $vendorDir . '/phpunit/php-timer/src/Duration.php', + 'SebastianBergmann\\Timer\\Exception' => $vendorDir . '/phpunit/php-timer/src/exceptions/Exception.php', + 'SebastianBergmann\\Timer\\NoActiveTimerException' => $vendorDir . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', + 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => $vendorDir . '/phpunit/php-timer/src/ResourceUsageFormatter.php', + 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => $vendorDir . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', + 'SebastianBergmann\\Timer\\Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php', + 'SebastianBergmann\\Type\\CallableType' => $vendorDir . '/sebastian/type/src/type/CallableType.php', + 'SebastianBergmann\\Type\\Exception' => $vendorDir . '/sebastian/type/src/exception/Exception.php', + 'SebastianBergmann\\Type\\FalseType' => $vendorDir . '/sebastian/type/src/type/FalseType.php', + 'SebastianBergmann\\Type\\GenericObjectType' => $vendorDir . '/sebastian/type/src/type/GenericObjectType.php', + 'SebastianBergmann\\Type\\IntersectionType' => $vendorDir . '/sebastian/type/src/type/IntersectionType.php', + 'SebastianBergmann\\Type\\IterableType' => $vendorDir . '/sebastian/type/src/type/IterableType.php', + 'SebastianBergmann\\Type\\MixedType' => $vendorDir . '/sebastian/type/src/type/MixedType.php', + 'SebastianBergmann\\Type\\NeverType' => $vendorDir . '/sebastian/type/src/type/NeverType.php', + 'SebastianBergmann\\Type\\NullType' => $vendorDir . '/sebastian/type/src/type/NullType.php', + 'SebastianBergmann\\Type\\ObjectType' => $vendorDir . '/sebastian/type/src/type/ObjectType.php', + 'SebastianBergmann\\Type\\Parameter' => $vendorDir . '/sebastian/type/src/Parameter.php', + 'SebastianBergmann\\Type\\ReflectionMapper' => $vendorDir . '/sebastian/type/src/ReflectionMapper.php', + 'SebastianBergmann\\Type\\RuntimeException' => $vendorDir . '/sebastian/type/src/exception/RuntimeException.php', + 'SebastianBergmann\\Type\\SimpleType' => $vendorDir . '/sebastian/type/src/type/SimpleType.php', + 'SebastianBergmann\\Type\\StaticType' => $vendorDir . '/sebastian/type/src/type/StaticType.php', + 'SebastianBergmann\\Type\\TrueType' => $vendorDir . '/sebastian/type/src/type/TrueType.php', + 'SebastianBergmann\\Type\\Type' => $vendorDir . '/sebastian/type/src/type/Type.php', + 'SebastianBergmann\\Type\\TypeName' => $vendorDir . '/sebastian/type/src/TypeName.php', + 'SebastianBergmann\\Type\\UnionType' => $vendorDir . '/sebastian/type/src/type/UnionType.php', + 'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php', + 'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php', + 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'TheSeer\\Tokenizer\\Exception' => $vendorDir . '/theseer/tokenizer/src/Exception.php', + 'TheSeer\\Tokenizer\\NamespaceUri' => $vendorDir . '/theseer/tokenizer/src/NamespaceUri.php', + 'TheSeer\\Tokenizer\\NamespaceUriException' => $vendorDir . '/theseer/tokenizer/src/NamespaceUriException.php', + 'TheSeer\\Tokenizer\\Token' => $vendorDir . '/theseer/tokenizer/src/Token.php', + 'TheSeer\\Tokenizer\\TokenCollection' => $vendorDir . '/theseer/tokenizer/src/TokenCollection.php', + 'TheSeer\\Tokenizer\\TokenCollectionException' => $vendorDir . '/theseer/tokenizer/src/TokenCollectionException.php', + 'TheSeer\\Tokenizer\\Tokenizer' => $vendorDir . '/theseer/tokenizer/src/Tokenizer.php', + 'TheSeer\\Tokenizer\\XMLSerializer' => $vendorDir . '/theseer/tokenizer/src/XMLSerializer.php', 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index 451aaf54..b31452b3 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.php @@ -12,10 +12,12 @@ return array( 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php', + '6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', '2b9d0f43f9552984cfa82fee95491826' => $vendorDir . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => $vendorDir . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => $vendorDir . '/sabre/event/lib/Promise/functions.php', 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', '6714be961f4a45ae8b9a99d5d55c5d07' => $vendorDir . '/tysonandre/var_representation_polyfill/src/var_representation.php', '9b38cf48e83f5d8f60375221cd213eee' => $vendorDir . '/phpstan/phpstan/bootstrap.php', + 'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index e29af502..fe203ab7 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -6,7 +6,7 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( - 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'), + 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), 'VarRepresentation\\' => array($vendorDir . '/tysonandre/var_representation_polyfill/src/VarRepresentation'), 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), @@ -20,8 +20,11 @@ return array( 'Sabre\\Event\\' => array($vendorDir . '/sabre/event/lib'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/src'), 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), + 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), 'Phan\\' => array($vendorDir . '/phan/phan/src/Phan'), 'Microsoft\\PhpParser\\' => array($vendorDir . '/microsoft/tolerant-php-parser/src'), + 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), + 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), 'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'), 'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), 'Composer\\Pcre\\' => array($vendorDir . '/composer/pcre/src'), diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index d0311c50..e09c6a9e 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -22,8 +22,6 @@ class ComposerAutoloaderInitdd705c6e8ab22e0d642372dec7767718 return self::$loader; } - require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitdd705c6e8ab22e0d642372dec7767718', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInitdd705c6e8ab22e0d642372dec7767718', 'loadClassLoader')); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index e0d8fea8..41f35c5d 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -13,12 +13,14 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php', + '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', '2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', '6714be961f4a45ae8b9a99d5d55c5d07' => __DIR__ . '/..' . '/tysonandre/var_representation_polyfill/src/var_representation.php', '9b38cf48e83f5d8f60375221cd213eee' => __DIR__ . '/..' . '/phpstan/phpstan/bootstrap.php', + 'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); public static $prefixLengthsPsr4 = array ( @@ -50,12 +52,18 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 'Psr\\Log\\' => 8, 'Psr\\Container\\' => 14, + 'PhpParser\\' => 10, 'Phan\\' => 5, ), 'M' => array ( 'Microsoft\\PhpParser\\' => 20, ), + 'D' => + array ( + 'Doctrine\\Instantiator\\' => 22, + 'DeepCopy\\' => 9, + ), 'C' => array ( 'Composer\\XdebugHandler\\' => 23, @@ -72,8 +80,8 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 'phpDocumentor\\Reflection\\' => array ( 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', - 1 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', - 2 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', + 1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', + 2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', ), 'Webmozart\\Assert\\' => array ( @@ -127,6 +135,10 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), + 'PhpParser\\' => + array ( + 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', + ), 'Phan\\' => array ( 0 => __DIR__ . '/..' . '/phan/phan/src/Phan', @@ -135,6 +147,14 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 0 => __DIR__ . '/..' . '/microsoft/tolerant-php-parser/src', ), + 'Doctrine\\Instantiator\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', + ), + 'DeepCopy\\' => + array ( + 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', + ), 'Composer\\XdebugHandler\\' => array ( 0 => __DIR__ . '/..' . '/composer/xdebug-handler/src', @@ -167,8 +187,635 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', + 'PHPUnit\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php', + 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', + 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', + 'PHPUnit\\Framework\\Constraint\\Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', + 'PHPUnit\\Framework\\Constraint\\Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', + 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', + 'PHPUnit\\Framework\\Constraint\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', + 'PHPUnit\\Framework\\Constraint\\GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', + 'PHPUnit\\Framework\\Constraint\\IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', + 'PHPUnit\\Framework\\Constraint\\IsEmpty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', + 'PHPUnit\\Framework\\Constraint\\IsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', + 'PHPUnit\\Framework\\Constraint\\IsFalse' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', + 'PHPUnit\\Framework\\Constraint\\IsFinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', + 'PHPUnit\\Framework\\Constraint\\IsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\IsInfinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', + 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', + 'PHPUnit\\Framework\\Constraint\\IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsNan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', + 'PHPUnit\\Framework\\Constraint\\IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', + 'PHPUnit\\Framework\\Constraint\\IsReadable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', + 'PHPUnit\\Framework\\Constraint\\IsTrue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', + 'PHPUnit\\Framework\\Constraint\\IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', + 'PHPUnit\\Framework\\Constraint\\IsWritable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', + 'PHPUnit\\Framework\\Constraint\\LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', + 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', + 'PHPUnit\\Framework\\Constraint\\LogicalNot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', + 'PHPUnit\\Framework\\Constraint\\LogicalOr' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', + 'PHPUnit\\Framework\\Constraint\\LogicalXor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', + 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', + 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Operator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', + 'PHPUnit\\Framework\\Constraint\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', + 'PHPUnit\\Framework\\Constraint\\StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', + 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', + 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', + 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', + 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', + 'PHPUnit\\Framework\\DataProviderTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', + 'PHPUnit\\Framework\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Error.php', + 'PHPUnit\\Framework\\ErrorTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', + 'PHPUnit\\Framework\\Error\\Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', + 'PHPUnit\\Framework\\Error\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Error.php', + 'PHPUnit\\Framework\\Error\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php', + 'PHPUnit\\Framework\\Error\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Exception.php', + 'PHPUnit\\Framework\\ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', + 'PHPUnit\\Framework\\ExecutionOrderDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', + 'PHPUnit\\Framework\\ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', + 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', + 'PHPUnit\\Framework\\InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', + 'PHPUnit\\Framework\\InvalidDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', + 'PHPUnit\\Framework\\InvalidParameterGroupException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', + 'PHPUnit\\Framework\\MissingCoversAnnotationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', + 'PHPUnit\\Framework\\MockObject\\Api' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', + 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', + 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', + 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', + 'PHPUnit\\Framework\\MockObject\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', + 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', + 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', + 'PHPUnit\\Framework\\MockObject\\Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\NoChildTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', + 'PHPUnit\\Framework\\OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', + 'PHPUnit\\Framework\\PHPTAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\Reorderable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Reorderable.php', + 'PHPUnit\\Framework\\RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', + 'PHPUnit\\Framework\\SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php', + 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', + 'PHPUnit\\Framework\\SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', + 'PHPUnit\\Framework\\SyntheticSkippedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php', + 'PHPUnit\\Framework\\TestBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestBuilder.php', + 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php', + 'PHPUnit\\Framework\\TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php', + 'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php', + 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', + 'PHPUnit\\Framework\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php', + 'PHPUnit\\Framework\\TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', + 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', + 'PHPUnit\\Framework\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Warning.php', + 'PHPUnit\\Framework\\WarningTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/WarningTestCase.php', + 'PHPUnit\\Runner\\AfterIncompleteTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', + 'PHPUnit\\Runner\\AfterLastTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', + 'PHPUnit\\Runner\\AfterRiskyTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', + 'PHPUnit\\Runner\\AfterSkippedTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', + 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', + 'PHPUnit\\Runner\\AfterTestErrorHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', + 'PHPUnit\\Runner\\AfterTestFailureHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', + 'PHPUnit\\Runner\\AfterTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', + 'PHPUnit\\Runner\\AfterTestWarningHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', + 'PHPUnit\\Runner\\BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', + 'PHPUnit\\Runner\\BeforeFirstTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', + 'PHPUnit\\Runner\\BeforeTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', + 'PHPUnit\\Runner\\DefaultTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', + 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php', + 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Runner\\Extension\\PharLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php', + 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', + 'PHPUnit\\Runner\\Hook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/Hook.php', + 'PHPUnit\\Runner\\NullTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php', + 'PHPUnit\\Runner\\ResultCacheExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', + 'PHPUnit\\Runner\\StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', + 'PHPUnit\\Runner\\TestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', + 'PHPUnit\\Runner\\TestListenerAdapter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', + 'PHPUnit\\Runner\\TestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', + 'PHPUnit\\Runner\\TestSuiteSorter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\Mapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', + 'PHPUnit\\TextUI\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php', + 'PHPUnit\\TextUI\\DefaultResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', + 'PHPUnit\\TextUI\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', + 'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', + 'PHPUnit\\TextUI\\TestFileNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', + 'PHPUnit\\TextUI\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php', + 'PHPUnit\\TextUI\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', + 'PHPUnit\\Util\\Annotation\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', + 'PHPUnit\\Util\\Annotation\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/Registry.php', + 'PHPUnit\\Util\\Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\Util\\Cloner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Cloner.php', + 'PHPUnit\\Util\\Color' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Color.php', + 'PHPUnit\\Util\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php', + 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\ExcludeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ExcludeList.php', + 'PHPUnit\\Util\\FileLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php', + 'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php', + 'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php', + 'PHPUnit\\Util\\InvalidDataSetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\Json' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Json.php', + 'PHPUnit\\Util\\Log\\JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php', + 'PHPUnit\\Util\\Log\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TeamCity.php', + 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', + 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', + 'PHPUnit\\Util\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php', + 'PHPUnit\\Util\\Reflection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Reflection.php', + 'PHPUnit\\Util\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/RegularExpression.php', + 'PHPUnit\\Util\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php', + 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', + 'PHPUnit\\Util\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', + 'PHPUnit\\Util\\TextTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', + 'PHPUnit\\Util\\Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\VersionComparisonOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', + 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', + 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml.php', + 'PHPUnit\\Util\\XmlTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', + 'PHPUnit\\Util\\Xml\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Exception.php', + 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Loader.php', + 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', + 'PHPUnit\\Util\\Xml\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', + 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', + 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', + 'PHPUnit\\Util\\Xml\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PharIo\\Manifest\\Application' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Application.php', + 'PharIo\\Manifest\\ApplicationName' => __DIR__ . '/..' . '/phar-io/manifest/src/values/ApplicationName.php', + 'PharIo\\Manifest\\Author' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Author.php', + 'PharIo\\Manifest\\AuthorCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollection.php', + 'PharIo\\Manifest\\AuthorCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', + 'PharIo\\Manifest\\AuthorElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElement.php', + 'PharIo\\Manifest\\AuthorElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElementCollection.php', + 'PharIo\\Manifest\\BundledComponent' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponent.php', + 'PharIo\\Manifest\\BundledComponentCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollection.php', + 'PharIo\\Manifest\\BundledComponentCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', + 'PharIo\\Manifest\\BundlesElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/BundlesElement.php', + 'PharIo\\Manifest\\ComponentElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElement.php', + 'PharIo\\Manifest\\ComponentElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElementCollection.php', + 'PharIo\\Manifest\\ContainsElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ContainsElement.php', + 'PharIo\\Manifest\\CopyrightElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/CopyrightElement.php', + 'PharIo\\Manifest\\CopyrightInformation' => __DIR__ . '/..' . '/phar-io/manifest/src/values/CopyrightInformation.php', + 'PharIo\\Manifest\\ElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ElementCollection.php', + 'PharIo\\Manifest\\ElementCollectionException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', + 'PharIo\\Manifest\\Email' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Email.php', + 'PharIo\\Manifest\\Exception' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/Exception.php', + 'PharIo\\Manifest\\ExtElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElement.php', + 'PharIo\\Manifest\\ExtElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElementCollection.php', + 'PharIo\\Manifest\\Extension' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Extension.php', + 'PharIo\\Manifest\\ExtensionElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtensionElement.php', + 'PharIo\\Manifest\\InvalidApplicationNameException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', + 'PharIo\\Manifest\\InvalidEmailException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', + 'PharIo\\Manifest\\InvalidUrlException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', + 'PharIo\\Manifest\\Library' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Library.php', + 'PharIo\\Manifest\\License' => __DIR__ . '/..' . '/phar-io/manifest/src/values/License.php', + 'PharIo\\Manifest\\LicenseElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/LicenseElement.php', + 'PharIo\\Manifest\\Manifest' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Manifest.php', + 'PharIo\\Manifest\\ManifestDocument' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestDocument.php', + 'PharIo\\Manifest\\ManifestDocumentException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', + 'PharIo\\Manifest\\ManifestDocumentLoadingException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', + 'PharIo\\Manifest\\ManifestDocumentMapper' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestDocumentMapper.php', + 'PharIo\\Manifest\\ManifestDocumentMapperException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', + 'PharIo\\Manifest\\ManifestElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestElement.php', + 'PharIo\\Manifest\\ManifestElementException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestElementException.php', + 'PharIo\\Manifest\\ManifestLoader' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestLoader.php', + 'PharIo\\Manifest\\ManifestLoaderException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', + 'PharIo\\Manifest\\ManifestSerializer' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestSerializer.php', + 'PharIo\\Manifest\\PhpElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/PhpElement.php', + 'PharIo\\Manifest\\PhpExtensionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', + 'PharIo\\Manifest\\PhpVersionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpVersionRequirement.php', + 'PharIo\\Manifest\\Requirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Requirement.php', + 'PharIo\\Manifest\\RequirementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollection.php', + 'PharIo\\Manifest\\RequirementCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', + 'PharIo\\Manifest\\RequiresElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/RequiresElement.php', + 'PharIo\\Manifest\\Type' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Type.php', + 'PharIo\\Manifest\\Url' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Url.php', + 'PharIo\\Version\\AbstractVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', + 'PharIo\\Version\\AndVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', + 'PharIo\\Version\\AnyVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AnyVersionConstraint.php', + 'PharIo\\Version\\BuildMetaData' => __DIR__ . '/..' . '/phar-io/version/src/BuildMetaData.php', + 'PharIo\\Version\\ExactVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/ExactVersionConstraint.php', + 'PharIo\\Version\\Exception' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/Exception.php', + 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', + 'PharIo\\Version\\InvalidPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', + 'PharIo\\Version\\InvalidVersionException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidVersionException.php', + 'PharIo\\Version\\NoBuildMetaDataException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', + 'PharIo\\Version\\NoPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', + 'PharIo\\Version\\OrVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', + 'PharIo\\Version\\PreReleaseSuffix' => __DIR__ . '/..' . '/phar-io/version/src/PreReleaseSuffix.php', + 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', + 'PharIo\\Version\\SpecificMajorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', + 'PharIo\\Version\\UnsupportedVersionConstraintException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', + 'PharIo\\Version\\Version' => __DIR__ . '/..' . '/phar-io/version/src/Version.php', + 'PharIo\\Version\\VersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/VersionConstraint.php', + 'PharIo\\Version\\VersionConstraintParser' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintParser.php', + 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', + 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', + 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', + 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', + 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', + 'SebastianBergmann\\CliParser\\Parser' => __DIR__ . '/..' . '/sebastian/cli-parser/src/Parser.php', + 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', + 'SebastianBergmann\\CliParser\\UnknownOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', + 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Selector.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Filter.php', + 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Builder.php', + 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Node\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/File.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Iterator.php', + 'SebastianBergmann\\CodeCoverage\\ParserException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ParserException.php', + 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\ReflectionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', + 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Clover.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Cobertura.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', + 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/PHP.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Filesystem.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Percentage.php', + 'SebastianBergmann\\CodeCoverage\\Version' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Version.php', + 'SebastianBergmann\\CodeCoverage\\XmlException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XmlException.php', + 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => __DIR__ . '/..' . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', + 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\ClassUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollection.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', + 'SebastianBergmann\\CodeUnit\\Exception' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FunctionUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FunctionUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceUnit.php', + 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', + 'SebastianBergmann\\CodeUnit\\Mapper' => __DIR__ . '/..' . '/sebastian/code-unit/src/Mapper.php', + 'SebastianBergmann\\CodeUnit\\NoTraitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/NoTraitException.php', + 'SebastianBergmann\\CodeUnit\\ReflectionException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/ReflectionException.php', + 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\TraitUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitUnit.php', + 'SebastianBergmann\\Comparator\\ArrayComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ArrayComparator.php', + 'SebastianBergmann\\Comparator\\Comparator' => __DIR__ . '/..' . '/sebastian/comparator/src/Comparator.php', + 'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php', + 'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php', + 'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php', + 'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php', + 'SebastianBergmann\\Comparator\\Exception' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/Exception.php', + 'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php', + 'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php', + 'SebastianBergmann\\Comparator\\MockObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/MockObjectComparator.php', + 'SebastianBergmann\\Comparator\\NumericComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/NumericComparator.php', + 'SebastianBergmann\\Comparator\\ObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ObjectComparator.php', + 'SebastianBergmann\\Comparator\\ResourceComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ResourceComparator.php', + 'SebastianBergmann\\Comparator\\RuntimeException' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Comparator\\ScalarComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ScalarComparator.php', + 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/SplObjectStorageComparator.php', + 'SebastianBergmann\\Comparator\\TypeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/TypeComparator.php', + 'SebastianBergmann\\Complexity\\Calculator' => __DIR__ . '/..' . '/sebastian/complexity/src/Calculator.php', + 'SebastianBergmann\\Complexity\\Complexity' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/Complexity.php', + 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\ComplexityCollection' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', + 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', + 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\Exception' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/Exception.php', + 'SebastianBergmann\\Complexity\\RuntimeException' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/RuntimeException.php', + 'SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php', + 'SebastianBergmann\\Diff\\ConfigurationException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/ConfigurationException.php', + 'SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php', + 'SebastianBergmann\\Diff\\Differ' => __DIR__ . '/..' . '/sebastian/diff/src/Differ.php', + 'SebastianBergmann\\Diff\\Exception' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/Exception.php', + 'SebastianBergmann\\Diff\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\Diff\\Line' => __DIR__ . '/..' . '/sebastian/diff/src/Line.php', + 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', + 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php', + 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php', + 'SebastianBergmann\\Environment\\OperatingSystem' => __DIR__ . '/..' . '/sebastian/environment/src/OperatingSystem.php', + 'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php', + 'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', + 'SebastianBergmann\\FileIterator\\Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', + 'SebastianBergmann\\FileIterator\\Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', + 'SebastianBergmann\\GlobalState\\CodeExporter' => __DIR__ . '/..' . '/sebastian/global-state/src/CodeExporter.php', + 'SebastianBergmann\\GlobalState\\Exception' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/Exception.php', + 'SebastianBergmann\\GlobalState\\ExcludeList' => __DIR__ . '/..' . '/sebastian/global-state/src/ExcludeList.php', + 'SebastianBergmann\\GlobalState\\Restorer' => __DIR__ . '/..' . '/sebastian/global-state/src/Restorer.php', + 'SebastianBergmann\\GlobalState\\RuntimeException' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\GlobalState\\Snapshot' => __DIR__ . '/..' . '/sebastian/global-state/src/Snapshot.php', + 'SebastianBergmann\\Invoker\\Exception' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/Exception.php', + 'SebastianBergmann\\Invoker\\Invoker' => __DIR__ . '/..' . '/phpunit/php-invoker/src/Invoker.php', + 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', + 'SebastianBergmann\\Invoker\\TimeoutException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', + 'SebastianBergmann\\LinesOfCode\\Counter' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Counter.php', + 'SebastianBergmann\\LinesOfCode\\Exception' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/Exception.php', + 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', + 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LineCountingVisitor.php', + 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LinesOfCode.php', + 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', + 'SebastianBergmann\\LinesOfCode\\RuntimeException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', + 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Enumerator.php', + 'SebastianBergmann\\ObjectEnumerator\\Exception' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Exception.php', + 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\Exception' => __DIR__ . '/..' . '/sebastian/object-reflector/src/Exception.php', + 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-reflector/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => __DIR__ . '/..' . '/sebastian/object-reflector/src/ObjectReflector.php', + 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', + 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', + 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', + 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', + 'SebastianBergmann\\Template\\Exception' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/Exception.php', + 'SebastianBergmann\\Template\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', + 'SebastianBergmann\\Template\\RuntimeException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Template\\Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', + 'SebastianBergmann\\Timer\\Duration' => __DIR__ . '/..' . '/phpunit/php-timer/src/Duration.php', + 'SebastianBergmann\\Timer\\Exception' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/Exception.php', + 'SebastianBergmann\\Timer\\NoActiveTimerException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', + 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => __DIR__ . '/..' . '/phpunit/php-timer/src/ResourceUsageFormatter.php', + 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', + 'SebastianBergmann\\Timer\\Timer' => __DIR__ . '/..' . '/phpunit/php-timer/src/Timer.php', + 'SebastianBergmann\\Type\\CallableType' => __DIR__ . '/..' . '/sebastian/type/src/type/CallableType.php', + 'SebastianBergmann\\Type\\Exception' => __DIR__ . '/..' . '/sebastian/type/src/exception/Exception.php', + 'SebastianBergmann\\Type\\FalseType' => __DIR__ . '/..' . '/sebastian/type/src/type/FalseType.php', + 'SebastianBergmann\\Type\\GenericObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/GenericObjectType.php', + 'SebastianBergmann\\Type\\IntersectionType' => __DIR__ . '/..' . '/sebastian/type/src/type/IntersectionType.php', + 'SebastianBergmann\\Type\\IterableType' => __DIR__ . '/..' . '/sebastian/type/src/type/IterableType.php', + 'SebastianBergmann\\Type\\MixedType' => __DIR__ . '/..' . '/sebastian/type/src/type/MixedType.php', + 'SebastianBergmann\\Type\\NeverType' => __DIR__ . '/..' . '/sebastian/type/src/type/NeverType.php', + 'SebastianBergmann\\Type\\NullType' => __DIR__ . '/..' . '/sebastian/type/src/type/NullType.php', + 'SebastianBergmann\\Type\\ObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/ObjectType.php', + 'SebastianBergmann\\Type\\Parameter' => __DIR__ . '/..' . '/sebastian/type/src/Parameter.php', + 'SebastianBergmann\\Type\\ReflectionMapper' => __DIR__ . '/..' . '/sebastian/type/src/ReflectionMapper.php', + 'SebastianBergmann\\Type\\RuntimeException' => __DIR__ . '/..' . '/sebastian/type/src/exception/RuntimeException.php', + 'SebastianBergmann\\Type\\SimpleType' => __DIR__ . '/..' . '/sebastian/type/src/type/SimpleType.php', + 'SebastianBergmann\\Type\\StaticType' => __DIR__ . '/..' . '/sebastian/type/src/type/StaticType.php', + 'SebastianBergmann\\Type\\TrueType' => __DIR__ . '/..' . '/sebastian/type/src/type/TrueType.php', + 'SebastianBergmann\\Type\\Type' => __DIR__ . '/..' . '/sebastian/type/src/type/Type.php', + 'SebastianBergmann\\Type\\TypeName' => __DIR__ . '/..' . '/sebastian/type/src/TypeName.php', + 'SebastianBergmann\\Type\\UnionType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnionType.php', + 'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php', + 'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php', + 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'TheSeer\\Tokenizer\\Exception' => __DIR__ . '/..' . '/theseer/tokenizer/src/Exception.php', + 'TheSeer\\Tokenizer\\NamespaceUri' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUri.php', + 'TheSeer\\Tokenizer\\NamespaceUriException' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUriException.php', + 'TheSeer\\Tokenizer\\Token' => __DIR__ . '/..' . '/theseer/tokenizer/src/Token.php', + 'TheSeer\\Tokenizer\\TokenCollection' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollection.php', + 'TheSeer\\Tokenizer\\TokenCollectionException' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollectionException.php', + 'TheSeer\\Tokenizer\\Tokenizer' => __DIR__ . '/..' . '/theseer/tokenizer/src/Tokenizer.php', + 'TheSeer\\Tokenizer\\XMLSerializer' => __DIR__ . '/..' . '/theseer/tokenizer/src/XMLSerializer.php', 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ec85232f..47846235 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -227,6 +227,79 @@ ], "install-path": "./xdebug-handler" }, + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "time": "2022-12-30T00:23:10+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "install-path": "../doctrine/instantiator" + }, { "name": "felixfbecker/advanced-json-rpc", "version": "v3.2.1", @@ -323,6 +396,68 @@ }, "install-path": "../microsoft/tolerant-php-parser" }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "version_normalized": "1.11.0.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "time": "2022-03-03T13:19:32+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "install-path": "../myclabs/deep-copy" + }, { "name": "netresearch/jsonmapper", "version": "v4.1.0", @@ -377,6 +512,65 @@ }, "install-path": "../netresearch/jsonmapper" }, + { + "name": "nikic/php-parser", + "version": "v4.15.3", + "version_normalized": "4.15.3.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "time": "2023-01-16T22:05:37+00:00", + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + }, + "install-path": "../nikic/php-parser" + }, { "name": "phan/phan", "version": "5.4.1", @@ -459,6 +653,123 @@ }, "install-path": "../phan/phan" }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "time": "2021-07-20T11:28:43+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "install-path": "../phar-io/manifest" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "version_normalized": "3.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "time": "2022-02-21T01:04:05+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "install-path": "../phar-io/version" + }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", @@ -635,17 +946,17 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.16", - "version_normalized": "1.9.16.0", + "version": "1.9.17", + "version_normalized": "1.9.17.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2", + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2", "shasum": "" }, "require": { @@ -654,7 +965,7 @@ "conflict": { "phpstan/phpstan-shim": "*" }, - "time": "2023-02-07T10:42:21+00:00", + "time": "2023-02-08T12:25:00+00:00", "bin": [ "phpstan", "phpstan.phar" @@ -677,7 +988,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.16" + "source": "https://github.com/phpstan/phpstan/tree/1.9.17" }, "funding": [ { @@ -695,6 +1006,444 @@ ], "install-path": "../phpstan/phpstan" }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.24", + "version_normalized": "9.2.24.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "time": "2023-01-26T08:26:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-code-coverage" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "version_normalized": "3.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2021-12-02T12:48:52+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-file-iterator" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "version_normalized": "3.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "time": "2020-09-28T05:58:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-invoker" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T05:33:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-text-template" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "version_normalized": "5.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:16:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-timer" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.3", + "version_normalized": "9.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "time": "2023-02-04T13:37:15+00:00", + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "install-path": "../phpunit/phpunit" + }, { "name": "psr/container", "version": "2.0.2", @@ -873,6 +1622,1018 @@ }, "install-path": "../sabre/event" }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-09-28T06:08:49+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/cli-parser" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "version_normalized": "1.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:08:54+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/code-unit" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-09-28T05:30:19+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/code-unit-reverse-lookup" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "version_normalized": "4.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2022-09-14T12:41:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/comparator" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T15:52:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/complexity" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "version_normalized": "4.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "time": "2020-10-26T13:10:38+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/diff" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "version_normalized": "5.1.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "time": "2023-02-03T06:03:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/environment" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "version_normalized": "4.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "time": "2022-09-14T06:03:37+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/exporter" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "version_normalized": "5.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "time": "2022-02-14T08:28:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/global-state" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "version_normalized": "1.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-11-28T06:42:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/lines-of-code" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "version_normalized": "4.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:12:34+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/object-enumerator" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:14:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/object-reflector" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "version_normalized": "4.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2023-02-03T06:07:39+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/recursion-context" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "version_normalized": "3.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "time": "2020-09-28T06:45:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/resource-operations" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "version_normalized": "3.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "time": "2023-02-03T06:13:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/type" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "time": "2020-09-28T06:39:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/version" + }, { "name": "symfony/console", "version": "v6.2.5", @@ -1647,6 +3408,59 @@ ], "install-path": "../symfony/string" }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "time": "2021-07-28T10:34:58+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "install-path": "../theseer/tokenizer" + }, { "name": "tysonandre/var_representation_polyfill", "version": "0.1.3", @@ -1775,5 +3589,59 @@ } ], "dev": true, - "dev-package-names": [] + "dev-package-names": [ + "composer/pcre", + "composer/semver", + "composer/xdebug-handler", + "doctrine/instantiator", + "felixfbecker/advanced-json-rpc", + "microsoft/tolerant-php-parser", + "myclabs/deep-copy", + "netresearch/jsonmapper", + "nikic/php-parser", + "phan/phan", + "phar-io/manifest", + "phar-io/version", + "phpdocumentor/reflection-common", + "phpdocumentor/reflection-docblock", + "phpdocumentor/type-resolver", + "phpstan/phpstan", + "phpunit/php-code-coverage", + "phpunit/php-file-iterator", + "phpunit/php-invoker", + "phpunit/php-text-template", + "phpunit/php-timer", + "phpunit/phpunit", + "psr/container", + "psr/log", + "sabre/event", + "sebastian/cli-parser", + "sebastian/code-unit", + "sebastian/code-unit-reverse-lookup", + "sebastian/comparator", + "sebastian/complexity", + "sebastian/diff", + "sebastian/environment", + "sebastian/exporter", + "sebastian/global-state", + "sebastian/lines-of-code", + "sebastian/object-enumerator", + "sebastian/object-reflector", + "sebastian/recursion-context", + "sebastian/resource-operations", + "sebastian/type", + "sebastian/version", + "symfony/console", + "symfony/deprecation-contracts", + "symfony/polyfill-ctype", + "symfony/polyfill-intl-grapheme", + "symfony/polyfill-intl-normalizer", + "symfony/polyfill-mbstring", + "symfony/polyfill-php80", + "symfony/service-contracts", + "symfony/string", + "theseer/tokenizer", + "tysonandre/var_representation_polyfill", + "webmozart/assert" + ] } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 39b84eba..23f5f3de 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '53eef033877e7f16329dfbea26623533281856de', + 'reference' => 'f508b607a6709cad0897a289bbea65567d14887b', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '53eef033877e7f16329dfbea26623533281856de', + 'reference' => 'f508b607a6709cad0897a289bbea65567d14887b', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -26,7 +26,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/./pcre', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'composer/semver' => array( 'pretty_version' => '3.3.2', @@ -35,7 +35,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'composer/xdebug-handler' => array( 'pretty_version' => '3.0.3', @@ -44,7 +44,16 @@ 'type' => 'library', 'install_path' => __DIR__ . '/./xdebug-handler', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'doctrine/instantiator' => array( + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'c6222283fa3f4ac679f8b9ced9a4e23f163e80d0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../doctrine/instantiator', + 'aliases' => array(), + 'dev_requirement' => true, ), 'felixfbecker/advanced-json-rpc' => array( 'pretty_version' => 'v3.2.1', @@ -53,7 +62,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../felixfbecker/advanced-json-rpc', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'microsoft/tolerant-php-parser' => array( 'pretty_version' => 'v0.1.1', @@ -62,7 +71,16 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/tolerant-php-parser', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'myclabs/deep-copy' => array( + 'pretty_version' => '1.11.0', + 'version' => '1.11.0.0', + 'reference' => '14daed4296fae74d9e3201d2c4925d1acb7aa614', + 'type' => 'library', + 'install_path' => __DIR__ . '/../myclabs/deep-copy', + 'aliases' => array(), + 'dev_requirement' => true, ), 'netresearch/jsonmapper' => array( 'pretty_version' => 'v4.1.0', @@ -71,7 +89,16 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../netresearch/jsonmapper', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'nikic/php-parser' => array( + 'pretty_version' => 'v4.15.3', + 'version' => '4.15.3.0', + 'reference' => '570e980a201d8ed0236b0a62ddf2c9cbb2034039', + 'type' => 'library', + 'install_path' => __DIR__ . '/../nikic/php-parser', + 'aliases' => array(), + 'dev_requirement' => true, ), 'phan/phan' => array( 'pretty_version' => '5.4.1', @@ -80,7 +107,25 @@ 'type' => 'project', 'install_path' => __DIR__ . '/../phan/phan', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'phar-io/manifest' => array( + 'pretty_version' => '2.0.3', + 'version' => '2.0.3.0', + 'reference' => '97803eca37d319dfa7826cc2437fc020857acb53', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phar-io/manifest', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phar-io/version' => array( + 'pretty_version' => '3.2.1', + 'version' => '3.2.1.0', + 'reference' => '4f7fd7836c6f332bb2933569e566a0d6c4cbed74', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phar-io/version', + 'aliases' => array(), + 'dev_requirement' => true, ), 'phpdocumentor/reflection-common' => array( 'pretty_version' => '2.2.0', @@ -89,7 +134,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../phpdocumentor/reflection-common', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'phpdocumentor/reflection-docblock' => array( 'pretty_version' => '5.3.0', @@ -98,7 +143,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../phpdocumentor/reflection-docblock', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'phpdocumentor/type-resolver' => array( 'pretty_version' => '1.6.2', @@ -107,16 +152,70 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../phpdocumentor/type-resolver', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'phpstan/phpstan' => array( - 'pretty_version' => '1.9.16', - 'version' => '1.9.16.0', - 'reference' => '922e2689bb180575d0f57de0443c431a5a698e8f', + 'pretty_version' => '1.9.17', + 'version' => '1.9.17.0', + 'reference' => '204e459e7822f2c586463029f5ecec31bb45a1f2', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'phpunit/php-code-coverage' => array( + 'pretty_version' => '9.2.24', + 'version' => '9.2.24.0', + 'reference' => '2cf940ebc6355a9d430462811b5aaa308b174bed', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-code-coverage', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-file-iterator' => array( + 'pretty_version' => '3.0.6', + 'version' => '3.0.6.0', + 'reference' => 'cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-file-iterator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-invoker' => array( + 'pretty_version' => '3.1.1', + 'version' => '3.1.1.0', + 'reference' => '5a10147d0aaf65b58940a0b72f71c9ac0423cc67', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-invoker', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-text-template' => array( + 'pretty_version' => '2.0.4', + 'version' => '2.0.4.0', + 'reference' => '5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-text-template', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-timer' => array( + 'pretty_version' => '5.0.3', + 'version' => '5.0.3.0', + 'reference' => '5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-timer', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/phpunit' => array( + 'pretty_version' => '9.6.3', + 'version' => '9.6.3.0', + 'reference' => 'e7b1615e3e887d6c719121c6d4a44b0ab9645555', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/phpunit', + 'aliases' => array(), + 'dev_requirement' => true, ), 'psr/container' => array( 'pretty_version' => '2.0.2', @@ -125,7 +224,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'psr/log' => array( 'pretty_version' => '3.0.0', @@ -134,10 +233,10 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'psr/log-implementation' => array( - 'dev_requirement' => false, + 'dev_requirement' => true, 'provided' => array( 0 => '1.0|2.0|3.0', ), @@ -149,7 +248,151 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'sebastian/cli-parser' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'reference' => '442e7c7e687e42adc03470c7b668bc4b2402c0b2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/cli-parser', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/code-unit' => array( + 'pretty_version' => '1.0.8', + 'version' => '1.0.8.0', + 'reference' => '1fc9f64c0927627ef78ba436c9b17d967e68e120', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/code-unit', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/code-unit-reverse-lookup' => array( + 'pretty_version' => '2.0.3', + 'version' => '2.0.3.0', + 'reference' => 'ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/code-unit-reverse-lookup', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/comparator' => array( + 'pretty_version' => '4.0.8', + 'version' => '4.0.8.0', + 'reference' => 'fa0f136dd2334583309d32b62544682ee972b51a', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/comparator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/complexity' => array( + 'pretty_version' => '2.0.2', + 'version' => '2.0.2.0', + 'reference' => '739b35e53379900cc9ac327b2147867b8b6efd88', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/complexity', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/diff' => array( + 'pretty_version' => '4.0.4', + 'version' => '4.0.4.0', + 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/diff', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/environment' => array( + 'pretty_version' => '5.1.5', + 'version' => '5.1.5.0', + 'reference' => '830c43a844f1f8d5b7a1f6d6076b784454d8b7ed', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/environment', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/exporter' => array( + 'pretty_version' => '4.0.5', + 'version' => '4.0.5.0', + 'reference' => 'ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/exporter', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/global-state' => array( + 'pretty_version' => '5.0.5', + 'version' => '5.0.5.0', + 'reference' => '0ca8db5a5fc9c8646244e629625ac486fa286bf2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/global-state', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/lines-of-code' => array( + 'pretty_version' => '1.0.3', + 'version' => '1.0.3.0', + 'reference' => 'c1c2e997aa3146983ed888ad08b15470a2e22ecc', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/lines-of-code', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/object-enumerator' => array( + 'pretty_version' => '4.0.4', + 'version' => '4.0.4.0', + 'reference' => '5c9eeac41b290a3712d88851518825ad78f45c71', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/object-enumerator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/object-reflector' => array( + 'pretty_version' => '2.0.4', + 'version' => '2.0.4.0', + 'reference' => 'b4f479ebdbf63ac605d183ece17d8d7fe49c15c7', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/object-reflector', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/recursion-context' => array( + 'pretty_version' => '4.0.5', + 'version' => '4.0.5.0', + 'reference' => 'e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/recursion-context', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/resource-operations' => array( + 'pretty_version' => '3.0.3', + 'version' => '3.0.3.0', + 'reference' => '0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/resource-operations', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/type' => array( + 'pretty_version' => '3.2.1', + 'version' => '3.2.1.0', + 'reference' => '75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/type', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/version' => array( + 'pretty_version' => '3.0.2', + 'version' => '3.0.2.0', + 'reference' => 'c6c1022351a901512170118436c764e473f6de8c', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/version', + 'aliases' => array(), + 'dev_requirement' => true, ), 'symfony/console' => array( 'pretty_version' => 'v6.2.5', @@ -158,7 +401,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/deprecation-contracts' => array( 'pretty_version' => 'v3.2.0', @@ -167,7 +410,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/polyfill-ctype' => array( 'pretty_version' => 'v1.27.0', @@ -176,7 +419,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/polyfill-intl-grapheme' => array( 'pretty_version' => 'v1.27.0', @@ -185,7 +428,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/polyfill-intl-normalizer' => array( 'pretty_version' => 'v1.27.0', @@ -194,7 +437,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/polyfill-mbstring' => array( 'pretty_version' => 'v1.27.0', @@ -203,7 +446,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/polyfill-php80' => array( 'pretty_version' => 'v1.27.0', @@ -212,7 +455,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/service-contracts' => array( 'pretty_version' => 'v3.2.0', @@ -221,7 +464,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'symfony/string' => array( 'pretty_version' => 'v6.2.5', @@ -230,7 +473,16 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/string', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, + ), + 'theseer/tokenizer' => array( + 'pretty_version' => '1.2.1', + 'version' => '1.2.1.0', + 'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e', + 'type' => 'library', + 'install_path' => __DIR__ . '/../theseer/tokenizer', + 'aliases' => array(), + 'dev_requirement' => true, ), 'tysonandre/var_representation_polyfill' => array( 'pretty_version' => '0.1.3', @@ -239,7 +491,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../tysonandre/var_representation_polyfill', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), 'webmozart/assert' => array( 'pretty_version' => '1.11.0', @@ -248,7 +500,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/assert', 'aliases' => array(), - 'dev_requirement' => false, + 'dev_requirement' => true, ), ), ); diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php deleted file mode 100644 index 4c3a5d68..00000000 --- a/vendor/composer/platform_check.php +++ /dev/null @@ -1,26 +0,0 @@ -= 80100)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; -} - -if ($issues) { - if (!headers_sent()) { - header('HTTP/1.1 500 Internal Server Error'); - } - if (!ini_get('display_errors')) { - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); - } elseif (!headers_sent()) { - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; - } - } - trigger_error( - 'Composer detected issues in your platform: ' . implode(' ', $issues), - E_USER_ERROR - ); -} diff --git a/www/vendor/doctrine/instantiator/.doctrine-project.json b/vendor/doctrine/instantiator/.doctrine-project.json similarity index 100% rename from www/vendor/doctrine/instantiator/.doctrine-project.json rename to vendor/doctrine/instantiator/.doctrine-project.json diff --git a/www/vendor/doctrine/instantiator/CONTRIBUTING.md b/vendor/doctrine/instantiator/CONTRIBUTING.md similarity index 100% rename from www/vendor/doctrine/instantiator/CONTRIBUTING.md rename to vendor/doctrine/instantiator/CONTRIBUTING.md diff --git a/www/vendor/doctrine/instantiator/LICENSE b/vendor/doctrine/instantiator/LICENSE similarity index 100% rename from www/vendor/doctrine/instantiator/LICENSE rename to vendor/doctrine/instantiator/LICENSE diff --git a/www/vendor/doctrine/instantiator/README.md b/vendor/doctrine/instantiator/README.md similarity index 100% rename from www/vendor/doctrine/instantiator/README.md rename to vendor/doctrine/instantiator/README.md diff --git a/www/vendor/doctrine/instantiator/composer.json b/vendor/doctrine/instantiator/composer.json similarity index 79% rename from www/vendor/doctrine/instantiator/composer.json rename to vendor/doctrine/instantiator/composer.json index fab81720..179145e8 100644 --- a/www/vendor/doctrine/instantiator/composer.json +++ b/vendor/doctrine/instantiator/composer.json @@ -16,17 +16,17 @@ } ], "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { "ext-phar": "*", "ext-pdo": "*", - "doctrine/coding-standard": "^9 || ^11", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" + "doctrine/coding-standard": "^11", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" }, "autoload": { "psr-4": { diff --git a/www/vendor/doctrine/instantiator/docs/en/index.rst b/vendor/doctrine/instantiator/docs/en/index.rst similarity index 100% rename from www/vendor/doctrine/instantiator/docs/en/index.rst rename to vendor/doctrine/instantiator/docs/en/index.rst diff --git a/www/vendor/doctrine/instantiator/docs/en/sidebar.rst b/vendor/doctrine/instantiator/docs/en/sidebar.rst similarity index 100% rename from www/vendor/doctrine/instantiator/docs/en/sidebar.rst rename to vendor/doctrine/instantiator/docs/en/sidebar.rst diff --git a/www/vendor/doctrine/instantiator/psalm.xml b/vendor/doctrine/instantiator/psalm.xml similarity index 100% rename from www/vendor/doctrine/instantiator/psalm.xml rename to vendor/doctrine/instantiator/psalm.xml diff --git a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php similarity index 88% rename from www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php index e6a5195f..1e591928 100644 --- a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php +++ b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php @@ -1,5 +1,7 @@ getName() + $reflectionClass->getName(), )); } @@ -44,7 +46,7 @@ class InvalidArgumentException extends BaseInvalidArgumentException implements E { return new self(sprintf( 'The provided class "%s" is an enum, and cannot be instantiated', - $className + $className, )); } } diff --git a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php similarity index 86% rename from www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php index 4e55ac52..4f70ded2 100644 --- a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php +++ b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php @@ -1,5 +1,7 @@ getName() + $reflectionClass->getName(), ), 0, - $exception + $exception, ); } @@ -42,7 +44,7 @@ class UnexpectedValueException extends BaseUnexpectedValueException implements E string $errorString, int $errorCode, string $errorFile, - int $errorLine + int $errorLine, ): self { return new self( sprintf( @@ -50,10 +52,10 @@ class UnexpectedValueException extends BaseUnexpectedValueException implements E . 'in file "%s" at line "%d"', $reflectionClass->getName(), $errorFile, - $errorLine + $errorLine, ), 0, - new Exception($errorString, $errorCode) + new Exception($errorString, $errorCode), ); } } diff --git a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php similarity index 91% rename from www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php index 10067a0f..f803f89a 100644 --- a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php +++ b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php @@ -1,5 +1,7 @@ $className * - * @return object * @phpstan-return T * * @throws ExceptionInterface * * @template T of object */ - public function instantiate($className) + public function instantiate(string $className): object { if (isset(self::$cachedCloneables[$className])) { /** @phpstan-var T */ @@ -84,12 +80,11 @@ final class Instantiator implements InstantiatorInterface * * @phpstan-param class-string $className * - * @return object * @phpstan-return T * * @template T of object */ - private function buildAndCacheFromFactory(string $className) + private function buildAndCacheFromFactory(string $className): object { $factory = self::$cachedInstantiators[$className] = $this->buildFactory($className); $instance = $factory(); @@ -127,14 +122,12 @@ final class Instantiator implements InstantiatorInterface '%s:%d:"%s":0:{}', is_subclass_of($className, Serializable::class) ? self::SERIALIZATION_FORMAT_USE_UNSERIALIZER : self::SERIALIZATION_FORMAT_AVOID_UNSERIALIZER, strlen($className), - $className + $className, ); $this->checkIfUnSerializationIsSupported($reflectionClass, $serializedString); - return static function () use ($serializedString) { - return unserialize($serializedString); - }; + return static fn () => unserialize($serializedString); } /** @@ -153,7 +146,7 @@ final class Instantiator implements InstantiatorInterface throw InvalidArgumentException::fromNonExistingClass($className); } - if (PHP_VERSION_ID >= 80100 && enum_exists($className, false)) { + if (enum_exists($className, false)) { throw InvalidArgumentException::fromEnum($className); } @@ -181,7 +174,7 @@ final class Instantiator implements InstantiatorInterface $message, $code, $file, - $line + $line, ); return true; diff --git a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php similarity index 80% rename from www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php index 10508b56..c6ebe351 100644 --- a/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php +++ b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php @@ -1,5 +1,7 @@ $className * - * @return object * @phpstan-return T * * @throws ExceptionInterface * * @template T of object */ - public function instantiate($className); + public function instantiate(string $className): object; } diff --git a/www/vendor/myclabs/deep-copy/.github/FUNDING.yml b/vendor/myclabs/deep-copy/.github/FUNDING.yml similarity index 100% rename from www/vendor/myclabs/deep-copy/.github/FUNDING.yml rename to vendor/myclabs/deep-copy/.github/FUNDING.yml diff --git a/www/vendor/myclabs/deep-copy/.github/workflows/ci.yaml b/vendor/myclabs/deep-copy/.github/workflows/ci.yaml similarity index 100% rename from www/vendor/myclabs/deep-copy/.github/workflows/ci.yaml rename to vendor/myclabs/deep-copy/.github/workflows/ci.yaml diff --git a/www/vendor/myclabs/deep-copy/LICENSE b/vendor/myclabs/deep-copy/LICENSE similarity index 100% rename from www/vendor/myclabs/deep-copy/LICENSE rename to vendor/myclabs/deep-copy/LICENSE diff --git a/www/vendor/myclabs/deep-copy/README.md b/vendor/myclabs/deep-copy/README.md similarity index 100% rename from www/vendor/myclabs/deep-copy/README.md rename to vendor/myclabs/deep-copy/README.md diff --git a/www/vendor/myclabs/deep-copy/composer.json b/vendor/myclabs/deep-copy/composer.json similarity index 100% rename from www/vendor/myclabs/deep-copy/composer.json rename to vendor/myclabs/deep-copy/composer.json diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php b/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php rename to vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php b/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php b/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php b/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php rename to vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php b/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php rename to vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php diff --git a/www/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php b/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php similarity index 100% rename from www/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php rename to vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php diff --git a/www/vendor/nikic/php-parser/LICENSE b/vendor/nikic/php-parser/LICENSE similarity index 100% rename from www/vendor/nikic/php-parser/LICENSE rename to vendor/nikic/php-parser/LICENSE diff --git a/www/vendor/nikic/php-parser/README.md b/vendor/nikic/php-parser/README.md similarity index 100% rename from www/vendor/nikic/php-parser/README.md rename to vendor/nikic/php-parser/README.md diff --git a/www/vendor/nikic/php-parser/bin/php-parse b/vendor/nikic/php-parser/bin/php-parse similarity index 100% rename from www/vendor/nikic/php-parser/bin/php-parse rename to vendor/nikic/php-parser/bin/php-parse diff --git a/www/vendor/nikic/php-parser/composer.json b/vendor/nikic/php-parser/composer.json similarity index 100% rename from www/vendor/nikic/php-parser/composer.json rename to vendor/nikic/php-parser/composer.json diff --git a/www/vendor/nikic/php-parser/grammar/README.md b/vendor/nikic/php-parser/grammar/README.md similarity index 100% rename from www/vendor/nikic/php-parser/grammar/README.md rename to vendor/nikic/php-parser/grammar/README.md diff --git a/www/vendor/nikic/php-parser/grammar/parser.template b/vendor/nikic/php-parser/grammar/parser.template similarity index 100% rename from www/vendor/nikic/php-parser/grammar/parser.template rename to vendor/nikic/php-parser/grammar/parser.template diff --git a/www/vendor/nikic/php-parser/grammar/php5.y b/vendor/nikic/php-parser/grammar/php5.y similarity index 99% rename from www/vendor/nikic/php-parser/grammar/php5.y rename to vendor/nikic/php-parser/grammar/php5.y index a62e9a31..2920dead 100644 --- a/www/vendor/nikic/php-parser/grammar/php5.y +++ b/vendor/nikic/php-parser/grammar/php5.y @@ -264,8 +264,13 @@ optional_ellipsis: | T_ELLIPSIS { $$ = true; } ; +identifier_maybe_readonly: + identifier { $$ = $1; } + | T_READONLY { $$ = Node\Identifier[$1]; } +; + function_declaration_statement: - T_FUNCTION optional_ref identifier '(' parameter_list ')' optional_return_type '{' inner_statement_list '}' + T_FUNCTION optional_ref identifier_maybe_readonly '(' parameter_list ')' optional_return_type '{' inner_statement_list '}' { $$ = Stmt\Function_[$3, ['byRef' => $2, 'params' => $5, 'returnType' => $7, 'stmts' => $9]]; } ; @@ -721,8 +726,13 @@ lexical_var: optional_ref plain_variable { $$ = Expr\ClosureUse[$2, $1]; } ; +name_readonly: + T_READONLY { $$ = Name[$1]; } +; + function_call: name argument_list { $$ = Expr\FuncCall[$1, $2]; } + | name_readonly argument_list { $$ = Expr\FuncCall[$1, $2]; } | class_name_or_var T_PAAMAYIM_NEKUDOTAYIM identifier_ex argument_list { $$ = Expr\StaticCall[$1, $3, $4]; } | class_name_or_var T_PAAMAYIM_NEKUDOTAYIM '{' expr '}' argument_list diff --git a/www/vendor/nikic/php-parser/grammar/php7.y b/vendor/nikic/php-parser/grammar/php7.y similarity index 98% rename from www/vendor/nikic/php-parser/grammar/php7.y rename to vendor/nikic/php-parser/grammar/php7.y index 5d5fff21..1f9b4bdd 100644 --- a/www/vendor/nikic/php-parser/grammar/php7.y +++ b/vendor/nikic/php-parser/grammar/php7.y @@ -350,15 +350,23 @@ block_or_error: | error { $$ = []; } ; +identifier_maybe_readonly: + identifier_not_reserved { $$ = $1; } + | T_READONLY { $$ = Node\Identifier[$1]; } +; + function_declaration_statement: - T_FUNCTION optional_ref identifier_not_reserved '(' parameter_list ')' optional_return_type block_or_error + T_FUNCTION optional_ref identifier_maybe_readonly '(' parameter_list ')' optional_return_type block_or_error { $$ = Stmt\Function_[$3, ['byRef' => $2, 'params' => $5, 'returnType' => $7, 'stmts' => $8, 'attrGroups' => []]]; } - | attributes T_FUNCTION optional_ref identifier_not_reserved '(' parameter_list ')' optional_return_type block_or_error + | attributes T_FUNCTION optional_ref identifier_maybe_readonly '(' parameter_list ')' optional_return_type block_or_error { $$ = Stmt\Function_[$4, ['byRef' => $3, 'params' => $6, 'returnType' => $8, 'stmts' => $9, 'attrGroups' => $1]]; } ; class_declaration_statement: - optional_attributes class_entry_type identifier_not_reserved extends_from implements_list '{' class_statement_list '}' + class_entry_type identifier_not_reserved extends_from implements_list '{' class_statement_list '}' + { $$ = Stmt\Class_[$2, ['type' => $1, 'extends' => $3, 'implements' => $4, 'stmts' => $6, 'attrGroups' => []]]; + $this->checkClass($$, #2); } + | attributes class_entry_type identifier_not_reserved extends_from implements_list '{' class_statement_list '}' { $$ = Stmt\Class_[$3, ['type' => $2, 'extends' => $4, 'implements' => $5, 'stmts' => $7, 'attrGroups' => $1]]; $this->checkClass($$, #3); } | optional_attributes T_INTERFACE identifier_not_reserved interface_extends_list '{' class_statement_list '}' @@ -962,8 +970,13 @@ lexical_var: optional_ref plain_variable { $$ = Expr\ClosureUse[$2, $1]; } ; +name_readonly: + T_READONLY { $$ = Name[$1]; } +; + function_call: name argument_list { $$ = Expr\FuncCall[$1, $2]; } + | name_readonly argument_list { $$ = Expr\FuncCall[$1, $2]; } | callable_expr argument_list { $$ = Expr\FuncCall[$1, $2]; } | class_name_or_var T_PAAMAYIM_NEKUDOTAYIM member_name argument_list { $$ = Expr\StaticCall[$1, $3, $4]; } diff --git a/www/vendor/nikic/php-parser/grammar/phpyLang.php b/vendor/nikic/php-parser/grammar/phpyLang.php similarity index 100% rename from www/vendor/nikic/php-parser/grammar/phpyLang.php rename to vendor/nikic/php-parser/grammar/phpyLang.php diff --git a/www/vendor/nikic/php-parser/grammar/rebuildParsers.php b/vendor/nikic/php-parser/grammar/rebuildParsers.php similarity index 100% rename from www/vendor/nikic/php-parser/grammar/rebuildParsers.php rename to vendor/nikic/php-parser/grammar/rebuildParsers.php diff --git a/www/vendor/nikic/php-parser/grammar/tokens.template b/vendor/nikic/php-parser/grammar/tokens.template similarity index 100% rename from www/vendor/nikic/php-parser/grammar/tokens.template rename to vendor/nikic/php-parser/grammar/tokens.template diff --git a/www/vendor/nikic/php-parser/grammar/tokens.y b/vendor/nikic/php-parser/grammar/tokens.y similarity index 100% rename from www/vendor/nikic/php-parser/grammar/tokens.y rename to vendor/nikic/php-parser/grammar/tokens.y diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder.php b/vendor/nikic/php-parser/lib/PhpParser/Builder.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php similarity index 96% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php index 02fa83e6..accc5166 100644 --- a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php +++ b/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php @@ -78,8 +78,8 @@ class EnumCase implements PhpParser\Builder return new Stmt\EnumCase( $this->name, $this->value, - $this->attributes, - $this->attributeGroups + $this->attributeGroups, + $this->attributes ); } } diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php b/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php rename to vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php b/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php rename to vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php b/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php rename to vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Comment.php b/vendor/nikic/php-parser/lib/PhpParser/Comment.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Comment.php rename to vendor/nikic/php-parser/lib/PhpParser/Comment.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php b/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php rename to vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php b/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php rename to vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php b/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php rename to vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Error.php b/vendor/nikic/php-parser/lib/PhpParser/Error.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Error.php rename to vendor/nikic/php-parser/lib/PhpParser/Error.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php b/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php rename to vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php b/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php rename to vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php b/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php rename to vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php b/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php rename to vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php b/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php rename to vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php b/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php rename to vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php b/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php rename to vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php b/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php rename to vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php similarity index 98% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php index 5c56e026..b0929f3c 100644 --- a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php +++ b/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php @@ -14,6 +14,7 @@ use PhpParser\Lexer\TokenEmulator\FnTokenEmulator; use PhpParser\Lexer\TokenEmulator\MatchTokenEmulator; use PhpParser\Lexer\TokenEmulator\NullsafeTokenEmulator; use PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator; +use PhpParser\Lexer\TokenEmulator\ReadonlyFunctionTokenEmulator; use PhpParser\Lexer\TokenEmulator\ReadonlyTokenEmulator; use PhpParser\Lexer\TokenEmulator\ReverseEmulator; use PhpParser\Lexer\TokenEmulator\TokenEmulator; @@ -24,6 +25,7 @@ class Emulative extends Lexer const PHP_7_4 = '7.4dev'; const PHP_8_0 = '8.0dev'; const PHP_8_1 = '8.1dev'; + const PHP_8_2 = '8.2dev'; /** @var mixed[] Patches used to reverse changes introduced in the code */ private $patches = []; @@ -41,7 +43,7 @@ class Emulative extends Lexer */ public function __construct(array $options = []) { - $this->targetPhpVersion = $options['phpVersion'] ?? Emulative::PHP_8_1; + $this->targetPhpVersion = $options['phpVersion'] ?? Emulative::PHP_8_2; unset($options['phpVersion']); parent::__construct($options); @@ -57,6 +59,7 @@ class Emulative extends Lexer new EnumTokenEmulator(), new ReadonlyTokenEmulator(), new ExplicitOctalEmulator(), + new ReadonlyFunctionTokenEmulator(), ]; // Collect emulators that are relevant for the PHP version we're running diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php rename to vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php new file mode 100644 index 00000000..e671458c --- /dev/null +++ b/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php @@ -0,0 +1,31 @@ +name) : $use->name; // Type is determined either by individual element or whole use declaration diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php b/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php rename to vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php b/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php rename to vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php b/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php rename to vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Parser.php b/vendor/nikic/php-parser/lib/PhpParser/Parser.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Parser.php rename to vendor/nikic/php-parser/lib/PhpParser/Parser.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php b/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php rename to vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php b/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php similarity index 77% rename from www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php rename to vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php index d9c8fe04..351db9ed 100644 --- a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php +++ b/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php @@ -18,8 +18,8 @@ use PhpParser\Node\Stmt; class Php5 extends \PhpParser\ParserAbstract { protected $tokenToSymbolMapSize = 396; - protected $actionTableSize = 1093; - protected $gotoTableSize = 643; + protected $actionTableSize = 1099; + protected $gotoTableSize = 640; protected $invalidSymbol = 168; protected $errorSymbol = 1; @@ -27,7 +27,7 @@ class Php5 extends \PhpParser\ParserAbstract protected $unexpectedTokenRule = 32767; protected $YY2TBLSTATE = 415; - protected $numNonLeafStates = 662; + protected $numNonLeafStates = 663; protected $symbolToName = array( "EOF", @@ -152,6 +152,7 @@ class Php5 extends \PhpParser\ParserAbstract "T_PRIVATE", "T_PROTECTED", "T_PUBLIC", + "T_READONLY", "T_VAR", "T_UNSET", "T_ISSET", @@ -194,7 +195,6 @@ class Php5 extends \PhpParser\ParserAbstract "'`'", "']'", "'\"'", - "T_READONLY", "T_ENUM", "T_NULLSAFE_OBJECT_OPERATOR", "T_ATTRIBUTE" @@ -204,16 +204,16 @@ class Php5 extends \PhpParser\ParserAbstract 0, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 56, 163, 168, 160, 55, 168, 168, - 158, 159, 53, 50, 8, 51, 52, 54, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 31, 155, + 168, 168, 168, 56, 164, 168, 161, 55, 168, 168, + 159, 160, 53, 50, 8, 51, 52, 54, 168, 168, + 168, 168, 168, 168, 168, 168, 168, 168, 31, 156, 44, 16, 46, 30, 68, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 70, 168, 162, 36, 168, 161, 168, 168, 168, + 168, 70, 168, 163, 36, 168, 162, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 156, 35, 157, 58, 168, 168, 168, + 168, 168, 168, 157, 35, 158, 58, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, @@ -236,124 +236,124 @@ class Php5 extends \PhpParser\ParserAbstract 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, - 113, 114, 115, 116, 117, 118, 119, 120, 121, 164, - 122, 123, 124, 125, 126, 127, 128, 129, 165, 130, - 131, 132, 166, 133, 134, 135, 136, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, - 150, 151, 152, 153, 154, 167 + 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, + 123, 124, 125, 126, 127, 128, 129, 130, 165, 131, + 132, 133, 166, 134, 135, 136, 137, 138, 139, 140, + 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, + 151, 152, 153, 154, 155, 167 ); protected $action = array( - 699, 669, 670, 671, 672, 673, 286, 674, 675, 676, - 712, 713, 223, 224, 225, 226, 227, 228, 229, 230, + 700, 670, 671, 672, 673, 674, 286, 675, 676, 677, + 713, 714, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 0, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244,-32766,-32766,-32766,-32766,-32766, -32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767, 245, 246, - 242, 243, 244,-32766,-32766, 677,-32766, 750,-32766,-32766, - -32766,-32766,-32766,-32766,-32766, 1224, 245, 246, 1225, 678, - 679, 680, 681, 682, 683, 684,-32766, 48, 746,-32766, - -32766,-32766,-32766,-32766,-32766, 685, 686, 687, 688, 689, - 690, 691, 692, 693, 694, 695, 715, 738, 716, 717, - 718, 719, 707, 708, 709, 737, 710, 711, 696, 697, - 698, 700, 701, 702, 740, 741, 742, 743, 744, 745, - 703, 704, 705, 706, 736, 727, 725, 726, 722, 723, - 751, 714, 720, 721, 728, 729, 731, 730, 732, 733, - 55, 56, 425, 57, 58, 724, 735, 734, 1073, 59, - 60, -224, 61,-32766,-32766,-32766,-32766,-32766,-32766,-32766, - -32766,-32766,-32766, 121,-32767,-32767,-32767,-32767, 29, 107, - 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, - 118, 119, 1043, 766, 1071, 767, 580, 62, 63,-32766, - -32766,-32766,-32766, 64, 516, 65, 294, 295, 66, 67, - 68, 69, 70, 71, 72, 73, 822, 25, 302, 74, - 418, 981, 983, 1043, 1181, 1095, 1096, 1073, 748, 754, - 1075, 1074, 1076, 469,-32766,-32766,-32766, 337, 823, 54, - -32767,-32767,-32767,-32767, 98, 99, 100, 101, 102, 220, - 221, 222, 78, 361, 1107,-32766, 341,-32766,-32766,-32766, - -32766,-32766, 1107, 492, 949, 950, 951, 948, 947, 946, - 207, 477, 478, 949, 950, 951, 948, 947, 946, 1043, - 479, 480, 52, 1101, 1102, 1103, 1104, 1098, 1099, 319, - 872, 668, 667, 27, -511, 1105, 1100,-32766, 130, 1075, - 1074, 1076, 345, 668, 667, 41, 126, 341, 334, 369, - 336, 426, -128, -128, -128, 896, 897, 468, 220, 221, - 222, 811, 1195, 619, 40, 21, 427, -128, 470, -128, - 471, -128, 472, -128, 802, 428, -4, 823, 54, 207, - 33, 34, 429, 360, 317, 28, 35, 473,-32766,-32766, - -32766, 211, 356, 357, 474, 475,-32766,-32766,-32766, 754, - 476, 49, 313, 794, 843, 430, 431, 289, 125,-32766, - 813,-32766,-32766,-32766,-32766,-32766,-32766,-32766,-32767,-32767, - -32767,-32767,-32767,-32766,-32766,-32766, 769, 103, 104, 105, - 327, 307, 825, 633, -128, 1075, 1074, 1076, 221, 222, - 927, 748, 1146, 106,-32766, 129,-32766,-32766,-32766,-32766, - 426, 823, 54, 902, 873, 302, 468, 75, 207, 359, - 811, 668, 667, 40, 21, 427, 754, 470, 754, 471, - 423, 472, 1043, 127, 428, 435, 1043, 341, 1043, 33, - 34, 429, 360, 1181, 415, 35, 473, 122, 10, 315, - 128, 356, 357, 474, 475,-32766,-32766,-32766, 768, 476, - 668, 667, 758, 843, 430, 431, 754, 1043, 1147,-32766, - -32766,-32766, 754, 419, 342, 1215,-32766, 131,-32766,-32766, - -32766, 341, 363, 346, 426, 823, 54, 100, 101, 102, - 468, 825, 633, -4, 811, 442, 903, 40, 21, 427, - 754, 470, 435, 471, 341, 472, 341, 766, 428, 767, - -209, -209, -209, 33, 34, 429, 360, 479, 1196, 35, - 473, 345,-32766,-32766,-32766, 356, 357, 474, 475, 220, - 221, 222, 421, 476, 32, 297, 794, 843, 430, 431, - 754, 754, 435,-32766, 341,-32766,-32766, 9, 300, 51, - 207, 249, 324, 753, 120, 220, 221, 222, 426, 30, - 247, 941, 422, 424, 468, 825, 633, -209, 811, 1043, - 1061, 40, 21, 427, 129, 470, 207, 471, 341, 472, - 804, 20, 428, 124, -208, -208, -208, 33, 34, 429, - 360, 479, 212, 35, 473, 923, -259, 823, 54, 356, - 357, 474, 475,-32766,-32766,-32766, 1043, 476, 213, 806, - 794, 843, 430, 431,-32766,-32766, 435, 435, 341, 341, - 443, 79, 80, 81,-32766, 668, 667, 636, 344, 808, - 668, 667, 239, 240, 241, 123, 214, 538, 250, 825, - 633, -208, 36, 251, 82, 83, 84, 85, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, 103, 104, 105, 252, 307, - 426, 220, 221, 222, 823, 54, 468,-32766, 222, 765, - 811, 106, 134, 40, 21, 427, 571, 470, 207, 471, - 445, 472, 207,-32766, 428, 896, 897, 207, 307, 33, - 34, 429, 245, 246, 637, 35, 473, 452, 22, 809, - 922, 356, 357, 457, 588, 135, 374, 595, 596, 476, - -228, 759, 639, 938, 653, 926, 661, -86, 823, 54, - 314, 644, 647, 821, 133, 836, 43, 106, 603, 44, - 45, 46, 47, 748, 50, 53, 132, 426, 302,-32766, - 520, 825, 633, 468, -84, 607, 577, 811, 641, 362, - 40, 21, 427, -278, 470, 754, 471, 954, 472, 441, - 627, 428, 823, 54, 574, 844, 33, 34, 429, 11, - 615, 845, 35, 473, 444, 461, 285, -511, 356, 357, - 592, -419, 593, 1106, 1153, -410, 476, 368, 838, 38, - 658, 426, 645, 795, 1052, 0, 325, 468, 0,-32766, - 0, 811, 0, 0, 40, 21, 427, 0, 470, 0, - 471, 0, 472, 0, 322, 428, 823, 54, 825, 633, - 33, 34, 429, 0, 326, 0, 35, 473, 323, 0, - 316, 318, 356, 357, -512, 426, 0, 753, 531, 0, - 476, 468, 6, 0, 0, 811, 650, 7, 40, 21, - 427, 12, 470, 14, 471, 373, 472, -420, 562, 428, - 823, 54, 78, -225, 33, 34, 429, 39, 656, 657, - 35, 473, 859, 633, 764, 812, 356, 357, 820, 799, - 814, 875, 866, 867, 476, 797, 860, 857, 855, 426, - 933, 934, 931, 819, 803, 468, 805, 807, 810, 811, - 930, 762, 40, 21, 427, 763, 470, 932, 471, 335, - 472, 358, 634, 428, 638, 640, 825, 633, 33, 34, - 429, 642, 643, 646, 35, 473, 648, 649, 651, 652, - 356, 357, 635, 426, 1221, 1223, 761, 842, 476, 468, - 248, 760, 841, 811, 1222, 840, 40, 21, 427, 1057, - 470, 830, 471, 1045, 472, 839, 1046, 428, 828, 215, - 216, 939, 33, 34, 429, 217, 864, 218, 35, 473, - 825, 633, 24, 865, 356, 357, 456, 1220, 1189, 209, - 1187, 1172, 476, 1185, 215, 216, 1086, 1095, 1096, 914, - 217, 1193, 218, 1183, -224, 1097, 26, 31, 37, 42, - 76, 77, 210, 288, 209, 292, 293, 308, 309, 310, - 311, 339, 1095, 1096, 825, 633, 355, 291, 416, 1152, - 1097, 16, 17, 18, 393, 453, 460, 462, 466, 552, - 624, 1048, 1051, 904, 1111, 1047, 1023, 563, 1022, 1088, - 0, 0, -429, 558, 1041, 1101, 1102, 1103, 1104, 1098, - 1099, 398, 1054, 1053, 1056, 1055, 1070, 1105, 1100, 1186, - 1171, 1167, 1184, 1085, 1218, 1112, 1166, 219, 558, 599, - 1101, 1102, 1103, 1104, 1098, 1099, 398, 0, 0, 0, - 0, 0, 1105, 1100, 0, 0, 0, 0, 0, 0, - 0, 0, 219 + 242, 243, 244,-32766,-32766, 678,-32766,-32766,-32766,-32766, + -32766,-32766,-32766,-32766,-32766, 1229, 245, 246, 1230, 679, + 680, 681, 682, 683, 684, 685, 899, 900, 747,-32766, + -32766,-32766,-32766,-32766,-32766, 686, 687, 688, 689, 690, + 691, 692, 693, 694, 695, 696, 716, 739, 717, 718, + 719, 720, 708, 709, 710, 738, 711, 712, 697, 698, + 699, 701, 702, 703, 741, 742, 743, 744, 745, 746, + 875, 704, 705, 706, 707, 737, 728, 726, 727, 723, + 724, 1046, 715, 721, 722, 729, 730, 732, 731, 733, + 734, 55, 56, 425, 57, 58, 725, 736, 735, 755, + 59, 60, -226, 61,-32766,-32766,-32766,-32766,-32766,-32766, + -32766,-32766,-32766,-32766, 337,-32767,-32767,-32767,-32767, 29, + 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, + 117, 118, 119, 620,-32766,-32766,-32766,-32766, 62, 63, + 1046,-32766,-32766,-32766, 64, 419, 65, 294, 295, 66, + 67, 68, 69, 70, 71, 72, 73, 823, 25, 302, + 74, 418, 984, 986, 669, 668, 1100, 1101, 1078, 755, + 755, 767, 1220, 768, 470,-32766,-32766,-32766, 341, 749, + 824, 54,-32767,-32767,-32767,-32767, 98, 99, 100, 101, + 102, 220, 221, 222, 362, 876,-32766, 27,-32766,-32766, + -32766,-32766,-32766, 1046, 493, 126, 1080, 1079, 1081, 370, + 1068, 930, 207, 478, 479, 952, 953, 954, 951, 950, + 949, 128, 480, 481, 803, 1106, 1107, 1108, 1109, 1103, + 1104, 319, 32, 297, 10, 211, -515, 1110, 1105, 669, + 668, 1080, 1079, 1081, 220, 221, 222, 41, 364, 341, + 334, 421, 336, 426, -128, -128, -128, 313, 1046, 469, + -4, 824, 54, 812, 770, 207, 40, 21, 427, -128, + 471, -128, 472, -128, 473, -128, 1046, 428, 220, 221, + 222,-32766, 33, 34, 429, 361, 327, 52, 35, 474, + -32766,-32766,-32766, 342, 357, 358, 475, 476, 48, 207, + 249, 669, 668, 477, 443, 300, 795, 846, 430, 431, + 28,-32766, 814,-32766,-32766,-32766,-32766,-32766,-32766,-32766, + -32767,-32767,-32767,-32767,-32767, 952, 953, 954, 951, 950, + 949, 422, 755, 424, 426, 826, 634, -128,-32766,-32766, + 469, 824, 54, 288, 812, 1151, 755, 40, 21, 427, + 317, 471, 345, 472, 129, 473, 9, 1186, 428, 769, + 360, 324, 905, 33, 34, 429, 361, 1046, 415, 35, + 474, 944, 1068, 315, 125, 357, 358, 475, 476,-32766, + -32766,-32766, 926, 302, 477, 121, 1068, 759, 846, 430, + 431, 669, 668, 423, 755, 1152, 809, 1046, 480, 766, + -32766, 805,-32766,-32766,-32766,-32766, -261, 127, 347, 436, + 841, 341, 1078, 1200, 426, 446, 826, 634, -4, 807, + 469, 824, 54, 436, 812, 341, 755, 40, 21, 427, + 444, 471, 130, 472, 1068, 473, 346, 767, 428, 768, + -211, -211, -211, 33, 34, 429, 361, 308, 1076, 35, + 474,-32766,-32766,-32766, 1046, 357, 358, 475, 476,-32766, + -32766,-32766, 906, 120, 477, 539, 1068, 795, 846, 430, + 431, 436,-32766, 341,-32766,-32766,-32766, 1046, 480, 810, + -32766, 925,-32766,-32766, 754, 1080, 1079, 1081, 49,-32766, + -32766,-32766, 749, 751, 426, 1201, 826, 634, -211, 30, + 469, 669, 668, 436, 812, 341, 75, 40, 21, 427, + -32766, 471, 1064, 472, 124, 473, 669, 668, 428, 212, + -210, -210, -210, 33, 34, 429, 361, 51, 1186, 35, + 474, 755,-32766,-32766,-32766, 357, 358, 475, 476, 213, + 824, 54, 221, 222, 477, 20, 581, 795, 846, 430, + 431, 220, 221, 222, 755, 222, 247, 78, 79, 80, + 81, 341, 207, 517, 103, 104, 105, 752, 307, 131, + 637, 1068, 207, 341, 207, 122, 826, 634, -210, 36, + 106, 82, 83, 84, 85, 86, 87, 88, 89, 90, + 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, + 101, 102, 103, 104, 105, 1112, 307, 346, 436, 214, + 341, 824, 54, 426, 123, 250, 129, 134, 106, 469, + -32766, 572, 1112, 812, 245, 246, 40, 21, 427, 251, + 471, 252, 472, 341, 473, 453, 22, 428, 207, 899, + 900, 638, 33, 34, 429, 824, 54, -86, 35, 474, + 220, 221, 222, 314, 357, 358, 100, 101, 102, 239, + 240, 241, 645, 477, -230, 458, 589, 135, 374, 596, + 597, 207, 760, 640, 648, 642, 941, 654, 929, 662, + 822, 133, 307, 837, 426,-32766, 106, 749, 43, 44, + 469, 45, 442, 46, 812, 826, 634, 40, 21, 427, + 47, 471, 50, 472, 53, 473, 132, 608, 428, 302, + 604, -280,-32766, 33, 34, 429, 824, 54, 426, 35, + 474, 755, 957, -84, 469, 357, 358, 521, 812, 628, + 363, 40, 21, 427, 477, 471, 575, 472, -515, 473, + 847, 616, 428, -423,-32766, 11, 646, 33, 34, 429, + 824, 54, 445, 35, 474, 462, 285, 578, 1111, 357, + 358, 593, 369, 848, 594, 290, 826, 634, 477, 0, + 0, 532, 0, 0, 325, 0, 0, 0, 0, 0, + 651, 0, 0, 0, 322, 326, 0, 0, 0, 426, + 0, 0, 0, 0, 323, 469, 316, 318, -516, 812, + 862, 634, 40, 21, 427, 0, 471, 0, 472, 0, + 473, 1158, 0, 428, 0, -414, 6, 7, 33, 34, + 429, 824, 54, 426, 35, 474, 12, 14, 373, 469, + 357, 358, -424, 812, 563, 754, 40, 21, 427, 477, + 471, 248, 472, 839, 473, 38, 39, 428, 657, 658, + 765, 813, 33, 34, 429, 821, 800, 815, 35, 474, + 215, 216, 878, 869, 357, 358, 217, 870, 218, 798, + 863, 826, 634, 477, 860, 858, 936, 937, 934, 820, + 209, 804, 806, 808, 811, 933, 763, 764, 1100, 1101, + 935, 659, 78, 335, 426, 359, 1102, 635, 639, 641, + 469, 643, 644, 647, 812, 826, 634, 40, 21, 427, + 649, 471, 650, 472, 652, 473, 653, 636, 428, 796, + 1226, 1228, 762, 33, 34, 429, 215, 216, 845, 35, + 474, 761, 217, 844, 218, 357, 358, 1227, 843, 1060, + 831, 1048, 842, 1049, 477, 559, 209, 1106, 1107, 1108, + 1109, 1103, 1104, 398, 1100, 1101, 829, 942, 867, 1110, + 1105, 868, 1102, 457, 1225, 1194, 1192, 1177, 1157, 219, + 1190, 1091, 917, 1198, 1188, 0, 826, 634, 24, -433, + 26, 31, 37, 42, 76, 77, 210, 287, 292, 293, + 308, 309, 310, 311, 339, 356, 416, 0, -227, -226, + 16, 17, 18, 393, 454, 461, 463, 467, 553, 625, + 1051, 559, 1054, 1106, 1107, 1108, 1109, 1103, 1104, 398, + 907, 1116, 1050, 1026, 564, 1110, 1105, 1025, 1093, 1055, + 0, 1044, 0, 1057, 1056, 219, 1059, 1058, 1075, 0, + 1191, 1176, 1172, 1189, 1090, 1223, 1117, 1171, 600 ); protected $actionCheck = array( @@ -362,360 +362,359 @@ class Php5 extends \PhpParser\ParserAbstract 41, 42, 0, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 9, 10, 11, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 69, 70, - 53, 54, 55, 9, 10, 57, 30, 80, 32, 33, + 53, 54, 55, 9, 10, 57, 30, 116, 32, 33, 34, 35, 36, 37, 38, 80, 69, 70, 83, 71, - 72, 73, 74, 75, 76, 77, 9, 70, 80, 33, + 72, 73, 74, 75, 76, 77, 135, 136, 80, 33, 34, 35, 36, 37, 38, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, - 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, - 153, 133, 134, 135, 136, 137, 138, 139, 140, 141, - 3, 4, 5, 6, 7, 147, 148, 149, 80, 12, - 13, 159, 15, 33, 34, 35, 36, 37, 38, 39, - 40, 41, 42, 156, 44, 45, 46, 47, 16, 17, - 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, - 28, 29, 13, 106, 116, 108, 85, 50, 51, 33, - 34, 35, 36, 56, 85, 58, 59, 60, 61, 62, - 63, 64, 65, 66, 67, 68, 1, 70, 71, 72, - 73, 59, 60, 13, 82, 78, 79, 80, 80, 82, - 152, 153, 154, 86, 9, 10, 11, 8, 1, 2, - 44, 45, 46, 47, 48, 49, 50, 51, 52, 9, - 10, 11, 156, 106, 143, 30, 160, 32, 33, 34, - 35, 36, 143, 116, 116, 117, 118, 119, 120, 121, - 30, 124, 125, 116, 117, 118, 119, 120, 121, 13, - 133, 134, 70, 136, 137, 138, 139, 140, 141, 142, - 31, 37, 38, 8, 132, 148, 149, 116, 156, 152, - 153, 154, 160, 37, 38, 158, 8, 160, 161, 8, - 163, 74, 75, 76, 77, 134, 135, 80, 9, 10, - 11, 84, 1, 80, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 155, 98, 0, 1, 2, 30, - 103, 104, 105, 106, 132, 8, 109, 110, 9, 10, - 11, 8, 115, 116, 117, 118, 9, 10, 11, 82, - 123, 70, 8, 126, 127, 128, 129, 8, 156, 30, - 155, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 9, 10, 11, 157, 53, 54, 55, - 8, 57, 155, 156, 157, 152, 153, 154, 10, 11, - 157, 80, 162, 69, 30, 151, 32, 33, 34, 35, - 74, 1, 2, 159, 155, 71, 80, 151, 30, 8, - 84, 37, 38, 87, 88, 89, 82, 91, 82, 93, - 8, 95, 13, 156, 98, 158, 13, 160, 13, 103, - 104, 105, 106, 82, 108, 109, 110, 156, 8, 113, - 31, 115, 116, 117, 118, 9, 10, 11, 157, 123, - 37, 38, 126, 127, 128, 129, 82, 13, 159, 33, - 34, 35, 82, 127, 8, 85, 30, 156, 32, 33, - 34, 160, 8, 147, 74, 1, 2, 50, 51, 52, - 80, 155, 156, 157, 84, 31, 159, 87, 88, 89, - 82, 91, 158, 93, 160, 95, 160, 106, 98, 108, - 100, 101, 102, 103, 104, 105, 106, 133, 159, 109, - 110, 160, 9, 10, 11, 115, 116, 117, 118, 9, - 10, 11, 8, 123, 144, 145, 126, 127, 128, 129, - 82, 82, 158, 30, 160, 32, 33, 108, 8, 70, - 30, 31, 113, 152, 16, 9, 10, 11, 74, 14, - 14, 122, 8, 8, 80, 155, 156, 157, 84, 13, - 159, 87, 88, 89, 151, 91, 30, 93, 160, 95, - 155, 159, 98, 14, 100, 101, 102, 103, 104, 105, - 106, 133, 16, 109, 110, 155, 157, 1, 2, 115, - 116, 117, 118, 9, 10, 11, 13, 123, 16, 155, - 126, 127, 128, 129, 33, 34, 158, 158, 160, 160, - 156, 9, 10, 11, 30, 37, 38, 31, 70, 155, - 37, 38, 50, 51, 52, 156, 16, 81, 16, 155, - 156, 157, 30, 16, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, - 48, 49, 50, 51, 52, 53, 54, 55, 16, 57, - 74, 9, 10, 11, 1, 2, 80, 116, 11, 155, - 84, 69, 156, 87, 88, 89, 160, 91, 30, 93, - 132, 95, 30, 33, 98, 134, 135, 30, 57, 103, - 104, 105, 69, 70, 31, 109, 110, 75, 76, 155, - 155, 115, 116, 75, 76, 101, 102, 111, 112, 123, - 159, 155, 156, 155, 156, 155, 156, 31, 1, 2, - 31, 31, 31, 31, 31, 38, 70, 69, 77, 70, - 70, 70, 70, 80, 70, 70, 70, 74, 71, 85, - 85, 155, 156, 80, 97, 96, 100, 84, 31, 106, - 87, 88, 89, 82, 91, 82, 93, 82, 95, 89, - 92, 98, 1, 2, 90, 127, 103, 104, 105, 97, - 94, 127, 109, 110, 97, 97, 97, 132, 115, 116, - 100, 146, 113, 143, 143, 146, 123, 106, 151, 155, - 157, 74, 31, 157, 162, -1, 114, 80, -1, 116, - -1, 84, -1, -1, 87, 88, 89, -1, 91, -1, - 93, -1, 95, -1, 130, 98, 1, 2, 155, 156, - 103, 104, 105, -1, 130, -1, 109, 110, 131, -1, - 132, 132, 115, 116, 132, 74, -1, 152, 150, -1, - 123, 80, 146, -1, -1, 84, 31, 146, 87, 88, - 89, 146, 91, 146, 93, 146, 95, 146, 150, 98, - 1, 2, 156, 159, 103, 104, 105, 155, 155, 155, - 109, 110, 155, 156, 155, 155, 115, 116, 155, 155, - 155, 155, 155, 155, 123, 155, 155, 155, 155, 74, - 155, 155, 155, 155, 155, 80, 155, 155, 155, 84, - 155, 155, 87, 88, 89, 155, 91, 155, 93, 156, - 95, 156, 156, 98, 156, 156, 155, 156, 103, 104, - 105, 156, 156, 156, 109, 110, 156, 156, 156, 156, - 115, 116, 156, 74, 157, 157, 157, 157, 123, 80, - 31, 157, 157, 84, 157, 157, 87, 88, 89, 157, - 91, 157, 93, 157, 95, 157, 157, 98, 157, 50, - 51, 157, 103, 104, 105, 56, 157, 58, 109, 110, - 155, 156, 158, 157, 115, 116, 157, 157, 157, 70, - 157, 157, 123, 157, 50, 51, 157, 78, 79, 157, - 56, 157, 58, 157, 159, 86, 158, 158, 158, 158, - 158, 158, 158, 158, 70, 158, 158, 158, 158, 158, - 158, 158, 78, 79, 155, 156, 158, 160, 158, 163, - 86, 159, 159, 159, 159, 159, 159, 159, 159, 159, + 31, 123, 124, 125, 126, 127, 128, 129, 130, 131, + 132, 13, 134, 135, 136, 137, 138, 139, 140, 141, + 142, 3, 4, 5, 6, 7, 148, 149, 150, 82, + 12, 13, 160, 15, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 8, 44, 45, 46, 47, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, + 27, 28, 29, 80, 33, 34, 35, 36, 50, 51, + 13, 9, 10, 11, 56, 128, 58, 59, 60, 61, + 62, 63, 64, 65, 66, 67, 68, 1, 70, 71, + 72, 73, 59, 60, 37, 38, 78, 79, 80, 82, + 82, 106, 85, 108, 86, 9, 10, 11, 161, 80, + 1, 2, 44, 45, 46, 47, 48, 49, 50, 51, + 52, 9, 10, 11, 106, 156, 30, 8, 32, 33, + 34, 35, 36, 13, 116, 8, 153, 154, 155, 8, + 122, 158, 30, 125, 126, 116, 117, 118, 119, 120, + 121, 31, 134, 135, 156, 137, 138, 139, 140, 141, + 142, 143, 145, 146, 8, 8, 133, 149, 150, 37, + 38, 153, 154, 155, 9, 10, 11, 159, 8, 161, + 162, 8, 164, 74, 75, 76, 77, 8, 13, 80, + 0, 1, 2, 84, 158, 30, 87, 88, 89, 90, + 91, 92, 93, 94, 95, 96, 13, 98, 9, 10, + 11, 9, 103, 104, 105, 106, 8, 70, 109, 110, + 9, 10, 11, 8, 115, 116, 117, 118, 70, 30, + 31, 37, 38, 124, 31, 8, 127, 128, 129, 130, + 8, 30, 156, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 116, 117, 118, 119, 120, + 121, 8, 82, 8, 74, 156, 157, 158, 33, 34, + 80, 1, 2, 8, 84, 163, 82, 87, 88, 89, + 133, 91, 70, 93, 152, 95, 108, 82, 98, 158, + 8, 113, 160, 103, 104, 105, 106, 13, 108, 109, + 110, 123, 122, 113, 157, 115, 116, 117, 118, 9, + 10, 11, 156, 71, 124, 157, 122, 127, 128, 129, + 130, 37, 38, 8, 82, 160, 156, 13, 134, 156, + 30, 156, 32, 33, 34, 35, 158, 157, 148, 159, + 122, 161, 80, 1, 74, 133, 156, 157, 158, 156, + 80, 1, 2, 159, 84, 161, 82, 87, 88, 89, + 157, 91, 157, 93, 122, 95, 161, 106, 98, 108, + 100, 101, 102, 103, 104, 105, 106, 159, 116, 109, + 110, 9, 10, 11, 13, 115, 116, 117, 118, 9, + 10, 11, 160, 16, 124, 81, 122, 127, 128, 129, + 130, 159, 30, 161, 32, 33, 34, 13, 134, 156, + 30, 156, 32, 33, 153, 153, 154, 155, 70, 9, + 10, 11, 80, 80, 74, 160, 156, 157, 158, 14, + 80, 37, 38, 159, 84, 161, 152, 87, 88, 89, + 30, 91, 160, 93, 14, 95, 37, 38, 98, 16, + 100, 101, 102, 103, 104, 105, 106, 70, 82, 109, + 110, 82, 33, 34, 35, 115, 116, 117, 118, 16, + 1, 2, 10, 11, 124, 160, 85, 127, 128, 129, + 130, 9, 10, 11, 82, 11, 14, 157, 9, 10, + 11, 161, 30, 85, 53, 54, 55, 154, 57, 157, + 31, 122, 30, 161, 30, 157, 156, 157, 158, 30, + 69, 32, 33, 34, 35, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, + 51, 52, 53, 54, 55, 144, 57, 161, 159, 16, + 161, 1, 2, 74, 157, 16, 152, 157, 69, 80, + 116, 161, 144, 84, 69, 70, 87, 88, 89, 16, + 91, 16, 93, 161, 95, 75, 76, 98, 30, 135, + 136, 31, 103, 104, 105, 1, 2, 31, 109, 110, + 9, 10, 11, 31, 115, 116, 50, 51, 52, 50, + 51, 52, 31, 124, 160, 75, 76, 101, 102, 111, + 112, 30, 156, 157, 31, 31, 156, 157, 156, 157, + 31, 31, 57, 38, 74, 33, 69, 80, 70, 70, + 80, 70, 89, 70, 84, 156, 157, 87, 88, 89, + 70, 91, 70, 93, 70, 95, 70, 96, 98, 71, + 77, 82, 85, 103, 104, 105, 1, 2, 74, 109, + 110, 82, 82, 97, 80, 115, 116, 85, 84, 92, + 106, 87, 88, 89, 124, 91, 90, 93, 133, 95, + 128, 94, 98, 147, 116, 97, 31, 103, 104, 105, + 1, 2, 97, 109, 110, 97, 97, 100, 144, 115, + 116, 100, 106, 128, 113, 161, 156, 157, 124, -1, + -1, 151, -1, -1, 114, -1, -1, -1, -1, -1, + 31, -1, -1, -1, 131, 131, -1, -1, -1, 74, + -1, -1, -1, -1, 132, 80, 133, 133, 133, 84, + 156, 157, 87, 88, 89, -1, 91, -1, 93, -1, + 95, 144, -1, 98, -1, 147, 147, 147, 103, 104, + 105, 1, 2, 74, 109, 110, 147, 147, 147, 80, + 115, 116, 147, 84, 151, 153, 87, 88, 89, 124, + 91, 31, 93, 152, 95, 156, 156, 98, 156, 156, + 156, 156, 103, 104, 105, 156, 156, 156, 109, 110, + 50, 51, 156, 156, 115, 116, 56, 156, 58, 156, + 156, 156, 157, 124, 156, 156, 156, 156, 156, 156, + 70, 156, 156, 156, 156, 156, 156, 156, 78, 79, + 156, 158, 157, 157, 74, 157, 86, 157, 157, 157, + 80, 157, 157, 157, 84, 156, 157, 87, 88, 89, + 157, 91, 157, 93, 157, 95, 157, 157, 98, 158, + 158, 158, 158, 103, 104, 105, 50, 51, 158, 109, + 110, 158, 56, 158, 58, 115, 116, 158, 158, 158, + 158, 158, 158, 158, 124, 135, 70, 137, 138, 139, + 140, 141, 142, 143, 78, 79, 158, 158, 158, 149, + 150, 158, 86, 158, 158, 158, 158, 158, 164, 159, + 158, 158, 158, 158, 158, -1, 156, 157, 159, 162, 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, - -1, -1, 161, 134, 161, 136, 137, 138, 139, 140, - 141, 142, 162, 162, 162, 162, 162, 148, 149, 162, - 162, 162, 162, 162, 162, 162, 162, 158, 134, 162, - 136, 137, 138, 139, 140, 141, 142, -1, -1, -1, - -1, -1, 148, 149, -1, -1, -1, -1, -1, -1, - -1, -1, 158 + 159, 159, 159, 159, 159, 159, 159, -1, 160, 160, + 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, + 160, 135, 160, 137, 138, 139, 140, 141, 142, 143, + 160, 160, 160, 160, 160, 149, 150, 160, 160, 163, + -1, 162, -1, 163, 163, 159, 163, 163, 163, -1, + 163, 163, 163, 163, 163, 163, 163, 163, 163 ); protected $actionBase = array( - 0, 227, 326, 400, 474, 233, 132, 132, 752, -2, - -2, 138, -2, -2, -2, 663, 761, 815, 761, 586, - 717, 859, 859, 859, 244, 256, 256, 256, 413, 583, - 583, 880, 546, 169, 415, 444, 409, 200, 200, 200, - 200, 137, 137, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 249, 205, 738, 559, - 535, 739, 741, 742, 876, 679, 877, 820, 821, 693, - 823, 824, 826, 829, 832, 819, 834, 907, 836, 602, - 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, - 602, 67, 536, 299, 510, 230, 44, 652, 652, 652, - 652, 652, 652, 652, 337, 337, 337, 337, 337, 337, - 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, - 337, 337, 378, 584, 584, 584, 657, 909, 648, 934, - 934, 934, 934, 934, 934, 934, 934, 934, 934, 934, - 934, 934, 934, 934, 934, 934, 934, 934, 934, 934, - 934, 934, 934, 934, 934, 934, 934, 934, 934, 934, - 934, 934, 934, 934, 934, 934, 934, 934, 934, 934, - 934, 934, 934, 503, -21, -21, 436, 650, 364, 571, - 215, 426, 156, 26, 26, 329, 329, 329, 329, 329, - 46, 46, 5, 5, 5, 5, 152, 186, 186, 186, - 186, 120, 120, 120, 120, 374, 374, 429, 448, 448, - 334, 267, 449, 449, 449, 449, 449, 449, 449, 449, - 449, 449, 336, 427, 427, 572, 572, 408, 551, 551, - 551, 551, 671, 171, 171, 391, 311, 311, 311, 109, - 641, 856, 68, 68, 68, 68, 68, 68, 324, 324, - 324, -3, -3, -3, 655, 77, 380, 77, 380, 683, - 685, 86, 685, 654, -15, 516, 776, 281, 646, 809, - 680, 816, 560, 711, 202, 578, 857, 643, -23, 578, - 578, 578, 578, 857, 622, 628, 596, -23, 578, -23, - 639, 454, 849, 351, 249, 558, 469, 631, 743, 514, - 688, 746, 464, 544, 548, 556, 7, 412, 708, 750, - 878, 879, 349, 702, 631, 631, 631, 327, 101, 7, - -8, 623, 623, 623, 623, 219, 623, 623, 623, 623, - 291, 430, 545, 401, 745, 653, 653, 675, 839, 814, - 814, 653, 673, 653, 675, 841, 841, 841, 841, 653, - 653, 653, 653, 814, 814, 667, 814, 275, 684, 694, - 694, 841, 713, 714, 653, 653, 697, 814, 814, 814, - 697, 687, 841, 669, 637, 333, 814, 841, 689, 673, - 689, 653, 669, 689, 673, 673, 689, 22, 686, 656, - 840, 842, 860, 756, 638, 644, 847, 848, 843, 845, - 838, 692, 719, 720, 528, 659, 660, 661, 662, 696, - 664, 698, 643, 658, 658, 658, 645, 701, 645, 658, - 658, 658, 658, 658, 658, 658, 658, 632, 635, 709, - 699, 670, 723, 566, 582, 758, 640, 636, 872, 865, - 881, 883, 849, 870, 645, 890, 634, 288, 610, 850, - 633, 753, 645, 851, 645, 759, 645, 873, 777, 666, - 778, 779, 658, 874, 891, 892, 893, 894, 897, 898, - 899, 900, 665, 901, 724, 674, 866, 344, 844, 639, - 705, 677, 755, 725, 780, 372, 902, 784, 645, 645, - 765, 706, 645, 766, 726, 712, 862, 727, 867, 903, - 640, 678, 868, 645, 681, 785, 904, 372, 690, 651, - 704, 649, 728, 858, 875, 853, 767, 612, 617, 787, - 788, 792, 691, 730, 863, 864, 835, 731, 770, 642, - 771, 676, 794, 772, 852, 732, 796, 798, 871, 647, - 707, 682, 672, 668, 773, 799, 869, 733, 735, 736, - 801, 737, 804, 0, 0, 0, 0, 0, 0, 0, + 0, 229, 310, 390, 470, 103, 325, 325, 784, -2, + -2, 149, -2, -2, -2, 660, 765, 799, 765, 589, + 694, 870, 870, 870, 252, 404, 404, 404, 514, 177, + 177, 918, 434, 118, 295, 313, 240, 491, 491, 491, + 491, 138, 138, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, + 491, 491, 491, 491, 491, 491, 89, 206, 773, 550, + 535, 775, 776, 777, 912, 709, 913, 856, 857, 700, + 858, 859, 862, 863, 864, 855, 865, 935, 866, 599, + 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, + 599, 322, 592, 285, 319, 232, 44, 691, 691, 691, + 691, 691, 691, 691, 182, 182, 182, 182, 182, 182, + 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, + 182, 182, 582, 530, 530, 530, 594, 860, 658, 926, + 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, + 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, + 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, + 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, + 926, 926, 926, 500, -21, -21, 492, 702, 420, 355, + 216, 549, 151, 26, 26, 331, 331, 331, 331, 331, + 46, 46, 5, 5, 5, 5, 153, 188, 188, 188, + 188, 121, 121, 121, 121, 314, 314, 394, 394, 362, + 300, 298, 499, 499, 499, 499, 499, 499, 499, 499, + 499, 499, 67, 656, 656, 659, 659, 522, 554, 554, + 554, 554, 679, -59, -59, 381, 462, 462, 462, 528, + 717, 854, 382, 382, 382, 382, 382, 382, 561, 561, + 561, -3, -3, -3, 692, 115, 137, 115, 137, 678, + 732, 450, 732, 338, 677, -15, 510, 810, 468, 707, + 850, 711, 853, 572, 735, 267, 529, 654, 674, 463, + 529, 529, 529, 529, 654, 610, 640, 608, 463, 529, + 463, 718, 323, 496, 89, 570, 507, 675, 778, 293, + 670, 780, 290, 373, 332, 566, 278, 435, 733, 781, + 914, 917, 385, 715, 675, 675, 675, 352, 511, 278, + -8, 605, 605, 605, 605, 156, 605, 605, 605, 605, + 251, 276, 375, 402, 779, 657, 657, 690, 872, 869, + 869, 657, 689, 657, 690, 874, 874, 874, 874, 657, + 657, 657, 657, 869, 869, 869, 688, 869, 239, 703, + 704, 704, 874, 742, 743, 657, 657, 712, 869, 869, + 869, 712, 695, 874, 701, 741, 277, 869, 874, 672, + 689, 672, 657, 701, 672, 689, 689, 672, 22, 666, + 668, 873, 875, 887, 790, 662, 685, 879, 880, 876, + 878, 871, 699, 744, 745, 497, 669, 671, 673, 680, + 719, 682, 713, 674, 667, 667, 667, 655, 720, 655, + 667, 667, 667, 667, 667, 667, 667, 667, 916, 646, + 731, 714, 653, 749, 553, 573, 791, 664, 811, 900, + 893, 867, 919, 881, 898, 655, 920, 739, 247, 643, + 882, 783, 786, 655, 883, 655, 792, 655, 902, 812, + 686, 813, 814, 667, 910, 921, 923, 924, 925, 927, + 928, 929, 930, 684, 931, 750, 696, 894, 299, 877, + 718, 729, 705, 788, 751, 820, 328, 932, 823, 655, + 655, 794, 785, 655, 795, 756, 740, 890, 757, 895, + 933, 664, 708, 896, 655, 706, 825, 934, 328, 681, + 683, 888, 661, 761, 886, 911, 885, 796, 649, 663, + 829, 830, 831, 693, 763, 891, 892, 889, 764, 803, + 665, 805, 697, 832, 807, 884, 768, 833, 834, 899, + 676, 730, 710, 698, 687, 809, 835, 897, 769, 770, + 771, 848, 772, 849, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 137, 137, 137, 137, -2, -2, -2, - -2, 0, 0, -2, 0, 0, 0, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 0, 0, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 602, 602, - 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, - 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, - 602, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 602, -21, -21, -21, -21, 602, -21, - -21, -21, -21, -21, -21, -21, 602, 602, 602, 602, - 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, - 602, 602, 602, 602, -21, 602, 602, 602, -21, 68, - -21, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 602, 0, 0, 602, -21, - 602, -21, 602, -21, -21, 602, 602, 602, 602, 602, - 602, 602, -21, -21, -21, -21, -21, -21, 0, 324, - 324, 324, 324, -21, -21, -21, -21, 68, 68, 147, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 324, 324, -3, -3, 68, - 68, 68, 68, 68, 147, 68, 68, -23, 673, 673, - 673, 380, 380, 380, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 380, -23, 0, -23, - 0, 68, -23, 673, -23, 380, 673, 673, -23, 814, - 604, 604, 604, 604, 372, 7, 0, 0, 673, 673, - 0, 0, 0, 0, 0, 673, 0, 0, 0, 0, - 0, 0, 814, 0, 653, 0, 0, 0, 0, 658, - 288, 0, 677, 456, 0, 0, 0, 0, 0, 0, - 677, 456, 530, 530, 0, 665, 658, 658, 658, 0, + 0, 0, 0, 0, 138, 138, 138, 138, -2, -2, + -2, -2, 0, 0, -2, 0, 0, 0, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 0, 0, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 138, 138, 138, 138, 138, 599, + 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, + 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, + 599, 599, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 599, -21, -21, -21, -21, 599, + -21, -21, -21, -21, -21, -21, -21, 599, 599, 599, + 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, + 599, 599, 599, 599, 599, -21, 599, 599, 599, -21, + 382, -21, 382, 382, 382, 382, 382, 382, 382, 382, + 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, + 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, + 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, + 382, 382, 382, 382, 382, 382, 599, 0, 0, 599, + -21, 599, -21, 599, -21, -21, 599, 599, 599, 599, + 599, 599, 599, -21, -21, -21, -21, -21, -21, 0, + 561, 561, 561, 561, -21, -21, -21, -21, 382, 382, + 382, 382, 382, 382, 259, 382, 382, 382, 382, 382, + 382, 382, 382, 382, 382, 382, 561, 561, -3, -3, + 382, 382, 382, 382, 382, 259, 382, 382, 463, 689, + 689, 689, 137, 137, 137, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 137, 463, 0, + 463, 0, 382, 463, 689, 463, 657, 137, 689, 689, + 463, 869, 616, 616, 616, 616, 328, 278, 0, 0, + 689, 689, 0, 0, 0, 0, 0, 689, 0, 0, + 0, 0, 0, 0, 869, 0, 0, 0, 0, 0, + 667, 247, 0, 705, 335, 0, 0, 0, 0, 0, + 0, 705, 335, 347, 347, 0, 684, 667, 667, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 372 + 0, 0, 0, 0, 0, 0, 0, 328 ); protected $actionDefault = array( 3,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767, 540, 540, 495,32767,32767, - 32767,32767,32767,32767,32767,32767,32767, 297, 297, 297, - 32767,32767,32767, 528, 528, 528, 528, 528, 528, 528, - 528, 528, 528, 528,32767,32767,32767,32767,32767,32767, - 381,32767,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767, 544, 544, 499,32767,32767, + 32767,32767,32767,32767,32767,32767,32767, 299, 299, 299, + 32767,32767,32767, 532, 532, 532, 532, 532, 532, 532, + 532, 532, 532, 532,32767,32767,32767,32767,32767,32767, + 383,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 387, - 545,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 362, - 363, 365, 366, 296, 548, 529, 245, 388, 544, 295, - 247, 325, 499,32767,32767,32767, 327, 122, 256, 201, - 498, 125, 294, 232, 380, 382, 326, 301, 306, 307, - 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, - 318, 300, 454, 359, 358, 357, 456,32767, 455, 492, - 492, 495,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767,32767,32767, 389, + 549,32767,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767,32767,32767, 364, + 365, 367, 368, 298, 552, 533, 247, 390, 548, 297, + 249, 327, 503,32767,32767,32767, 329, 122, 258, 203, + 502, 125, 296, 234, 382, 384, 328, 303, 308, 309, + 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, + 320, 302, 458, 361, 360, 359, 460,32767, 459, 496, + 496, 499,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767, 323, 483, 482, 324, 452, 328, 453, - 331, 457, 460, 329, 330, 347, 348, 345, 346, 349, - 458, 459, 476, 477, 474, 475, 299, 350, 351, 352, - 353, 478, 479, 480, 481,32767,32767, 280, 539, 539, - 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767, 338, 339, 467, 468,32767, 236, 236, - 236, 236, 281, 236,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767,32767, 333, 334, - 332, 462, 463, 461, 428,32767,32767,32767, 430,32767, - 32767,32767,32767,32767,32767,32767,32767, 500,32767,32767, - 32767,32767,32767, 513, 417, 171,32767, 409,32767, 171, - 171, 171, 171,32767, 220, 222, 167,32767, 171,32767, - 486,32767,32767,32767,32767,32767, 518, 343,32767,32767, - 116,32767,32767,32767, 555,32767, 513,32767, 116,32767, - 32767,32767,32767, 356, 335, 336, 337,32767,32767, 517, - 511, 470, 471, 472, 473,32767, 464, 465, 466, 469, - 32767,32767,32767,32767,32767,32767,32767,32767, 425, 431, - 431,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767, 516, 515,32767, 410, 494, 186, 184, - 184,32767, 206, 206,32767,32767, 188, 487, 506,32767, - 188, 173,32767, 398, 175, 494,32767,32767, 238,32767, - 238,32767, 398, 238,32767,32767, 238,32767, 411, 435, - 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767, 377, 378, 489, 502,32767, - 503,32767, 409, 341, 342, 344, 320,32767, 322, 367, - 368, 369, 370, 371, 372, 373, 375,32767, 415,32767, - 418,32767,32767,32767, 255,32767, 553,32767,32767, 304, - 553,32767,32767,32767, 547,32767,32767, 298,32767,32767, - 32767,32767, 251,32767, 169,32767, 537,32767, 554,32767, - 511,32767, 340,32767,32767,32767,32767,32767,32767,32767, - 32767,32767, 512,32767,32767,32767,32767, 227,32767, 448, - 32767, 116,32767,32767,32767, 187,32767,32767, 302, 246, - 32767,32767, 546,32767,32767,32767,32767,32767,32767,32767, - 32767, 114,32767, 170,32767,32767,32767, 189,32767,32767, - 511,32767,32767,32767,32767,32767,32767,32767, 293,32767, - 32767,32767,32767,32767,32767,32767, 511,32767,32767, 231, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 411, - 32767, 274,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767, 127, 127, 3, 127, 127, 258, 3, - 258, 127, 258, 258, 127, 127, 127, 127, 127, 127, - 127, 127, 127, 127, 214, 217, 206, 206, 164, 127, - 127, 266 + 32767,32767,32767, 325, 487, 486, 326, 456, 330, 457, + 333, 461, 464, 331, 332, 349, 350, 347, 348, 351, + 462, 463, 480, 481, 478, 479, 301, 352, 353, 354, + 355, 482, 483, 484, 485,32767,32767, 543, 543,32767, + 32767, 282,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767, 340, 341, 471, 472,32767, 238, 238, + 238, 238, 283, 238,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767,32767, 335, 336, + 334, 466, 467, 465, 432,32767,32767,32767, 434,32767, + 32767,32767,32767,32767,32767,32767,32767,32767, 504,32767, + 32767,32767,32767,32767, 517, 421, 171,32767, 413,32767, + 171, 171, 171, 171,32767, 222, 224, 167,32767, 171, + 32767, 490,32767,32767,32767,32767, 522, 345,32767,32767, + 116,32767,32767,32767, 559,32767, 517,32767, 116,32767, + 32767,32767,32767, 358, 337, 338, 339,32767,32767, 521, + 515, 474, 475, 476, 477,32767, 468, 469, 470, 473, + 32767,32767,32767,32767,32767,32767,32767,32767, 429, 435, + 435,32767,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767, 520, 519,32767, 414, 498, 188, + 186, 186,32767, 208, 208,32767,32767, 190, 491, 510, + 32767, 190, 173,32767, 400, 175, 498,32767,32767, 240, + 32767, 240,32767, 400, 240,32767,32767, 240,32767, 415, + 439,32767,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767, 379, 380, 493, 506, + 32767, 507,32767, 413, 343, 344, 346, 322,32767, 324, + 369, 370, 371, 372, 373, 374, 375, 377,32767, 419, + 32767, 422,32767,32767,32767, 257,32767, 557,32767,32767, + 306, 557,32767,32767,32767, 551,32767,32767, 300,32767, + 32767,32767,32767, 253,32767, 169,32767, 541,32767, 558, + 32767, 515,32767, 342,32767,32767,32767,32767,32767,32767, + 32767,32767,32767, 516,32767,32767,32767,32767, 229,32767, + 452,32767, 116,32767,32767,32767, 189,32767,32767, 304, + 248,32767,32767, 550,32767,32767,32767,32767,32767,32767, + 32767,32767, 114,32767, 170,32767,32767,32767, 191,32767, + 32767, 515,32767,32767,32767,32767,32767,32767,32767, 295, + 32767,32767,32767,32767,32767,32767,32767, 515,32767,32767, + 233,32767,32767,32767,32767,32767,32767,32767,32767,32767, + 415,32767, 276,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767, 127, 127, 3, 127, 127, 260, + 3, 260, 127, 260, 260, 127, 127, 127, 127, 127, + 127, 127, 127, 127, 127, 216, 219, 208, 208, 164, + 127, 127, 268 ); protected $goto = array( 166, 140, 140, 140, 166, 187, 168, 144, 147, 141, 142, 143, 149, 163, 163, 163, 163, 144, 144, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, - 138, 159, 160, 161, 162, 184, 139, 185, 493, 494, - 377, 495, 499, 500, 501, 502, 503, 504, 505, 506, - 967, 164, 145, 146, 148, 171, 176, 186, 203, 253, + 138, 159, 160, 161, 162, 184, 139, 185, 494, 495, + 377, 496, 500, 501, 502, 503, 504, 505, 506, 507, + 970, 164, 145, 146, 148, 171, 176, 186, 203, 253, 256, 258, 260, 263, 264, 265, 266, 267, 268, 269, 277, 278, 279, 280, 303, 304, 328, 329, 330, 394, - 395, 396, 542, 188, 189, 190, 191, 192, 193, 194, + 395, 396, 543, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 150, 151, 152, 167, 153, 169, 154, 204, 170, 155, 156, 157, 205, - 158, 136, 620, 560, 756, 560, 560, 560, 560, 560, - 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, - 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, - 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, - 560, 560, 560, 560, 560, 560, 560, 560, 560, 1108, - 628, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, - 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, - 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, - 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, - 1108, 1108, 1108, 1108, 1108, 757, 888, 888, 508, 1200, - 1200, 400, 606, 508, 536, 536, 568, 532, 534, 534, - 496, 498, 524, 540, 569, 572, 583, 590, 852, 852, - 852, 852, 847, 853, 174, 585, 519, 600, 601, 177, + 158, 136, 621, 561, 757, 561, 561, 561, 561, 561, + 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, + 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, + 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, + 561, 561, 561, 561, 561, 561, 561, 561, 561, 1113, + 629, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, + 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, + 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, + 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, + 1113, 1113, 1113, 1113, 1113, 758, 520, 531, 509, 656, + 556, 1183, 750, 509, 592, 786, 1183, 888, 612, 613, + 884, 617, 618, 624, 626, 631, 633, 817, 855, 855, + 855, 855, 850, 856, 174, 891, 891, 1205, 1205, 177, 178, 179, 401, 402, 403, 404, 173, 202, 206, 208, 257, 259, 261, 262, 270, 271, 272, 273, 274, 275, 281, 282, 283, 284, 305, 306, 331, 332, 333, 406, 407, 408, 409, 175, 180, 254, 255, 181, 182, 183, - 497, 497, 785, 497, 497, 497, 497, 497, 497, 497, - 497, 497, 497, 497, 497, 497, 497, 509, 578, 582, - 626, 749, 509, 544, 545, 546, 547, 548, 549, 550, - 551, 553, 586, 338, 559, 321, 559, 559, 559, 559, - 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, - 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, - 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, - 559, 559, 559, 559, 559, 559, 559, 559, 559, 559, - 530, 349, 655, 555, 587, 352, 414, 591, 575, 604, - 885, 611, 612, 881, 616, 617, 623, 625, 630, 632, - 298, 296, 296, 296, 298, 290, 299, 944, 610, 816, - 1170, 613, 436, 436, 375, 436, 436, 436, 436, 436, - 436, 436, 436, 436, 436, 436, 436, 436, 436, 1072, - 1084, 1083, 945, 1065, 1072, 895, 895, 895, 895, 1178, - 895, 895, 1212, 1212, 1178, 388, 858, 561, 755, 1072, - 1072, 1072, 1072, 1072, 1072, 3, 4, 384, 384, 384, - 1212, 874, 856, 854, 856, 654, 465, 511, 883, 878, - 1089, 541, 384, 537, 384, 567, 384, 1026, 19, 15, - 371, 384, 1226, 510, 1204, 1192, 1192, 1192, 510, 906, - 372, 522, 533, 554, 912, 514, 1068, 1069, 13, 1065, - 378, 912, 1158, 594, 23, 965, 386, 386, 386, 602, - 1066, 1169, 1066, 937, 447, 449, 631, 752, 1177, 1067, - 1109, 614, 935, 1177, 605, 1197, 391, 1211, 1211, 543, - 892, 386, 1194, 1194, 1194, 399, 518, 1016, 901, 389, - 771, 529, 752, 340, 752, 1211, 518, 518, 385, 781, - 1214, 770, 772, 1063, 910, 774, 1058, 1176, 659, 953, - 514, 782, 862, 915, 450, 573, 1155, 0, 463, 0, + 498, 498, 498, 498, 498, 498, 861, 498, 498, 498, + 498, 498, 498, 498, 498, 498, 498, 510, 586, 538, + 601, 602, 510, 545, 546, 547, 548, 549, 550, 551, + 552, 554, 587, 1209, 560, 350, 560, 560, 560, 560, + 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, + 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, + 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, + 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, + 400, 607, 537, 537, 569, 533, 909, 535, 535, 497, + 499, 525, 541, 570, 573, 584, 591, 298, 296, 296, + 296, 298, 289, 299, 611, 378, 511, 614, 595, 947, + 375, 511, 437, 437, 437, 437, 437, 437, 1163, 437, + 437, 437, 437, 437, 437, 437, 437, 437, 437, 1077, + 948, 338, 1175, 321, 1077, 898, 898, 898, 898, 606, + 898, 898, 1217, 1217, 1202, 753, 576, 605, 756, 1077, + 1077, 1077, 1077, 1077, 1077, 1069, 384, 384, 384, 391, + 1217, 877, 859, 857, 859, 655, 466, 512, 886, 881, + 753, 384, 753, 384, 968, 384, 895, 385, 588, 353, + 414, 384, 1231, 1019, 542, 1197, 1197, 1197, 568, 1094, + 386, 386, 386, 904, 915, 515, 1029, 19, 15, 372, + 389, 915, 940, 448, 450, 632, 340, 1216, 1216, 1114, + 615, 938, 840, 555, 775, 386, 913, 1070, 1073, 1074, + 399, 1069, 1182, 660, 23, 1216, 773, 1182, 544, 603, + 1066, 1219, 1071, 1174, 1071, 519, 1199, 1199, 1199, 1089, + 1088, 1072, 343, 523, 534, 519, 519, 772, 351, 352, + 13, 579, 583, 627, 1061, 388, 782, 562, 771, 515, + 783, 1181, 3, 4, 918, 956, 865, 451, 574, 1160, + 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 514, 529, 0, 0, 0, 0, + 514, 0, 529, 0, 0, 0, 0, 610, 513, 516, + 439, 440, 1067, 619, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 780, 1224, 0, 0, 0, 0, + 0, 524, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 513, 528, 0, 0, 0, 0, - 513, 0, 528, 0, 350, 351, 0, 609, 512, 515, - 438, 439, 1064, 618, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 779, 1219, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 777, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 523, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 301, 301 + 0, 0, 0, 0, 0, 0, 0, 0, 301, 301 ); protected $gotoCheck = array( @@ -730,96 +729,95 @@ class Php5 extends \PhpParser\ParserAbstract 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, - 43, 43, 57, 68, 15, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 126, - 9, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 16, 76, 76, 68, 76, - 76, 51, 51, 68, 51, 51, 51, 51, 51, 51, - 51, 51, 51, 51, 51, 51, 51, 51, 68, 68, - 68, 68, 68, 68, 27, 66, 101, 66, 66, 27, + 43, 43, 57, 69, 15, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 128, + 9, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 16, 102, 32, 69, 32, + 32, 120, 6, 69, 32, 29, 120, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 50, 69, 69, + 69, 69, 69, 69, 27, 77, 77, 77, 77, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, - 117, 117, 29, 117, 117, 117, 117, 117, 117, 117, - 117, 117, 117, 117, 117, 117, 117, 117, 61, 61, - 61, 6, 117, 110, 110, 110, 110, 110, 110, 110, - 110, 110, 110, 125, 57, 125, 57, 57, 57, 57, + 119, 119, 119, 119, 119, 119, 33, 119, 119, 119, + 119, 119, 119, 119, 119, 119, 119, 119, 67, 110, + 67, 67, 119, 111, 111, 111, 111, 111, 111, 111, + 111, 111, 111, 142, 57, 72, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, - 32, 71, 32, 32, 69, 69, 69, 32, 40, 40, - 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, - 5, 5, 5, 5, 5, 5, 5, 97, 62, 50, - 81, 62, 57, 57, 62, 57, 57, 57, 57, 57, + 51, 51, 51, 51, 51, 51, 84, 51, 51, 51, + 51, 51, 51, 51, 51, 51, 51, 5, 5, 5, + 5, 5, 5, 5, 63, 46, 124, 63, 129, 98, + 63, 124, 57, 57, 57, 57, 57, 57, 133, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, - 124, 124, 97, 81, 57, 57, 57, 57, 57, 118, - 57, 57, 142, 142, 118, 12, 33, 12, 14, 57, - 57, 57, 57, 57, 57, 30, 30, 13, 13, 13, - 142, 14, 14, 14, 14, 14, 57, 14, 14, 14, - 34, 2, 13, 109, 13, 2, 13, 34, 34, 34, - 34, 13, 13, 122, 140, 9, 9, 9, 122, 83, - 58, 58, 58, 34, 13, 13, 81, 81, 58, 81, - 46, 13, 131, 127, 34, 101, 123, 123, 123, 34, - 81, 81, 81, 8, 8, 8, 8, 11, 119, 81, - 8, 8, 8, 119, 49, 138, 48, 141, 141, 47, - 78, 123, 119, 119, 119, 123, 47, 102, 80, 17, - 23, 9, 11, 18, 11, 141, 47, 47, 11, 23, - 141, 23, 24, 115, 84, 25, 113, 119, 73, 99, - 13, 26, 70, 85, 64, 65, 130, -1, 108, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 98, 127, 82, 127, 57, 57, 57, 57, 57, 49, + 57, 57, 144, 144, 140, 11, 40, 40, 14, 57, + 57, 57, 57, 57, 57, 82, 13, 13, 13, 48, + 144, 14, 14, 14, 14, 14, 57, 14, 14, 14, + 11, 13, 11, 13, 102, 13, 79, 11, 70, 70, + 70, 13, 13, 103, 2, 9, 9, 9, 2, 34, + 125, 125, 125, 81, 13, 13, 34, 34, 34, 34, + 17, 13, 8, 8, 8, 8, 18, 143, 143, 8, + 8, 8, 9, 34, 25, 125, 85, 82, 82, 82, + 125, 82, 121, 74, 34, 143, 24, 121, 47, 34, + 116, 143, 82, 82, 82, 47, 121, 121, 121, 126, + 126, 82, 58, 58, 58, 47, 47, 23, 72, 72, + 58, 62, 62, 62, 114, 12, 23, 12, 23, 13, + 26, 121, 30, 30, 86, 100, 71, 65, 66, 132, + 109, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9, 9, -1, -1, -1, -1, - 9, -1, 9, -1, 71, 71, -1, 13, 9, 9, + 9, -1, 9, -1, -1, -1, -1, 13, 9, 9, 9, 9, 13, 13, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 9, 9, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 9, 9, -1, -1, -1, -1, + -1, 102, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 101, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 5, 5 + -1, -1, -1, -1, -1, -1, -1, -1, 5, 5 ); protected $gotoBase = array( - 0, 0, -184, 0, 0, 356, 290, 0, 488, 149, - 0, 182, 85, 118, 426, 112, 203, 179, 208, 0, - 0, 0, 0, 162, 190, 198, 120, 27, 0, 272, - -224, 0, -274, 406, 32, 0, 0, 0, 0, 0, - 330, 0, 0, -24, 0, 0, 440, 485, 213, 218, - 371, -74, 0, 0, 0, 0, 0, 107, 110, 0, - 0, -11, -72, 0, 104, 95, -405, 0, -94, 41, - 119, -82, 0, 164, 0, 0, -79, 0, 197, 0, - 204, 43, 0, 441, 171, 121, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 100, 0, 115, - 0, 195, 210, 0, 0, 0, 0, 0, 86, 427, - 259, 0, 0, 116, 0, 174, 0, -5, 117, 196, - 0, 0, 161, 170, 93, -21, -48, 273, 0, 0, - 91, 271, 0, 0, 0, 0, 0, 0, 216, 0, - 437, 187, 102, 0, 0 + 0, 0, -172, 0, 0, 353, 201, 0, 477, 149, + 0, 110, 195, 117, 426, 112, 203, 140, 171, 0, + 0, 0, 0, 168, 164, 157, 119, 27, 0, 205, + -118, 0, -428, 266, 51, 0, 0, 0, 0, 0, + 388, 0, 0, -24, 0, 0, 345, 484, 146, 133, + 209, 75, 0, 0, 0, 0, 0, 107, 161, 0, + 0, 0, 222, -77, 0, 106, 97, -343, 0, -94, + 135, 123, -129, 0, 129, 0, 0, -50, 0, 143, + 0, 159, 64, 0, 338, 132, 122, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 98, 0, + 121, 0, 165, 156, 0, 0, 0, 0, 0, 87, + 273, 259, 0, 0, 114, 0, 150, 0, 0, -5, + -91, 200, 0, 0, 84, 154, 202, 77, -48, 178, + 0, 0, 93, 187, 0, 0, 0, 0, 0, 0, + 136, 0, 286, 167, 102, 0, 0 ); protected $gotoDefault = array( - -32768, 467, 663, 2, 664, 834, 739, 747, 597, 481, - 629, 581, 380, 1188, 791, 792, 793, 381, 367, 482, - 379, 410, 405, 780, 773, 775, 783, 172, 411, 786, - 1, 788, 517, 824, 1017, 364, 796, 365, 589, 798, - 526, 800, 801, 137, 382, 383, 527, 483, 390, 576, - 815, 276, 387, 817, 366, 818, 827, 370, 464, 454, - 459, 556, 608, 432, 446, 570, 564, 535, 1081, 565, - 861, 348, 869, 660, 877, 880, 484, 557, 891, 451, - 899, 1094, 397, 905, 911, 916, 287, 919, 417, 412, - 584, 924, 925, 5, 929, 621, 622, 8, 312, 952, - 598, 966, 420, 1036, 1038, 485, 486, 521, 458, 507, - 525, 487, 1059, 440, 413, 1062, 488, 489, 433, 434, - 1078, 354, 1163, 353, 448, 320, 1150, 579, 1113, 455, - 1203, 1159, 347, 490, 491, 376, 1182, 392, 1198, 437, - 1205, 1213, 343, 539, 566 + -32768, 468, 664, 2, 665, 835, 740, 748, 598, 482, + 630, 582, 380, 1193, 792, 793, 794, 381, 368, 483, + 379, 410, 405, 781, 774, 776, 784, 172, 411, 787, + 1, 789, 518, 825, 1020, 365, 797, 366, 590, 799, + 527, 801, 802, 137, 382, 383, 528, 484, 390, 577, + 816, 276, 387, 818, 367, 819, 828, 371, 465, 455, + 460, 530, 557, 609, 432, 447, 571, 565, 536, 1086, + 566, 864, 349, 872, 661, 880, 883, 485, 558, 894, + 452, 902, 1099, 397, 908, 914, 919, 291, 922, 417, + 412, 585, 927, 928, 5, 932, 622, 623, 8, 312, + 955, 599, 969, 420, 1039, 1041, 486, 487, 522, 459, + 508, 526, 488, 1062, 441, 413, 1065, 433, 489, 490, + 434, 435, 1083, 355, 1168, 354, 449, 320, 1155, 580, + 1118, 456, 1208, 1164, 348, 491, 492, 376, 1187, 392, + 1203, 438, 1210, 1218, 344, 540, 567 ); protected $ruleToNonTerminal = array( @@ -840,19 +838,20 @@ class Php5 extends \PhpParser\ParserAbstract 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 14, 14, 54, 54, 56, 55, 55, 48, - 48, 58, 58, 59, 59, 60, 60, 15, 16, 16, - 16, 63, 63, 63, 64, 64, 67, 67, 65, 65, - 69, 69, 41, 41, 50, 50, 53, 53, 53, 52, - 52, 70, 42, 42, 42, 42, 71, 71, 72, 72, - 73, 73, 39, 39, 35, 35, 74, 37, 37, 75, - 36, 36, 38, 38, 49, 49, 49, 61, 61, 77, - 77, 78, 78, 80, 80, 80, 79, 79, 62, 62, - 81, 81, 81, 82, 82, 83, 83, 83, 44, 44, - 84, 84, 84, 45, 45, 85, 85, 86, 86, 66, - 87, 87, 87, 87, 92, 92, 93, 93, 94, 94, - 94, 94, 94, 95, 96, 96, 91, 91, 88, 88, - 90, 90, 98, 98, 97, 97, 97, 97, 97, 97, - 89, 89, 100, 99, 99, 46, 46, 40, 40, 43, + 48, 58, 58, 59, 59, 60, 60, 61, 61, 15, + 16, 16, 16, 64, 64, 64, 65, 65, 68, 68, + 66, 66, 70, 70, 41, 41, 50, 50, 53, 53, + 53, 52, 52, 71, 42, 42, 42, 42, 72, 72, + 73, 73, 74, 74, 39, 39, 35, 35, 75, 37, + 37, 76, 36, 36, 38, 38, 49, 49, 49, 62, + 62, 78, 78, 79, 79, 81, 81, 81, 80, 80, + 63, 63, 82, 82, 82, 83, 83, 84, 84, 84, + 44, 44, 85, 85, 85, 45, 45, 86, 86, 87, + 87, 67, 88, 88, 88, 88, 93, 93, 94, 94, + 95, 95, 95, 95, 95, 96, 97, 97, 92, 92, + 89, 89, 91, 91, 99, 99, 98, 98, 98, 98, + 98, 98, 90, 90, 101, 100, 100, 46, 46, 40, + 40, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, @@ -860,26 +859,25 @@ class Php5 extends \PhpParser\ParserAbstract 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, - 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, - 43, 43, 43, 43, 43, 34, 34, 47, 47, 105, - 105, 106, 106, 106, 106, 112, 101, 101, 108, 108, - 114, 114, 115, 116, 116, 116, 116, 116, 116, 68, - 68, 57, 57, 57, 57, 102, 102, 120, 120, 117, - 117, 121, 121, 121, 121, 103, 103, 103, 107, 107, - 107, 113, 113, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 27, 27, 27, 27, - 27, 27, 128, 128, 128, 128, 128, 128, 128, 128, + 43, 43, 43, 43, 43, 43, 43, 34, 34, 47, + 47, 106, 106, 107, 107, 107, 107, 113, 102, 102, + 109, 109, 115, 115, 116, 117, 118, 118, 118, 118, + 118, 118, 118, 69, 69, 57, 57, 57, 57, 103, + 103, 122, 122, 119, 119, 123, 123, 123, 123, 104, + 104, 104, 108, 108, 108, 114, 114, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 111, 111, 104, 104, - 104, 104, 127, 127, 130, 130, 129, 129, 131, 131, - 51, 51, 51, 51, 133, 133, 132, 132, 132, 132, - 132, 134, 134, 119, 119, 122, 122, 118, 118, 136, - 135, 135, 135, 135, 123, 123, 123, 123, 110, 110, - 124, 124, 124, 124, 76, 137, 137, 138, 138, 138, - 109, 109, 139, 139, 140, 140, 140, 140, 140, 125, - 125, 125, 125, 142, 143, 141, 141, 141, 141, 141, - 141, 141, 144, 144, 144 + 27, 27, 27, 27, 27, 27, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 112, 112, 105, 105, 105, 105, 129, 129, 132, 132, + 131, 131, 133, 133, 51, 51, 51, 51, 135, 135, + 134, 134, 134, 134, 134, 136, 136, 121, 121, 124, + 124, 120, 120, 138, 137, 137, 137, 137, 125, 125, + 125, 125, 111, 111, 126, 126, 126, 126, 77, 139, + 139, 140, 140, 140, 110, 110, 141, 141, 142, 142, + 142, 142, 142, 127, 127, 127, 127, 144, 145, 143, + 143, 143, 143, 143, 143, 143, 146, 146, 146 ); protected $ruleToLength = array( @@ -900,46 +898,46 @@ class Php5 extends \PhpParser\ParserAbstract 2, 3, 2, 3, 2, 3, 3, 3, 3, 1, 2, 2, 5, 7, 9, 5, 6, 3, 3, 2, 2, 1, 1, 1, 0, 2, 8, 0, 4, 1, - 3, 0, 1, 0, 1, 0, 1, 10, 7, 6, - 5, 1, 2, 2, 0, 2, 0, 2, 0, 2, - 1, 3, 1, 4, 1, 4, 1, 1, 4, 1, - 3, 3, 3, 4, 4, 5, 0, 2, 4, 3, - 1, 1, 1, 4, 0, 2, 3, 0, 2, 4, - 0, 2, 0, 3, 1, 2, 1, 1, 0, 1, - 3, 4, 6, 1, 1, 1, 0, 1, 0, 2, - 2, 3, 3, 1, 3, 1, 2, 2, 3, 1, - 1, 2, 4, 3, 1, 1, 3, 2, 0, 1, - 3, 3, 9, 3, 1, 3, 0, 2, 4, 5, - 4, 4, 4, 3, 1, 1, 1, 3, 1, 1, - 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, - 1, 3, 1, 1, 3, 3, 1, 0, 1, 1, - 3, 3, 4, 4, 1, 2, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, - 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, + 3, 0, 1, 0, 1, 0, 1, 1, 1, 10, + 7, 6, 5, 1, 2, 2, 0, 2, 0, 2, + 0, 2, 1, 3, 1, 4, 1, 4, 1, 1, + 4, 1, 3, 3, 3, 4, 4, 5, 0, 2, + 4, 3, 1, 1, 1, 4, 0, 2, 3, 0, + 2, 4, 0, 2, 0, 3, 1, 2, 1, 1, + 0, 1, 3, 4, 6, 1, 1, 1, 0, 1, + 0, 2, 2, 3, 3, 1, 3, 1, 2, 2, + 3, 1, 1, 2, 4, 3, 1, 1, 3, 2, + 0, 1, 3, 3, 9, 3, 1, 3, 0, 2, + 4, 5, 4, 4, 4, 3, 1, 1, 1, 3, + 1, 1, 0, 1, 1, 2, 1, 1, 1, 1, + 1, 1, 1, 3, 1, 1, 3, 3, 1, 0, + 1, 1, 3, 3, 4, 4, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 1, 3, 5, 4, 3, - 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 1, 1, 3, - 2, 1, 2, 10, 11, 3, 3, 2, 4, 4, - 3, 4, 4, 4, 4, 7, 3, 2, 0, 4, - 1, 3, 2, 2, 4, 6, 2, 2, 4, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 3, 3, 4, 4, 0, 2, 1, 0, 1, - 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 3, 2, 1, 3, 1, 4, - 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, - 3, 3, 5, 4, 4, 3, 1, 3, 1, 1, - 3, 3, 0, 2, 0, 1, 3, 1, 3, 1, - 1, 1, 1, 1, 6, 4, 3, 4, 2, 4, - 4, 1, 3, 1, 2, 1, 1, 4, 1, 1, - 3, 6, 4, 4, 4, 4, 1, 4, 0, 1, - 1, 3, 1, 1, 4, 3, 1, 1, 1, 0, - 0, 2, 3, 1, 3, 1, 4, 2, 2, 2, - 2, 1, 2, 1, 1, 1, 4, 3, 3, 3, - 6, 3, 1, 1, 1 + 3, 3, 3, 2, 2, 2, 2, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 1, 3, 5, + 4, 3, 4, 4, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, + 1, 3, 2, 1, 2, 10, 11, 3, 3, 2, + 4, 4, 3, 4, 4, 4, 4, 7, 3, 2, + 0, 4, 1, 3, 2, 1, 2, 2, 4, 6, + 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 3, 3, 4, 4, 0, + 2, 1, 0, 1, 1, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, + 1, 3, 1, 4, 3, 1, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, + 3, 3, 3, 3, 3, 3, 5, 4, 4, 3, + 1, 3, 1, 1, 3, 3, 0, 2, 0, 1, + 3, 1, 3, 1, 1, 1, 1, 1, 6, 4, + 3, 4, 2, 4, 4, 1, 3, 1, 2, 1, + 1, 4, 1, 1, 3, 6, 4, 4, 4, 4, + 1, 4, 0, 1, 1, 3, 1, 1, 4, 3, + 1, 1, 1, 0, 0, 2, 3, 1, 3, 1, + 4, 2, 2, 2, 2, 1, 2, 1, 1, 1, + 4, 3, 3, 3, 6, 3, 1, 1, 1 ); protected function initReduceCallbacks() { @@ -1492,36 +1490,36 @@ class Php5 extends \PhpParser\ParserAbstract $this->semValue = true; }, 177 => function ($stackPos) { - $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(10-3)], ['byRef' => $this->semStack[$stackPos-(10-2)], 'params' => $this->semStack[$stackPos-(10-5)], 'returnType' => $this->semStack[$stackPos-(10-7)], 'stmts' => $this->semStack[$stackPos-(10-9)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 178 => function ($stackPos) { + $this->semValue = new Node\Identifier($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 179 => function ($stackPos) { + $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(10-3)], ['byRef' => $this->semStack[$stackPos-(10-2)], 'params' => $this->semStack[$stackPos-(10-5)], 'returnType' => $this->semStack[$stackPos-(10-7)], 'stmts' => $this->semStack[$stackPos-(10-9)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); + }, + 180 => function ($stackPos) { $this->semValue = new Stmt\Class_($this->semStack[$stackPos-(7-2)], ['type' => $this->semStack[$stackPos-(7-1)], 'extends' => $this->semStack[$stackPos-(7-3)], 'implements' => $this->semStack[$stackPos-(7-4)], 'stmts' => $this->semStack[$stackPos-(7-6)]], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes); $this->checkClass($this->semValue, $stackPos-(7-2)); }, - 179 => function ($stackPos) { + 181 => function ($stackPos) { $this->semValue = new Stmt\Interface_($this->semStack[$stackPos-(6-2)], ['extends' => $this->semStack[$stackPos-(6-3)], 'stmts' => $this->semStack[$stackPos-(6-5)]], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); $this->checkInterface($this->semValue, $stackPos-(6-2)); }, - 180 => function ($stackPos) { + 182 => function ($stackPos) { $this->semValue = new Stmt\Trait_($this->semStack[$stackPos-(5-2)], ['stmts' => $this->semStack[$stackPos-(5-4)]], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, - 181 => function ($stackPos) { + 183 => function ($stackPos) { $this->semValue = 0; }, - 182 => function ($stackPos) { + 184 => function ($stackPos) { $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; }, - 183 => function ($stackPos) { + 185 => function ($stackPos) { $this->semValue = Stmt\Class_::MODIFIER_FINAL; }, - 184 => function ($stackPos) { - $this->semValue = null; - }, - 185 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, 186 => function ($stackPos) { - $this->semValue = array(); + $this->semValue = null; }, 187 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(2-2)]; @@ -1533,16 +1531,16 @@ class Php5 extends \PhpParser\ParserAbstract $this->semValue = $this->semStack[$stackPos-(2-2)]; }, 190 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + $this->semValue = array(); }, 191 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, 192 => function ($stackPos) { - $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 193 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 194 => function ($stackPos) { $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); @@ -1554,679 +1552,679 @@ class Php5 extends \PhpParser\ParserAbstract $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); }, 197 => function ($stackPos) { - $this->semValue = null; + $this->semValue = $this->semStack[$stackPos-(4-2)]; }, 198 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 199 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 200 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 201 => function ($stackPos) { - $this->semValue = new Stmt\DeclareDeclare($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 202 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; - }, - 203 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-3)]; - }, - 204 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 205 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(5-3)]; - }, - 206 => function ($stackPos) { - $this->semValue = array(); - }, - 207 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 208 => function ($stackPos) { - $this->semValue = new Stmt\Case_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 209 => function ($stackPos) { - $this->semValue = new Stmt\Case_(null, $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 210 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 211 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 212 => function ($stackPos) { $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); }, - 213 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 214 => function ($stackPos) { - $this->semValue = array(); - }, - 215 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 216 => function ($stackPos) { - $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(3-2)], is_array($this->semStack[$stackPos-(3-3)]) ? $this->semStack[$stackPos-(3-3)] : array($this->semStack[$stackPos-(3-3)]), $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 217 => function ($stackPos) { - $this->semValue = array(); - }, - 218 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 219 => function ($stackPos) { - $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 220 => function ($stackPos) { + 199 => function ($stackPos) { $this->semValue = null; }, + 200 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, + 201 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 202 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 203 => function ($stackPos) { + $this->semValue = new Stmt\DeclareDeclare($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 204 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 205 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-3)]; + }, + 206 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, + 207 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(5-3)]; + }, + 208 => function ($stackPos) { + $this->semValue = array(); + }, + 209 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 210 => function ($stackPos) { + $this->semValue = new Stmt\Case_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 211 => function ($stackPos) { + $this->semValue = new Stmt\Case_(null, $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 212 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos]; + }, + 213 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos]; + }, + 214 => function ($stackPos) { + $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); + }, + 215 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, + 216 => function ($stackPos) { + $this->semValue = array(); + }, + 217 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 218 => function ($stackPos) { + $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(3-2)], is_array($this->semStack[$stackPos-(3-3)]) ? $this->semStack[$stackPos-(3-3)] : array($this->semStack[$stackPos-(3-3)]), $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 219 => function ($stackPos) { + $this->semValue = array(); + }, + 220 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, 221 => function ($stackPos) { - $this->semValue = new Stmt\Else_(is_array($this->semStack[$stackPos-(2-2)]) ? $this->semStack[$stackPos-(2-2)] : array($this->semStack[$stackPos-(2-2)]), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 222 => function ($stackPos) { $this->semValue = null; }, 223 => function ($stackPos) { - $this->semValue = new Stmt\Else_($this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Stmt\Else_(is_array($this->semStack[$stackPos-(2-2)]) ? $this->semStack[$stackPos-(2-2)] : array($this->semStack[$stackPos-(2-2)]), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 224 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)], false); + $this->semValue = null; }, 225 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(2-2)], true); + $this->semValue = new Stmt\Else_($this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 226 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(1-1)], false); }, 227 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = array($this->semStack[$stackPos-(2-2)], true); }, 228 => function ($stackPos) { - $this->semValue = array(); + $this->semValue = array($this->semStack[$stackPos-(1-1)], false); }, 229 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 230 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = array(); }, 231 => function ($stackPos) { - $this->semValue = new Node\Param($this->semStack[$stackPos-(4-4)], null, $this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); $this->checkParam($this->semValue); + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 232 => function ($stackPos) { - $this->semValue = new Node\Param($this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-6)], $this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-3)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); $this->checkParam($this->semValue); + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 233 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Node\Param($this->semStack[$stackPos-(4-4)], null, $this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); $this->checkParam($this->semValue); }, 234 => function ($stackPos) { - $this->semValue = new Node\Identifier('array', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Node\Param($this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-6)], $this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-3)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); $this->checkParam($this->semValue); }, 235 => function ($stackPos) { - $this->semValue = new Node\Identifier('callable', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 236 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Node\Identifier('array', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 237 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Node\Identifier('callable', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 238 => function ($stackPos) { $this->semValue = null; }, 239 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 240 => function ($stackPos) { - $this->semValue = array(); - }, - 241 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; - }, - 242 => function ($stackPos) { - $this->semValue = array(new Node\Arg($this->semStack[$stackPos-(3-2)], false, false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes)); - }, - 243 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 244 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 245 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(1-1)], false, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 246 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], true, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 247 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], false, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 248 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 249 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 250 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 251 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + 240 => function ($stackPos) { + $this->semValue = null; }, - 252 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + 241 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, - 253 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 254 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 255 => function ($stackPos) { - $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 256 => function ($stackPos) { - $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 257 => function ($stackPos) { - if ($this->semStack[$stackPos-(2-2)] !== null) { $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; } - }, - 258 => function ($stackPos) { + 242 => function ($stackPos) { $this->semValue = array(); }, + 243 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 244 => function ($stackPos) { + $this->semValue = array(new Node\Arg($this->semStack[$stackPos-(3-2)], false, false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes)); + }, + 245 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 246 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 247 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(1-1)], false, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 248 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], true, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 249 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], false, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 250 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 251 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 252 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 253 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 254 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 255 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 256 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 257 => function ($stackPos) { + $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 258 => function ($stackPos) { + $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, 259 => function ($stackPos) { + if ($this->semStack[$stackPos-(2-2)] !== null) { $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; } + }, + 260 => function ($stackPos) { + $this->semValue = array(); + }, + 261 => function ($stackPos) { $startAttributes = $this->lookaheadStartAttributes; if (isset($startAttributes['comments'])) { $nop = new Stmt\Nop($this->createCommentNopAttributes($startAttributes['comments'])); } else { $nop = null; }; if ($nop !== null) { $this->semStack[$stackPos-(1-1)][] = $nop; } $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 260 => function ($stackPos) { + 262 => function ($stackPos) { $this->semValue = new Stmt\Property($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); $this->checkProperty($this->semValue, $stackPos-(3-1)); }, - 261 => function ($stackPos) { + 263 => function ($stackPos) { $this->semValue = new Stmt\ClassConst($this->semStack[$stackPos-(3-2)], 0, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 262 => function ($stackPos) { + 264 => function ($stackPos) { $this->semValue = new Stmt\ClassMethod($this->semStack[$stackPos-(9-4)], ['type' => $this->semStack[$stackPos-(9-1)], 'byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-6)], 'returnType' => $this->semStack[$stackPos-(9-8)], 'stmts' => $this->semStack[$stackPos-(9-9)]], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); $this->checkClassMethod($this->semValue, $stackPos-(9-1)); }, - 263 => function ($stackPos) { - $this->semValue = new Stmt\TraitUse($this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 264 => function ($stackPos) { - $this->semValue = array(); - }, 265 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Stmt\TraitUse($this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 266 => function ($stackPos) { $this->semValue = array(); }, 267 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 268 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 269 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(5-1)][0], $this->semStack[$stackPos-(5-1)][1], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-4)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); - }, - 270 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], null, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 271 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 272 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 273 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); - }, - 274 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 275 => function ($stackPos) { - $this->semValue = array(null, $this->semStack[$stackPos-(1-1)]); - }, - 276 => function ($stackPos) { - $this->semValue = null; - }, - 277 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; - }, - 278 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 279 => function ($stackPos) { - $this->semValue = 0; - }, - 280 => function ($stackPos) { - $this->semValue = 0; - }, - 281 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 282 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 283 => function ($stackPos) { - $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; - }, - 284 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; - }, - 285 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; - }, - 286 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; - }, - 287 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_STATIC; - }, - 288 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; - }, - 289 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_FINAL; - }, - 290 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 291 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 292 => function ($stackPos) { - $this->semValue = new Node\VarLikeIdentifier(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 293 => function ($stackPos) { - $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 294 => function ($stackPos) { - $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 295 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 296 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 297 => function ($stackPos) { $this->semValue = array(); }, - 298 => function ($stackPos) { + 269 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 270 => function ($stackPos) { + $this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 271 => function ($stackPos) { + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(5-1)][0], $this->semStack[$stackPos-(5-1)][1], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-4)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + }, + 272 => function ($stackPos) { + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], null, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 273 => function ($stackPos) { + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 274 => function ($stackPos) { + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 275 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); + }, + 276 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 299 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + 277 => function ($stackPos) { + $this->semValue = array(null, $this->semStack[$stackPos-(1-1)]); }, - 300 => function ($stackPos) { - $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + 278 => function ($stackPos) { + $this->semValue = null; }, - 301 => function ($stackPos) { - $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 302 => function ($stackPos) { - $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 303 => function ($stackPos) { - $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 304 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 305 => function ($stackPos) { - $this->semValue = new Expr\Clone_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 306 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 307 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 308 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 309 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 310 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 311 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 312 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 313 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 314 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 315 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 316 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 317 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 318 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 319 => function ($stackPos) { - $this->semValue = new Expr\PostInc($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 320 => function ($stackPos) { - $this->semValue = new Expr\PreInc($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 321 => function ($stackPos) { - $this->semValue = new Expr\PostDec($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 322 => function ($stackPos) { - $this->semValue = new Expr\PreDec($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 323 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 324 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 325 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 326 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 327 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 328 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 329 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 330 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 331 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 332 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 333 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 334 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 335 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 336 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 337 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 338 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 339 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 340 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 341 => function ($stackPos) { - $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 342 => function ($stackPos) { - $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 343 => function ($stackPos) { - $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 344 => function ($stackPos) { - $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 345 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 346 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 347 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 348 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 349 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Spaceship($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 350 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 351 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 352 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 353 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 354 => function ($stackPos) { - $this->semValue = new Expr\Instanceof_($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 355 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 356 => function ($stackPos) { + 279 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(3-2)]; }, + 280 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 281 => function ($stackPos) { + $this->semValue = 0; + }, + 282 => function ($stackPos) { + $this->semValue = 0; + }, + 283 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 284 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 285 => function ($stackPos) { + $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; + }, + 286 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; + }, + 287 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; + }, + 288 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; + }, + 289 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_STATIC; + }, + 290 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; + }, + 291 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_FINAL; + }, + 292 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 293 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 294 => function ($stackPos) { + $this->semValue = new Node\VarLikeIdentifier(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 295 => function ($stackPos) { + $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 296 => function ($stackPos) { + $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 297 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 298 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 299 => function ($stackPos) { + $this->semValue = array(); + }, + 300 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 301 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 302 => function ($stackPos) { + $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 303 => function ($stackPos) { + $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 304 => function ($stackPos) { + $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 305 => function ($stackPos) { + $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 306 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 307 => function ($stackPos) { + $this->semValue = new Expr\Clone_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 308 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 309 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 310 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 311 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 312 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 313 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 314 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 315 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 316 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 317 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 318 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 319 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 320 => function ($stackPos) { + $this->semValue = new Expr\AssignOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 321 => function ($stackPos) { + $this->semValue = new Expr\PostInc($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 322 => function ($stackPos) { + $this->semValue = new Expr\PreInc($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 323 => function ($stackPos) { + $this->semValue = new Expr\PostDec($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 324 => function ($stackPos) { + $this->semValue = new Expr\PreDec($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 325 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 326 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 327 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 328 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 329 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 330 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 331 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 332 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 333 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 334 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 335 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 336 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 337 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 338 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 339 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 340 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 341 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 342 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 343 => function ($stackPos) { + $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 344 => function ($stackPos) { + $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 345 => function ($stackPos) { + $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 346 => function ($stackPos) { + $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 347 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 348 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 349 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 350 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 351 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Spaceship($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 352 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 353 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 354 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 355 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 356 => function ($stackPos) { + $this->semValue = new Expr\Instanceof_($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, 357 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 358 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 359 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, 360 => function ($stackPos) { - $this->semValue = new Expr\Isset_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 361 => function ($stackPos) { - $this->semValue = new Expr\Empty_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 362 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Isset_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 363 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Empty_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 364 => function ($stackPos) { - $this->semValue = new Expr\Eval_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 365 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 366 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Eval_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 367 => function ($stackPos) { - $this->semValue = new Expr\Cast\Int_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 368 => function ($stackPos) { + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 369 => function ($stackPos) { + $this->semValue = new Expr\Cast\Int_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 370 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes; $attrs['kind'] = $this->getFloatCastKind($this->semStack[$stackPos-(2-1)]); $this->semValue = new Expr\Cast\Double($this->semStack[$stackPos-(2-2)], $attrs); }, - 369 => function ($stackPos) { + 371 => function ($stackPos) { $this->semValue = new Expr\Cast\String_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 370 => function ($stackPos) { + 372 => function ($stackPos) { $this->semValue = new Expr\Cast\Array_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 371 => function ($stackPos) { + 373 => function ($stackPos) { $this->semValue = new Expr\Cast\Object_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 372 => function ($stackPos) { + 374 => function ($stackPos) { $this->semValue = new Expr\Cast\Bool_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 373 => function ($stackPos) { + 375 => function ($stackPos) { $this->semValue = new Expr\Cast\Unset_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 374 => function ($stackPos) { + 376 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes; $attrs['kind'] = strtolower($this->semStack[$stackPos-(2-1)]) === 'exit' ? Expr\Exit_::KIND_EXIT : Expr\Exit_::KIND_DIE; $this->semValue = new Expr\Exit_($this->semStack[$stackPos-(2-2)], $attrs); }, - 375 => function ($stackPos) { - $this->semValue = new Expr\ErrorSuppress($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 376 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, 377 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ErrorSuppress($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 378 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 379 => function ($stackPos) { - $this->semValue = new Expr\ShellExec($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 380 => function ($stackPos) { - $this->semValue = new Expr\Print_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 381 => function ($stackPos) { - $this->semValue = new Expr\Yield_(null, null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\ShellExec($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 382 => function ($stackPos) { - $this->semValue = new Expr\YieldFrom($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Print_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 383 => function ($stackPos) { - $this->semValue = new Expr\Closure(['static' => false, 'byRef' => $this->semStack[$stackPos-(10-2)], 'params' => $this->semStack[$stackPos-(10-4)], 'uses' => $this->semStack[$stackPos-(10-6)], 'returnType' => $this->semStack[$stackPos-(10-7)], 'stmts' => $this->semStack[$stackPos-(10-9)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); + $this->semValue = new Expr\Yield_(null, null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 384 => function ($stackPos) { - $this->semValue = new Expr\Closure(['static' => true, 'byRef' => $this->semStack[$stackPos-(11-3)], 'params' => $this->semStack[$stackPos-(11-5)], 'uses' => $this->semStack[$stackPos-(11-7)], 'returnType' => $this->semStack[$stackPos-(11-8)], 'stmts' => $this->semStack[$stackPos-(11-10)]], $this->startAttributeStack[$stackPos-(11-1)] + $this->endAttributes); + $this->semValue = new Expr\YieldFrom($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 385 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\Closure(['static' => false, 'byRef' => $this->semStack[$stackPos-(10-2)], 'params' => $this->semStack[$stackPos-(10-4)], 'uses' => $this->semStack[$stackPos-(10-6)], 'returnType' => $this->semStack[$stackPos-(10-7)], 'stmts' => $this->semStack[$stackPos-(10-9)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); }, 386 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\Closure(['static' => true, 'byRef' => $this->semStack[$stackPos-(11-3)], 'params' => $this->semStack[$stackPos-(11-5)], 'uses' => $this->semStack[$stackPos-(11-7)], 'returnType' => $this->semStack[$stackPos-(11-8)], 'stmts' => $this->semStack[$stackPos-(11-10)]], $this->startAttributeStack[$stackPos-(11-1)] + $this->endAttributes); }, 387 => function ($stackPos) { - $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(2-2)], null, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 388 => function ($stackPos) { - $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-2)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 389 => function ($stackPos) { + $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(2-2)], null, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 390 => function ($stackPos) { + $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-2)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 391 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_LONG; $this->semValue = new Expr\Array_($this->semStack[$stackPos-(4-3)], $attrs); }, - 390 => function ($stackPos) { + 392 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_SHORT; $this->semValue = new Expr\Array_($this->semStack[$stackPos-(3-2)], $attrs); }, - 391 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 392 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch(Scalar\String_::fromString($this->semStack[$stackPos-(4-1)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes), $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, 393 => function ($stackPos) { $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 394 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch(Scalar\String_::fromString($this->semStack[$stackPos-(4-1)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes), $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 395 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 396 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 397 => function ($stackPos) { $this->semValue = array(new Stmt\Class_(null, ['type' => 0, 'extends' => $this->semStack[$stackPos-(7-3)], 'implements' => $this->semStack[$stackPos-(7-4)], 'stmts' => $this->semStack[$stackPos-(7-6)]], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes), $this->semStack[$stackPos-(7-2)]); $this->checkClass($this->semValue[0], -1); }, - 396 => function ($stackPos) { + 398 => function ($stackPos) { $this->semValue = new Expr\New_($this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 397 => function ($stackPos) { + 399 => function ($stackPos) { list($class, $ctorArgs) = $this->semStack[$stackPos-(2-2)]; $this->semValue = new Expr\New_($class, $ctorArgs, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 398 => function ($stackPos) { + 400 => function ($stackPos) { $this->semValue = array(); }, - 399 => function ($stackPos) { + 401 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(4-3)]; }, - 400 => function ($stackPos) { + 402 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, - 401 => function ($stackPos) { + 403 => function ($stackPos) { $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, - 402 => function ($stackPos) { + 404 => function ($stackPos) { $this->semValue = new Expr\ClosureUse($this->semStack[$stackPos-(2-2)], $this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 403 => function ($stackPos) { - $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 404 => function ($stackPos) { - $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, 405 => function ($stackPos) { - $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-6)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 406 => function ($stackPos) { - $this->semValue = $this->fixupPhp5StaticPropCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 407 => function ($stackPos) { $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 408 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 409 => function ($stackPos) { - $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-6)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); }, 410 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->fixupPhp5StaticPropCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 411 => function ($stackPos) { - $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 412 => function ($stackPos) { - $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 413 => function ($stackPos) { - $this->semValue = new Name\FullyQualified(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 414 => function ($stackPos) { - $this->semValue = new Name\Relative(substr($this->semStack[$stackPos-(1-1)], 10), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 415 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 416 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 417 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name\FullyQualified(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 418 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name\Relative(substr($this->semStack[$stackPos-(1-1)], 10), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 419 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; @@ -2235,436 +2233,448 @@ class Php5 extends \PhpParser\ParserAbstract $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 421 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 422 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 423 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 424 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 425 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 426 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 427 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 428 => function ($stackPos) { - $this->semValue = array(); - }, - 429 => function ($stackPos) { - $this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$stackPos-(1-1)], '`', false), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes)); - }, - 430 => function ($stackPos) { - foreach ($this->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '`', false); } }; $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 431 => function ($stackPos) { - $this->semValue = array(); - }, - 432 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 433 => function ($stackPos) { - $this->semValue = $this->parseLNumber($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes, true); - }, - 434 => function ($stackPos) { - $this->semValue = Scalar\DNumber::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 435 => function ($stackPos) { - $this->semValue = Scalar\String_::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes, false); - }, - 436 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 437 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 438 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 439 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 440 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 441 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 442 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 443 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 444 => function ($stackPos) { - $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], false); - }, - 445 => function ($stackPos) { - $this->semValue = $this->parseDocString($this->semStack[$stackPos-(2-1)], '', $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(2-2)] + $this->endAttributeStack[$stackPos-(2-2)], false); - }, - 446 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 447 => function ($stackPos) { - $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 448 => function ($stackPos) { - $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 449 => function ($stackPos) { - $this->semValue = new Expr\Array_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 450 => function ($stackPos) { - $this->semValue = new Expr\Array_($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 451 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 452 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 453 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 454 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 455 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 456 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 457 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 458 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 459 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 460 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 461 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 462 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 463 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 464 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 465 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 466 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 467 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 468 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 469 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 470 => function ($stackPos) { - $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 471 => function ($stackPos) { - $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 472 => function ($stackPos) { - $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 473 => function ($stackPos) { - $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 474 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 475 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 476 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 477 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 478 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 479 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 480 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 481 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 482 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); - }, - 483 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 484 => function ($stackPos) { $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, - 485 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + 428 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, - 486 => function ($stackPos) { - $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + 429 => function ($stackPos) { + $this->semValue = null; }, - 487 => function ($stackPos) { + 430 => function ($stackPos) { + $this->semValue = null; + }, + 431 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 432 => function ($stackPos) { + $this->semValue = array(); + }, + 433 => function ($stackPos) { + $this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$stackPos-(1-1)], '`', false), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes)); + }, + 434 => function ($stackPos) { + foreach ($this->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '`', false); } }; $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 435 => function ($stackPos) { + $this->semValue = array(); + }, + 436 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 437 => function ($stackPos) { + $this->semValue = $this->parseLNumber($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes, true); + }, + 438 => function ($stackPos) { + $this->semValue = Scalar\DNumber::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 439 => function ($stackPos) { + $this->semValue = Scalar\String_::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes, false); + }, + 440 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 441 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 442 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 443 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 444 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 445 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 446 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 447 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 448 => function ($stackPos) { + $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], false); + }, + 449 => function ($stackPos) { + $this->semValue = $this->parseDocString($this->semStack[$stackPos-(2-1)], '', $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(2-2)] + $this->endAttributeStack[$stackPos-(2-2)], false); + }, + 450 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 451 => function ($stackPos) { $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 488 => function ($stackPos) { + 452 => function ($stackPos) { + $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 453 => function ($stackPos) { + $this->semValue = new Expr\Array_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 454 => function ($stackPos) { + $this->semValue = new Expr\Array_($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 455 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, + 456 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 457 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 458 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 459 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 460 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 461 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 462 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 463 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 464 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 465 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 466 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 467 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 468 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 469 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 470 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 471 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 472 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 473 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 474 => function ($stackPos) { + $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 475 => function ($stackPos) { + $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 476 => function ($stackPos) { + $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 477 => function ($stackPos) { + $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 478 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 479 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 480 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 481 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 482 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 483 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 484 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 485 => function ($stackPos) { + $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 486 => function ($stackPos) { + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + }, + 487 => function ($stackPos) { + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 488 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, 489 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 490 => function ($stackPos) { + $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 491 => function ($stackPos) { + $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 492 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 493 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 494 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Scalar\String_::KIND_DOUBLE_QUOTED; foreach ($this->semStack[$stackPos-(3-2)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '"', true); } }; $this->semValue = new Scalar\Encapsed($this->semStack[$stackPos-(3-2)], $attrs); }, - 491 => function ($stackPos) { + 495 => function ($stackPos) { $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], true); }, - 492 => function ($stackPos) { + 496 => function ($stackPos) { $this->semValue = array(); }, - 493 => function ($stackPos) { + 497 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(2-1)]; }, - 494 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 495 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 496 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 497 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, 498 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos]; }, 499 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos]; }, 500 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 501 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 502 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 503 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 504 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 505 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 506 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 507 => function ($stackPos) { - $this->semValue = new Expr\MethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 508 => function ($stackPos) { - $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); }, 509 => function ($stackPos) { $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 510 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 511 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\MethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 512 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 513 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 514 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 515 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 516 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 517 => function ($stackPos) { - $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 518 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 519 => function ($stackPos) { - $var = substr($this->semStack[$stackPos-(1-1)], 1); $this->semValue = \is_string($var) ? new Node\VarLikeIdentifier($var, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes) : $var; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 520 => function ($stackPos) { - $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 521 => function ($stackPos) { - $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 522 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 523 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $var = substr($this->semStack[$stackPos-(1-1)], 1); $this->semValue = \is_string($var) ? new Node\VarLikeIdentifier($var, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes) : $var; }, 524 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 525 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(6-1)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); }, 526 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 527 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 528 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 529 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 530 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 531 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 532 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 533 => function ($stackPos) { - $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; - }, - 534 => function ($stackPos) { - $this->semValue = new Expr\List_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 535 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 536 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 537 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 538 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 539 => function ($stackPos) { $this->semValue = null; }, - 540 => function ($stackPos) { - $this->semValue = array(); - }, - 541 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 542 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 543 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 544 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 545 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 546 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-1)], true, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 547 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 548 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 549 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 550 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 551 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 552 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)]); - }, - 553 => function ($stackPos) { - $this->semValue = new Scalar\EncapsedStringPart($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 554 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 555 => function ($stackPos) { + 533 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 556 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + 534 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 557 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 558 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 559 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 560 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-4)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); - }, - 561 => function ($stackPos) { + 535 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(3-2)]; }, + 536 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 537 => function ($stackPos) { + $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; + }, + 538 => function ($stackPos) { + $this->semValue = new Expr\List_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 539 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 540 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 541 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 542 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 543 => function ($stackPos) { + $this->semValue = null; + }, + 544 => function ($stackPos) { + $this->semValue = array(); + }, + 545 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 546 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 547 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 548 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 549 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 550 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-1)], true, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 551 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 552 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 553 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 554 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 555 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 556 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)]); + }, + 557 => function ($stackPos) { + $this->semValue = new Scalar\EncapsedStringPart($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 558 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 559 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 560 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 561 => function ($stackPos) { + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, 562 => function ($stackPos) { - $this->semValue = new Scalar\String_($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 563 => function ($stackPos) { - $this->semValue = $this->parseNumString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 564 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-4)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + }, + 565 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 566 => function ($stackPos) { + $this->semValue = new Scalar\String_($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 567 => function ($stackPos) { + $this->semValue = $this->parseNumString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 568 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, ]; diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php b/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php similarity index 77% rename from www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php rename to vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php index 91eefac8..48deff23 100644 --- a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php +++ b/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php @@ -18,8 +18,8 @@ use PhpParser\Node\Stmt; class Php7 extends \PhpParser\ParserAbstract { protected $tokenToSymbolMapSize = 396; - protected $actionTableSize = 1217; - protected $gotoTableSize = 604; + protected $actionTableSize = 1223; + protected $gotoTableSize = 626; protected $invalidSymbol = 168; protected $errorSymbol = 1; @@ -27,7 +27,7 @@ class Php7 extends \PhpParser\ParserAbstract protected $unexpectedTokenRule = 32767; protected $YY2TBLSTATE = 429; - protected $numNonLeafStates = 717; + protected $numNonLeafStates = 726; protected $symbolToName = array( "EOF", @@ -244,330 +244,333 @@ class Php7 extends \PhpParser\ParserAbstract ); protected $action = array( - 132, 133, 134, 570, 135, 136, 0, 729, 730, 731, - 137, 37, 929, 450, 451, 452,-32766,-32766,-32766,-32767, - -32767,-32767,-32767, 101, 102, 103, 104, 105, 1085, 1086, - 1087, 1084, 1083, 1082, 1088, 723, 722,-32766, 1275,-32766, + 132, 133, 134, 575, 135, 136, 0, 738, 739, 740, + 137, 37, 850, 825, 851, 476,-32766,-32766,-32766,-32767, + -32767,-32767,-32767, 101, 102, 103, 104, 105, 1097, 1098, + 1099, 1096, 1095, 1094, 1100, 732, 731,-32766, 1289,-32766, -32766,-32766,-32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767, - -32767, 373, 374, 918, 2, 732,-32766,-32766,-32766, 1001, - 472, 417, 150,-32766,-32766,-32766, 375, 374, 12, 267, - 138, 399, 736, 737, 738, 739, 417,-32766, 423,-32766, - -32766,-32766,-32766,-32766,-32766, 740, 741, 742, 743, 744, - 745, 746, 747, 748, 749, 750, 770, 571, 771, 772, - 773, 774, 762, 763, 339, 340, 765, 766, 751, 752, - 753, 755, 756, 757, 349, 797, 798, 799, 800, 801, - 802, 758, 759, 572, 573, 791, 782, 780, 781, 794, - 777, 778, 323, 423, 574, 575, 776, 576, 577, 578, - 579, 580, 581, -324, -585, 810, 34, 805, 779, 582, - 583, -585, 139,-32766,-32766,-32766, 132, 133, 134, 570, - 135, 136, 1034, 729, 730, 731, 137, 37,-32766,-32766, - -32766, 544, 814, 126,-32766, 1310,-32766,-32766,-32766,-32766, - -32766,-32766,-32766, 1085, 1086, 1087, 1084, 1083, 1082, 1088, - 473, 723, 722,-32766,-32766,-32766, 458, 459, 81,-32766, - -32766,-32766, -193, -192, 322, 898, 240, 599, 1210, 1209, - 1211, 732, 816, 703,-32766, 1063,-32766,-32766,-32766,-32766, - -32766, 811,-32766,-32766,-32766, 267, 138, 399, 736, 737, - 738, 739, 1247, 1295, 423, 694, 1320, 35, 249, 1321, - 1294, 740, 741, 742, 743, 744, 745, 746, 747, 748, - 749, 750, 770, 571, 771, 772, 773, 774, 762, 763, - 339, 340, 765, 766, 751, 752, 753, 755, 756, 757, - 349, 797, 798, 799, 800, 801, 802, 758, 759, 572, - 573, 791, 782, 780, 781, 794, 777, 778, 888, 593, - 574, 575, 776, 576, 577, 578, 579, 580, 581, -324, - 82, 83, 84, -585, 779, 582, 583, -585, 148, 754, - 724, 725, 726, 727, 728, -582, 729, 730, 731, 767, - 768, 36, -582, 85, 86, 87, 88, 89, 90, 91, + -32767, 1022, 377, 376, 2, 741,-32766,-32766,-32766,-32766, + -32766, 822, 417,-32766,-32766,-32766,-32766,-32766,-32766, 267, + 138, 399, 745, 746, 747, 748, 287,-32766, 423,-32766, + -32766,-32766,-32766,-32766,-32766, 749, 750, 751, 752, 753, + 754, 755, 756, 757, 758, 759, 779, 576, 780, 781, + 782, 783, 771, 772, 340, 341, 774, 775, 760, 761, + 762, 764, 765, 766, 351, 806, 807, 808, 809, 810, + 577, 767, 768, 578, 579, 800, 791, 789, 790, 803, + 786, 787, -327, 423, 580, 581, 785, 582, 583, 584, + 585, 586, 587, 605, -590, 477, -86, 814, 788, 588, + 589, -590, 139,-32766,-32766,-32766, 132, 133, 134, 575, + 135, 136, 1046, 738, 739, 740, 137, 37, 323, 1013, + 823, 824, 1334, 1324,-32766, 1335,-32766,-32766,-32766,-32766, + -32766,-32766,-32766, 1097, 1098, 1099, 1096, 1095, 1094, 1100, + -587, 732, 731,-32766,-32766,-32766, 12, -587, 81,-32766, + -32766,-32766, 945, 946, 322, 927, 34, 947, 1224, 1223, + 1225, 741, -86, 942,-32766, 1075,-32766,-32766,-32766,-32766, + -32766, 239,-32766,-32766,-32766, 267, 138, 399, 745, 746, + 747, 748, 461, 462, 423, 35, 247, 103, 104, 105, + 128, 749, 750, 751, 752, 753, 754, 755, 756, 757, + 758, 759, 779, 576, 780, 781, 782, 783, 771, 772, + 340, 341, 774, 775, 760, 761, 762, 764, 765, 766, + 351, 806, 807, 808, 809, 810, 577, 767, 768, 578, + 579, 800, 791, 789, 790, 803, 786, 787, -327, 144, + 580, 581, 785, 582, 583, 584, 585, 586, 587, 1222, + 82, 83, 84, -590, 788, 588, 589, -590, 148, 763, + 733, 734, 735, 736, 737, 1309, 738, 739, 740, 776, + 777, 36, 1308, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, - 102, 103, 104, 105, 106, 107, 108, -362, 271, -362, - -32766,-32766,-32766, 106, 107, 108, -268, 271, -193, -192, - 109, 933, 934, 900, 732, 689, 935, 14, 288, 109, - 815,-32766, 1061,-32766,-32766, 964, -86, 288, 733, 734, - 735, 736, 737, 738, 739, 239, 384, 803, 11, 1077, - -539,-32766,-32766,-32766, 740, 741, 742, 743, 744, 745, - 746, 747, 748, 749, 750, 770, 793, 771, 772, 773, - 774, 762, 763, 764, 792, 765, 766, 751, 752, 753, - 755, 756, 757, 796, 797, 798, 799, 800, 801, 802, - 758, 759, 760, 761, 791, 782, 780, 781, 794, 777, - 778, 128, -86, 769, 775, 776, 783, 784, 786, 785, - 787, 788, -576, 144, -539, -539, -576, 779, 790, 789, - 49, 50, 51, 503, 52, 53, 997, 996, 995, 998, - 54, 55, -111, 56, -582, 1033, 1010, -111, -582, -111, - 1291, -539,-32766,-32766, 302, 1010, 1010, -111, -111, -111, - -111, -111, -111, -111, -111, 1208, 841, 898, 842, 253, - 807, 287, 306, 965, 284, 898, 723, 722, 57, 58, - 287, 287, 1007, -536, 59, 308, 60, 246, 247, 61, - 62, 63, 64, 65, 66, 67, 68, 695, 27, 269, - 69, 439, 504, -338, 1010, 696, 1241, 1242, 505, 898, - 814, 640, 25, 898, 1239, 41, 24, 506, 320, 507, - 1235, 508, 1009, 509, 149, 402, 510, 511, 841, 805, - 842, 43, 44, 440, 370, 369, 898, 45, 512, 698, - 1210, 1209, 1211, 361, 335, 1215, 809, -536, -536, 336, - 888, 691, 513, 514, 515, 1215, 1007, 1062, 888, 715, - 1007, 337, -536, 363, 516, 517, 705, 1229, 1230, 1231, - 1232, 1226, 1227, 294, -536, -16, -542, 813, 1010, 1233, - 1228, 367, 1010, 1210, 1209, 1211, 295, -153, -153, -153, - 382, 70, 888, 318, 319, 322, 888, 659, 660, -535, - 1206, 814, -153, 279, -153, 435, -153, 279, -153, 436, - 141, 103, 104, 105, 632, 633, 322, 437, 368, 888, - -32766,-32766, 371, 372, 438, 900, 814, 689, 820, -111, - -111, 376, 377, 950, -111, 689, 814, -88, 151, 874, - -111, -111, -111, -111, 31, 110, 111, 112, 113, 114, - 115, 116, 117, 118, 119, 120, 121, 122, 723, 722, - 1206, 153, 154, -535, -535, 155, 898, 900, 157, 689, - 1206, 900, -111, 689, -153, 32, 123, 898, -535, 124, - 140,-32766, -537, 129, 130, 143, 322, 1122, 1124, 158, - -535,-32766, -541, -534, 900,-32766, 689, 159, -534, 723, - 722, 1208, 295, 160, 161, -79, -75, 74,-32766,-32766, - -32766, 322,-32766, -73,-32766, -298,-32766, 74, -294,-32766, - -72, 322, -71, -70,-32766,-32766,-32766, -69, -68, -67, - -32766,-32766, 27, -66, -47, 1215,-32766, 414, -18, 147, - 275, 270, 281, 704, 814,-32766, -537, -537, 1239, 888, - 707, 897, 146, 276, 48, -4, 898, -534, -534, 282, - 888, -537, -534, -534, 283, -246, -246, -246, 329, 285, - 271, 368, -534, -537, 286, 73, 289, -534, 1206, 47, - 723, 722, -111, -111, -534, 290, 109, -111, 914, -534, - 550, 669, 874, -111, -111, -111, -111, 145, 516, 517, - -32766, 1229, 1230, 1231, 1232, 1226, 1227, 814, 805, 1322, - 662, 300, 1092, 1233, 1228, 682, 814,-32766, 298, 299, - 546, 641, 647, 1208, 900, 72, 689, -246, 319, 322, - -32766,-32766,-32766, 366,-32766, 900,-32766, 689,-32766, 888, - 646,-32766, 13, 296, 297, 127,-32766,-32766,-32766, 455, - 1206, -51,-32766,-32766, 483, 630, 663, 556,-32766, 414, - 303, 368, -111, 430, 434, 39, 930,-32766, 293, 0, - 125,-32766, -111, -111, 301, 0, 0, -111, 1010, 307, - 0, 0, 833, -111, -111, -111, -111, 0,-32766, 131, - 0, 0, 295, 0,-32766, 1246, 0, 74, 0, 1248, - 1208, 322, 0, -500, 0, 9, 0,-32766,-32766,-32766, - -490,-32766, 7,-32766, 900,-32766, 689, -4,-32766, 16, - 365, 597, 813,-32766,-32766,-32766, 916, 295, 709,-32766, - -32766, 1240,-32766, 40, 712,-32766, 414, 713, 1208, 879, - 898, 974, 951, 958,-32766,-32766,-32766,-32766, 948,-32766, - 959,-32766, 877,-32766, 946, 1066,-32766, 1069, 1070, 1067, - 1068,-32766,-32766,-32766,-32766, 1074, 33,-32766,-32766, 1236, - 1208, 825, 1261,-32766, 414, 1279, 1313,-32766,-32766,-32766, - 317,-32766,-32766,-32766, 635,-32766, 364, 690,-32766, 693, - 697, 699, 478,-32766,-32766,-32766,-32766, 700, 701,-32766, - -32766, 702, 1208, 562, 706,-32766, 414, 692, -570,-32766, - -32766,-32766, 875,-32766,-32766,-32766, 1317,-32766, 1319, 836, - -32766, 835, 844, 888, 923,-32766,-32766,-32766, 966, 843, - 1318,-32766,-32766, 922, 924, 921, 1194,-32766, 414, -245, - -245, -245, 907, 917, 905, 368,-32766, 956, 957, 1316, - 1273, 1262, 0, 1280, 1286, 1289, -111, -111, -568, 27, - -542, -111, -541, -540, 1, 28, 874, -111, -111, -111, - -111, 814, 29,-32766, 38, 1239, 42, 46, 71, 1208, - 75, 76, 77, 78, 79, 0,-32766,-32766,-32766, 80, - -32766, 142,-32766, 152,-32766, 156, 245,-32766, 900, 324, - 689, -245,-32766,-32766,-32766, 1206, 350, 351,-32766,-32766, - 352, 353, 354, 355,-32766, 414, 356, 357, 358, 359, - 360, 362, 431,-32766, -271, -269, 517, -268, 1229, 1230, - 1231, 1232, 1226, 1227, 18, 19, 20, 21, 23, 401, - 1233, 1228, 474, 475, 482, 485, 486, 487, 488, 492, - 493, 494, 72, -504, 501, 319, 322, 676, 1219, 1162, - 1237, 1036, 1035, 0, 1016, 1198, 1012, -273, -103, 17, - 22, 26, 292, 400, 590, 594, 621, 681, 1166, 1214, - 1163, 1292, 0, 1179, 0, 0, 322 + 102, 103, 104, 105, 106, 107, 108, 288, 271, -587, + -193, 375, 376, -587, 976,-32766, 1021, 453, 454, 455, + 109, 417, 945, 946, 741, 712, 819, 947,-32766,-32766, + -32766, -271, 1073, 941, 1224, 1223, 1225, 288, 742, 743, + 744, 745, 746, 747, 748, -192, -365, 812, -365,-32766, + 599,-32766,-32766, 549, 749, 750, 751, 752, 753, 754, + 755, 756, 757, 758, 759, 779, 802, 780, 781, 782, + 783, 771, 772, 773, 801, 774, 775, 760, 761, 762, + 764, 765, 766, 805, 806, 807, 808, 809, 810, 811, + 767, 768, 769, 770, 800, 791, 789, 790, 803, 786, + 787, 251, 820, 778, 784, 785, 792, 793, 795, 794, + 796, 797, 732, 731, 1261, 1022, 1019, 788, 799, 798, + 49, 50, 51, 507, 52, 53, 1009, 1008, 1007, 1010, + 54, 55, -111, 56, 816, 1045, 14, -111, 1022, -111, + 287, 1305, 977, 306, 302, 1022, 238, -111, -111, -111, + -111, -111, -111, -111, -111, 106, 107, 108, 1089, 271, + -32766,-32766,-32766, 280, 284, 126, -193, 929, 57, 58, + 287, 109, 1019, -541, 59, 308, 60, 244, 245, 61, + 62, 63, 64, 65, 66, 67, 68, 1229, 27, 269, + 69, 439, 508, -341, 1022, 929, 1255, 1256, 509, 907, + 823, -192, 150, 907, 1253, 41, 24, 510, 352, 511, + 818, 512, 386, 513, 11, 699, 514, 515, 648, 25, + 814, 43, 44, 440, 372, 371, 907, 45, 516, 702, + 1220, 667, 668, 363, 334, -540, 357, -541, -541, 320, + 1215, 1249, 518, 519, 520, -581, 1074, 335, 724, -581, + 1019,-32766, -541, 336, 521, 522, 703, 1243, 1244, 1245, + 1246, 1240, 1241, 294, -541, 850, -547, 851, 823, 1247, + 1242, 365, 1022, 1224, 1223, 1225, 295, -153, -153, -153, + 369, 70, 897, 318, 319, 322, 897, 384, 149, 402, + 373, 374, -153, 435, -153, 436, -153, 280, -153, -540, + -540, 141, 1220, 378, 379, 639, 640, 322, 370, 897, + 907, 437, 438, 829, -540, -88, 151, 732, 731, 945, + 946, 153, 823,-32766, 517, -51, -540, 154, -546, 883, + 941, -111, -111, -111, 31, 110, 111, 112, 113, 114, + 115, 116, 117, 118, 119, 120, 121, 122, 155, 74, + 27, 157, 32, 322, -85, 123, 124, 909, 129, 697, + 130, 909, 823, 697, -153, 143, 1253, 158,-32766, -544, + 1229, -542, 159, 160, 1222, 161, -79, 1134, 1136, -75, + 285,-32766,-32766,-32766, 909,-32766, 697,-32766, -539,-32766, + -301, -73,-32766, 897, -72, -71, 1220,-32766,-32766,-32766, + -16, 140, 1215,-32766,-32766, 732, 731, 322, -70,-32766, + 414, -69, -4, 907, -68, -67, 521, 522,-32766, 1243, + 1244, 1245, 1246, 1240, 1241, -66, -47, -18, 147, 270, + 281, 1247, 1242, -544, -544, -542, -542, 732, 731, 713, + 716, 906,-32766, 72, 146, 907, 319, 322, 1222, -297, + -542, 823, -539, -539, 276,-32766,-32766,-32766, 277,-32766, + -544,-32766, -542,-32766, 282, 283,-32766, -539, 909, 328, + 697,-32766,-32766,-32766,-32766, 704, 286,-32766,-32766, -539, + 1222, 923, 289,-32766, 414, 1220, 290,-32766,-32766,-32766, + 271,-32766,-32766,-32766, 47,-32766, 897, -111,-32766, 677, + 109, 814, 145,-32766,-32766,-32766,-32766, 823, 131,-32766, + -32766, 1336,-32766, 654, 670,-32766, 414, 1104, 370, 637, + 430, 551, 73, 13,-32766, 293, 555, 295, 897, 945, + 946, 649, 74, 434, 517, 458, 322, 487, 690, 842, + 941, -111, -111, -111, 301, 1022, 561, 655, 671, 1260, + 300,-32766, -539,-32766, 907, 603, 303, 1222, 296, 297, + 39, 1262, 9, 40,-32766,-32766,-32766, 0,-32766, 907, + -32766, 909,-32766, 697, -4,-32766, 0, 1229, 907, 0, + -32766,-32766,-32766,-32766, 307, 125,-32766,-32766, 0, 1222, + 907, 0,-32766, 414, 0, 0,-32766,-32766,-32766, 707, + -32766,-32766,-32766, 962,-32766, 697, -505,-32766, 714, -495, + 7, 482,-32766,-32766,-32766,-32766, -539, -539,-32766,-32766, + 16, 1222, 567, 367,-32766, 414, 925, 295,-32766,-32766, + -32766, -539,-32766,-32766,-32766, 822,-32766, 897, 721,-32766, + 722, -575, 888, -539,-32766,-32766,-32766, 986, 963, 970, + -32766,-32766, 897, -249, -249, -249,-32766, 414, 823, 370, + 960, 897, 971, 886, 958,-32766, 1078, 1081, 718, 1082, + 945, 946, 1079, 897, 1080, 517, 1086, 33, 1250, 834, + 883, 941, -111, -111, -111, 27, 1275, 1293, 1327, -248, + -248, -248, 1220, 642, 884, 370, 317, 823, 366, 698, + 701, 1253, 1331, 705, -111, 706, 945, 946, 708, 709, + 710, 517, 909,-32766, 697, -249, 883, 941, -111, -111, + -111, 711, 715, 700, -509, 1333, 845, 909, 48, 697, + -573, 1220, 844, 853, 295, 935, 909, 1215, 697, 74, + 978, 852, 1332, 322, 934, 932, 933, 936, 909, 1206, + 697, -248, 522, 916, 1243, 1244, 1245, 1246, 1240, 1241, + 926, 914, 968, 969, 1330, 1287, 1247, 1242, 1276, 1294, + -32766, 1300, 1303, 1191, -547, -546, 1222, -545, 72, -489, + 1, 319, 322,-32766,-32766,-32766, 28,-32766, 29,-32766, + 38,-32766, 298, 299,-32766, 42, 46, 71, 75,-32766, + -32766,-32766, 76, 77, 78,-32766,-32766, 368, 79, 80, + 142,-32766, 414, 152, 156, 243, 324, 352, 353, 127, + -32766, -274, 354, 355, 356, 357, 358, 359, 360, 361, + 362, 364, 431, 0, -272, -271, 18, 19, 20, 21, + 23, 401, 478, 479, 486, 489, 490, 491, 492, 496, + 497, 498, 505, 684, 1233, 1174, 1251, 1048, 1047, 1028, + 0, 1210, 1024, -276, -103, 17, 22, 26, 292, 400, + 596, 600, 628, 689, 1178, 1228, 1175, 1306, 0, 0, + 1254, 0, 322 ); protected $actionCheck = array( 2, 3, 4, 5, 6, 7, 0, 9, 10, 11, - 12, 13, 128, 129, 130, 131, 9, 10, 11, 44, + 12, 13, 106, 1, 108, 31, 9, 10, 11, 44, 45, 46, 47, 48, 49, 50, 51, 52, 116, 117, 118, 119, 120, 121, 122, 37, 38, 30, 1, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - 43, 106, 107, 1, 8, 57, 9, 10, 11, 1, - 31, 116, 14, 9, 10, 11, 106, 107, 8, 71, - 72, 73, 74, 75, 76, 77, 116, 30, 80, 32, + 43, 138, 106, 107, 8, 57, 9, 10, 11, 9, + 10, 155, 116, 9, 10, 11, 9, 10, 11, 71, + 72, 73, 74, 75, 76, 77, 163, 30, 80, 32, 33, 34, 35, 36, 30, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, - 132, 133, 70, 80, 136, 137, 138, 139, 140, 141, - 142, 143, 144, 8, 1, 80, 8, 80, 150, 151, + 132, 133, 8, 80, 136, 137, 138, 139, 140, 141, + 142, 143, 144, 51, 1, 161, 31, 80, 150, 151, 152, 8, 154, 9, 10, 11, 2, 3, 4, 5, - 6, 7, 164, 9, 10, 11, 12, 13, 9, 10, - 11, 85, 82, 14, 30, 85, 32, 33, 34, 35, + 6, 7, 164, 9, 10, 11, 12, 13, 70, 1, + 82, 159, 80, 85, 30, 83, 32, 33, 34, 35, 36, 37, 38, 116, 117, 118, 119, 120, 121, 122, - 161, 37, 38, 9, 10, 11, 134, 135, 161, 9, - 10, 11, 8, 8, 167, 1, 14, 51, 155, 156, - 157, 57, 1, 161, 30, 162, 32, 33, 34, 35, - 30, 156, 32, 33, 34, 71, 72, 73, 74, 75, - 76, 77, 146, 1, 80, 31, 80, 147, 148, 83, + 1, 37, 38, 9, 10, 11, 8, 8, 161, 9, + 10, 11, 117, 118, 167, 1, 8, 122, 155, 156, + 157, 57, 97, 128, 30, 162, 32, 33, 34, 35, + 30, 14, 32, 33, 34, 71, 72, 73, 74, 75, + 76, 77, 134, 135, 80, 147, 148, 50, 51, 52, 8, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 132, 133, 84, 1, - 136, 137, 138, 139, 140, 141, 142, 143, 144, 164, + 126, 127, 128, 129, 130, 131, 132, 133, 164, 8, + 136, 137, 138, 139, 140, 141, 142, 143, 144, 80, 9, 10, 11, 160, 150, 151, 152, 164, 154, 2, 3, 4, 5, 6, 7, 1, 9, 10, 11, 12, 13, 30, 8, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, - 49, 50, 51, 52, 53, 54, 55, 106, 57, 108, - 9, 10, 11, 53, 54, 55, 164, 57, 164, 164, - 69, 117, 118, 159, 57, 161, 122, 101, 30, 69, - 159, 30, 1, 32, 33, 31, 31, 30, 71, 72, - 73, 74, 75, 76, 77, 97, 106, 80, 108, 123, - 70, 9, 10, 11, 87, 88, 89, 90, 91, 92, + 49, 50, 51, 52, 53, 54, 55, 30, 57, 160, + 8, 106, 107, 164, 31, 9, 137, 129, 130, 131, + 69, 116, 117, 118, 57, 161, 80, 122, 9, 10, + 11, 164, 1, 128, 155, 156, 157, 30, 71, 72, + 73, 74, 75, 76, 77, 8, 106, 80, 108, 30, + 1, 32, 33, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, - 133, 8, 97, 136, 137, 138, 139, 140, 141, 142, - 143, 144, 160, 8, 134, 135, 164, 150, 151, 152, + 133, 8, 156, 136, 137, 138, 139, 140, 141, 142, + 143, 144, 37, 38, 146, 138, 116, 150, 151, 152, 2, 3, 4, 5, 6, 7, 119, 120, 121, 122, - 12, 13, 101, 15, 160, 1, 138, 106, 164, 108, - 1, 161, 9, 10, 113, 138, 138, 116, 117, 118, - 119, 120, 121, 122, 123, 80, 106, 1, 108, 8, - 80, 163, 8, 159, 30, 1, 37, 38, 50, 51, - 163, 163, 116, 70, 56, 8, 58, 59, 60, 61, - 62, 63, 64, 65, 66, 67, 68, 31, 70, 71, - 72, 73, 74, 162, 138, 31, 78, 79, 80, 1, - 82, 75, 76, 1, 86, 87, 88, 89, 8, 91, - 1, 93, 137, 95, 101, 102, 98, 99, 106, 80, - 108, 103, 104, 105, 106, 107, 1, 109, 110, 31, - 155, 156, 157, 115, 116, 1, 156, 134, 135, 8, - 84, 161, 124, 125, 126, 1, 116, 159, 84, 161, - 116, 8, 149, 8, 136, 137, 31, 139, 140, 141, - 142, 143, 144, 145, 161, 31, 163, 155, 138, 151, + 12, 13, 101, 15, 80, 1, 101, 106, 138, 108, + 163, 1, 159, 8, 113, 138, 97, 116, 117, 118, + 119, 120, 121, 122, 123, 53, 54, 55, 123, 57, + 9, 10, 11, 163, 30, 14, 164, 122, 50, 51, + 163, 69, 116, 70, 56, 8, 58, 59, 60, 61, + 62, 63, 64, 65, 66, 67, 68, 1, 70, 71, + 72, 73, 74, 162, 138, 122, 78, 79, 80, 1, + 82, 164, 14, 1, 86, 87, 88, 89, 163, 91, + 156, 93, 106, 95, 108, 161, 98, 99, 75, 76, + 80, 103, 104, 105, 106, 107, 1, 109, 110, 31, + 116, 75, 76, 115, 116, 70, 163, 134, 135, 8, + 122, 1, 124, 125, 126, 160, 159, 8, 161, 164, + 116, 137, 149, 8, 136, 137, 31, 139, 140, 141, + 142, 143, 144, 145, 161, 106, 163, 108, 82, 151, 152, 8, 138, 155, 156, 157, 158, 75, 76, 77, - 8, 163, 84, 165, 166, 167, 84, 75, 76, 70, - 116, 82, 90, 163, 92, 8, 94, 163, 96, 8, - 161, 50, 51, 52, 111, 112, 167, 8, 106, 84, - 9, 137, 106, 107, 8, 159, 82, 161, 8, 117, - 118, 106, 107, 159, 122, 161, 82, 31, 14, 127, + 8, 163, 84, 165, 166, 167, 84, 8, 101, 102, + 106, 107, 90, 8, 92, 8, 94, 163, 96, 134, + 135, 161, 116, 106, 107, 111, 112, 167, 106, 84, + 1, 8, 8, 8, 149, 31, 14, 37, 38, 117, + 118, 14, 82, 137, 122, 31, 161, 14, 163, 127, 128, 129, 130, 131, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 37, 38, - 116, 14, 14, 134, 135, 14, 1, 159, 14, 161, - 116, 159, 128, 161, 162, 14, 16, 1, 149, 16, - 161, 137, 70, 16, 16, 16, 167, 59, 60, 16, - 161, 137, 163, 70, 159, 74, 161, 16, 70, 37, - 38, 80, 158, 16, 16, 31, 31, 163, 87, 88, - 89, 167, 91, 31, 93, 35, 95, 163, 35, 98, - 31, 167, 31, 31, 103, 104, 105, 31, 31, 31, - 109, 110, 70, 31, 31, 1, 115, 116, 31, 31, - 35, 31, 31, 31, 82, 124, 134, 135, 86, 84, - 31, 31, 31, 35, 70, 0, 1, 134, 135, 35, - 84, 149, 134, 135, 35, 100, 101, 102, 35, 37, - 57, 106, 149, 161, 37, 154, 37, 149, 116, 70, - 37, 38, 117, 118, 161, 37, 69, 122, 38, 161, - 89, 77, 127, 128, 129, 130, 131, 70, 136, 137, - 85, 139, 140, 141, 142, 143, 144, 82, 80, 83, - 94, 132, 82, 151, 152, 92, 82, 74, 134, 135, - 85, 90, 100, 80, 159, 163, 161, 162, 166, 167, - 87, 88, 89, 149, 91, 159, 93, 161, 95, 84, - 96, 98, 97, 134, 135, 161, 103, 104, 105, 97, - 116, 31, 109, 110, 97, 113, 100, 153, 115, 116, - 114, 106, 128, 108, 128, 159, 128, 124, 113, -1, - 161, 137, 117, 118, 133, -1, -1, 122, 138, 132, - -1, -1, 127, 128, 129, 130, 131, -1, 137, 31, - -1, -1, 158, -1, 74, 146, -1, 163, -1, 146, - 80, 167, -1, 149, -1, 150, -1, 87, 88, 89, - 149, 91, 149, 93, 159, 95, 161, 162, 98, 149, - 149, 153, 155, 103, 104, 105, 154, 158, 162, 109, - 110, 166, 74, 159, 159, 115, 116, 159, 80, 159, - 1, 159, 159, 159, 124, 87, 88, 89, 159, 91, - 159, 93, 159, 95, 159, 159, 98, 159, 159, 159, - 159, 103, 104, 105, 74, 159, 161, 109, 110, 160, - 80, 160, 160, 115, 116, 160, 160, 87, 88, 89, - 161, 91, 124, 93, 160, 95, 161, 161, 98, 161, - 161, 161, 102, 103, 104, 105, 74, 161, 161, 109, - 110, 161, 80, 81, 161, 115, 116, 161, 163, 87, - 88, 89, 162, 91, 124, 93, 162, 95, 162, 162, - 98, 162, 162, 84, 162, 103, 104, 105, 162, 162, - 162, 109, 110, 162, 162, 162, 162, 115, 116, 100, - 101, 102, 162, 162, 162, 106, 124, 162, 162, 162, - 162, 162, -1, 162, 162, 162, 117, 118, 163, 70, - 163, 122, 163, 163, 163, 163, 127, 128, 129, 130, - 131, 82, 163, 74, 163, 86, 163, 163, 163, 80, - 163, 163, 163, 163, 163, -1, 87, 88, 89, 163, - 91, 163, 93, 163, 95, 163, 163, 98, 159, 163, - 161, 162, 103, 104, 105, 116, 163, 163, 109, 110, - 163, 163, 163, 163, 115, 116, 163, 163, 163, 163, - 163, 163, 163, 124, 164, 164, 137, 164, 139, 140, - 141, 142, 143, 144, 164, 164, 164, 164, 164, 164, - 151, 152, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 163, 165, 164, 166, 167, 164, 164, 164, - 164, 164, 164, -1, 164, 164, 164, 164, 164, 164, + 22, 23, 24, 25, 26, 27, 28, 29, 14, 163, + 70, 14, 14, 167, 31, 16, 16, 159, 16, 161, + 16, 159, 82, 161, 162, 16, 86, 16, 74, 70, + 1, 70, 16, 16, 80, 16, 31, 59, 60, 31, + 37, 87, 88, 89, 159, 91, 161, 93, 70, 95, + 35, 31, 98, 84, 31, 31, 116, 103, 104, 105, + 31, 161, 122, 109, 110, 37, 38, 167, 31, 115, + 116, 31, 0, 1, 31, 31, 136, 137, 124, 139, + 140, 141, 142, 143, 144, 31, 31, 31, 31, 31, + 31, 151, 152, 134, 135, 134, 135, 37, 38, 31, + 31, 31, 74, 163, 31, 1, 166, 167, 80, 35, + 149, 82, 134, 135, 35, 87, 88, 89, 35, 91, + 161, 93, 161, 95, 35, 35, 98, 149, 159, 35, + 161, 103, 104, 105, 74, 31, 37, 109, 110, 161, + 80, 38, 37, 115, 116, 116, 37, 87, 88, 89, + 57, 91, 124, 93, 70, 95, 84, 128, 98, 77, + 69, 80, 70, 103, 104, 105, 137, 82, 31, 109, + 110, 83, 85, 96, 94, 115, 116, 82, 106, 113, + 108, 85, 154, 97, 124, 113, 89, 158, 84, 117, + 118, 90, 163, 128, 122, 97, 167, 97, 92, 127, + 128, 129, 130, 131, 133, 138, 153, 100, 100, 146, + 132, 74, 70, 137, 1, 153, 114, 80, 134, 135, + 159, 146, 150, 159, 87, 88, 89, -1, 91, 1, + 93, 159, 95, 161, 162, 98, -1, 1, 1, -1, + 103, 104, 105, 74, 132, 161, 109, 110, -1, 80, + 1, -1, 115, 116, -1, -1, 87, 88, 89, 31, + 91, 124, 93, 159, 95, 161, 149, 98, 31, 149, + 149, 102, 103, 104, 105, 74, 134, 135, 109, 110, + 149, 80, 81, 149, 115, 116, 154, 158, 87, 88, + 89, 149, 91, 124, 93, 155, 95, 84, 159, 98, + 159, 163, 159, 161, 103, 104, 105, 159, 159, 159, + 109, 110, 84, 100, 101, 102, 115, 116, 82, 106, + 159, 84, 159, 159, 159, 124, 159, 159, 162, 159, + 117, 118, 159, 84, 159, 122, 159, 161, 160, 160, + 127, 128, 129, 130, 131, 70, 160, 160, 160, 100, + 101, 102, 116, 160, 162, 106, 161, 82, 161, 161, + 161, 86, 162, 161, 128, 161, 117, 118, 161, 161, + 161, 122, 159, 137, 161, 162, 127, 128, 129, 130, + 131, 161, 161, 161, 165, 162, 162, 159, 70, 161, + 163, 116, 162, 162, 158, 162, 159, 122, 161, 163, + 162, 162, 162, 167, 162, 162, 162, 162, 159, 162, + 161, 162, 137, 162, 139, 140, 141, 142, 143, 144, + 162, 162, 162, 162, 162, 162, 151, 152, 162, 162, + 74, 162, 162, 165, 163, 163, 80, 163, 163, 163, + 163, 166, 167, 87, 88, 89, 163, 91, 163, 93, + 163, 95, 134, 135, 98, 163, 163, 163, 163, 103, + 104, 105, 163, 163, 163, 109, 110, 149, 163, 163, + 163, 115, 116, 163, 163, 163, 163, 163, 163, 161, + 124, 164, 163, 163, 163, 163, 163, 163, 163, 163, + 163, 163, 163, -1, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, -1, 165, -1, -1, 167 + 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, + -1, 164, 164, 164, 164, 164, 164, 164, 164, 164, + 164, 164, 164, 164, 164, 164, 164, 164, -1, -1, + 166, -1, 167 ); protected $actionBase = array( - 0, -2, 154, 542, 785, 695, 969, 549, 53, 420, - 831, 307, 307, 67, 307, 307, 307, 496, 538, 538, - 565, 538, 204, 504, 706, 706, 706, 651, 651, 651, - 651, 773, 773, 920, 920, 952, 888, 850, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1029, - 1029, 1029, 211, 344, 288, 691, 1038, 1044, 1040, 1045, - 1036, 1035, 1039, 1041, 1046, 917, 918, 751, 919, 921, - 922, 923, 1042, 854, 1037, 1043, 291, 291, 291, 291, + 0, -2, 154, 542, 752, 893, 929, 580, 53, 394, + 855, 307, 307, 67, 307, 307, 307, 565, 908, 908, + 917, 908, 538, 784, 649, 649, 649, 708, 708, 708, + 708, 740, 740, 849, 849, 881, 817, 634, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, + 1036, 1036, 12, 323, 389, 678, 1044, 1050, 1046, 1051, + 1042, 1041, 1045, 1047, 1052, 942, 943, 753, 946, 947, + 949, 950, 1048, 873, 1043, 1049, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, - 291, 291, 641, 159, 473, 382, 382, 382, 382, 382, - 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, - 382, 382, 382, 382, 382, 54, 54, 54, 341, 692, - 692, 190, 184, 658, 47, 1019, 1019, 1019, 1019, 1019, - 1019, 1019, 1019, 1019, 1019, 144, 144, 7, 7, 7, - 7, 7, 371, -25, -25, -25, -25, 574, 347, 764, - 474, 584, 266, 241, 338, 470, 470, 591, 591, 396, - -116, 396, 348, 348, 396, 396, 396, 770, 770, 770, - 770, 443, 559, 452, 86, 514, 479, 479, 479, 479, - 514, 514, 514, 514, 783, 795, 514, 514, 514, 642, - 653, 653, 714, 300, 300, 300, 653, 390, 765, 90, - 390, 90, 37, 156, 781, -55, -40, 292, 768, 781, - 320, 739, 314, 143, 797, 546, 797, 1034, 745, 733, - 705, 836, 876, 1047, 752, 915, 786, 916, 62, 704, - 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, - 1033, 1049, 469, 1034, 65, 1049, 1049, 1049, 469, 469, - 469, 469, 469, 469, 469, 469, 469, 469, 533, 65, - 466, 552, 65, 763, 469, 211, 791, 211, 211, 211, - 211, 973, 211, 211, 211, 211, 211, 211, 980, 737, - 29, 211, 344, 52, 52, 428, 58, 52, 52, 52, - 52, 211, 211, 211, 546, 743, 734, 555, 798, 195, - 743, 743, 743, 345, 135, 192, 194, 710, 713, 280, - 758, 758, 760, 931, 931, 758, 755, 758, 760, 944, - 758, 931, 799, 433, 627, 571, 603, 631, 931, 494, - 758, 758, 758, 758, 639, 758, 491, 445, 758, 758, - 709, 741, 777, 46, 931, 931, 931, 777, 585, 771, - 771, 771, 805, 808, 772, 740, 540, 507, 650, 138, - 780, 740, 740, 758, 612, 772, 740, 772, 740, 802, - 740, 740, 740, 772, 740, 755, 583, 740, 703, 646, - 60, 740, 6, 945, 947, 636, 948, 941, 949, 989, - 950, 951, 856, 963, 943, 956, 939, 932, 750, 690, - 693, 793, 784, 930, 747, 747, 747, 927, 747, 747, - 747, 747, 747, 747, 747, 747, 690, 839, 801, 766, - 731, 974, 697, 698, 779, 880, 1018, 1048, 973, 1024, - 958, 736, 699, 1004, 977, 796, 849, 978, 979, 1005, - 1025, 1026, 884, 757, 886, 887, 841, 983, 858, 747, - 945, 951, 943, 956, 939, 932, 732, 728, 726, 727, - 722, 721, 712, 719, 738, 1027, 925, 875, 842, 980, - 929, 690, 845, 1000, 835, 1008, 1009, 855, 782, 756, - 846, 889, 984, 985, 986, 859, 1028, 804, 1001, 990, - 1010, 787, 890, 1011, 1012, 1013, 1014, 892, 860, 866, - 867, 810, 761, 991, 774, 896, 48, 754, 759, 778, - 988, 654, 966, 870, 897, 898, 1015, 1016, 1017, 901, - 960, 812, 1002, 746, 1003, 993, 813, 814, 677, 769, - 1030, 735, 748, 767, 678, 681, 902, 903, 904, 962, - 742, 744, 819, 821, 1031, 762, 1032, 910, 684, 823, - 711, 911, 1023, 717, 718, 753, 873, 800, 776, 775, - 987, 749, 825, 912, 826, 828, 829, 1020, 830, 0, + 291, 291, 346, 491, 50, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 54, 54, 54, 620, 620, + 359, 190, 184, 955, 955, 955, 955, 955, 955, 955, + 955, 955, 955, 658, 47, 144, 144, 7, 7, 7, + 7, 7, 371, -25, -25, -25, -25, 709, 347, 916, + 474, 526, 375, 280, 317, 245, 340, 340, 187, 187, + 396, 396, -87, -87, 396, 396, 396, 747, 747, 747, + 747, 443, 505, -94, 308, 454, 480, 480, 480, 480, + 454, 454, 454, 454, 755, 1054, 454, 454, 454, 641, + 822, 822, 998, 442, 442, 442, 822, 499, 776, 88, + 499, 88, 37, 92, 756, 85, -54, 425, 756, 639, + 764, 189, 143, 820, 524, 820, 1040, 385, 767, 413, + 735, 688, 857, 902, 1053, 787, 940, 788, 941, 228, + 98, 685, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, + 1039, 1039, 1039, 1055, 415, 1040, 286, 1055, 1055, 1055, + 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, + 534, 286, 483, 496, 286, 774, 415, 12, 800, 12, + 12, 12, 12, 12, 12, 12, 12, 12, 12, 736, + -16, 12, 323, 204, 204, 427, 168, 204, 204, 204, + 204, 12, 12, 12, 524, 773, 733, 537, 742, 377, + 773, 773, 773, 115, 124, 207, 342, 695, 754, 446, + 761, 761, 775, 957, 957, 761, 765, 761, 775, 973, + 761, 761, 957, 957, 809, 232, 625, 579, 612, 627, + 957, 475, 761, 761, 761, 761, 792, 643, 761, 433, + 281, 761, 761, 792, 758, 739, 46, 751, 957, 957, + 957, 792, 603, 751, 751, 751, 819, 821, 746, 738, + 571, 507, 645, 198, 783, 738, 738, 761, 619, 746, + 738, 746, 738, 812, 738, 738, 738, 746, 738, 765, + 585, 738, 691, 644, 188, 738, 6, 974, 975, 624, + 979, 967, 980, 1009, 981, 985, 878, 956, 992, 972, + 986, 965, 963, 750, 679, 680, 801, 797, 954, 771, + 771, 771, 951, 771, 771, 771, 771, 771, 771, 771, + 771, 679, 858, 814, 745, 777, 995, 682, 684, 743, + 872, 899, 948, 994, 1030, 987, 741, 689, 1016, 999, + 846, 875, 1000, 1001, 1017, 1031, 1032, 880, 772, 903, + 904, 859, 1003, 879, 771, 974, 985, 663, 972, 986, + 965, 963, 734, 724, 720, 723, 717, 704, 700, 703, + 737, 1033, 907, 818, 866, 1002, 952, 679, 867, 1012, + 856, 1018, 1019, 877, 778, 768, 868, 910, 1004, 1005, + 1006, 882, 1034, 884, 744, 1013, 997, 1020, 780, 911, + 1021, 1022, 1023, 1024, 887, 913, 888, 889, 823, 781, + 1010, 757, 918, 528, 769, 770, 789, 1008, 642, 993, + 900, 919, 920, 1025, 1026, 1027, 922, 923, 990, 828, + 1014, 760, 1015, 1011, 829, 830, 647, 785, 1035, 759, + 763, 779, 653, 674, 924, 925, 927, 991, 748, 762, + 841, 843, 1037, 683, 1038, 931, 677, 844, 696, 938, + 1029, 697, 699, 786, 901, 811, 782, 766, 1007, 749, + 845, 939, 847, 848, 850, 1028, 853, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 458, 458, - 458, 458, 458, 458, 307, 307, 307, 307, 0, 0, - 307, 0, 0, 0, 458, 458, 458, 458, 458, 458, + 0, 0, 0, 0, 0, 0, 0, 458, 458, 458, + 458, 458, 458, 307, 307, 307, 307, 0, 0, 307, + 0, 0, 0, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, @@ -581,43 +584,43 @@ class Php7 extends \PhpParser\ParserAbstract 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, - 458, 458, 458, 458, 458, 458, 458, 458, 458, 291, + 458, 458, 458, 458, 458, 458, 458, 458, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, - 291, 291, 291, 0, 0, 0, 0, 0, 0, 0, + 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, + 0, 0, 0, 0, 0, 0, 0, 0, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, - 291, 291, 291, 291, 291, 291, 415, 415, 291, 291, - 0, 291, 415, 415, 415, 415, 415, 415, 415, 415, - 415, 415, 291, 291, 291, 291, 291, 291, 291, 799, - 300, 300, 300, 300, 415, 415, 415, 415, 415, -88, - -88, 415, 415, 415, 300, 300, 415, 244, 415, 415, - 415, 415, 415, 415, 415, 415, 415, 415, 0, 0, - 65, 90, 415, 755, 755, 755, 755, 415, 415, 415, - 415, 90, 90, 415, 415, 415, 0, 0, 0, 0, - 0, 0, 0, 0, 65, 90, 0, 65, 0, 755, - 755, 415, 799, 799, 232, 244, 415, 0, 0, 0, - 0, 65, 755, 65, 469, 90, 469, 469, 52, 211, - 232, 453, 453, 453, 453, 0, 546, 799, 799, 799, - 799, 799, 799, 799, 799, 799, 799, 799, 755, 0, - 799, 0, 755, 755, 755, 0, 0, 0, 0, 0, + 291, 291, 291, 291, 219, 219, 291, 291, 291, 219, + 219, 219, 219, 219, 219, 219, 219, 219, 219, 0, + 291, 291, 291, 291, 291, 291, 291, 291, 809, 442, + 442, 442, 442, 219, 219, 219, 219, 219, -88, -88, + 219, 809, 219, 219, 442, 442, 219, 219, 219, 219, + 219, 219, 219, 219, 219, 219, 219, 0, 0, 286, + 88, 219, 765, 765, 765, 765, 219, 219, 219, 219, + 88, 88, 219, 219, 219, 0, 0, 0, 0, 0, + 0, 0, 0, 286, 88, 0, 286, 0, 765, 765, + 219, 0, 809, 314, 219, 0, 0, 0, 0, 286, + 765, 286, 415, 761, 88, 761, 415, 415, 204, 12, + 314, 527, 527, 527, 527, 0, 0, 524, 809, 809, + 809, 809, 809, 809, 809, 809, 809, 809, 809, 765, + 0, 809, 0, 765, 765, 765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 755, 0, 0, 931, 0, 0, 0, 0, 758, 0, - 0, 0, 0, 0, 0, 758, 944, 0, 0, 0, - 0, 0, 0, 755, 0, 0, 0, 0, 0, 0, - 0, 0, 747, 782, 0, 782, 0, 747, 747, 747, - 0, 0, 0, 0, 769, 762 + 0, 765, 0, 0, 957, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 973, 0, 0, 0, 0, + 0, 0, 765, 0, 0, 0, 0, 0, 0, 0, + 0, 771, 778, 0, 778, 0, 771, 771, 771, 0, + 0, 0, 0, 785, 683 ); protected $actionDefault = array( 3,32767, 103,32767,32767,32767,32767,32767,32767,32767, 32767,32767, 101,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767, 588, 588, 588, - 588,32767,32767, 250, 103,32767,32767, 464, 382, 382, - 382,32767,32767, 532, 532, 532, 532, 532, 532,32767, - 32767,32767,32767,32767,32767, 464,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767, 593, 593, 593, + 593,32767,32767, 253, 103,32767,32767, 467, 385, 385, + 385,32767,32767, 537, 537, 537, 537, 537, 537,32767, + 32767,32767,32767,32767,32767, 467,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, @@ -625,135 +628,138 @@ class Php7 extends \PhpParser\ParserAbstract 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767, 101,32767, - 32767,32767, 37, 7, 8, 10, 11, 50, 17, 320, + 32767,32767, 37, 7, 8, 10, 11, 50, 17, 323, 32767,32767,32767,32767, 103,32767,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767, 581,32767,32767,32767,32767, + 32767,32767,32767,32767,32767, 586,32767,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767, 468, 447, 448, 450, - 451, 381, 533, 587, 323, 584, 380, 146, 335, 325, - 238, 326, 254, 469, 255, 470, 473, 474, 211, 283, - 377, 150, 411, 465, 413, 463, 467, 412, 387, 392, - 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, - 403, 404, 385, 386, 466, 444, 443, 442, 409,32767, - 32767, 410, 414, 384, 417,32767,32767,32767,32767,32767, - 32767,32767,32767, 103,32767, 415, 416, 433, 434, 431, - 432, 435,32767, 436, 437, 438, 439,32767, 312,32767, - 32767,32767, 361, 359, 312,32767,32767, 424, 425,32767, + 32767,32767,32767,32767,32767,32767, 471, 450, 451, 453, + 454, 384, 538, 592, 326, 589, 383, 146, 338, 328, + 241, 329, 257, 472, 258, 473, 476, 477, 214, 286, + 380, 150, 414, 468, 416, 466, 470, 415, 390, 395, + 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, + 406, 407, 388, 389, 469, 447, 446, 445,32767,32767, + 412, 413, 417,32767,32767,32767,32767,32767,32767,32767, + 32767, 103,32767, 387, 420, 418, 419, 436, 437, 434, + 435, 438,32767, 439, 440, 441, 442,32767, 315,32767, + 32767,32767, 364, 362, 315, 112,32767,32767, 427, 428, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767, 526, 441,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767, 103,32767, 101, 528, - 406, 408, 496, 419, 420, 418, 388,32767, 503,32767, - 103, 505,32767,32767,32767, 112,32767,32767,32767,32767, - 527,32767, 534, 534,32767, 489, 101, 194,32767, 194, - 194,32767,32767,32767,32767,32767,32767,32767, 595, 489, - 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, - 111,32767, 194, 111,32767,32767,32767, 101, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 189,32767, - 264, 266, 103, 549, 194,32767, 508,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 501, + 32767, 531, 444,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767, 103,32767, 101, 533, + 409, 411, 501, 422, 423, 421, 391,32767, 508,32767, + 103, 510,32767,32767,32767,32767,32767,32767,32767, 532, + 32767, 539, 539,32767, 494, 101, 194,32767,32767,32767, + 194, 194,32767,32767,32767,32767,32767,32767,32767,32767, + 600, 494, 111, 111, 111, 111, 111, 111, 111, 111, + 111, 111, 111,32767, 194, 111,32767,32767,32767, 101, + 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, + 189,32767, 267, 269, 103, 554, 194,32767, 513,32767, + 32767,32767,32767,32767,32767,32767,32767,32767,32767, 506, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767, 489, 429, 139,32767, 139, 534, - 421, 422, 423, 491, 534, 534, 534, 308, 285,32767, - 32767,32767,32767, 506, 506, 101, 101, 101, 101, 501, - 32767,32767, 112, 100, 100, 100, 100, 100, 104, 102, - 32767,32767,32767,32767, 100,32767, 102, 102,32767,32767, - 221, 208, 219, 102,32767, 553, 554, 219, 102, 223, - 223, 223, 243, 243, 480, 314, 102, 100, 102, 102, - 196, 314, 314,32767, 102, 480, 314, 480, 314, 198, - 314, 314, 314, 480, 314,32767, 102, 314, 210, 100, - 100, 314,32767,32767,32767, 491,32767,32767,32767,32767, + 32767,32767,32767,32767, 494, 432, 139,32767, 139, 539, + 424, 425, 426, 496, 539, 539, 539, 311, 288,32767, + 32767,32767,32767, 511, 511, 101, 101, 101, 101, 506, + 32767,32767,32767,32767, 112, 100, 100, 100, 100, 100, + 104, 102,32767,32767,32767,32767, 222, 100,32767, 102, + 102,32767,32767, 222, 224, 211, 102, 226,32767, 558, + 559, 222, 102, 226, 226, 226, 246, 246, 483, 317, + 102, 100, 102, 102, 196, 317, 317,32767, 102, 483, + 317, 483, 317, 198, 317, 317, 317, 483, 317,32767, + 102, 317, 213, 100, 100, 317,32767,32767,32767, 496, + 32767,32767,32767,32767,32767,32767,32767, 221,32767,32767, + 32767,32767,32767,32767,32767, 526,32767, 543, 556, 430, + 431, 433, 541, 455, 456, 457, 458, 459, 460, 461, + 463, 588,32767, 500,32767,32767,32767,32767, 337, 598, + 32767, 598,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767, 599,32767, 539, + 32767,32767,32767,32767, 429, 9, 76, 489, 43, 44, + 52, 58, 517, 518, 519, 520, 514, 515, 521, 516, + 32767,32767, 522, 564,32767,32767, 540, 591,32767,32767, + 32767,32767,32767,32767, 139,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767, 526,32767, 137,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 521,32767, 538, 551, 427, 428, 430, 536, 452, 453, - 454, 455, 456, 457, 458, 460, 583,32767, 495,32767, - 32767,32767,32767, 334, 593,32767, 593,32767,32767,32767, + 539,32767,32767,32767,32767, 313, 310,32767,32767,32767, 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767, 594,32767, 534,32767,32767,32767,32767, 426, - 9, 76, 43, 44, 52, 58, 512, 513, 514, 515, - 509, 510, 516, 511,32767,32767, 517, 559,32767,32767, - 535, 586,32767,32767,32767,32767,32767,32767, 139,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 521, - 32767, 137,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767, 534,32767,32767,32767,32767, 310, 307, - 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767, 534,32767,32767,32767,32767, - 32767, 287,32767, 304,32767,32767,32767,32767,32767,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767,32767, - 282,32767,32767, 376,32767,32767,32767,32767, 355,32767, - 32767,32767,32767,32767,32767,32767,32767,32767,32767, 152, - 152, 3, 3, 337, 152, 152, 152, 337, 152, 337, - 337, 337, 152, 152, 152, 152, 152, 152, 276, 184, - 258, 261, 243, 243, 152, 347, 152 + 32767,32767,32767, 539,32767,32767,32767,32767,32767, 290, + 32767, 307,32767,32767,32767,32767,32767,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767,32767, 285,32767, + 32767, 379,32767,32767,32767,32767, 358,32767,32767,32767, + 32767,32767,32767,32767,32767,32767,32767, 152, 152, 3, + 3, 340, 152, 152, 152, 340, 340, 152, 340, 340, + 340, 152, 152, 152, 152, 152, 152, 279, 184, 261, + 264, 246, 246, 152, 350, 152 ); protected $goto = array( - 194, 194, 677, 466, 1281, 1282, 345, 428, 325, 325, - 325, 325, 536, 536, 536, 536, 665, 591, 926, 1039, - 685, 1003, 1019, 1020, 1080, 1081, 165, 165, 165, 165, + 194, 194, 685, 425, 653, 346, 614, 650, 419, 310, + 311, 331, 569, 316, 424, 332, 426, 630, 1200, 930, + 693, 1051, 1201, 1204, 931, 1205, 165, 165, 165, 165, 218, 195, 191, 191, 175, 177, 213, 191, 191, 191, 191, 191, 192, 192, 192, 192, 192, 192, 186, 187, - 188, 189, 190, 215, 213, 216, 524, 525, 415, 526, - 528, 529, 530, 531, 532, 533, 534, 535, 1108, 166, + 188, 189, 190, 215, 213, 216, 529, 530, 415, 531, + 533, 534, 535, 536, 537, 538, 539, 540, 1120, 166, 167, 168, 193, 169, 170, 171, 164, 172, 173, 174, - 176, 212, 214, 217, 235, 238, 241, 242, 244, 255, + 176, 212, 214, 217, 235, 240, 241, 242, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, - 277, 278, 313, 314, 315, 420, 421, 422, 569, 219, + 278, 279, 313, 314, 315, 420, 421, 422, 574, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 178, 234, 179, 196, 197, 198, - 236, 186, 187, 188, 189, 190, 215, 1108, 199, 180, + 236, 186, 187, 188, 189, 190, 215, 1120, 199, 180, 181, 182, 200, 196, 183, 237, 201, 199, 163, 202, 203, 184, 204, 205, 206, 185, 207, 208, 209, 210, - 211, 834, 587, 425, 645, 548, 541, 830, 831, 419, - 310, 311, 332, 564, 316, 424, 333, 426, 623, 832, - 973, 947, 947, 945, 947, 710, 808, 540, 982, 977, - 827, 827, 607, 642, 391, 541, 548, 557, 558, 398, - 567, 589, 603, 604, 839, 865, 887, 882, 883, 896, - 15, 840, 884, 837, 885, 886, 838, 457, 457, 639, - 890, 656, 657, 658, 987, 987, 457, 609, 609, 806, - 1060, 1056, 1057, 1238, 1238, 1238, 1238, 1238, 1238, 1238, - 1238, 1238, 1238, 1256, 1256, 346, 347, 812, 949, 1256, - 1256, 1256, 1256, 1256, 1256, 1256, 1256, 1256, 1256, 1014, - 1013, 1207, 1008, 1207, 1008, 1207, 561, 442, 1008, 1008, - 1008, 343, 442, 1008, 442, 1008, 1008, 1008, 1008, 1008, - 1008, 1008, 1008, 1008, 1008, 251, 251, 1296, 812, 1207, - 812, 1307, 1307, 970, 1207, 1207, 1207, 1207, 1017, 1018, - 1207, 1207, 1207, 1288, 1288, 1288, 1288, 827, 1307, 321, - 305, 248, 248, 248, 248, 250, 252, 387, 903, 1254, - 1254, 619, 620, 904, 1203, 1254, 1254, 1254, 1254, 1254, - 1254, 1254, 1254, 1254, 1254, 527, 527, 280, 280, 280, - 280, 527, 527, 527, 527, 527, 527, 527, 527, 527, - 527, 941, 405, 684, 560, 442, 442, 442, 442, 442, - 442, 442, 442, 442, 442, 442, 348, 644, 442, 389, - 393, 549, 588, 592, 847, 1157, 348, 348, 538, 1204, - 538, 891, 538, 892, 432, 418, 822, 598, 666, 859, - 348, 348, 846, 348, 5, 1323, 6, 824, 554, 1283, - 1284, 650, 1205, 1264, 1265, 602, 448, 543, 565, 601, - 348, 943, 943, 943, 943, 334, 932, 448, 937, 944, - 403, 404, 1278, 852, 1278, 654, 1278, 655, 397, 407, - 408, 409, 1200, 668, 849, 1045, 410, 542, 552, 992, - 341, 490, 542, 491, 552, 714, 467, 390, 861, 497, - 1049, 1290, 1290, 1290, 1290, 1267, 954, 568, 460, 461, - 462, 1091, 857, 471, 0, 1314, 1315, 555, 0, 0, - 0, 711, 622, 624, 0, 643, 0, 1274, 670, 667, - 671, 984, 675, 683, 980, 0, 0, 0, 0, 0, - 855, 596, 610, 613, 614, 615, 616, 636, 637, 638, - 687, 860, 848, 1044, 1048, 908, 1096, 0, 543, 0, - 0, 952, 606, 1306, 1306, 0, 1047, 989, 0, 0, - 1276, 1276, 1047, 254, 254, 851, 0, 648, 968, 427, - 1306, 0, 0, 845, 942, 427, 0, 0, 0, 0, - 0, 0, 0, 1015, 1015, 1199, 0, 1309, 649, 1026, - 1022, 1023, 0, 0, 0, 0, 1089, 864, 0, 0, - 0, 586, 1073, 0, 688, 674, 674, 1202, 498, 680, - 1071, 1188, 919, 0, 0, 1189, 1192, 920, 1193, 0, + 211, 275, 275, 275, 275, 843, 593, 646, 647, 560, + 664, 665, 666, 720, 629, 631, 840, 418, 651, 604, + 841, 350, 675, 679, 996, 683, 691, 992, 616, 616, + 817, 350, 350, 1252, 1252, 1252, 1252, 1252, 1252, 1252, + 1252, 1252, 1252, 1092, 1093, 350, 350, 874, 350, 848, + 1337, 896, 891, 892, 905, 849, 893, 846, 894, 895, + 847, 548, 900, 899, 901, 350, 391, 394, 554, 594, + 598, 1270, 1270, 1072, 1068, 1069, 1270, 1270, 1270, 1270, + 1270, 1270, 1270, 1270, 1270, 1270, 1268, 1268, 815, 347, + 348, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, + 1268, 1221, 1020, 1221, 1020, 1221, 836, 5, 1020, 6, + 1020, 1020, 1281, 961, 1020, 1020, 1020, 1020, 1020, 1020, + 1020, 1020, 1020, 1020, 1020, 349, 349, 349, 349, 1221, + 460, 460, 566, 678, 1221, 1221, 1221, 1221, 344, 460, + 1221, 1221, 1221, 1302, 1302, 1302, 1302, 602, 617, 620, + 621, 622, 623, 643, 644, 645, 695, 836, 912, 553, + 546, 1310, 913, 548, 532, 532, 821, 856, 982, 532, + 532, 532, 532, 532, 532, 532, 532, 532, 532, 543, + 473, 543, 868, 543, 928, 855, 928, 389, 475, 337, + 546, 553, 562, 563, 339, 572, 595, 609, 610, 1320, + 1320, 249, 249, 1026, 1025, 15, 821, 450, 821, 494, + 565, 495, 955, 955, 955, 955, 1320, 501, 450, 949, + 956, 839, 652, 1321, 1321, 1169, 1214, 246, 246, 246, + 246, 248, 250, 1323, 985, 959, 959, 957, 959, 719, + 1321, 545, 994, 989, 470, 1295, 1296, 953, 405, 692, + 917, 1108, 432, 541, 541, 541, 541, 612, 597, 452, + 444, 1029, 1030, 1001, 658, 444, 1292, 444, 1292, 674, + 1292, 860, 833, 656, 980, 836, 861, 547, 557, 854, + 321, 305, 547, 333, 557, 1297, 1298, 392, 456, 570, + 607, 1211, 944, 398, 858, 1304, 1304, 1304, 1304, 463, + 573, 464, 465, 608, 1004, 866, 403, 404, 1328, 1329, + 1057, 662, 1212, 663, 471, 407, 408, 409, 723, 676, + 870, 1288, 410, 624, 626, 627, 342, 427, 1216, 869, + 857, 1056, 1060, 427, 864, 1061, 1103, 966, 0, 0, + 964, 1027, 1027, 0, 0, 0, 657, 1038, 1034, 1035, + 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, + 444, 0, 1059, 444, 954, 0, 1290, 1290, 1059, 592, + 1085, 0, 696, 682, 682, 0, 502, 688, 1083, 0, + 0, 0, 1217, 1218, 272, 428, 1101, 873, 0, 544, + 831, 544, 0, 0, 0, 673, 938, 0, 0, 1015, + 1031, 1032, 0, 0, 0, 0, 0, 0, 1219, 1278, + 1279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 272, 0, 0, 0, - 0, 539, 0, 539 + 0, 0, 0, 0, 0, 0, 0, 0, 252, 252, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 999, 999 ); protected $gotoCheck = array( - 42, 42, 72, 172, 172, 172, 95, 87, 23, 23, - 23, 23, 105, 105, 105, 105, 87, 105, 87, 125, - 9, 87, 87, 87, 142, 142, 42, 42, 42, 42, + 42, 42, 72, 65, 65, 96, 55, 55, 65, 65, + 65, 65, 65, 65, 65, 65, 65, 65, 78, 78, + 9, 126, 78, 78, 78, 78, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, @@ -767,95 +773,97 @@ class Php7 extends \PhpParser\ParserAbstract 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, - 42, 15, 128, 65, 65, 75, 75, 25, 26, 65, - 65, 65, 65, 65, 65, 65, 65, 65, 65, 27, - 25, 25, 25, 25, 25, 25, 7, 25, 25, 25, - 22, 22, 55, 55, 75, 75, 75, 75, 75, 75, - 75, 75, 75, 75, 15, 45, 15, 15, 15, 15, - 75, 15, 15, 15, 15, 15, 15, 147, 147, 84, - 15, 84, 84, 84, 105, 105, 147, 106, 106, 6, - 15, 15, 15, 106, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 166, 166, 95, 95, 12, 49, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 116, - 116, 72, 72, 72, 72, 72, 168, 23, 72, 72, - 72, 175, 23, 72, 23, 72, 72, 72, 72, 72, - 72, 72, 72, 72, 72, 5, 5, 177, 12, 72, - 12, 179, 179, 101, 72, 72, 72, 72, 117, 117, - 72, 72, 72, 9, 9, 9, 9, 22, 179, 165, - 165, 5, 5, 5, 5, 5, 5, 61, 72, 167, - 167, 83, 83, 72, 20, 167, 167, 167, 167, 167, - 167, 167, 167, 167, 167, 169, 169, 24, 24, 24, - 24, 169, 169, 169, 169, 169, 169, 169, 169, 169, - 169, 91, 91, 91, 102, 23, 23, 23, 23, 23, - 23, 23, 23, 23, 23, 23, 14, 63, 23, 58, - 58, 58, 58, 58, 35, 149, 14, 14, 19, 20, - 19, 64, 19, 64, 111, 13, 20, 13, 114, 35, - 14, 14, 35, 14, 46, 14, 46, 18, 9, 174, - 174, 118, 20, 20, 20, 9, 19, 14, 2, 2, - 14, 19, 19, 19, 19, 29, 90, 19, 19, 19, - 80, 80, 128, 39, 128, 80, 128, 80, 28, 80, - 80, 80, 158, 80, 37, 127, 80, 9, 9, 108, - 80, 153, 9, 153, 9, 97, 155, 9, 41, 153, - 130, 128, 128, 128, 128, 14, 94, 9, 9, 9, - 9, 145, 9, 82, -1, 9, 9, 48, -1, -1, - -1, 48, 48, 48, -1, 48, -1, 128, 14, 48, - 48, 48, 48, 48, 48, -1, -1, -1, -1, -1, - 9, 79, 79, 79, 79, 79, 79, 79, 79, 79, - 79, 16, 16, 16, 16, 17, 17, -1, 14, -1, - -1, 16, 17, 178, 178, -1, 128, 17, -1, -1, - 128, 128, 128, 5, 5, 17, -1, 17, 17, 115, - 178, -1, -1, 17, 16, 115, -1, -1, -1, -1, - -1, -1, -1, 115, 115, 17, -1, 178, 115, 115, - 115, 115, -1, -1, -1, -1, 16, 16, -1, -1, - -1, 8, 8, -1, 8, 8, 8, 14, 8, 8, - 8, 78, 78, -1, -1, 78, 78, 78, 78, -1, + 42, 23, 23, 23, 23, 15, 129, 85, 85, 48, + 85, 85, 85, 48, 48, 48, 26, 13, 48, 13, + 27, 14, 48, 48, 48, 48, 48, 48, 107, 107, + 7, 14, 14, 107, 107, 107, 107, 107, 107, 107, + 107, 107, 107, 143, 143, 14, 14, 45, 14, 15, + 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, + 15, 14, 64, 15, 64, 14, 58, 58, 58, 58, + 58, 168, 168, 15, 15, 15, 168, 168, 168, 168, + 168, 168, 168, 168, 168, 168, 169, 169, 6, 96, + 96, 169, 169, 169, 169, 169, 169, 169, 169, 169, + 169, 72, 72, 72, 72, 72, 22, 46, 72, 46, + 72, 72, 14, 49, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 24, 24, 24, 24, 72, + 148, 148, 170, 14, 72, 72, 72, 72, 177, 148, + 72, 72, 72, 9, 9, 9, 9, 80, 80, 80, + 80, 80, 80, 80, 80, 80, 80, 22, 72, 75, + 75, 179, 72, 14, 171, 171, 12, 35, 102, 171, + 171, 171, 171, 171, 171, 171, 171, 171, 171, 19, + 83, 19, 35, 19, 9, 35, 9, 61, 83, 75, + 75, 75, 75, 75, 75, 75, 75, 75, 75, 180, + 180, 5, 5, 117, 117, 75, 12, 19, 12, 154, + 103, 154, 19, 19, 19, 19, 180, 154, 19, 19, + 19, 25, 63, 181, 181, 150, 14, 5, 5, 5, + 5, 5, 5, 180, 25, 25, 25, 25, 25, 25, + 181, 25, 25, 25, 174, 174, 174, 92, 92, 92, + 17, 17, 112, 106, 106, 106, 106, 17, 106, 82, + 23, 118, 118, 17, 119, 23, 129, 23, 129, 115, + 129, 17, 18, 17, 17, 22, 39, 9, 9, 17, + 167, 167, 9, 29, 9, 176, 176, 9, 9, 2, + 2, 17, 91, 28, 37, 129, 129, 129, 129, 9, + 9, 9, 9, 79, 109, 9, 81, 81, 9, 9, + 128, 81, 159, 81, 156, 81, 81, 81, 98, 81, + 41, 129, 81, 84, 84, 84, 81, 116, 20, 16, + 16, 16, 16, 116, 9, 131, 146, 95, -1, -1, + 16, 116, 116, -1, -1, -1, 116, 116, 116, 116, + 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, + 23, -1, 129, 23, 16, -1, 129, 129, 129, 8, + 8, -1, 8, 8, 8, -1, 8, 8, 8, -1, + -1, -1, 20, 20, 24, 88, 16, 16, -1, 24, + 20, 24, -1, -1, -1, 88, 88, -1, -1, 88, + 88, 88, -1, -1, -1, -1, -1, -1, 20, 20, + 20, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 24, -1, -1, -1, - -1, 24, -1, 24 + -1, -1, -1, -1, -1, -1, -1, -1, 5, 5, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 106, 106 ); protected $gotoBase = array( - 0, 0, -283, 0, 0, 284, 216, 177, 554, 7, - 0, 0, -46, 51, 72, -181, 57, 49, 91, 111, - -62, 0, -135, 5, 334, 163, 164, 175, 94, 122, - 0, 0, 0, 0, 0, 10, 0, 98, 0, 103, - 0, 13, -1, 0, 0, 193, -320, 0, -223, 225, - 0, 0, 0, 0, 0, 153, 0, 0, 325, 0, - 0, 276, 0, 127, 362, -76, 0, 0, 0, 0, - 0, 0, -6, 0, 0, -174, 0, 0, 168, 140, - -61, 0, -4, -149, -478, 0, 0, -263, 0, 0, - 88, 50, 0, 0, 19, -467, 0, 43, 0, 0, - 0, 259, 312, 0, 0, -15, -12, 0, 76, 0, - 0, 110, 0, 0, 109, 261, -16, 16, 114, 0, - 0, 0, 0, 0, 0, 17, 0, 68, 155, 0, - 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, -248, 0, 0, 23, 0, 184, 0, 104, - 0, 0, 0, -44, 0, 12, 0, 0, 70, 0, - 0, 0, 0, 0, 0, -9, 4, 80, 238, 96, - 0, 0, -294, 0, 34, 242, 0, 257, 209, -13, - 0, 0 + 0, 0, -250, 0, 0, 360, 235, 181, 522, 7, + 0, 0, 33, -156, -113, -178, 43, -49, 126, 72, + 100, 0, -9, 158, 282, 377, 172, 176, 120, 150, + 0, 0, 0, 0, 0, -39, 0, 119, 0, 116, + 0, 45, -1, 0, 0, 195, -456, 0, -529, 250, + 0, 0, 0, 0, 0, -33, 0, 0, 182, 0, + 0, 306, 0, 143, 203, -235, 0, 0, 0, 0, + 0, 0, -6, 0, 0, -21, 0, 0, -385, 124, + -46, -19, 144, -123, 10, -538, 0, 0, 275, 0, + 0, 127, 106, 0, 0, 60, -472, 0, 76, 0, + 0, 0, 294, 328, 0, 0, 386, -50, 0, 99, + 0, 0, 138, 0, 0, 149, 219, 87, 139, 137, + 0, 0, 0, 0, 0, 0, 19, 0, 101, 159, + 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -69, 0, 0, 58, 0, 257, 0, + 114, 0, 0, 0, -120, 0, 40, 0, 0, 108, + 0, 0, 0, 0, 0, 0, 0, 122, -7, 8, + 264, 86, 0, 0, 107, 0, 78, 269, 0, 291, + 55, 79, 0, 0 ); protected $gotoDefault = array( - -32768, 502, 718, 4, 719, 912, 795, 804, 584, 518, - 686, 342, 611, 416, 1272, 889, 1095, 566, 823, 1216, - 1224, 449, 826, 326, 708, 871, 872, 873, 394, 379, - 385, 392, 634, 612, 484, 858, 445, 850, 476, 853, - 444, 862, 162, 413, 500, 866, 3, 868, 545, 899, - 380, 876, 381, 661, 878, 551, 880, 881, 388, 395, - 396, 1100, 559, 608, 893, 243, 553, 894, 378, 895, - 902, 383, 386, 672, 456, 495, 489, 406, 1075, 595, - 631, 453, 470, 618, 617, 605, 469, 1011, 411, 328, - 931, 939, 477, 454, 953, 344, 961, 716, 1107, 625, - 479, 969, 626, 976, 979, 519, 520, 468, 991, 268, - 994, 480, 1032, 651, 1005, 1006, 652, 627, 1028, 628, - 653, 629, 1030, 463, 585, 1038, 446, 1046, 1260, 447, - 1050, 262, 1053, 274, 412, 429, 1058, 1059, 8, 1065, - 678, 679, 10, 273, 499, 1090, 673, 443, 1106, 433, - 1176, 1178, 547, 481, 1196, 1195, 664, 496, 1201, 1263, - 441, 521, 464, 312, 522, 304, 330, 309, 537, 291, - 331, 523, 465, 1269, 1277, 327, 30, 1297, 1308, 338, - 563, 600 + -32768, 506, 727, 4, 728, 921, 804, 813, 590, 523, + 694, 343, 618, 416, 1286, 898, 1107, 571, 832, 1230, + 1238, 451, 835, 326, 717, 880, 881, 882, 395, 381, + 387, 393, 641, 619, 488, 867, 447, 859, 480, 862, + 446, 871, 162, 413, 504, 875, 3, 877, 550, 908, + 382, 885, 383, 669, 887, 556, 889, 890, 390, 396, + 397, 1112, 564, 615, 902, 253, 558, 903, 380, 904, + 911, 385, 388, 680, 459, 499, 493, 406, 1087, 559, + 601, 638, 441, 467, 613, 625, 611, 474, 1023, 411, + 325, 943, 951, 481, 457, 965, 345, 973, 725, 1119, + 632, 483, 981, 633, 988, 991, 524, 525, 472, 1003, + 268, 1006, 484, 1044, 659, 1017, 1018, 660, 634, 1040, + 635, 661, 636, 1042, 466, 591, 1050, 448, 1058, 1274, + 449, 1062, 262, 1065, 274, 412, 429, 1070, 1071, 8, + 1077, 686, 687, 10, 273, 503, 1102, 681, 445, 1118, + 433, 1188, 1190, 552, 485, 1208, 1207, 672, 500, 1213, + 442, 1277, 443, 526, 468, 312, 527, 304, 329, 309, + 542, 291, 330, 528, 469, 1283, 1291, 327, 30, 1311, + 1322, 338, 568, 606 ); protected $ruleToNonTerminal = array( @@ -879,25 +887,25 @@ class Php7 extends \PhpParser\ParserAbstract 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 25, 25, 68, 68, 71, 71, 70, 69, 69, 62, 74, 74, 75, 75, 76, 76, 77, 77, - 78, 78, 26, 26, 27, 27, 27, 27, 86, 86, - 88, 88, 81, 81, 89, 89, 90, 90, 90, 82, - 82, 85, 85, 83, 83, 91, 92, 92, 56, 56, - 64, 64, 67, 67, 67, 66, 93, 93, 94, 57, - 57, 57, 57, 95, 95, 96, 96, 97, 97, 98, - 99, 99, 100, 100, 101, 101, 54, 54, 50, 50, - 103, 52, 52, 104, 51, 51, 53, 53, 63, 63, - 63, 63, 79, 79, 107, 107, 109, 109, 110, 110, - 110, 110, 108, 108, 108, 112, 112, 112, 112, 87, - 87, 115, 115, 115, 116, 116, 113, 113, 117, 117, - 119, 119, 120, 120, 114, 121, 121, 118, 122, 122, - 122, 122, 111, 111, 80, 80, 80, 20, 20, 20, - 124, 123, 123, 125, 125, 125, 125, 59, 126, 126, - 127, 60, 129, 129, 130, 130, 131, 131, 84, 132, - 132, 132, 132, 132, 132, 137, 137, 138, 138, 139, - 139, 139, 139, 139, 140, 141, 141, 136, 136, 133, - 133, 135, 135, 143, 143, 142, 142, 142, 142, 142, - 142, 142, 134, 144, 144, 146, 145, 145, 61, 102, - 147, 147, 55, 55, 42, 42, 42, 42, 42, 42, + 78, 78, 79, 79, 26, 26, 27, 27, 27, 27, + 27, 87, 87, 89, 89, 82, 82, 90, 90, 91, + 91, 91, 83, 83, 86, 86, 84, 84, 92, 93, + 93, 56, 56, 64, 64, 67, 67, 67, 66, 94, + 94, 95, 57, 57, 57, 57, 96, 96, 97, 97, + 98, 98, 99, 100, 100, 101, 101, 102, 102, 54, + 54, 50, 50, 104, 52, 52, 105, 51, 51, 53, + 53, 63, 63, 63, 63, 80, 80, 108, 108, 110, + 110, 111, 111, 111, 111, 109, 109, 109, 113, 113, + 113, 113, 88, 88, 116, 116, 116, 117, 117, 114, + 114, 118, 118, 120, 120, 121, 121, 115, 122, 122, + 119, 123, 123, 123, 123, 112, 112, 81, 81, 81, + 20, 20, 20, 125, 124, 124, 126, 126, 126, 126, + 59, 127, 127, 128, 60, 130, 130, 131, 131, 132, + 132, 85, 133, 133, 133, 133, 133, 133, 138, 138, + 139, 139, 140, 140, 140, 140, 140, 141, 142, 142, + 137, 137, 134, 134, 136, 136, 144, 144, 143, 143, + 143, 143, 143, 143, 143, 135, 145, 145, 147, 146, + 146, 61, 103, 148, 148, 55, 55, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, @@ -906,20 +914,21 @@ class Php7 extends \PhpParser\ParserAbstract 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, - 42, 42, 42, 42, 42, 42, 42, 154, 148, 148, - 153, 153, 156, 157, 157, 158, 159, 159, 159, 19, - 19, 72, 72, 72, 72, 149, 149, 149, 149, 161, - 161, 150, 150, 152, 152, 152, 155, 155, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 167, 167, 106, - 169, 169, 169, 169, 151, 151, 151, 151, 151, 151, - 151, 151, 58, 58, 164, 164, 164, 164, 170, 170, - 160, 160, 160, 171, 171, 171, 171, 171, 171, 73, - 73, 65, 65, 65, 65, 128, 128, 128, 128, 174, - 173, 163, 163, 163, 163, 163, 163, 163, 162, 162, - 162, 172, 172, 172, 172, 105, 168, 176, 176, 175, - 175, 177, 177, 177, 177, 177, 177, 177, 177, 165, - 165, 165, 165, 179, 180, 178, 178, 178, 178, 178, - 178, 178, 178, 181, 181, 181, 181 + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, + 155, 149, 149, 154, 154, 157, 158, 158, 159, 160, + 161, 161, 161, 161, 19, 19, 72, 72, 72, 72, + 150, 150, 150, 150, 163, 163, 151, 151, 153, 153, + 153, 156, 156, 168, 168, 168, 168, 168, 168, 168, + 168, 168, 169, 169, 107, 171, 171, 171, 171, 152, + 152, 152, 152, 152, 152, 152, 152, 58, 58, 166, + 166, 166, 166, 172, 172, 162, 162, 162, 173, 173, + 173, 173, 173, 173, 73, 73, 65, 65, 65, 65, + 129, 129, 129, 129, 176, 175, 165, 165, 165, 165, + 165, 165, 165, 164, 164, 164, 174, 174, 174, 174, + 106, 170, 178, 178, 177, 177, 179, 179, 179, 179, + 179, 179, 179, 179, 167, 167, 167, 167, 181, 182, + 180, 180, 180, 180, 180, 180, 180, 180, 183, 183, + 183, 183 ); protected $ruleToLength = array( @@ -943,47 +952,48 @@ class Php7 extends \PhpParser\ParserAbstract 3, 1, 2, 5, 7, 9, 6, 5, 6, 3, 2, 1, 1, 1, 0, 2, 1, 3, 8, 0, 4, 2, 1, 3, 0, 1, 0, 1, 0, 1, - 3, 1, 8, 9, 8, 7, 6, 8, 0, 2, - 0, 2, 1, 2, 1, 2, 1, 1, 1, 0, - 2, 0, 2, 0, 2, 2, 1, 3, 1, 4, - 1, 4, 1, 1, 4, 2, 1, 3, 3, 3, - 4, 4, 5, 0, 2, 4, 3, 1, 1, 7, - 0, 2, 1, 3, 3, 4, 1, 4, 0, 2, - 5, 0, 2, 6, 0, 2, 0, 3, 1, 2, - 1, 1, 2, 0, 1, 3, 0, 2, 1, 1, - 1, 1, 6, 8, 6, 1, 2, 1, 1, 1, - 1, 1, 1, 1, 1, 3, 3, 3, 1, 3, - 3, 3, 3, 3, 1, 3, 3, 1, 1, 2, - 1, 1, 0, 1, 0, 2, 2, 2, 4, 3, - 1, 1, 3, 1, 2, 2, 3, 2, 3, 1, - 1, 2, 3, 1, 1, 3, 2, 0, 1, 5, - 5, 10, 3, 5, 1, 1, 3, 0, 2, 4, - 5, 4, 4, 4, 3, 1, 1, 1, 1, 1, - 1, 0, 1, 1, 2, 1, 1, 1, 1, 1, - 1, 1, 2, 1, 3, 1, 1, 3, 2, 2, - 3, 1, 0, 1, 1, 3, 3, 3, 4, 1, - 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 2, 2, 2, 2, 3, + 3, 1, 1, 1, 8, 9, 7, 8, 7, 6, + 8, 0, 2, 0, 2, 1, 2, 1, 2, 1, + 1, 1, 0, 2, 0, 2, 0, 2, 2, 1, + 3, 1, 4, 1, 4, 1, 1, 4, 2, 1, + 3, 3, 3, 4, 4, 5, 0, 2, 4, 3, + 1, 1, 7, 0, 2, 1, 3, 3, 4, 1, + 4, 0, 2, 5, 0, 2, 6, 0, 2, 0, + 3, 1, 2, 1, 1, 2, 0, 1, 3, 0, + 2, 1, 1, 1, 1, 6, 8, 6, 1, 2, + 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, + 3, 1, 3, 3, 3, 3, 3, 1, 3, 3, + 1, 1, 2, 1, 1, 0, 1, 0, 2, 2, + 2, 4, 3, 1, 1, 3, 1, 2, 2, 3, + 2, 3, 1, 1, 2, 3, 1, 1, 3, 2, + 0, 1, 5, 5, 10, 3, 5, 1, 1, 3, + 0, 2, 4, 5, 4, 4, 4, 3, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 2, 1, 1, + 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, + 3, 2, 2, 3, 1, 0, 1, 1, 3, 3, + 3, 4, 1, 1, 2, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, + 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, - 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 5, 4, 3, 4, 4, 2, 2, 4, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 1, 3, 2, 1, 2, 4, 2, 2, 8, - 9, 8, 9, 9, 10, 9, 10, 8, 3, 2, - 0, 4, 2, 1, 3, 2, 2, 2, 4, 1, - 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, - 1, 0, 3, 0, 1, 1, 0, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, - 4, 1, 1, 3, 1, 1, 1, 1, 1, 3, - 2, 3, 0, 1, 1, 3, 1, 1, 1, 1, - 1, 3, 1, 1, 4, 4, 1, 4, 4, 0, - 1, 1, 1, 3, 3, 1, 4, 2, 2, 1, - 3, 1, 4, 4, 3, 3, 3, 3, 1, 3, - 1, 1, 3, 1, 1, 4, 1, 1, 1, 3, - 1, 1, 2, 1, 3, 4, 3, 2, 0, 2, - 2, 1, 2, 1, 1, 1, 4, 3, 3, 3, - 3, 6, 3, 1, 1, 2, 1 + 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 5, 4, 3, 4, 4, + 2, 2, 4, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 1, 3, 2, 1, 2, 4, + 2, 2, 8, 9, 8, 9, 9, 10, 9, 10, + 8, 3, 2, 0, 4, 2, 1, 3, 2, 1, + 2, 2, 2, 4, 1, 1, 1, 1, 1, 1, + 1, 1, 3, 1, 1, 1, 0, 3, 0, 1, + 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 3, 3, 3, 4, 1, 1, 3, 1, + 1, 1, 1, 1, 3, 2, 3, 0, 1, 1, + 3, 1, 1, 1, 1, 1, 3, 1, 1, 4, + 4, 1, 4, 4, 0, 1, 1, 1, 3, 3, + 1, 4, 2, 2, 1, 3, 1, 4, 4, 3, + 3, 3, 3, 1, 3, 1, 1, 3, 1, 1, + 4, 1, 1, 1, 3, 1, 1, 2, 1, 3, + 4, 3, 2, 0, 2, 2, 1, 2, 1, 1, + 1, 4, 3, 3, 3, 3, 6, 3, 1, 1, + 2, 1 ); protected function initReduceCallbacks() { @@ -1620,184 +1630,185 @@ class Php7 extends \PhpParser\ParserAbstract $this->semValue = []; }, 202 => function ($stackPos) { - $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(8-3)], ['byRef' => $this->semStack[$stackPos-(8-2)], 'params' => $this->semStack[$stackPos-(8-5)], 'returnType' => $this->semStack[$stackPos-(8-7)], 'stmts' => $this->semStack[$stackPos-(8-8)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 203 => function ($stackPos) { - $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(9-4)], ['byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-6)], 'returnType' => $this->semStack[$stackPos-(9-8)], 'stmts' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => $this->semStack[$stackPos-(9-1)]], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); + $this->semValue = new Node\Identifier($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 204 => function ($stackPos) { + $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(8-3)], ['byRef' => $this->semStack[$stackPos-(8-2)], 'params' => $this->semStack[$stackPos-(8-5)], 'returnType' => $this->semStack[$stackPos-(8-7)], 'stmts' => $this->semStack[$stackPos-(8-8)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); + }, + 205 => function ($stackPos) { + $this->semValue = new Stmt\Function_($this->semStack[$stackPos-(9-4)], ['byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-6)], 'returnType' => $this->semStack[$stackPos-(9-8)], 'stmts' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => $this->semStack[$stackPos-(9-1)]], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); + }, + 206 => function ($stackPos) { + $this->semValue = new Stmt\Class_($this->semStack[$stackPos-(7-2)], ['type' => $this->semStack[$stackPos-(7-1)], 'extends' => $this->semStack[$stackPos-(7-3)], 'implements' => $this->semStack[$stackPos-(7-4)], 'stmts' => $this->semStack[$stackPos-(7-6)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes); + $this->checkClass($this->semValue, $stackPos-(7-2)); + }, + 207 => function ($stackPos) { $this->semValue = new Stmt\Class_($this->semStack[$stackPos-(8-3)], ['type' => $this->semStack[$stackPos-(8-2)], 'extends' => $this->semStack[$stackPos-(8-4)], 'implements' => $this->semStack[$stackPos-(8-5)], 'stmts' => $this->semStack[$stackPos-(8-7)], 'attrGroups' => $this->semStack[$stackPos-(8-1)]], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); $this->checkClass($this->semValue, $stackPos-(8-3)); }, - 205 => function ($stackPos) { + 208 => function ($stackPos) { $this->semValue = new Stmt\Interface_($this->semStack[$stackPos-(7-3)], ['extends' => $this->semStack[$stackPos-(7-4)], 'stmts' => $this->semStack[$stackPos-(7-6)], 'attrGroups' => $this->semStack[$stackPos-(7-1)]], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes); $this->checkInterface($this->semValue, $stackPos-(7-3)); }, - 206 => function ($stackPos) { + 209 => function ($stackPos) { $this->semValue = new Stmt\Trait_($this->semStack[$stackPos-(6-3)], ['stmts' => $this->semStack[$stackPos-(6-5)], 'attrGroups' => $this->semStack[$stackPos-(6-1)]], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); }, - 207 => function ($stackPos) { + 210 => function ($stackPos) { $this->semValue = new Stmt\Enum_($this->semStack[$stackPos-(8-3)], ['scalarType' => $this->semStack[$stackPos-(8-4)], 'implements' => $this->semStack[$stackPos-(8-5)], 'stmts' => $this->semStack[$stackPos-(8-7)], 'attrGroups' => $this->semStack[$stackPos-(8-1)]], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); $this->checkEnum($this->semValue, $stackPos-(8-3)); }, - 208 => function ($stackPos) { - $this->semValue = null; - }, - 209 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 210 => function ($stackPos) { - $this->semValue = null; - }, 211 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; + $this->semValue = null; }, 212 => function ($stackPos) { - $this->semValue = 0; + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, 213 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; + $this->semValue = null; }, 214 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, 215 => function ($stackPos) { - $this->checkClassModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; + $this->semValue = 0; }, 216 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; - }, - 217 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_FINAL; - }, - 218 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_READONLY; - }, - 219 => function ($stackPos) { - $this->semValue = null; - }, - 220 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 221 => function ($stackPos) { - $this->semValue = array(); - }, - 222 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 223 => function ($stackPos) { - $this->semValue = array(); - }, - 224 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 225 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(2-1)]; }, + 217 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 218 => function ($stackPos) { + $this->checkClassModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; + }, + 219 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; + }, + 220 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_FINAL; + }, + 221 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_READONLY; + }, + 222 => function ($stackPos) { + $this->semValue = null; + }, + 223 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-2)]; + }, + 224 => function ($stackPos) { + $this->semValue = array(); + }, + 225 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-2)]; + }, 226 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + $this->semValue = array(); }, 227 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, 228 => function ($stackPos) { - $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); + $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 229 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 230 => function ($stackPos) { - $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 231 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 232 => function ($stackPos) { $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); }, + 232 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, 233 => function ($stackPos) { - $this->semValue = null; + $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); }, 234 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(4-2)]; }, 235 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 236 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 237 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 238 => function ($stackPos) { - $this->semValue = new Stmt\DeclareDeclare($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 239 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; - }, - 240 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-3)]; - }, - 241 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 242 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(5-3)]; - }, - 243 => function ($stackPos) { - $this->semValue = array(); - }, - 244 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 245 => function ($stackPos) { - $this->semValue = new Stmt\Case_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 246 => function ($stackPos) { - $this->semValue = new Stmt\Case_(null, $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 247 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 248 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 249 => function ($stackPos) { - $this->semValue = new Expr\Match_($this->semStack[$stackPos-(7-3)], $this->semStack[$stackPos-(7-6)], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes); - }, - 250 => function ($stackPos) { - $this->semValue = []; - }, - 251 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 252 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 253 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 254 => function ($stackPos) { - $this->semValue = new Node\MatchArm($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 255 => function ($stackPos) { - $this->semValue = new Node\MatchArm(null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 256 => function ($stackPos) { $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); }, - 257 => function ($stackPos) { + 236 => function ($stackPos) { + $this->semValue = null; + }, + 237 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(4-2)]; }, - 258 => function ($stackPos) { + 238 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 239 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 240 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 241 => function ($stackPos) { + $this->semValue = new Stmt\DeclareDeclare($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 242 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 243 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-3)]; + }, + 244 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, + 245 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(5-3)]; + }, + 246 => function ($stackPos) { $this->semValue = array(); }, - 259 => function ($stackPos) { + 247 => function ($stackPos) { $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; }, + 248 => function ($stackPos) { + $this->semValue = new Stmt\Case_($this->semStack[$stackPos-(4-2)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 249 => function ($stackPos) { + $this->semValue = new Stmt\Case_(null, $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 250 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos]; + }, + 251 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos]; + }, + 252 => function ($stackPos) { + $this->semValue = new Expr\Match_($this->semStack[$stackPos-(7-3)], $this->semStack[$stackPos-(7-6)], $this->startAttributeStack[$stackPos-(7-1)] + $this->endAttributes); + }, + 253 => function ($stackPos) { + $this->semValue = []; + }, + 254 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 255 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 256 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 257 => function ($stackPos) { + $this->semValue = new Node\MatchArm($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 258 => function ($stackPos) { + $this->semValue = new Node\MatchArm(null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 259 => function ($stackPos) { + $this->semValue = is_array($this->semStack[$stackPos-(1-1)]) ? $this->semStack[$stackPos-(1-1)] : array($this->semStack[$stackPos-(1-1)]); + }, 260 => function ($stackPos) { - $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(5-3)], is_array($this->semStack[$stackPos-(5-5)]) ? $this->semStack[$stackPos-(5-5)] : array($this->semStack[$stackPos-(5-5)]), $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(4-2)]; }, 261 => function ($stackPos) { $this->semValue = array(); @@ -1806,132 +1817,132 @@ class Php7 extends \PhpParser\ParserAbstract $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 263 => function ($stackPos) { - $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(6-3)], $this->semStack[$stackPos-(6-6)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(5-3)], is_array($this->semStack[$stackPos-(5-5)]) ? $this->semStack[$stackPos-(5-5)] : array($this->semStack[$stackPos-(5-5)]), $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, 264 => function ($stackPos) { - $this->semValue = null; + $this->semValue = array(); }, 265 => function ($stackPos) { - $this->semValue = new Stmt\Else_(is_array($this->semStack[$stackPos-(2-2)]) ? $this->semStack[$stackPos-(2-2)] : array($this->semStack[$stackPos-(2-2)]), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 266 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Stmt\ElseIf_($this->semStack[$stackPos-(6-3)], $this->semStack[$stackPos-(6-6)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); }, 267 => function ($stackPos) { - $this->semValue = new Stmt\Else_($this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = null; }, 268 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)], false); + $this->semValue = new Stmt\Else_(is_array($this->semStack[$stackPos-(2-2)]) ? $this->semStack[$stackPos-(2-2)] : array($this->semStack[$stackPos-(2-2)]), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 269 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(2-2)], true); + $this->semValue = null; }, 270 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)], false); + $this->semValue = new Stmt\Else_($this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 271 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(1-1)], false); }, 272 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; + $this->semValue = array($this->semStack[$stackPos-(2-2)], true); }, 273 => function ($stackPos) { - $this->semValue = array(); + $this->semValue = array($this->semStack[$stackPos-(1-1)], false); }, 274 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + $this->semValue = array($this->semStack[$stackPos-(1-1)], false); }, 275 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 276 => function ($stackPos) { - $this->semValue = 0; + $this->semValue = array(); }, 277 => function ($stackPos) { - $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 278 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 279 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; + $this->semValue = 0; }, 280 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; + $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; }, 281 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_READONLY; + $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; }, 282 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; + }, + 283 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; + }, + 284 => function ($stackPos) { + $this->semValue = Stmt\Class_::MODIFIER_READONLY; + }, + 285 => function ($stackPos) { $this->semValue = new Node\Param($this->semStack[$stackPos-(6-6)], null, $this->semStack[$stackPos-(6-3)], $this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes, $this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-1)]); $this->checkParam($this->semValue); }, - 283 => function ($stackPos) { + 286 => function ($stackPos) { $this->semValue = new Node\Param($this->semStack[$stackPos-(8-6)], $this->semStack[$stackPos-(8-8)], $this->semStack[$stackPos-(8-3)], $this->semStack[$stackPos-(8-4)], $this->semStack[$stackPos-(8-5)], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes, $this->semStack[$stackPos-(8-2)], $this->semStack[$stackPos-(8-1)]); $this->checkParam($this->semValue); }, - 284 => function ($stackPos) { - $this->semValue = new Node\Param(new Expr\Error($this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes), null, $this->semStack[$stackPos-(6-3)], $this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes, $this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-1)]); - }, - 285 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 286 => function ($stackPos) { - $this->semValue = new Node\NullableType($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, 287 => function ($stackPos) { - $this->semValue = new Node\UnionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Node\Param(new Expr\Error($this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes), null, $this->semStack[$stackPos-(6-3)], $this->semStack[$stackPos-(6-4)], $this->semStack[$stackPos-(6-5)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes, $this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-1)]); }, 288 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 289 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Node\NullableType($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 290 => function ($stackPos) { - $this->semValue = new Node\Name('static', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Node\UnionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 291 => function ($stackPos) { - $this->semValue = $this->handleBuiltinTypes($this->semStack[$stackPos-(1-1)]); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 292 => function ($stackPos) { - $this->semValue = new Node\Identifier('array', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 293 => function ($stackPos) { - $this->semValue = new Node\Identifier('callable', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Node\Name('static', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 294 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->handleBuiltinTypes($this->semStack[$stackPos-(1-1)]); }, 295 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Node\Identifier('array', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 296 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); + $this->semValue = new Node\Identifier('callable', $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 297 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 298 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 299 => function ($stackPos) { + 298 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(3-2)]; }, - 300 => function ($stackPos) { + 299 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); }, + 300 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, 301 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 302 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 303 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); }, 304 => function ($stackPos) { - $this->semValue = new Node\IntersectionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 305 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); @@ -1943,706 +1954,706 @@ class Php7 extends \PhpParser\ParserAbstract $this->semValue = new Node\IntersectionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 308 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); }, 309 => function ($stackPos) { - $this->semValue = new Node\NullableType($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 310 => function ($stackPos) { - $this->semValue = new Node\UnionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Node\IntersectionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 311 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 312 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Node\NullableType($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 313 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Node\UnionType($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 314 => function ($stackPos) { - $this->semValue = null; - }, - 315 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-2)]; - }, - 316 => function ($stackPos) { - $this->semValue = null; - }, - 317 => function ($stackPos) { - $this->semValue = array(); - }, - 318 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(4-2)]; - }, - 319 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(3-2)]); - }, - 320 => function ($stackPos) { - $this->semValue = new Node\VariadicPlaceholder($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 321 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 322 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 323 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(1-1)], false, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 324 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], true, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 325 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], false, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 326 => function ($stackPos) { - $this->semValue = new Node\Arg($this->semStack[$stackPos-(3-3)], false, false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->semStack[$stackPos-(3-1)]); - }, - 327 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 328 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 329 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 330 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 331 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; + 315 => function ($stackPos) { + $this->semValue = null; }, - 332 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + 316 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 333 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + 317 => function ($stackPos) { + $this->semValue = null; }, - 334 => function ($stackPos) { - $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + 318 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-2)]; }, - 335 => function ($stackPos) { - $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + 319 => function ($stackPos) { + $this->semValue = null; }, - 336 => function ($stackPos) { - if ($this->semStack[$stackPos-(2-2)] !== null) { $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; } - }, - 337 => function ($stackPos) { + 320 => function ($stackPos) { $this->semValue = array(); }, + 321 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(4-2)]; + }, + 322 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(3-2)]); + }, + 323 => function ($stackPos) { + $this->semValue = new Node\VariadicPlaceholder($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 324 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 325 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 326 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(1-1)], false, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 327 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], true, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 328 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(2-2)], false, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 329 => function ($stackPos) { + $this->semValue = new Node\Arg($this->semStack[$stackPos-(3-3)], false, false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->semStack[$stackPos-(3-1)]); + }, + 330 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 331 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 332 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 333 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 334 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 335 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 336 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 337 => function ($stackPos) { + $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, 338 => function ($stackPos) { + $this->semValue = new Stmt\StaticVar($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 339 => function ($stackPos) { + if ($this->semStack[$stackPos-(2-2)] !== null) { $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; } + }, + 340 => function ($stackPos) { + $this->semValue = array(); + }, + 341 => function ($stackPos) { $startAttributes = $this->lookaheadStartAttributes; if (isset($startAttributes['comments'])) { $nop = new Stmt\Nop($this->createCommentNopAttributes($startAttributes['comments'])); } else { $nop = null; }; if ($nop !== null) { $this->semStack[$stackPos-(1-1)][] = $nop; } $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 339 => function ($stackPos) { + 342 => function ($stackPos) { $this->semValue = new Stmt\Property($this->semStack[$stackPos-(5-2)], $this->semStack[$stackPos-(5-4)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes, $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-1)]); $this->checkProperty($this->semValue, $stackPos-(5-2)); }, - 340 => function ($stackPos) { + 343 => function ($stackPos) { $this->semValue = new Stmt\ClassConst($this->semStack[$stackPos-(5-4)], $this->semStack[$stackPos-(5-2)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes, $this->semStack[$stackPos-(5-1)]); $this->checkClassConst($this->semValue, $stackPos-(5-2)); }, - 341 => function ($stackPos) { + 344 => function ($stackPos) { $this->semValue = new Stmt\ClassMethod($this->semStack[$stackPos-(10-5)], ['type' => $this->semStack[$stackPos-(10-2)], 'byRef' => $this->semStack[$stackPos-(10-4)], 'params' => $this->semStack[$stackPos-(10-7)], 'returnType' => $this->semStack[$stackPos-(10-9)], 'stmts' => $this->semStack[$stackPos-(10-10)], 'attrGroups' => $this->semStack[$stackPos-(10-1)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); $this->checkClassMethod($this->semValue, $stackPos-(10-2)); }, - 342 => function ($stackPos) { + 345 => function ($stackPos) { $this->semValue = new Stmt\TraitUse($this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 343 => function ($stackPos) { + 346 => function ($stackPos) { $this->semValue = new Stmt\EnumCase($this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-4)], $this->semStack[$stackPos-(5-1)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, - 344 => function ($stackPos) { + 347 => function ($stackPos) { $this->semValue = null; /* will be skipped */ }, - 345 => function ($stackPos) { - $this->semValue = array(); - }, - 346 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; - }, - 347 => function ($stackPos) { - $this->semValue = array(); - }, 348 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + $this->semValue = array(); }, 349 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 350 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(5-1)][0], $this->semStack[$stackPos-(5-1)][1], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-4)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + $this->semValue = array(); }, 351 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], null, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 352 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 353 => function ($stackPos) { - $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(5-1)][0], $this->semStack[$stackPos-(5-1)][1], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-4)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, 354 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], $this->semStack[$stackPos-(4-3)], null, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 355 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 356 => function ($stackPos) { - $this->semValue = array(null, $this->semStack[$stackPos-(1-1)]); + $this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$stackPos-(4-1)][0], $this->semStack[$stackPos-(4-1)][1], null, $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 357 => function ($stackPos) { - $this->semValue = null; + $this->semValue = array($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)]); }, 358 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 359 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = array(null, $this->semStack[$stackPos-(1-1)]); }, 360 => function ($stackPos) { - $this->semValue = 0; + $this->semValue = null; }, 361 => function ($stackPos) { - $this->semValue = 0; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 362 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 363 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = 0; }, 364 => function ($stackPos) { - $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; + $this->semValue = 0; }, 365 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 366 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 367 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; + $this->checkModifier($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $stackPos-(2-2)); $this->semValue = $this->semStack[$stackPos-(2-1)] | $this->semStack[$stackPos-(2-2)]; }, 368 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_STATIC; + $this->semValue = Stmt\Class_::MODIFIER_PUBLIC; }, 369 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; + $this->semValue = Stmt\Class_::MODIFIER_PROTECTED; }, 370 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_FINAL; + $this->semValue = Stmt\Class_::MODIFIER_PRIVATE; }, 371 => function ($stackPos) { - $this->semValue = Stmt\Class_::MODIFIER_READONLY; + $this->semValue = Stmt\Class_::MODIFIER_STATIC; }, 372 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; + $this->semValue = Stmt\Class_::MODIFIER_ABSTRACT; }, 373 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); + $this->semValue = Stmt\Class_::MODIFIER_FINAL; }, 374 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + $this->semValue = Stmt\Class_::MODIFIER_READONLY; }, 375 => function ($stackPos) { - $this->semValue = new Node\VarLikeIdentifier(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 376 => function ($stackPos) { - $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 377 => function ($stackPos) { - $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 378 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 379 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 380 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 381 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, + 377 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 378 => function ($stackPos) { + $this->semValue = new Node\VarLikeIdentifier(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 379 => function ($stackPos) { + $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(1-1)], null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 380 => function ($stackPos) { + $this->semValue = new Stmt\PropertyProperty($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 381 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, 382 => function ($stackPos) { - $this->semValue = array(); + $this->semValue = $this->semStack[$stackPos-(2-1)]; }, 383 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, 384 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, 385 => function ($stackPos) { - $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = array(); }, 386 => function ($stackPos) { - $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 387 => function ($stackPos) { - $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 388 => function ($stackPos) { - $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 389 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 390 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\Assign($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 391 => function ($stackPos) { - $this->semValue = new Expr\Clone_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignRef($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 392 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 393 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 394 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\Clone_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 395 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 396 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 397 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 398 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 399 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 400 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 401 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 402 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 403 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 404 => function ($stackPos) { - $this->semValue = new Expr\AssignOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 405 => function ($stackPos) { - $this->semValue = new Expr\PostInc($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 406 => function ($stackPos) { - $this->semValue = new Expr\PreInc($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 407 => function ($stackPos) { - $this->semValue = new Expr\PostDec($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\AssignOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 408 => function ($stackPos) { - $this->semValue = new Expr\PreDec($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\PostInc($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 409 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\PreInc($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 410 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\PostDec($this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 411 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\PreDec($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 412 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 413 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 414 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 415 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 416 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 417 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 418 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 419 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 420 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 421 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 422 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Plus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 423 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Minus($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 424 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Mul($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 425 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Div($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 426 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Mod($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 427 => function ($stackPos) { - $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 428 => function ($stackPos) { - $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 429 => function ($stackPos) { - $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Pow($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 430 => function ($stackPos) { - $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\UnaryPlus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 431 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\UnaryMinus($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 432 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BooleanNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 433 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BitwiseNot($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 434 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Identical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 435 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Spaceship($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 436 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Equal($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 437 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 438 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Spaceship($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 439 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 440 => function ($stackPos) { - $this->semValue = new Expr\Instanceof_($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 441 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\BinaryOp\Greater($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 442 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 443 => function ($stackPos) { - $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Instanceof_($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 444 => function ($stackPos) { - $this->semValue = new Expr\BinaryOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 445 => function ($stackPos) { - $this->semValue = new Expr\Isset_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(5-1)], $this->semStack[$stackPos-(5-3)], $this->semStack[$stackPos-(5-5)], $this->startAttributeStack[$stackPos-(5-1)] + $this->endAttributes); }, 446 => function ($stackPos) { - $this->semValue = new Expr\Empty_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Ternary($this->semStack[$stackPos-(4-1)], null, $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 447 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\BinaryOp\Coalesce($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 448 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Isset_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 449 => function ($stackPos) { - $this->semValue = new Expr\Eval_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\Empty_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 450 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 451 => function ($stackPos) { - $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 452 => function ($stackPos) { - $this->semValue = new Expr\Cast\Int_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Eval_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 453 => function ($stackPos) { + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 454 => function ($stackPos) { + $this->semValue = new Expr\Include_($this->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 455 => function ($stackPos) { + $this->semValue = new Expr\Cast\Int_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 456 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes; $attrs['kind'] = $this->getFloatCastKind($this->semStack[$stackPos-(2-1)]); $this->semValue = new Expr\Cast\Double($this->semStack[$stackPos-(2-2)], $attrs); }, - 454 => function ($stackPos) { + 457 => function ($stackPos) { $this->semValue = new Expr\Cast\String_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 455 => function ($stackPos) { + 458 => function ($stackPos) { $this->semValue = new Expr\Cast\Array_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 456 => function ($stackPos) { + 459 => function ($stackPos) { $this->semValue = new Expr\Cast\Object_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 457 => function ($stackPos) { + 460 => function ($stackPos) { $this->semValue = new Expr\Cast\Bool_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 458 => function ($stackPos) { + 461 => function ($stackPos) { $this->semValue = new Expr\Cast\Unset_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 459 => function ($stackPos) { + 462 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes; $attrs['kind'] = strtolower($this->semStack[$stackPos-(2-1)]) === 'exit' ? Expr\Exit_::KIND_EXIT : Expr\Exit_::KIND_DIE; $this->semValue = new Expr\Exit_($this->semStack[$stackPos-(2-2)], $attrs); }, - 460 => function ($stackPos) { + 463 => function ($stackPos) { $this->semValue = new Expr\ErrorSuppress($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 461 => function ($stackPos) { + 464 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, - 462 => function ($stackPos) { + 465 => function ($stackPos) { $this->semValue = new Expr\ShellExec($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 463 => function ($stackPos) { + 466 => function ($stackPos) { $this->semValue = new Expr\Print_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 464 => function ($stackPos) { + 467 => function ($stackPos) { $this->semValue = new Expr\Yield_(null, null, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, - 465 => function ($stackPos) { + 468 => function ($stackPos) { $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(2-2)], null, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 466 => function ($stackPos) { + 469 => function ($stackPos) { $this->semValue = new Expr\Yield_($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-2)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, - 467 => function ($stackPos) { + 470 => function ($stackPos) { $this->semValue = new Expr\YieldFrom($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 468 => function ($stackPos) { + 471 => function ($stackPos) { $this->semValue = new Expr\Throw_($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 469 => function ($stackPos) { + 472 => function ($stackPos) { $this->semValue = new Expr\ArrowFunction(['static' => false, 'byRef' => $this->semStack[$stackPos-(8-2)], 'params' => $this->semStack[$stackPos-(8-4)], 'returnType' => $this->semStack[$stackPos-(8-6)], 'expr' => $this->semStack[$stackPos-(8-8)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); }, - 470 => function ($stackPos) { + 473 => function ($stackPos) { $this->semValue = new Expr\ArrowFunction(['static' => true, 'byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-5)], 'returnType' => $this->semStack[$stackPos-(9-7)], 'expr' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); }, - 471 => function ($stackPos) { + 474 => function ($stackPos) { $this->semValue = new Expr\Closure(['static' => false, 'byRef' => $this->semStack[$stackPos-(8-2)], 'params' => $this->semStack[$stackPos-(8-4)], 'uses' => $this->semStack[$stackPos-(8-6)], 'returnType' => $this->semStack[$stackPos-(8-7)], 'stmts' => $this->semStack[$stackPos-(8-8)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes); }, - 472 => function ($stackPos) { + 475 => function ($stackPos) { $this->semValue = new Expr\Closure(['static' => true, 'byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-5)], 'uses' => $this->semStack[$stackPos-(9-7)], 'returnType' => $this->semStack[$stackPos-(9-8)], 'stmts' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => []], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); }, - 473 => function ($stackPos) { + 476 => function ($stackPos) { $this->semValue = new Expr\ArrowFunction(['static' => false, 'byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-5)], 'returnType' => $this->semStack[$stackPos-(9-7)], 'expr' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => $this->semStack[$stackPos-(9-1)]], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); }, - 474 => function ($stackPos) { + 477 => function ($stackPos) { $this->semValue = new Expr\ArrowFunction(['static' => true, 'byRef' => $this->semStack[$stackPos-(10-4)], 'params' => $this->semStack[$stackPos-(10-6)], 'returnType' => $this->semStack[$stackPos-(10-8)], 'expr' => $this->semStack[$stackPos-(10-10)], 'attrGroups' => $this->semStack[$stackPos-(10-1)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); }, - 475 => function ($stackPos) { + 478 => function ($stackPos) { $this->semValue = new Expr\Closure(['static' => false, 'byRef' => $this->semStack[$stackPos-(9-3)], 'params' => $this->semStack[$stackPos-(9-5)], 'uses' => $this->semStack[$stackPos-(9-7)], 'returnType' => $this->semStack[$stackPos-(9-8)], 'stmts' => $this->semStack[$stackPos-(9-9)], 'attrGroups' => $this->semStack[$stackPos-(9-1)]], $this->startAttributeStack[$stackPos-(9-1)] + $this->endAttributes); }, - 476 => function ($stackPos) { + 479 => function ($stackPos) { $this->semValue = new Expr\Closure(['static' => true, 'byRef' => $this->semStack[$stackPos-(10-4)], 'params' => $this->semStack[$stackPos-(10-6)], 'uses' => $this->semStack[$stackPos-(10-8)], 'returnType' => $this->semStack[$stackPos-(10-9)], 'stmts' => $this->semStack[$stackPos-(10-10)], 'attrGroups' => $this->semStack[$stackPos-(10-1)]], $this->startAttributeStack[$stackPos-(10-1)] + $this->endAttributes); }, - 477 => function ($stackPos) { + 480 => function ($stackPos) { $this->semValue = array(new Stmt\Class_(null, ['type' => 0, 'extends' => $this->semStack[$stackPos-(8-4)], 'implements' => $this->semStack[$stackPos-(8-5)], 'stmts' => $this->semStack[$stackPos-(8-7)], 'attrGroups' => $this->semStack[$stackPos-(8-1)]], $this->startAttributeStack[$stackPos-(8-1)] + $this->endAttributes), $this->semStack[$stackPos-(8-3)]); $this->checkClass($this->semValue[0], -1); }, - 478 => function ($stackPos) { + 481 => function ($stackPos) { $this->semValue = new Expr\New_($this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 479 => function ($stackPos) { + 482 => function ($stackPos) { list($class, $ctorArgs) = $this->semStack[$stackPos-(2-2)]; $this->semValue = new Expr\New_($class, $ctorArgs, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, - 480 => function ($stackPos) { + 483 => function ($stackPos) { $this->semValue = array(); }, - 481 => function ($stackPos) { + 484 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(4-3)]; }, - 482 => function ($stackPos) { + 485 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(2-1)]; }, - 483 => function ($stackPos) { + 486 => function ($stackPos) { $this->semValue = array($this->semStack[$stackPos-(1-1)]); }, - 484 => function ($stackPos) { + 487 => function ($stackPos) { $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; }, - 485 => function ($stackPos) { - $this->semValue = new Expr\ClosureUse($this->semStack[$stackPos-(2-2)], $this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 486 => function ($stackPos) { - $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 487 => function ($stackPos) { - $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, 488 => function ($stackPos) { - $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = new Expr\ClosureUse($this->semStack[$stackPos-(2-2)], $this->semStack[$stackPos-(2-1)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 489 => function ($stackPos) { $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 490 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 491 => function ($stackPos) { - $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 492 => function ($stackPos) { - $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\FuncCall($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); }, 493 => function ($stackPos) { - $this->semValue = new Name\FullyQualified(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\StaticCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 494 => function ($stackPos) { - $this->semValue = new Name\Relative(substr($this->semStack[$stackPos-(1-1)], 10), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 495 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 496 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 497 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Name($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 498 => function ($stackPos) { - $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; + $this->semValue = new Name\FullyQualified(substr($this->semStack[$stackPos-(1-1)], 1), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 499 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Name\Relative(substr($this->semStack[$stackPos-(1-1)], 10), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 500 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 501 => function ($stackPos) { - $this->semValue = null; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 502 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 503 => function ($stackPos) { - $this->semValue = array(); + $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; }, 504 => function ($stackPos) { - $this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$stackPos-(1-1)], '`'), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes)); - }, - 505 => function ($stackPos) { - foreach ($this->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '`', true); } }; $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 506 => function ($stackPos) { - $this->semValue = array(); - }, - 507 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, + 505 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 506 => function ($stackPos) { + $this->semValue = null; + }, + 507 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, 508 => function ($stackPos) { - $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = array(); }, 509 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$stackPos-(1-1)], '`'), $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes)); }, 510 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + foreach ($this->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '`', true); } }; $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 511 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = array(); }, 512 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 513 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\ConstFetch($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 514 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 515 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 516 => function ($stackPos) { - $this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 517 => function ($stackPos) { - $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 518 => function ($stackPos) { - $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], new Expr\Error($this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)]), $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); $this->errorState = 2; + $this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 519 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 520 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 521 => function ($stackPos) { + $this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 522 => function ($stackPos) { + $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 523 => function ($stackPos) { + $this->semValue = new Expr\ClassConstFetch($this->semStack[$stackPos-(3-1)], new Expr\Error($this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)]), $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); $this->errorState = 2; + }, + 524 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_SHORT; $this->semValue = new Expr\Array_($this->semStack[$stackPos-(3-2)], $attrs); }, - 520 => function ($stackPos) { + 525 => function ($stackPos) { $attrs = $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_LONG; $this->semValue = new Expr\Array_($this->semStack[$stackPos-(4-3)], $attrs); }, - 521 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 522 => function ($stackPos) { - $this->semValue = Scalar\String_::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 523 => function ($stackPos) { - $attrs = $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Scalar\String_::KIND_DOUBLE_QUOTED; - foreach ($this->semStack[$stackPos-(3-2)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '"', true); } }; $this->semValue = new Scalar\Encapsed($this->semStack[$stackPos-(3-2)], $attrs); - }, - 524 => function ($stackPos) { - $this->semValue = $this->parseLNumber($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 525 => function ($stackPos) { - $this->semValue = Scalar\DNumber::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, 526 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 527 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = Scalar\String_::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 528 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $attrs = $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Scalar\String_::KIND_DOUBLE_QUOTED; + foreach ($this->semStack[$stackPos-(3-2)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '"', true); } }; $this->semValue = new Scalar\Encapsed($this->semStack[$stackPos-(3-2)], $attrs); }, 529 => function ($stackPos) { - $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], true); + $this->semValue = $this->parseLNumber($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 530 => function ($stackPos) { - $this->semValue = $this->parseDocString($this->semStack[$stackPos-(2-1)], '', $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(2-2)] + $this->endAttributeStack[$stackPos-(2-2)], true); + $this->semValue = Scalar\DNumber::fromString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); }, 531 => function ($stackPos) { - $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], true); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 532 => function ($stackPos) { - $this->semValue = null; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 533 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 534 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], true); }, 535 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = $this->parseDocString($this->semStack[$stackPos-(2-1)], '', $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(2-2)] + $this->endAttributeStack[$stackPos-(2-2)], true); }, 536 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->parseDocString($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-2)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes, $this->startAttributeStack[$stackPos-(3-3)] + $this->endAttributeStack[$stackPos-(3-3)], true); }, 537 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = null; }, 538 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; @@ -2651,10 +2662,10 @@ class Php7 extends \PhpParser\ParserAbstract $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 540 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 541 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 542 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; @@ -2663,192 +2674,207 @@ class Php7 extends \PhpParser\ParserAbstract $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 544 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 545 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 546 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = $this->semStack[$stackPos-(3-2)]; }, 547 => function ($stackPos) { - $this->semValue = new Expr\MethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 548 => function ($stackPos) { - $this->semValue = new Expr\NullsafeMethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 549 => function ($stackPos) { - $this->semValue = null; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 550 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 551 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 552 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\MethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 553 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\NullsafeMethodCall($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->semStack[$stackPos-(4-4)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 554 => function ($stackPos) { - $this->semValue = new Expr\NullsafePropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = null; }, 555 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 556 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 557 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 558 => function ($stackPos) { - $this->semValue = new Expr\Variable(new Expr\Error($this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); $this->errorState = 2; - }, - 559 => function ($stackPos) { - $var = $this->semStack[$stackPos-(1-1)]->name; $this->semValue = \is_string($var) ? new Node\VarLikeIdentifier($var, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes) : $var; - }, - 560 => function ($stackPos) { - $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 561 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 562 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 563 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 564 => function ($stackPos) { $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 565 => function ($stackPos) { + 559 => function ($stackPos) { $this->semValue = new Expr\NullsafePropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, - 566 => function ($stackPos) { + 560 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 561 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 562 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 563 => function ($stackPos) { + $this->semValue = new Expr\Variable(new Expr\Error($this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes), $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); $this->errorState = 2; + }, + 564 => function ($stackPos) { + $var = $this->semStack[$stackPos-(1-1)]->name; $this->semValue = \is_string($var) ? new Node\VarLikeIdentifier($var, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes) : $var; + }, + 565 => function ($stackPos) { $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, + 566 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, 567 => function ($stackPos) { - $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 568 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); }, 569 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 570 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\NullsafePropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 571 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; + $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 572 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(3-2)]; + $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 573 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, 574 => function ($stackPos) { - $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; - }, - 575 => function ($stackPos) { - $this->semValue = new Expr\List_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 576 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; $end = count($this->semValue)-1; if ($this->semValue[$end] === null) array_pop($this->semValue); - }, - 577 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos]; - }, - 578 => function ($stackPos) { - /* do nothing -- prevent default action of $$=$this->semStack[$1]. See $551. */ - }, - 579 => function ($stackPos) { - $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; - }, - 580 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 581 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 582 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 583 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 584 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 585 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-1)], true, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 586 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 587 => function ($stackPos) { - $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); - }, - 588 => function ($stackPos) { - $this->semValue = null; - }, - 589 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 590 => function ($stackPos) { - $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; - }, - 591 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(1-1)]); - }, - 592 => function ($stackPos) { - $this->semValue = array($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)]); - }, - 593 => function ($stackPos) { - $this->semValue = new Scalar\EncapsedStringPart($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 594 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); - }, - 595 => function ($stackPos) { - $this->semValue = $this->semStack[$stackPos-(1-1)]; - }, - 596 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); - }, - 597 => function ($stackPos) { - $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 598 => function ($stackPos) { - $this->semValue = new Expr\NullsafePropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 599 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 600 => function ($stackPos) { - $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); - }, - 601 => function ($stackPos) { - $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-4)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); - }, - 602 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(3-2)]; }, + 575 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 576 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 577 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 578 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 579 => function ($stackPos) { + $this->semValue = new Expr\Error($this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); $this->errorState = 2; + }, + 580 => function ($stackPos) { + $this->semValue = new Expr\List_($this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 581 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; $end = count($this->semValue)-1; if ($this->semValue[$end] === null) array_pop($this->semValue); + }, + 582 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos]; + }, + 583 => function ($stackPos) { + /* do nothing -- prevent default action of $$=$this->semStack[$1]. See $551. */ + }, + 584 => function ($stackPos) { + $this->semStack[$stackPos-(3-1)][] = $this->semStack[$stackPos-(3-3)]; $this->semValue = $this->semStack[$stackPos-(3-1)]; + }, + 585 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 586 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 587 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 588 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(1-1)], null, false, $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 589 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 590 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(4-4)], $this->semStack[$stackPos-(4-1)], true, $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 591 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(3-3)], $this->semStack[$stackPos-(3-1)], false, $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, + 592 => function ($stackPos) { + $this->semValue = new Expr\ArrayItem($this->semStack[$stackPos-(2-2)], null, false, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes, true, $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 593 => function ($stackPos) { + $this->semValue = null; + }, + 594 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 595 => function ($stackPos) { + $this->semStack[$stackPos-(2-1)][] = $this->semStack[$stackPos-(2-2)]; $this->semValue = $this->semStack[$stackPos-(2-1)]; + }, + 596 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(1-1)]); + }, + 597 => function ($stackPos) { + $this->semValue = array($this->semStack[$stackPos-(2-1)], $this->semStack[$stackPos-(2-2)]); + }, + 598 => function ($stackPos) { + $this->semValue = new Scalar\EncapsedStringPart($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 599 => function ($stackPos) { + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 600 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(1-1)]; + }, + 601 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(4-1)], $this->semStack[$stackPos-(4-3)], $this->startAttributeStack[$stackPos-(4-1)] + $this->endAttributes); + }, + 602 => function ($stackPos) { + $this->semValue = new Expr\PropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); + }, 603 => function ($stackPos) { - $this->semValue = new Scalar\String_($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\NullsafePropertyFetch($this->semStack[$stackPos-(3-1)], $this->semStack[$stackPos-(3-3)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 604 => function ($stackPos) { - $this->semValue = $this->parseNumString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 605 => function ($stackPos) { - $this->semValue = $this->parseNumString('-' . $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + $this->semValue = new Expr\Variable($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); }, 606 => function ($stackPos) { + $this->semValue = new Expr\ArrayDimFetch($this->semStack[$stackPos-(6-2)], $this->semStack[$stackPos-(6-4)], $this->startAttributeStack[$stackPos-(6-1)] + $this->endAttributes); + }, + 607 => function ($stackPos) { + $this->semValue = $this->semStack[$stackPos-(3-2)]; + }, + 608 => function ($stackPos) { + $this->semValue = new Scalar\String_($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 609 => function ($stackPos) { + $this->semValue = $this->parseNumString($this->semStack[$stackPos-(1-1)], $this->startAttributeStack[$stackPos-(1-1)] + $this->endAttributes); + }, + 610 => function ($stackPos) { + $this->semValue = $this->parseNumString('-' . $this->semStack[$stackPos-(2-2)], $this->startAttributeStack[$stackPos-(2-1)] + $this->endAttributes); + }, + 611 => function ($stackPos) { $this->semValue = $this->semStack[$stackPos-(1-1)]; }, ]; diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php b/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php rename to vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php b/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php rename to vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php b/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php rename to vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php b/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php rename to vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php diff --git a/www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php b/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php similarity index 100% rename from www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php rename to vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php diff --git a/www/vendor/phar-io/manifest/CHANGELOG.md b/vendor/phar-io/manifest/CHANGELOG.md similarity index 100% rename from www/vendor/phar-io/manifest/CHANGELOG.md rename to vendor/phar-io/manifest/CHANGELOG.md diff --git a/www/vendor/phar-io/manifest/LICENSE b/vendor/phar-io/manifest/LICENSE similarity index 100% rename from www/vendor/phar-io/manifest/LICENSE rename to vendor/phar-io/manifest/LICENSE diff --git a/www/vendor/phar-io/manifest/README.md b/vendor/phar-io/manifest/README.md similarity index 100% rename from www/vendor/phar-io/manifest/README.md rename to vendor/phar-io/manifest/README.md diff --git a/www/vendor/phar-io/manifest/composer.json b/vendor/phar-io/manifest/composer.json similarity index 100% rename from www/vendor/phar-io/manifest/composer.json rename to vendor/phar-io/manifest/composer.json diff --git a/www/vendor/phar-io/manifest/composer.lock b/vendor/phar-io/manifest/composer.lock similarity index 100% rename from www/vendor/phar-io/manifest/composer.lock rename to vendor/phar-io/manifest/composer.lock diff --git a/www/vendor/phar-io/manifest/src/ManifestDocumentMapper.php b/vendor/phar-io/manifest/src/ManifestDocumentMapper.php similarity index 100% rename from www/vendor/phar-io/manifest/src/ManifestDocumentMapper.php rename to vendor/phar-io/manifest/src/ManifestDocumentMapper.php diff --git a/www/vendor/phar-io/manifest/src/ManifestLoader.php b/vendor/phar-io/manifest/src/ManifestLoader.php similarity index 100% rename from www/vendor/phar-io/manifest/src/ManifestLoader.php rename to vendor/phar-io/manifest/src/ManifestLoader.php diff --git a/www/vendor/phar-io/manifest/src/ManifestSerializer.php b/vendor/phar-io/manifest/src/ManifestSerializer.php similarity index 100% rename from www/vendor/phar-io/manifest/src/ManifestSerializer.php rename to vendor/phar-io/manifest/src/ManifestSerializer.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php b/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php rename to vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/Exception.php b/vendor/phar-io/manifest/src/exceptions/Exception.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/Exception.php rename to vendor/phar-io/manifest/src/exceptions/Exception.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php b/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php rename to vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php b/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php rename to vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php b/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php rename to vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php b/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php rename to vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php b/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php rename to vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php b/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php rename to vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php b/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php rename to vendor/phar-io/manifest/src/exceptions/ManifestElementException.php diff --git a/www/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php b/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php similarity index 100% rename from www/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php rename to vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php diff --git a/www/vendor/phar-io/manifest/src/values/Application.php b/vendor/phar-io/manifest/src/values/Application.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Application.php rename to vendor/phar-io/manifest/src/values/Application.php diff --git a/www/vendor/phar-io/manifest/src/values/ApplicationName.php b/vendor/phar-io/manifest/src/values/ApplicationName.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/ApplicationName.php rename to vendor/phar-io/manifest/src/values/ApplicationName.php diff --git a/www/vendor/phar-io/manifest/src/values/Author.php b/vendor/phar-io/manifest/src/values/Author.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Author.php rename to vendor/phar-io/manifest/src/values/Author.php diff --git a/www/vendor/phar-io/manifest/src/values/AuthorCollection.php b/vendor/phar-io/manifest/src/values/AuthorCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/AuthorCollection.php rename to vendor/phar-io/manifest/src/values/AuthorCollection.php diff --git a/www/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php b/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php rename to vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php diff --git a/www/vendor/phar-io/manifest/src/values/BundledComponent.php b/vendor/phar-io/manifest/src/values/BundledComponent.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/BundledComponent.php rename to vendor/phar-io/manifest/src/values/BundledComponent.php diff --git a/www/vendor/phar-io/manifest/src/values/BundledComponentCollection.php b/vendor/phar-io/manifest/src/values/BundledComponentCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/BundledComponentCollection.php rename to vendor/phar-io/manifest/src/values/BundledComponentCollection.php diff --git a/www/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php b/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php rename to vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php diff --git a/www/vendor/phar-io/manifest/src/values/CopyrightInformation.php b/vendor/phar-io/manifest/src/values/CopyrightInformation.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/CopyrightInformation.php rename to vendor/phar-io/manifest/src/values/CopyrightInformation.php diff --git a/www/vendor/phar-io/manifest/src/values/Email.php b/vendor/phar-io/manifest/src/values/Email.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Email.php rename to vendor/phar-io/manifest/src/values/Email.php diff --git a/www/vendor/phar-io/manifest/src/values/Extension.php b/vendor/phar-io/manifest/src/values/Extension.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Extension.php rename to vendor/phar-io/manifest/src/values/Extension.php diff --git a/www/vendor/phar-io/manifest/src/values/Library.php b/vendor/phar-io/manifest/src/values/Library.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Library.php rename to vendor/phar-io/manifest/src/values/Library.php diff --git a/www/vendor/phar-io/manifest/src/values/License.php b/vendor/phar-io/manifest/src/values/License.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/License.php rename to vendor/phar-io/manifest/src/values/License.php diff --git a/www/vendor/phar-io/manifest/src/values/Manifest.php b/vendor/phar-io/manifest/src/values/Manifest.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Manifest.php rename to vendor/phar-io/manifest/src/values/Manifest.php diff --git a/www/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php b/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php rename to vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php diff --git a/www/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php b/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php rename to vendor/phar-io/manifest/src/values/PhpVersionRequirement.php diff --git a/www/vendor/phar-io/manifest/src/values/Requirement.php b/vendor/phar-io/manifest/src/values/Requirement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Requirement.php rename to vendor/phar-io/manifest/src/values/Requirement.php diff --git a/www/vendor/phar-io/manifest/src/values/RequirementCollection.php b/vendor/phar-io/manifest/src/values/RequirementCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/RequirementCollection.php rename to vendor/phar-io/manifest/src/values/RequirementCollection.php diff --git a/www/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php b/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php rename to vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php diff --git a/www/vendor/phar-io/manifest/src/values/Type.php b/vendor/phar-io/manifest/src/values/Type.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Type.php rename to vendor/phar-io/manifest/src/values/Type.php diff --git a/www/vendor/phar-io/manifest/src/values/Url.php b/vendor/phar-io/manifest/src/values/Url.php similarity index 100% rename from www/vendor/phar-io/manifest/src/values/Url.php rename to vendor/phar-io/manifest/src/values/Url.php diff --git a/www/vendor/phar-io/manifest/src/xml/AuthorElement.php b/vendor/phar-io/manifest/src/xml/AuthorElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/AuthorElement.php rename to vendor/phar-io/manifest/src/xml/AuthorElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php b/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php rename to vendor/phar-io/manifest/src/xml/AuthorElementCollection.php diff --git a/www/vendor/phar-io/manifest/src/xml/BundlesElement.php b/vendor/phar-io/manifest/src/xml/BundlesElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/BundlesElement.php rename to vendor/phar-io/manifest/src/xml/BundlesElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/ComponentElement.php b/vendor/phar-io/manifest/src/xml/ComponentElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ComponentElement.php rename to vendor/phar-io/manifest/src/xml/ComponentElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php b/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php rename to vendor/phar-io/manifest/src/xml/ComponentElementCollection.php diff --git a/www/vendor/phar-io/manifest/src/xml/ContainsElement.php b/vendor/phar-io/manifest/src/xml/ContainsElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ContainsElement.php rename to vendor/phar-io/manifest/src/xml/ContainsElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/CopyrightElement.php b/vendor/phar-io/manifest/src/xml/CopyrightElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/CopyrightElement.php rename to vendor/phar-io/manifest/src/xml/CopyrightElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/ElementCollection.php b/vendor/phar-io/manifest/src/xml/ElementCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ElementCollection.php rename to vendor/phar-io/manifest/src/xml/ElementCollection.php diff --git a/www/vendor/phar-io/manifest/src/xml/ExtElement.php b/vendor/phar-io/manifest/src/xml/ExtElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ExtElement.php rename to vendor/phar-io/manifest/src/xml/ExtElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/ExtElementCollection.php b/vendor/phar-io/manifest/src/xml/ExtElementCollection.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ExtElementCollection.php rename to vendor/phar-io/manifest/src/xml/ExtElementCollection.php diff --git a/www/vendor/phar-io/manifest/src/xml/ExtensionElement.php b/vendor/phar-io/manifest/src/xml/ExtensionElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ExtensionElement.php rename to vendor/phar-io/manifest/src/xml/ExtensionElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/LicenseElement.php b/vendor/phar-io/manifest/src/xml/LicenseElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/LicenseElement.php rename to vendor/phar-io/manifest/src/xml/LicenseElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/ManifestDocument.php b/vendor/phar-io/manifest/src/xml/ManifestDocument.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ManifestDocument.php rename to vendor/phar-io/manifest/src/xml/ManifestDocument.php diff --git a/www/vendor/phar-io/manifest/src/xml/ManifestElement.php b/vendor/phar-io/manifest/src/xml/ManifestElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/ManifestElement.php rename to vendor/phar-io/manifest/src/xml/ManifestElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/PhpElement.php b/vendor/phar-io/manifest/src/xml/PhpElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/PhpElement.php rename to vendor/phar-io/manifest/src/xml/PhpElement.php diff --git a/www/vendor/phar-io/manifest/src/xml/RequiresElement.php b/vendor/phar-io/manifest/src/xml/RequiresElement.php similarity index 100% rename from www/vendor/phar-io/manifest/src/xml/RequiresElement.php rename to vendor/phar-io/manifest/src/xml/RequiresElement.php diff --git a/www/vendor/phar-io/version/CHANGELOG.md b/vendor/phar-io/version/CHANGELOG.md similarity index 100% rename from www/vendor/phar-io/version/CHANGELOG.md rename to vendor/phar-io/version/CHANGELOG.md diff --git a/www/vendor/phar-io/version/LICENSE b/vendor/phar-io/version/LICENSE similarity index 100% rename from www/vendor/phar-io/version/LICENSE rename to vendor/phar-io/version/LICENSE diff --git a/www/vendor/phar-io/version/README.md b/vendor/phar-io/version/README.md similarity index 100% rename from www/vendor/phar-io/version/README.md rename to vendor/phar-io/version/README.md diff --git a/www/vendor/phar-io/version/composer.json b/vendor/phar-io/version/composer.json similarity index 100% rename from www/vendor/phar-io/version/composer.json rename to vendor/phar-io/version/composer.json diff --git a/www/vendor/phar-io/version/src/BuildMetaData.php b/vendor/phar-io/version/src/BuildMetaData.php similarity index 100% rename from www/vendor/phar-io/version/src/BuildMetaData.php rename to vendor/phar-io/version/src/BuildMetaData.php diff --git a/www/vendor/phar-io/version/src/PreReleaseSuffix.php b/vendor/phar-io/version/src/PreReleaseSuffix.php similarity index 100% rename from www/vendor/phar-io/version/src/PreReleaseSuffix.php rename to vendor/phar-io/version/src/PreReleaseSuffix.php diff --git a/www/vendor/phar-io/version/src/Version.php b/vendor/phar-io/version/src/Version.php similarity index 100% rename from www/vendor/phar-io/version/src/Version.php rename to vendor/phar-io/version/src/Version.php diff --git a/www/vendor/phar-io/version/src/VersionConstraintParser.php b/vendor/phar-io/version/src/VersionConstraintParser.php similarity index 100% rename from www/vendor/phar-io/version/src/VersionConstraintParser.php rename to vendor/phar-io/version/src/VersionConstraintParser.php diff --git a/www/vendor/phar-io/version/src/VersionConstraintValue.php b/vendor/phar-io/version/src/VersionConstraintValue.php similarity index 100% rename from www/vendor/phar-io/version/src/VersionConstraintValue.php rename to vendor/phar-io/version/src/VersionConstraintValue.php diff --git a/www/vendor/phar-io/version/src/VersionNumber.php b/vendor/phar-io/version/src/VersionNumber.php similarity index 100% rename from www/vendor/phar-io/version/src/VersionNumber.php rename to vendor/phar-io/version/src/VersionNumber.php diff --git a/www/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php b/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php rename to vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php b/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php rename to vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php diff --git a/www/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php b/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php rename to vendor/phar-io/version/src/constraints/AnyVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php b/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php rename to vendor/phar-io/version/src/constraints/ExactVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php b/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php rename to vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php b/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php rename to vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php diff --git a/www/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php b/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php rename to vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php b/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php rename to vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php diff --git a/www/vendor/phar-io/version/src/constraints/VersionConstraint.php b/vendor/phar-io/version/src/constraints/VersionConstraint.php similarity index 100% rename from www/vendor/phar-io/version/src/constraints/VersionConstraint.php rename to vendor/phar-io/version/src/constraints/VersionConstraint.php diff --git a/www/vendor/phar-io/version/src/exceptions/Exception.php b/vendor/phar-io/version/src/exceptions/Exception.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/Exception.php rename to vendor/phar-io/version/src/exceptions/Exception.php diff --git a/www/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php b/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php rename to vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php diff --git a/www/vendor/phar-io/version/src/exceptions/InvalidVersionException.php b/vendor/phar-io/version/src/exceptions/InvalidVersionException.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/InvalidVersionException.php rename to vendor/phar-io/version/src/exceptions/InvalidVersionException.php diff --git a/www/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php b/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php rename to vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php diff --git a/www/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php b/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php rename to vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php diff --git a/www/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php b/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php similarity index 100% rename from www/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php rename to vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php diff --git a/vendor/phpstan/phpstan/phpstan.phar b/vendor/phpstan/phpstan/phpstan.phar index 7546edab9ae43aff455fd3d524389cbc02e8faea..ce60c910689eb5a25bc1c195db3917018927f9f4 100755 GIT binary patch delta 162105 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 delta 161860 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 diff --git a/vendor/phpstan/phpstan/phpstan.phar.asc b/vendor/phpstan/phpstan/phpstan.phar.asc index 5d85d542..6da5bd6a 100644 --- a/vendor/phpstan/phpstan/phpstan.phar.asc +++ b/vendor/phpstan/phpstan/phpstan.phar.asc @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmPiKvUACgkQzxoQjQ56 -5yCMJRAAi1z4OEeZTgkcoElOBQ4bY4rgf0fmETn0PIrOW/cSwLdFIgNMN+TBadqa -AAmnH5f+n59AORpWgvbzouDXp76WN8G4yh7tyhW7aI3H7EWf5bIqYD9H8DjK5gI/ -a/BLPa+GrXbkSFgmgao/54b4axKmyj9hBRoG7hPnce3Z0nVswUYeauNcaO0b1KV9 -hin9huA0S+Ed/oXeAPUbs1FU0NGCVfynFplhY4d5KyAm6yLij/8pyiqEHlpW4/LI -7z5ZJZXEUpvLywSD7o99RqXhHPs2ODItR1uzhg1EEyW2bqUf6bdrb1ikXG67pNtd -vtkOPuJ9VUbRKjKvlKeWC194c5KzM7a3nEDtNsDvKwo1rPWR6hIf3VukSEsv08Wd -us65DDFQrWVbLDPN9yROqS70KAEe7leO65NJzbtnzjtNWHF+FbHnz3sl63X9mAqz -guNtjjJJjZG5EGPCOotG0E90Fmgs9aD5i2dZoQTH4Yno3Rq5qJpjlGenjEjW8cu6 -xFRxP+fGbqeDaw3wLe7niBXHrZQ3eKUpXZaxaFVVSoIzO9RxqpVyjnq3oUX2d+ti -MRA1Smr6Fu8TWxoBJGLWDBIOtwARcAmz5NBUolzAXb6gb3XDR8W9w4aV8hELEAwb -bPtDupKyAqCO+hiPTaOp0Z5TVCOo6YZUGSaHr88JFeFTGvAdeP0= -=NZJU +iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmPjlIQACgkQzxoQjQ56 +5yB1xQ/+Kz+VRo1rx8OsL3lOZhbmGalg8QC1+r9SfoBI2jxi/IqG4olCH1b9yXiE +xaJU9xC5H+258a1JtfeUszm0zXgt/CHIHSVq3VAMlEajMbOHDSy7i9GrRA9OmG0H +5AbwB9tql4qZ0cj1SriS2j8VolUjb1C1aSJNAwMbBWbd1QlZqGLJLgo0rvVnN71h +kK5aYSZzV6XcbrJpNwWNjI9KNhbSlwHfWvsl2oW7Pl/ydyaWY+ZmL+i9MOT+TAuu +jJFzKY98HQk3ESOpRn2wg0tKU9qzzl5d5/3P03iY/o0VCHnj8aNSdXy+6aBS81n4 +KPvBRclcwsncmBB4HNZxOpExVR2flaUM21ebSnmVv7Zofjcl/W+h49lrEAWFBjgy +PkdAjlKSPOUYgqSSftKitDHFXtNOYi+qNot0gPEcDezWVOwWY/UorqL0V/PQp4bI +SCKnkgw4SWDFGFY3R/m7qet0oomOvp6sTJZb/B37GZ6l9KKu4lXLsS8XRXmCGzTW +Wu/taFkP35LYDQ9Y+HNzYXzNKFalCbJNj1Qdx31OvthBfK3/Jk0gG1YRrE3+0sAa +J3qJX4nC/Zm7oK9wj5CvKMTS9tewbOBLgYNF1JuI2dlrhnc0VZXCdvg3M8SjI1zH +5752T9NuxK5ot1i7TPcPHj8ln4t35aUT8c0f9S7ruFS0icobdyE= +=SwMZ -----END PGP SIGNATURE----- diff --git a/www/vendor/phpunit/php-code-coverage/ChangeLog.md b/vendor/phpunit/php-code-coverage/ChangeLog.md similarity index 98% rename from www/vendor/phpunit/php-code-coverage/ChangeLog.md rename to vendor/phpunit/php-code-coverage/ChangeLog.md index 58de9463..cdf28e0a 100644 --- a/www/vendor/phpunit/php-code-coverage/ChangeLog.md +++ b/vendor/phpunit/php-code-coverage/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [9.2.24] - 2023-01-26 + +### Changed + +* [#970](https://github.com/sebastianbergmann/php-code-coverage/issues/970): CSS and JavaScript assets are now referenced using `?v=%s` URLs in the HTML report to avoid cache issues + ## [9.2.23] - 2022-12-28 ### Fixed @@ -458,6 +464,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 7.1 +[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24 [9.2.23]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23 [9.2.22]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22 [9.2.21]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.21 diff --git a/www/vendor/phpunit/phpunit/LICENSE b/vendor/phpunit/php-code-coverage/LICENSE similarity index 97% rename from www/vendor/phpunit/phpunit/LICENSE rename to vendor/phpunit/php-code-coverage/LICENSE index 567141f2..80e09f7b 100644 --- a/www/vendor/phpunit/phpunit/LICENSE +++ b/vendor/phpunit/php-code-coverage/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2001-2022, Sebastian Bergmann +Copyright (c) 2009-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/www/vendor/phpunit/php-code-coverage/README.md b/vendor/phpunit/php-code-coverage/README.md similarity index 100% rename from www/vendor/phpunit/php-code-coverage/README.md rename to vendor/phpunit/php-code-coverage/README.md diff --git a/www/vendor/phpunit/php-code-coverage/composer.json b/vendor/phpunit/php-code-coverage/composer.json similarity index 100% rename from www/vendor/phpunit/php-code-coverage/composer.json rename to vendor/phpunit/php-code-coverage/composer.json diff --git a/www/vendor/phpunit/php-code-coverage/src/CodeCoverage.php b/vendor/phpunit/php-code-coverage/src/CodeCoverage.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/CodeCoverage.php rename to vendor/phpunit/php-code-coverage/src/CodeCoverage.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/Driver.php b/vendor/phpunit/php-code-coverage/src/Driver/Driver.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/Driver.php rename to vendor/phpunit/php-code-coverage/src/Driver/Driver.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php b/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php rename to vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php b/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php rename to vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/Selector.php b/vendor/phpunit/php-code-coverage/src/Driver/Selector.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/Selector.php rename to vendor/phpunit/php-code-coverage/src/Driver/Selector.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php b/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php rename to vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php b/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php rename to vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php b/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php rename to vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php b/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php rename to vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php b/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php rename to vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/Exception.php b/vendor/phpunit/php-code-coverage/src/Exception/Exception.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/Exception.php rename to vendor/phpunit/php-code-coverage/src/Exception/Exception.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php b/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php rename to vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php rename to vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php rename to vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php b/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php rename to vendor/phpunit/php-code-coverage/src/Exception/ParserException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php b/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php rename to vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php rename to vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php rename to vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php b/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php rename to vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php b/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php rename to vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php b/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php rename to vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php b/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php rename to vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php b/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php rename to vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php b/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php rename to vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php b/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php rename to vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php b/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php rename to vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php b/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php rename to vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php b/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php rename to vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php b/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php rename to vendor/phpunit/php-code-coverage/src/Exception/XmlException.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Filter.php b/vendor/phpunit/php-code-coverage/src/Filter.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Filter.php rename to vendor/phpunit/php-code-coverage/src/Filter.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php b/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php rename to vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/Builder.php b/vendor/phpunit/php-code-coverage/src/Node/Builder.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/Builder.php rename to vendor/phpunit/php-code-coverage/src/Node/Builder.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php b/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php rename to vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/Directory.php b/vendor/phpunit/php-code-coverage/src/Node/Directory.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/Directory.php rename to vendor/phpunit/php-code-coverage/src/Node/Directory.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/File.php b/vendor/phpunit/php-code-coverage/src/Node/File.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/File.php rename to vendor/phpunit/php-code-coverage/src/Node/File.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Node/Iterator.php b/vendor/phpunit/php-code-coverage/src/Node/Iterator.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Node/Iterator.php rename to vendor/phpunit/php-code-coverage/src/Node/Iterator.php diff --git a/www/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php b/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php rename to vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php diff --git a/www/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php b/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php rename to vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Clover.php b/vendor/phpunit/php-code-coverage/src/Report/Clover.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Clover.php rename to vendor/phpunit/php-code-coverage/src/Report/Clover.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php b/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php rename to vendor/phpunit/php-code-coverage/src/Report/Cobertura.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php b/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php rename to vendor/phpunit/php-code-coverage/src/Report/Crap4j.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php rename to vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist similarity index 91% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist index aa51bcb8..60e66d5b 100644 --- a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist +++ b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist @@ -4,9 +4,9 @@ Dashboard for {{full_path}} - - - + + + @@ -137,9 +137,9 @@

- - - + + + - - + + + - - - + + + + diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist similarity index 73% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist index 8717d7f9..f48ebf12 100644 --- a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist +++ b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist @@ -4,9 +4,9 @@ Code Coverage for {{full_path}} - - - + + + @@ -59,9 +59,9 @@ - - - - + + + + diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist rename to vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/PHP.php b/vendor/phpunit/php-code-coverage/src/Report/PHP.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/PHP.php rename to vendor/phpunit/php-code-coverage/src/Report/PHP.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Text.php b/vendor/phpunit/php-code-coverage/src/Report/Text.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Text.php rename to vendor/phpunit/php-code-coverage/src/Report/Text.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/File.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php rename to vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php similarity index 99% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php index 9f9a27b0..506f2752 100644 --- a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php +++ b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php @@ -101,6 +101,7 @@ final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract $node instanceof Node\Stmt\TryCatch || $node instanceof Node\Stmt\Use_ || $node instanceof Node\Stmt\UseUse || + $node instanceof Node\Expr\ConstFetch || $node instanceof Node\Expr\Match_ || $node instanceof Node\Expr\Variable || $node instanceof Node\ComplexType || diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php diff --git a/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php b/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php rename to vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php b/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php rename to vendor/phpunit/php-code-coverage/src/Util/Filesystem.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Util/Percentage.php b/vendor/phpunit/php-code-coverage/src/Util/Percentage.php similarity index 100% rename from www/vendor/phpunit/php-code-coverage/src/Util/Percentage.php rename to vendor/phpunit/php-code-coverage/src/Util/Percentage.php diff --git a/www/vendor/phpunit/php-code-coverage/src/Version.php b/vendor/phpunit/php-code-coverage/src/Version.php similarity index 90% rename from www/vendor/phpunit/php-code-coverage/src/Version.php rename to vendor/phpunit/php-code-coverage/src/Version.php index 30c7e887..8d45b6c6 100644 --- a/www/vendor/phpunit/php-code-coverage/src/Version.php +++ b/vendor/phpunit/php-code-coverage/src/Version.php @@ -22,7 +22,7 @@ final class Version public static function id(): string { if (self::$version === null) { - self::$version = (new VersionId('9.2.23', dirname(__DIR__)))->getVersion(); + self::$version = (new VersionId('9.2.24', dirname(__DIR__)))->getVersion(); } return self::$version; diff --git a/www/vendor/phpunit/php-file-iterator/.psalm/baseline.xml b/vendor/phpunit/php-file-iterator/.psalm/baseline.xml similarity index 100% rename from www/vendor/phpunit/php-file-iterator/.psalm/baseline.xml rename to vendor/phpunit/php-file-iterator/.psalm/baseline.xml diff --git a/www/vendor/phpunit/php-file-iterator/.psalm/config.xml b/vendor/phpunit/php-file-iterator/.psalm/config.xml similarity index 100% rename from www/vendor/phpunit/php-file-iterator/.psalm/config.xml rename to vendor/phpunit/php-file-iterator/.psalm/config.xml diff --git a/www/vendor/phpunit/php-file-iterator/ChangeLog.md b/vendor/phpunit/php-file-iterator/ChangeLog.md similarity index 100% rename from www/vendor/phpunit/php-file-iterator/ChangeLog.md rename to vendor/phpunit/php-file-iterator/ChangeLog.md diff --git a/www/vendor/phpunit/php-file-iterator/LICENSE b/vendor/phpunit/php-file-iterator/LICENSE similarity index 100% rename from www/vendor/phpunit/php-file-iterator/LICENSE rename to vendor/phpunit/php-file-iterator/LICENSE diff --git a/www/vendor/phpunit/php-file-iterator/README.md b/vendor/phpunit/php-file-iterator/README.md similarity index 100% rename from www/vendor/phpunit/php-file-iterator/README.md rename to vendor/phpunit/php-file-iterator/README.md diff --git a/www/vendor/phpunit/php-file-iterator/composer.json b/vendor/phpunit/php-file-iterator/composer.json similarity index 100% rename from www/vendor/phpunit/php-file-iterator/composer.json rename to vendor/phpunit/php-file-iterator/composer.json diff --git a/www/vendor/phpunit/php-file-iterator/src/Facade.php b/vendor/phpunit/php-file-iterator/src/Facade.php similarity index 100% rename from www/vendor/phpunit/php-file-iterator/src/Facade.php rename to vendor/phpunit/php-file-iterator/src/Facade.php diff --git a/www/vendor/phpunit/php-file-iterator/src/Factory.php b/vendor/phpunit/php-file-iterator/src/Factory.php similarity index 100% rename from www/vendor/phpunit/php-file-iterator/src/Factory.php rename to vendor/phpunit/php-file-iterator/src/Factory.php diff --git a/www/vendor/phpunit/php-file-iterator/src/Iterator.php b/vendor/phpunit/php-file-iterator/src/Iterator.php similarity index 100% rename from www/vendor/phpunit/php-file-iterator/src/Iterator.php rename to vendor/phpunit/php-file-iterator/src/Iterator.php diff --git a/www/vendor/phpunit/php-invoker/ChangeLog.md b/vendor/phpunit/php-invoker/ChangeLog.md similarity index 100% rename from www/vendor/phpunit/php-invoker/ChangeLog.md rename to vendor/phpunit/php-invoker/ChangeLog.md diff --git a/www/vendor/phpunit/php-invoker/LICENSE b/vendor/phpunit/php-invoker/LICENSE similarity index 100% rename from www/vendor/phpunit/php-invoker/LICENSE rename to vendor/phpunit/php-invoker/LICENSE diff --git a/www/vendor/phpunit/php-invoker/README.md b/vendor/phpunit/php-invoker/README.md similarity index 100% rename from www/vendor/phpunit/php-invoker/README.md rename to vendor/phpunit/php-invoker/README.md diff --git a/www/vendor/phpunit/php-invoker/composer.json b/vendor/phpunit/php-invoker/composer.json similarity index 100% rename from www/vendor/phpunit/php-invoker/composer.json rename to vendor/phpunit/php-invoker/composer.json diff --git a/www/vendor/phpunit/php-invoker/src/Invoker.php b/vendor/phpunit/php-invoker/src/Invoker.php similarity index 100% rename from www/vendor/phpunit/php-invoker/src/Invoker.php rename to vendor/phpunit/php-invoker/src/Invoker.php diff --git a/www/vendor/phpunit/php-invoker/src/exceptions/Exception.php b/vendor/phpunit/php-invoker/src/exceptions/Exception.php similarity index 100% rename from www/vendor/phpunit/php-invoker/src/exceptions/Exception.php rename to vendor/phpunit/php-invoker/src/exceptions/Exception.php diff --git a/www/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php b/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php similarity index 100% rename from www/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php rename to vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php diff --git a/www/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php b/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php similarity index 100% rename from www/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php rename to vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php diff --git a/www/vendor/phpunit/php-text-template/.psalm/baseline.xml b/vendor/phpunit/php-text-template/.psalm/baseline.xml similarity index 100% rename from www/vendor/phpunit/php-text-template/.psalm/baseline.xml rename to vendor/phpunit/php-text-template/.psalm/baseline.xml diff --git a/www/vendor/phpunit/php-text-template/.psalm/config.xml b/vendor/phpunit/php-text-template/.psalm/config.xml similarity index 100% rename from www/vendor/phpunit/php-text-template/.psalm/config.xml rename to vendor/phpunit/php-text-template/.psalm/config.xml diff --git a/www/vendor/phpunit/php-text-template/ChangeLog.md b/vendor/phpunit/php-text-template/ChangeLog.md similarity index 100% rename from www/vendor/phpunit/php-text-template/ChangeLog.md rename to vendor/phpunit/php-text-template/ChangeLog.md diff --git a/www/vendor/phpunit/php-text-template/LICENSE b/vendor/phpunit/php-text-template/LICENSE similarity index 100% rename from www/vendor/phpunit/php-text-template/LICENSE rename to vendor/phpunit/php-text-template/LICENSE diff --git a/www/vendor/phpunit/php-text-template/README.md b/vendor/phpunit/php-text-template/README.md similarity index 100% rename from www/vendor/phpunit/php-text-template/README.md rename to vendor/phpunit/php-text-template/README.md diff --git a/www/vendor/phpunit/php-text-template/composer.json b/vendor/phpunit/php-text-template/composer.json similarity index 100% rename from www/vendor/phpunit/php-text-template/composer.json rename to vendor/phpunit/php-text-template/composer.json diff --git a/www/vendor/phpunit/php-text-template/src/Template.php b/vendor/phpunit/php-text-template/src/Template.php similarity index 100% rename from www/vendor/phpunit/php-text-template/src/Template.php rename to vendor/phpunit/php-text-template/src/Template.php diff --git a/www/vendor/phpunit/php-text-template/src/exceptions/Exception.php b/vendor/phpunit/php-text-template/src/exceptions/Exception.php similarity index 100% rename from www/vendor/phpunit/php-text-template/src/exceptions/Exception.php rename to vendor/phpunit/php-text-template/src/exceptions/Exception.php diff --git a/www/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php b/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php similarity index 100% rename from www/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php rename to vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php diff --git a/www/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php b/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php similarity index 100% rename from www/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php rename to vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php diff --git a/www/vendor/phpunit/php-timer/.psalm/baseline.xml b/vendor/phpunit/php-timer/.psalm/baseline.xml similarity index 100% rename from www/vendor/phpunit/php-timer/.psalm/baseline.xml rename to vendor/phpunit/php-timer/.psalm/baseline.xml diff --git a/www/vendor/phpunit/php-timer/.psalm/config.xml b/vendor/phpunit/php-timer/.psalm/config.xml similarity index 100% rename from www/vendor/phpunit/php-timer/.psalm/config.xml rename to vendor/phpunit/php-timer/.psalm/config.xml diff --git a/www/vendor/phpunit/php-timer/ChangeLog.md b/vendor/phpunit/php-timer/ChangeLog.md similarity index 100% rename from www/vendor/phpunit/php-timer/ChangeLog.md rename to vendor/phpunit/php-timer/ChangeLog.md diff --git a/www/vendor/phpunit/php-timer/LICENSE b/vendor/phpunit/php-timer/LICENSE similarity index 100% rename from www/vendor/phpunit/php-timer/LICENSE rename to vendor/phpunit/php-timer/LICENSE diff --git a/www/vendor/phpunit/php-timer/README.md b/vendor/phpunit/php-timer/README.md similarity index 100% rename from www/vendor/phpunit/php-timer/README.md rename to vendor/phpunit/php-timer/README.md diff --git a/www/vendor/phpunit/php-timer/composer.json b/vendor/phpunit/php-timer/composer.json similarity index 100% rename from www/vendor/phpunit/php-timer/composer.json rename to vendor/phpunit/php-timer/composer.json diff --git a/www/vendor/phpunit/php-timer/src/Duration.php b/vendor/phpunit/php-timer/src/Duration.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/Duration.php rename to vendor/phpunit/php-timer/src/Duration.php diff --git a/www/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php b/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php rename to vendor/phpunit/php-timer/src/ResourceUsageFormatter.php diff --git a/www/vendor/phpunit/php-timer/src/Timer.php b/vendor/phpunit/php-timer/src/Timer.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/Timer.php rename to vendor/phpunit/php-timer/src/Timer.php diff --git a/www/vendor/phpunit/php-timer/src/exceptions/Exception.php b/vendor/phpunit/php-timer/src/exceptions/Exception.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/exceptions/Exception.php rename to vendor/phpunit/php-timer/src/exceptions/Exception.php diff --git a/www/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php b/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php rename to vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php diff --git a/www/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php b/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php similarity index 100% rename from www/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php rename to vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php diff --git a/www/vendor/phpunit/phpunit/.phpstorm.meta.php b/vendor/phpunit/phpunit/.phpstorm.meta.php similarity index 100% rename from www/vendor/phpunit/phpunit/.phpstorm.meta.php rename to vendor/phpunit/phpunit/.phpstorm.meta.php diff --git a/www/vendor/phpunit/phpunit/ChangeLog-8.5.md b/vendor/phpunit/phpunit/ChangeLog-8.5.md similarity index 97% rename from www/vendor/phpunit/phpunit/ChangeLog-8.5.md rename to vendor/phpunit/phpunit/ChangeLog-8.5.md index 9d0f4a1f..6485b8e5 100644 --- a/www/vendor/phpunit/phpunit/ChangeLog-8.5.md +++ b/vendor/phpunit/phpunit/ChangeLog-8.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [8.5.32] - 2023-01-26 + +### Fixed + +* [#5120](https://github.com/sebastianbergmann/phpunit/issues/5120): Test Runner incorrectly treats `--testsuite` and `--list-tests` as not combinable options + ## [8.5.31] - 2022-10-28 ### Fixed @@ -256,6 +262,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil * [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable` * [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside +[8.5.32]: https://github.com/sebastianbergmann/phpunit/compare/8.5.31...8.5.32 [8.5.31]: https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31 [8.5.30]: https://github.com/sebastianbergmann/phpunit/compare/8.5.29...8.5.30 [8.5.29]: https://github.com/sebastianbergmann/phpunit/compare/8.5.28...8.5.29 diff --git a/vendor/phpunit/phpunit/ChangeLog-9.6.md b/vendor/phpunit/phpunit/ChangeLog-9.6.md new file mode 100644 index 00000000..2491e303 --- /dev/null +++ b/vendor/phpunit/phpunit/ChangeLog-9.6.md @@ -0,0 +1,36 @@ +# Changes in PHPUnit 9.6 + +All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. + +## [9.6.3] - 2023-02-04 + +### Fixed + +* [#5164](https://github.com/sebastianbergmann/phpunit/issues/5164): `markTestSkipped()` not handled correctly when called in "before first test" method + +## [9.6.2] - 2023-02-04 + +### Fixed + +* [#4618](https://github.com/sebastianbergmann/phpunit/issues/4618): Support for generators in `assertCount()` etc. is not marked as deprecated in PHPUnit 9.6 + +## [9.6.1] - 2023-02-03 + +### Fixed + +* [#5073](https://github.com/sebastianbergmann/phpunit/issues/5073): `--no-extensions` CLI option only prevents extension PHARs from being loaded +* [#5160](https://github.com/sebastianbergmann/phpunit/issues/5160): PHPUnit 9.6 misses deprecations for assertions and constraints removed in PHPUnit 10 + +## [9.6.0] - 2023-02-03 + +### Changed + +* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): Deprecate `expectDeprecation()`, `expectDeprecationMessage()`, `expectDeprecationMessageMatches()`, `expectError()`, `expectErrorMessage()`, `expectErrorMessageMatches()`, `expectNotice()`, `expectNoticeMessage()`, `expectNoticeMessageMatches()`, `expectWarning()`, `expectWarningMessage()`, and `expectWarningMessageMatches()` +* [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063): Deprecate `withConsecutive()` +* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()` +* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes + +[9.6.3]: https://github.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3 +[9.6.2]: https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2 +[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1 +[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0 diff --git a/vendor/phpunit/phpunit/LICENSE b/vendor/phpunit/phpunit/LICENSE new file mode 100644 index 00000000..73e95512 --- /dev/null +++ b/vendor/phpunit/phpunit/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2001-2023, Sebastian Bergmann +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/www/vendor/phpunit/phpunit/README.md b/vendor/phpunit/phpunit/README.md similarity index 60% rename from www/vendor/phpunit/phpunit/README.md rename to vendor/phpunit/phpunit/README.md index d3010666..ffc8bf32 100644 --- a/www/vendor/phpunit/phpunit/README.md +++ b/vendor/phpunit/phpunit/README.md @@ -2,12 +2,12 @@ # PHPUnit -PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. - -[![Latest Stable Version](https://img.shields.io/packagist/v/phpunit/phpunit.svg?style=flat-square)](https://packagist.org/packages/phpunit/phpunit) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg?style=flat-square)](https://php.net/) -[![CI Status](https://github.com/sebastianbergmann/phpunit/workflows/CI/badge.svg?branch=9.5&event=push)](https://phpunit.de/build-status.html) +[![Latest Stable Version](https://poser.pugx.org/phpunit/phpunit/v/stable.png)](https://packagist.org/packages/phpunit/phpunit) +[![CI Status](https://github.com/sebastianbergmann/phpunit/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/phpunit/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/phpunit/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/phpunit) +[![codecov](https://codecov.io/gh/sebastianbergmann/phpunit/branch/9.6/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/phpunit) + +PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. ## Installation @@ -34,12 +34,5 @@ Thanks to everyone who has contributed to PHPUnit! You can find a detailed list * [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors) * [php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors) -A very special thanks to everyone who has contributed to the documentation and helps maintain the translations: - -* [English](https://github.com/sebastianbergmann/phpunit-documentation-english/graphs/contributors) -* [Spanish](https://github.com/sebastianbergmann/phpunit-documentation-spanish/graphs/contributors) -* [French](https://github.com/sebastianbergmann/phpunit-documentation-french/graphs/contributors) -* [Japanese](https://github.com/sebastianbergmann/phpunit-documentation-japanese/graphs/contributors) -* [Brazilian Portuguese](https://github.com/sebastianbergmann/phpunit-documentation-brazilian-portuguese/graphs/contributors) -* [Simplified Chinese](https://github.com/sebastianbergmann/phpunit-documentation-chinese/graphs/contributors) +A very special thanks to everyone who has contributed to the [documentation](https://github.com/sebastianbergmann/phpunit-documentation-english/graphs/contributors). diff --git a/www/vendor/phpunit/phpunit/SECURITY.md b/vendor/phpunit/phpunit/SECURITY.md similarity index 100% rename from www/vendor/phpunit/phpunit/SECURITY.md rename to vendor/phpunit/phpunit/SECURITY.md diff --git a/www/vendor/phpunit/phpunit/composer.json b/vendor/phpunit/phpunit/composer.json similarity index 96% rename from www/vendor/phpunit/phpunit/composer.json rename to vendor/phpunit/phpunit/composer.json index be0af53f..38117ea1 100644 --- a/www/vendor/phpunit/phpunit/composer.json +++ b/vendor/phpunit/phpunit/composer.json @@ -28,7 +28,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.3.1 || ^2", "myclabs/deep-copy": "^1.10.1", "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", @@ -83,7 +83,7 @@ }, "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } } } diff --git a/www/vendor/phpunit/phpunit/phpunit b/vendor/phpunit/phpunit/phpunit similarity index 100% rename from www/vendor/phpunit/phpunit/phpunit rename to vendor/phpunit/phpunit/phpunit diff --git a/www/vendor/phpunit/phpunit/phpunit.xsd b/vendor/phpunit/phpunit/phpunit.xsd similarity index 99% rename from www/vendor/phpunit/phpunit/phpunit.xsd rename to vendor/phpunit/phpunit/phpunit.xsd index eabefac3..7fa2f6b6 100644 --- a/www/vendor/phpunit/phpunit/phpunit.xsd +++ b/vendor/phpunit/phpunit/phpunit.xsd @@ -2,7 +2,7 @@ - This Schema file defines the rules by which the XML configuration file of PHPUnit 9.5 may be structured. + This Schema file defines the rules by which the XML configuration file of PHPUnit 9.6 may be structured. diff --git a/www/vendor/phpunit/phpunit/schema/8.5.xsd b/vendor/phpunit/phpunit/schema/8.5.xsd similarity index 100% rename from www/vendor/phpunit/phpunit/schema/8.5.xsd rename to vendor/phpunit/phpunit/schema/8.5.xsd diff --git a/www/vendor/phpunit/phpunit/schema/9.2.xsd b/vendor/phpunit/phpunit/schema/9.2.xsd similarity index 100% rename from www/vendor/phpunit/phpunit/schema/9.2.xsd rename to vendor/phpunit/phpunit/schema/9.2.xsd diff --git a/www/vendor/phpunit/phpunit/src/Exception.php b/vendor/phpunit/phpunit/src/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Exception.php rename to vendor/phpunit/phpunit/src/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Assert.php b/vendor/phpunit/phpunit/src/Framework/Assert.php similarity index 96% rename from www/vendor/phpunit/phpunit/src/Framework/Assert.php rename to vendor/phpunit/phpunit/src/Framework/Assert.php index 97321e35..156220a5 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/Assert.php +++ b/vendor/phpunit/phpunit/src/Framework/Assert.php @@ -37,6 +37,7 @@ use Countable; use DOMAttr; use DOMDocument; use DOMElement; +use Generator; use PHPUnit\Framework\Constraint\ArrayHasKey; use PHPUnit\Framework\Constraint\Callback; use PHPUnit\Framework\Constraint\ClassHasAttribute; @@ -278,6 +279,10 @@ abstract class Assert */ public static function assertCount(int $expectedCount, $haystack, string $message = ''): void { + if ($haystack instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $haystack parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + if (!$haystack instanceof Countable && !is_iterable($haystack)) { throw InvalidArgumentException::create(2, 'countable or iterable'); } @@ -300,6 +305,10 @@ abstract class Assert */ public static function assertNotCount(int $expectedCount, $haystack, string $message = ''): void { + if ($haystack instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $haystack parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + if (!$haystack instanceof Countable && !is_iterable($haystack)) { throw InvalidArgumentException::create(2, 'countable or iterable'); } @@ -451,6 +460,10 @@ abstract class Assert */ public static function assertEmpty($actual, string $message = ''): void { + if ($actual instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + static::assertThat($actual, static::isEmpty(), $message); } @@ -464,6 +477,10 @@ abstract class Assert */ public static function assertNotEmpty($actual, string $message = ''): void { + if ($actual instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + static::assertThat($actual, static::logicalNot(static::isEmpty()), $message); } @@ -1168,9 +1185,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertClassHasAttribute(string $attributeName, string $className, string $message = ''): void { + self::createWarning('assertClassHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidClassAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1188,9 +1209,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertClassNotHasAttribute(string $attributeName, string $className, string $message = ''): void { + self::createWarning('assertClassNotHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidClassAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1214,9 +1239,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertClassHasStaticAttribute(string $attributeName, string $className, string $message = ''): void { + self::createWarning('assertClassHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidClassAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1238,9 +1267,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertClassNotHasStaticAttribute(string $attributeName, string $className, string $message = ''): void { + self::createWarning('assertClassNotHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidClassAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1266,9 +1299,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertObjectHasAttribute(string $attributeName, $object, string $message = ''): void { + self::createWarning('assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidObjectAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1292,9 +1329,13 @@ abstract class Assert * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ public static function assertObjectNotHasAttribute(string $attributeName, $object, string $message = ''): void { + self::createWarning('assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + if (!self::isValidObjectAttributeName($attributeName)) { throw InvalidArgumentException::create(1, 'valid attribute name'); } @@ -1901,6 +1942,14 @@ abstract class Assert */ public static function assertSameSize($expected, $actual, string $message = ''): void { + if ($expected instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $expected parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + + if ($actual instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + if (!$expected instanceof Countable && !is_iterable($expected)) { throw InvalidArgumentException::create(1, 'countable or iterable'); } @@ -1929,6 +1978,14 @@ abstract class Assert */ public static function assertNotSameSize($expected, $actual, string $message = ''): void { + if ($expected instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $expected parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + + if ($actual instanceof Generator) { + self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + } + if (!$expected instanceof Countable && !is_iterable($expected)) { throw InvalidArgumentException::create(1, 'countable or iterable'); } @@ -2668,18 +2725,33 @@ abstract class Assert ); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 + */ public static function classHasAttribute(string $attributeName): ClassHasAttribute { + self::createWarning('classHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + return new ClassHasAttribute($attributeName); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 + */ public static function classHasStaticAttribute(string $attributeName): ClassHasStaticAttribute { + self::createWarning('classHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); + return new ClassHasStaticAttribute($attributeName); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 + */ public static function objectHasAttribute($attributeName): ObjectHasAttribute { + self::createWarning('objectHasAttribute() is deprecated and will be removed in PHPUnit 10.'); + return new ObjectHasAttribute($attributeName); } diff --git a/www/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php b/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php rename to vendor/phpunit/phpunit/src/Framework/Assert/Functions.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php b/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php b/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php b/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php b/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php similarity index 99% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php index 8ded556c..4bf19e27 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php +++ b/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php @@ -30,14 +30,19 @@ final class JsonMatchesErrorMessageProvider switch ($error) { case JSON_ERROR_NONE: return null; + case JSON_ERROR_DEPTH: return $prefix . 'Maximum stack depth exceeded'; + case JSON_ERROR_STATE_MISMATCH: return $prefix . 'Underflow or the modes mismatch'; + case JSON_ERROR_CTRL_CHAR: return $prefix . 'Unexpected control character found'; + case JSON_ERROR_SYNTAX: return $prefix . 'Syntax error, malformed JSON'; + case JSON_ERROR_UTF8: return $prefix . 'Malformed UTF-8 characters, possibly incorrectly encoded'; @@ -56,6 +61,7 @@ final class JsonMatchesErrorMessageProvider $prefix = 'Expected value JSON decode error - '; break; + case 'actual': $prefix = 'Actual value JSON decode error - '; diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php similarity index 96% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php index 8df92712..a873ceae 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php +++ b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php @@ -18,6 +18,8 @@ use ReflectionException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ class ClassHasAttribute extends Constraint { diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php similarity index 95% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php index c2c94109..538cbf08 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php +++ b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php @@ -16,6 +16,8 @@ use ReflectionException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ final class ClassHasStaticAttribute extends ClassHasAttribute { diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php similarity index 91% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php index 5fbc0888..602cb05d 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php +++ b/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php @@ -13,6 +13,8 @@ use ReflectionObject; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 */ final class ObjectHasAttribute extends ClassHasAttribute { diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php b/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php b/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php rename to vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php b/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php rename to vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php b/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php rename to vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Error/Error.php b/vendor/phpunit/phpunit/src/Framework/Error/Error.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Error/Error.php rename to vendor/phpunit/phpunit/src/Framework/Error/Error.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Error/Notice.php b/vendor/phpunit/phpunit/src/Framework/Error/Notice.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Error/Notice.php rename to vendor/phpunit/phpunit/src/Framework/Error/Notice.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Error/Warning.php b/vendor/phpunit/phpunit/src/Framework/Error/Warning.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Error/Warning.php rename to vendor/phpunit/phpunit/src/Framework/Error/Warning.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php b/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php rename to vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php b/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php b/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php b/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/Error.php b/vendor/phpunit/phpunit/src/Framework/Exception/Error.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/Error.php rename to vendor/phpunit/phpunit/src/Framework/Exception/Error.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php rename to vendor/phpunit/phpunit/src/Framework/Exception/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php b/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php b/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php b/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php b/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php b/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php rename to vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php b/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php b/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php b/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php b/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php b/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php b/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php b/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php b/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php rename to vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php b/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php rename to vendor/phpunit/phpunit/src/Framework/Exception/Warning.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php b/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php rename to vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php b/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php rename to vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php b/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php rename to vendor/phpunit/phpunit/src/Framework/IncompleteTest.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php b/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php rename to vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php b/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php rename to vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php similarity index 99% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php index 89b1e31a..bc3c9236 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php +++ b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php @@ -194,6 +194,8 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch * @throws MethodParametersAlreadyConfiguredException * * @return $this + * + * @deprecated */ public function withConsecutive(...$arguments): self { diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl b/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl rename to vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php b/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php b/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php similarity index 99% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php index 6025c0a1..2188ea0f 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php +++ b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php @@ -21,6 +21,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @deprecated */ final class ConsecutiveParameters implements ParametersRule { diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php b/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php rename to vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Reorderable.php b/vendor/phpunit/phpunit/src/Framework/Reorderable.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Reorderable.php rename to vendor/phpunit/phpunit/src/Framework/Reorderable.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php b/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php rename to vendor/phpunit/phpunit/src/Framework/SelfDescribing.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/SkippedTest.php b/vendor/phpunit/phpunit/src/Framework/SkippedTest.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/SkippedTest.php rename to vendor/phpunit/phpunit/src/Framework/SkippedTest.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php b/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php rename to vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/Test.php b/vendor/phpunit/phpunit/src/Framework/Test.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/Test.php rename to vendor/phpunit/phpunit/src/Framework/Test.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestBuilder.php b/vendor/phpunit/phpunit/src/Framework/TestBuilder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestBuilder.php rename to vendor/phpunit/phpunit/src/Framework/TestBuilder.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestCase.php b/vendor/phpunit/phpunit/src/Framework/TestCase.php similarity index 95% rename from www/vendor/phpunit/phpunit/src/Framework/TestCase.php rename to vendor/phpunit/phpunit/src/Framework/TestCase.php index 530ab6c2..2d83fe01 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/TestCase.php +++ b/vendor/phpunit/phpunit/src/Framework/TestCase.php @@ -599,22 +599,22 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T // @codeCoverageIgnoreStart switch ($exception) { case Deprecated::class: - $this->addWarning('Support for using expectException() with PHPUnit\Framework\Error\Deprecated is deprecated and will be removed in PHPUnit 10. Use expectDeprecation() instead.'); + $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); break; case Error::class: - $this->addWarning('Support for using expectException() with PHPUnit\Framework\Error\Error is deprecated and will be removed in PHPUnit 10. Use expectError() instead.'); + $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); break; case Notice::class: - $this->addWarning('Support for using expectException() with PHPUnit\Framework\Error\Notice is deprecated and will be removed in PHPUnit 10. Use expectNotice() instead.'); + $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); break; case WarningError::class: - $this->addWarning('Support for using expectException() with PHPUnit\Framework\Error\Warning is deprecated and will be removed in PHPUnit 10. Use expectWarning() instead.'); + $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); break; } @@ -658,63 +658,123 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $this->doesNotPerformAssertions = true; } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectDeprecation(): void { + $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectedException = Deprecated::class; } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectDeprecationMessage(string $message): void { + $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessage($message); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectDeprecationMessageMatches(string $regularExpression): void { + $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessageMatches($regularExpression); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectNotice(): void { + $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectedException = Notice::class; } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectNoticeMessage(string $message): void { + $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessage($message); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectNoticeMessageMatches(string $regularExpression): void { + $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessageMatches($regularExpression); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectWarning(): void { + $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectedException = WarningError::class; } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectWarningMessage(string $message): void { + $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessage($message); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectWarningMessageMatches(string $regularExpression): void { + $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessageMatches($regularExpression); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectError(): void { + $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectedException = Error::class; } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectErrorMessage(string $message): void { + $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessage($message); } + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + */ public function expectErrorMessageMatches(string $regularExpression): void { + $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); + $this->expectExceptionMessageMatches($regularExpression); } @@ -1825,9 +1885,13 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * @psalm-param class-string|string $originalClassName * * @psalm-return class-string + * + * @deprecated */ protected function getMockClass(string $originalClassName, $methods = [], array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = false, bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = false): string { + $this->addWarning('PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10.'); + $this->recordDoubledType($originalClassName); $mock = $this->getMockObjectGenerator()->getMock( diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestFailure.php b/vendor/phpunit/phpunit/src/Framework/TestFailure.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestFailure.php rename to vendor/phpunit/phpunit/src/Framework/TestFailure.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestListener.php b/vendor/phpunit/phpunit/src/Framework/TestListener.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestListener.php rename to vendor/phpunit/phpunit/src/Framework/TestListener.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php b/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php rename to vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestResult.php b/vendor/phpunit/phpunit/src/Framework/TestResult.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestResult.php rename to vendor/phpunit/phpunit/src/Framework/TestResult.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestSuite.php b/vendor/phpunit/phpunit/src/Framework/TestSuite.php similarity index 98% rename from www/vendor/phpunit/phpunit/src/Framework/TestSuite.php rename to vendor/phpunit/phpunit/src/Framework/TestSuite.php index ce738533..e7cef62e 100644 --- a/www/vendor/phpunit/phpunit/src/Framework/TestSuite.php +++ b/vendor/phpunit/phpunit/src/Framework/TestSuite.php @@ -456,6 +456,15 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test continue; } + if ($class->isAbstract() && $class->isSubclassOf(TestCase::class)) { + $this->addWarning( + sprintf( + 'Abstract test case classes with "Test" suffix are deprecated (%s)', + $class->getName() + ) + ); + } + if (!$class->isAbstract()) { if ($class->hasMethod(BaseTestRunner::SUITE_METHODNAME)) { try { @@ -619,7 +628,7 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test call_user_func([$this->name, $beforeClassMethod]); } } - } catch (SkippedTestSuiteError $error) { + } catch (SkippedTestSuiteError|SkippedTestError $error) { foreach ($this->tests() as $test) { $result->startTest($test); $result->addFailure($test, $error, 0); diff --git a/www/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php b/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php rename to vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php b/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php rename to vendor/phpunit/phpunit/src/Framework/WarningTestCase.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php b/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php rename to vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php b/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php rename to vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Exception.php b/vendor/phpunit/phpunit/src/Runner/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Exception.php rename to vendor/phpunit/phpunit/src/Runner/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php b/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php rename to vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php b/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php rename to vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php rename to vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php b/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php rename to vendor/phpunit/phpunit/src/Runner/Filter/Factory.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php rename to vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php rename to vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php b/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php rename to vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php b/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/Hook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php b/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php rename to vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php b/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php rename to vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php b/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php rename to vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php b/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php rename to vendor/phpunit/phpunit/src/Runner/PhptTestCase.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php b/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php rename to vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php b/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php similarity index 62% rename from www/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php rename to vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php index 0f7395b2..0ed8330e 100644 --- a/www/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php +++ b/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php @@ -47,7 +47,13 @@ final class StandardTestSuiteLoader implements TestSuiteLoader ); if (empty($loadedClasses)) { - throw $this->exceptionFor($suiteClassName, $suiteClassFile); + throw new Exception( + sprintf( + 'Class %s could not be found in %s', + $suiteClassName, + $suiteClassFile + ) + ); } } @@ -66,7 +72,13 @@ final class StandardTestSuiteLoader implements TestSuiteLoader } if (!class_exists($suiteClassName, false)) { - throw $this->exceptionFor($suiteClassName, $suiteClassFile); + throw new Exception( + sprintf( + 'Class %s could not be found in %s', + $suiteClassName, + $suiteClassFile + ) + ); } try { @@ -81,7 +93,17 @@ final class StandardTestSuiteLoader implements TestSuiteLoader } // @codeCoverageIgnoreEnd - if ($class->isSubclassOf(TestCase::class) && !$class->isAbstract()) { + if ($class->isSubclassOf(TestCase::class)) { + if ($class->isAbstract()) { + throw new Exception( + sprintf( + 'Class %s declared in %s is abstract', + $suiteClassName, + $suiteClassFile + ) + ); + } + return $class; } @@ -91,34 +113,40 @@ final class StandardTestSuiteLoader implements TestSuiteLoader // @codeCoverageIgnoreStart } catch (ReflectionException $e) { throw new Exception( - $e->getMessage(), - $e->getCode(), - $e + sprintf( + 'Method %s::suite() declared in %s is abstract', + $suiteClassName, + $suiteClassFile + ) ); } - // @codeCoverageIgnoreEnd - if (!$method->isAbstract() && $method->isPublic() && $method->isStatic()) { - return $class; + if (!$method->isPublic()) { + throw new Exception( + sprintf( + 'Method %s::suite() declared in %s is not public', + $suiteClassName, + $suiteClassFile + ) + ); + } + + if (!$method->isStatic()) { + throw new Exception( + sprintf( + 'Method %s::suite() declared in %s is not static', + $suiteClassName, + $suiteClassFile + ) + ); } } - throw $this->exceptionFor($suiteClassName, $suiteClassFile); + return $class; } public function reload(ReflectionClass $aClass): ReflectionClass { return $aClass; } - - private function exceptionFor(string $className, string $filename): Exception - { - return new Exception( - sprintf( - "Class '%s' could not be found in '%s'.", - $className, - $filename - ) - ); - } } diff --git a/www/vendor/phpunit/phpunit/src/Runner/TestResultCache.php b/vendor/phpunit/phpunit/src/Runner/TestResultCache.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/TestResultCache.php rename to vendor/phpunit/phpunit/src/Runner/TestResultCache.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php b/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php rename to vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php b/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php rename to vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php diff --git a/www/vendor/phpunit/phpunit/src/Runner/Version.php b/vendor/phpunit/phpunit/src/Runner/Version.php similarity index 94% rename from www/vendor/phpunit/phpunit/src/Runner/Version.php rename to vendor/phpunit/phpunit/src/Runner/Version.php index abedc67c..70de3024 100644 --- a/www/vendor/phpunit/phpunit/src/Runner/Version.php +++ b/vendor/phpunit/phpunit/src/Runner/Version.php @@ -41,7 +41,7 @@ final class Version } if (self::$version === '') { - self::$version = (new VersionId('9.5.27', dirname(__DIR__, 2)))->getVersion(); + self::$version = (new VersionId('9.6.3', dirname(__DIR__, 2)))->getVersion(); } return self::$version; diff --git a/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php b/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php rename to vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php b/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php rename to vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php b/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php rename to vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php b/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php rename to vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Command.php b/vendor/phpunit/phpunit/src/TextUI/Command.php similarity index 99% rename from www/vendor/phpunit/phpunit/src/TextUI/Command.php rename to vendor/phpunit/phpunit/src/TextUI/Command.php index 7d766eb4..48243caa 100644 --- a/www/vendor/phpunit/phpunit/src/TextUI/Command.php +++ b/vendor/phpunit/phpunit/src/TextUI/Command.php @@ -721,7 +721,6 @@ class Command 'filter', 'groups', 'excludeGroups', - 'testsuite', ] ); @@ -749,7 +748,6 @@ class Command 'filter', 'groups', 'excludeGroups', - 'testsuite', ] ); diff --git a/www/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php b/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php rename to vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php b/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php rename to vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php rename to vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php rename to vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php rename to vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php b/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php rename to vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/Help.php b/vendor/phpunit/phpunit/src/TextUI/Help.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/Help.php rename to vendor/phpunit/phpunit/src/TextUI/Help.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php b/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php rename to vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/TestRunner.php b/vendor/phpunit/phpunit/src/TextUI/TestRunner.php similarity index 98% rename from www/vendor/phpunit/phpunit/src/TextUI/TestRunner.php rename to vendor/phpunit/phpunit/src/TextUI/TestRunner.php index b0dd9bcc..c1362f3a 100644 --- a/www/vendor/phpunit/phpunit/src/TextUI/TestRunner.php +++ b/vendor/phpunit/phpunit/src/TextUI/TestRunner.php @@ -27,6 +27,7 @@ use function is_string; use function mt_srand; use function range; use function realpath; +use function sort; use function sprintf; use function time; use PHPUnit\Framework\Exception; @@ -571,6 +572,9 @@ final class TestRunner extends BaseTestRunner $warnings[] = 'Directives printerClass and testdox are mutually exclusive'; } + $warnings = array_merge($warnings, $suite->warnings()); + sort($warnings); + foreach ($warnings as $warning) { $this->writeMessage('Warning', $warning); } @@ -646,18 +650,6 @@ final class TestRunner extends BaseTestRunner } } - $testSuiteWarningsPrinted = false; - - foreach ($suite->warnings() as $warning) { - $this->writeMessage('Warning', $warning); - - $testSuiteWarningsPrinted = true; - } - - if ($testSuiteWarningsPrinted) { - $this->write(PHP_EOL); - } - $suite->run($result); foreach ($this->extensions as $extension) { @@ -1016,18 +1008,20 @@ final class TestRunner extends BaseTestRunner $arguments['excludeGroups'] = array_diff($groupConfiguration->exclude()->asArrayOfStrings(), $groupCliArgs); } - $extensionHandler = new ExtensionHandler; + if (!isset($this->arguments['noExtensions'])) { + $extensionHandler = new ExtensionHandler; - foreach ($arguments['configurationObject']->extensions() as $extension) { - $extensionHandler->registerExtension($extension, $this); + foreach ($arguments['configurationObject']->extensions() as $extension) { + $extensionHandler->registerExtension($extension, $this); + } + + foreach ($arguments['configurationObject']->listeners() as $listener) { + $arguments['listeners'][] = $extensionHandler->createTestListenerInstance($listener); + } + + unset($extensionHandler); } - foreach ($arguments['configurationObject']->listeners() as $listener) { - $arguments['listeners'][] = $extensionHandler->createTestListenerInstance($listener); - } - - unset($extensionHandler); - foreach ($arguments['unavailableExtensions'] as $extension) { $arguments['warnings'][] = sprintf( 'Extension "%s" is not available', diff --git a/www/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php b/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php rename to vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php diff --git a/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php b/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php rename to vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php b/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php rename to vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php b/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php rename to vendor/phpunit/phpunit/src/Util/Annotation/Registry.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Blacklist.php b/vendor/phpunit/phpunit/src/Util/Blacklist.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Blacklist.php rename to vendor/phpunit/phpunit/src/Util/Blacklist.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Cloner.php b/vendor/phpunit/phpunit/src/Util/Cloner.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Cloner.php rename to vendor/phpunit/phpunit/src/Util/Cloner.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Color.php b/vendor/phpunit/phpunit/src/Util/Color.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Color.php rename to vendor/phpunit/phpunit/src/Util/Color.php diff --git a/www/vendor/phpunit/phpunit/src/Util/ErrorHandler.php b/vendor/phpunit/phpunit/src/Util/ErrorHandler.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/ErrorHandler.php rename to vendor/phpunit/phpunit/src/Util/ErrorHandler.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Exception.php b/vendor/phpunit/phpunit/src/Util/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Exception.php rename to vendor/phpunit/phpunit/src/Util/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Util/ExcludeList.php b/vendor/phpunit/phpunit/src/Util/ExcludeList.php similarity index 93% rename from www/vendor/phpunit/phpunit/src/Util/ExcludeList.php rename to vendor/phpunit/phpunit/src/Util/ExcludeList.php index 91a5a66b..778eb309 100644 --- a/www/vendor/phpunit/phpunit/src/Util/ExcludeList.php +++ b/vendor/phpunit/phpunit/src/Util/ExcludeList.php @@ -23,12 +23,8 @@ use DeepCopy\DeepCopy; use Doctrine\Instantiator\Instantiator; use PharIo\Manifest\Manifest; use PharIo\Version\Version as PharIoVersion; -use phpDocumentor\Reflection\DocBlock; -use phpDocumentor\Reflection\Project; -use phpDocumentor\Reflection\Type; use PhpParser\Parser; use PHPUnit\Framework\TestCase; -use Prophecy\Prophet; use ReflectionClass; use SebastianBergmann\CliParser\Parser as CliParser; use SebastianBergmann\CodeCoverage\CodeCoverage; @@ -51,7 +47,6 @@ use SebastianBergmann\Timer\Timer; use SebastianBergmann\Type\TypeName; use SebastianBergmann\Version; use TheSeer\Tokenizer\Tokenizer; -use Webmozart\Assert\Assert; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit @@ -80,18 +75,9 @@ final class ExcludeList // phar-io/version PharIoVersion::class => 1, - // phpdocumentor/reflection-common - Project::class => 1, - - // phpdocumentor/reflection-docblock - DocBlock::class => 1, - // phpdocumentor/type-resolver Type::class => 1, - // phpspec/prophecy - Prophet::class => 1, - // phpunit/phpunit TestCase::class => 2, @@ -157,9 +143,6 @@ final class ExcludeList // theseer/tokenizer Tokenizer::class => 1, - - // webmozart/assert - Assert::class => 1, ]; /** diff --git a/www/vendor/phpunit/phpunit/src/Util/FileLoader.php b/vendor/phpunit/phpunit/src/Util/FileLoader.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/FileLoader.php rename to vendor/phpunit/phpunit/src/Util/FileLoader.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Filesystem.php b/vendor/phpunit/phpunit/src/Util/Filesystem.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Filesystem.php rename to vendor/phpunit/phpunit/src/Util/Filesystem.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Filter.php b/vendor/phpunit/phpunit/src/Util/Filter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Filter.php rename to vendor/phpunit/phpunit/src/Util/Filter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/GlobalState.php b/vendor/phpunit/phpunit/src/Util/GlobalState.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/GlobalState.php rename to vendor/phpunit/phpunit/src/Util/GlobalState.php diff --git a/www/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php b/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php rename to vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Json.php b/vendor/phpunit/phpunit/src/Util/Json.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Json.php rename to vendor/phpunit/phpunit/src/Util/Json.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Log/JUnit.php b/vendor/phpunit/phpunit/src/Util/Log/JUnit.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Log/JUnit.php rename to vendor/phpunit/phpunit/src/Util/Log/JUnit.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php b/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php rename to vendor/phpunit/phpunit/src/Util/Log/TeamCity.php diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php b/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php rename to vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php b/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php rename to vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl rename to vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl rename to vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl b/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl rename to vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl diff --git a/www/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php b/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php rename to vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Printer.php b/vendor/phpunit/phpunit/src/Util/Printer.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Printer.php rename to vendor/phpunit/phpunit/src/Util/Printer.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Reflection.php b/vendor/phpunit/phpunit/src/Util/Reflection.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Reflection.php rename to vendor/phpunit/phpunit/src/Util/Reflection.php diff --git a/www/vendor/phpunit/phpunit/src/Util/RegularExpression.php b/vendor/phpunit/phpunit/src/Util/RegularExpression.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/RegularExpression.php rename to vendor/phpunit/phpunit/src/Util/RegularExpression.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Test.php b/vendor/phpunit/phpunit/src/Util/Test.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Test.php rename to vendor/phpunit/phpunit/src/Util/Test.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php b/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php rename to vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php b/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php rename to vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php diff --git a/www/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php b/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php rename to vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Type.php b/vendor/phpunit/phpunit/src/Util/Type.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Type.php rename to vendor/phpunit/phpunit/src/Util/Type.php diff --git a/www/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php b/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php rename to vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php diff --git a/www/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php b/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php rename to vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml.php b/vendor/phpunit/phpunit/src/Util/Xml.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml.php rename to vendor/phpunit/phpunit/src/Util/Xml.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/Exception.php b/vendor/phpunit/phpunit/src/Util/Xml/Exception.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/Exception.php rename to vendor/phpunit/phpunit/src/Util/Xml/Exception.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php b/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php rename to vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/Loader.php b/vendor/phpunit/phpunit/src/Util/Xml/Loader.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/Loader.php rename to vendor/phpunit/phpunit/src/Util/Xml/Loader.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php b/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php rename to vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php b/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php rename to vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php b/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php rename to vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php b/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php rename to vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php b/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php rename to vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php b/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php rename to vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php diff --git a/www/vendor/phpunit/phpunit/src/Util/Xml/Validator.php b/vendor/phpunit/phpunit/src/Util/Xml/Validator.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/Xml/Validator.php rename to vendor/phpunit/phpunit/src/Util/Xml/Validator.php diff --git a/www/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php b/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php similarity index 100% rename from www/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php rename to vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php diff --git a/www/vendor/sebastian/cli-parser/ChangeLog.md b/vendor/sebastian/cli-parser/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/cli-parser/ChangeLog.md rename to vendor/sebastian/cli-parser/ChangeLog.md diff --git a/www/vendor/sebastian/cli-parser/LICENSE b/vendor/sebastian/cli-parser/LICENSE similarity index 100% rename from www/vendor/sebastian/cli-parser/LICENSE rename to vendor/sebastian/cli-parser/LICENSE diff --git a/www/vendor/sebastian/cli-parser/README.md b/vendor/sebastian/cli-parser/README.md similarity index 100% rename from www/vendor/sebastian/cli-parser/README.md rename to vendor/sebastian/cli-parser/README.md diff --git a/www/vendor/sebastian/cli-parser/composer.json b/vendor/sebastian/cli-parser/composer.json similarity index 100% rename from www/vendor/sebastian/cli-parser/composer.json rename to vendor/sebastian/cli-parser/composer.json diff --git a/www/vendor/sebastian/cli-parser/infection.json b/vendor/sebastian/cli-parser/infection.json similarity index 100% rename from www/vendor/sebastian/cli-parser/infection.json rename to vendor/sebastian/cli-parser/infection.json diff --git a/www/vendor/sebastian/cli-parser/src/Parser.php b/vendor/sebastian/cli-parser/src/Parser.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/Parser.php rename to vendor/sebastian/cli-parser/src/Parser.php diff --git a/www/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php b/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php rename to vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php diff --git a/www/vendor/sebastian/cli-parser/src/exceptions/Exception.php b/vendor/sebastian/cli-parser/src/exceptions/Exception.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/exceptions/Exception.php rename to vendor/sebastian/cli-parser/src/exceptions/Exception.php diff --git a/www/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php b/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php rename to vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php diff --git a/www/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php b/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php rename to vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php diff --git a/www/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php b/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php similarity index 100% rename from www/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php rename to vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php diff --git a/www/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md b/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md rename to vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md diff --git a/www/vendor/sebastian/code-unit-reverse-lookup/LICENSE b/vendor/sebastian/code-unit-reverse-lookup/LICENSE similarity index 100% rename from www/vendor/sebastian/code-unit-reverse-lookup/LICENSE rename to vendor/sebastian/code-unit-reverse-lookup/LICENSE diff --git a/www/vendor/sebastian/code-unit-reverse-lookup/README.md b/vendor/sebastian/code-unit-reverse-lookup/README.md similarity index 100% rename from www/vendor/sebastian/code-unit-reverse-lookup/README.md rename to vendor/sebastian/code-unit-reverse-lookup/README.md diff --git a/www/vendor/sebastian/code-unit-reverse-lookup/composer.json b/vendor/sebastian/code-unit-reverse-lookup/composer.json similarity index 100% rename from www/vendor/sebastian/code-unit-reverse-lookup/composer.json rename to vendor/sebastian/code-unit-reverse-lookup/composer.json diff --git a/www/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php b/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php similarity index 100% rename from www/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php rename to vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php diff --git a/www/vendor/sebastian/code-unit/.psalm/baseline.xml b/vendor/sebastian/code-unit/.psalm/baseline.xml similarity index 100% rename from www/vendor/sebastian/code-unit/.psalm/baseline.xml rename to vendor/sebastian/code-unit/.psalm/baseline.xml diff --git a/www/vendor/sebastian/code-unit/.psalm/config.xml b/vendor/sebastian/code-unit/.psalm/config.xml similarity index 100% rename from www/vendor/sebastian/code-unit/.psalm/config.xml rename to vendor/sebastian/code-unit/.psalm/config.xml diff --git a/www/vendor/sebastian/code-unit/ChangeLog.md b/vendor/sebastian/code-unit/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/code-unit/ChangeLog.md rename to vendor/sebastian/code-unit/ChangeLog.md diff --git a/www/vendor/sebastian/code-unit/LICENSE b/vendor/sebastian/code-unit/LICENSE similarity index 100% rename from www/vendor/sebastian/code-unit/LICENSE rename to vendor/sebastian/code-unit/LICENSE diff --git a/www/vendor/sebastian/code-unit/README.md b/vendor/sebastian/code-unit/README.md similarity index 100% rename from www/vendor/sebastian/code-unit/README.md rename to vendor/sebastian/code-unit/README.md diff --git a/www/vendor/sebastian/code-unit/composer.json b/vendor/sebastian/code-unit/composer.json similarity index 100% rename from www/vendor/sebastian/code-unit/composer.json rename to vendor/sebastian/code-unit/composer.json diff --git a/www/vendor/sebastian/code-unit/src/ClassMethodUnit.php b/vendor/sebastian/code-unit/src/ClassMethodUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/ClassMethodUnit.php rename to vendor/sebastian/code-unit/src/ClassMethodUnit.php diff --git a/www/vendor/sebastian/code-unit/src/ClassUnit.php b/vendor/sebastian/code-unit/src/ClassUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/ClassUnit.php rename to vendor/sebastian/code-unit/src/ClassUnit.php diff --git a/www/vendor/sebastian/code-unit/src/CodeUnit.php b/vendor/sebastian/code-unit/src/CodeUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/CodeUnit.php rename to vendor/sebastian/code-unit/src/CodeUnit.php diff --git a/www/vendor/sebastian/code-unit/src/CodeUnitCollection.php b/vendor/sebastian/code-unit/src/CodeUnitCollection.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/CodeUnitCollection.php rename to vendor/sebastian/code-unit/src/CodeUnitCollection.php diff --git a/www/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php b/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php rename to vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php diff --git a/www/vendor/sebastian/code-unit/src/FunctionUnit.php b/vendor/sebastian/code-unit/src/FunctionUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/FunctionUnit.php rename to vendor/sebastian/code-unit/src/FunctionUnit.php diff --git a/www/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php b/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php rename to vendor/sebastian/code-unit/src/InterfaceMethodUnit.php diff --git a/www/vendor/sebastian/code-unit/src/InterfaceUnit.php b/vendor/sebastian/code-unit/src/InterfaceUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/InterfaceUnit.php rename to vendor/sebastian/code-unit/src/InterfaceUnit.php diff --git a/www/vendor/sebastian/code-unit/src/Mapper.php b/vendor/sebastian/code-unit/src/Mapper.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/Mapper.php rename to vendor/sebastian/code-unit/src/Mapper.php diff --git a/www/vendor/sebastian/code-unit/src/TraitMethodUnit.php b/vendor/sebastian/code-unit/src/TraitMethodUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/TraitMethodUnit.php rename to vendor/sebastian/code-unit/src/TraitMethodUnit.php diff --git a/www/vendor/sebastian/code-unit/src/TraitUnit.php b/vendor/sebastian/code-unit/src/TraitUnit.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/TraitUnit.php rename to vendor/sebastian/code-unit/src/TraitUnit.php diff --git a/www/vendor/sebastian/code-unit/src/exceptions/Exception.php b/vendor/sebastian/code-unit/src/exceptions/Exception.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/exceptions/Exception.php rename to vendor/sebastian/code-unit/src/exceptions/Exception.php diff --git a/www/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php b/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php rename to vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php diff --git a/www/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php b/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php rename to vendor/sebastian/code-unit/src/exceptions/NoTraitException.php diff --git a/www/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php b/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php similarity index 100% rename from www/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php rename to vendor/sebastian/code-unit/src/exceptions/ReflectionException.php diff --git a/www/vendor/sebastian/comparator/ChangeLog.md b/vendor/sebastian/comparator/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/comparator/ChangeLog.md rename to vendor/sebastian/comparator/ChangeLog.md diff --git a/www/vendor/sebastian/comparator/LICENSE b/vendor/sebastian/comparator/LICENSE similarity index 100% rename from www/vendor/sebastian/comparator/LICENSE rename to vendor/sebastian/comparator/LICENSE diff --git a/www/vendor/sebastian/comparator/README.md b/vendor/sebastian/comparator/README.md similarity index 100% rename from www/vendor/sebastian/comparator/README.md rename to vendor/sebastian/comparator/README.md diff --git a/www/vendor/sebastian/comparator/composer.json b/vendor/sebastian/comparator/composer.json similarity index 100% rename from www/vendor/sebastian/comparator/composer.json rename to vendor/sebastian/comparator/composer.json diff --git a/www/vendor/sebastian/comparator/src/ArrayComparator.php b/vendor/sebastian/comparator/src/ArrayComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ArrayComparator.php rename to vendor/sebastian/comparator/src/ArrayComparator.php diff --git a/www/vendor/sebastian/comparator/src/Comparator.php b/vendor/sebastian/comparator/src/Comparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/Comparator.php rename to vendor/sebastian/comparator/src/Comparator.php diff --git a/www/vendor/sebastian/comparator/src/ComparisonFailure.php b/vendor/sebastian/comparator/src/ComparisonFailure.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ComparisonFailure.php rename to vendor/sebastian/comparator/src/ComparisonFailure.php diff --git a/www/vendor/sebastian/comparator/src/DOMNodeComparator.php b/vendor/sebastian/comparator/src/DOMNodeComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/DOMNodeComparator.php rename to vendor/sebastian/comparator/src/DOMNodeComparator.php diff --git a/www/vendor/sebastian/comparator/src/DateTimeComparator.php b/vendor/sebastian/comparator/src/DateTimeComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/DateTimeComparator.php rename to vendor/sebastian/comparator/src/DateTimeComparator.php diff --git a/www/vendor/sebastian/comparator/src/DoubleComparator.php b/vendor/sebastian/comparator/src/DoubleComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/DoubleComparator.php rename to vendor/sebastian/comparator/src/DoubleComparator.php diff --git a/www/vendor/sebastian/comparator/src/ExceptionComparator.php b/vendor/sebastian/comparator/src/ExceptionComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ExceptionComparator.php rename to vendor/sebastian/comparator/src/ExceptionComparator.php diff --git a/www/vendor/sebastian/comparator/src/Factory.php b/vendor/sebastian/comparator/src/Factory.php similarity index 100% rename from www/vendor/sebastian/comparator/src/Factory.php rename to vendor/sebastian/comparator/src/Factory.php diff --git a/www/vendor/sebastian/comparator/src/MockObjectComparator.php b/vendor/sebastian/comparator/src/MockObjectComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/MockObjectComparator.php rename to vendor/sebastian/comparator/src/MockObjectComparator.php diff --git a/www/vendor/sebastian/comparator/src/NumericComparator.php b/vendor/sebastian/comparator/src/NumericComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/NumericComparator.php rename to vendor/sebastian/comparator/src/NumericComparator.php diff --git a/www/vendor/sebastian/comparator/src/ObjectComparator.php b/vendor/sebastian/comparator/src/ObjectComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ObjectComparator.php rename to vendor/sebastian/comparator/src/ObjectComparator.php diff --git a/www/vendor/sebastian/comparator/src/ResourceComparator.php b/vendor/sebastian/comparator/src/ResourceComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ResourceComparator.php rename to vendor/sebastian/comparator/src/ResourceComparator.php diff --git a/www/vendor/sebastian/comparator/src/ScalarComparator.php b/vendor/sebastian/comparator/src/ScalarComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/ScalarComparator.php rename to vendor/sebastian/comparator/src/ScalarComparator.php diff --git a/www/vendor/sebastian/comparator/src/SplObjectStorageComparator.php b/vendor/sebastian/comparator/src/SplObjectStorageComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/SplObjectStorageComparator.php rename to vendor/sebastian/comparator/src/SplObjectStorageComparator.php diff --git a/www/vendor/sebastian/comparator/src/TypeComparator.php b/vendor/sebastian/comparator/src/TypeComparator.php similarity index 100% rename from www/vendor/sebastian/comparator/src/TypeComparator.php rename to vendor/sebastian/comparator/src/TypeComparator.php diff --git a/www/vendor/sebastian/comparator/src/exceptions/Exception.php b/vendor/sebastian/comparator/src/exceptions/Exception.php similarity index 100% rename from www/vendor/sebastian/comparator/src/exceptions/Exception.php rename to vendor/sebastian/comparator/src/exceptions/Exception.php diff --git a/www/vendor/sebastian/comparator/src/exceptions/RuntimeException.php b/vendor/sebastian/comparator/src/exceptions/RuntimeException.php similarity index 100% rename from www/vendor/sebastian/comparator/src/exceptions/RuntimeException.php rename to vendor/sebastian/comparator/src/exceptions/RuntimeException.php diff --git a/www/vendor/sebastian/complexity/.psalm/baseline.xml b/vendor/sebastian/complexity/.psalm/baseline.xml similarity index 100% rename from www/vendor/sebastian/complexity/.psalm/baseline.xml rename to vendor/sebastian/complexity/.psalm/baseline.xml diff --git a/www/vendor/sebastian/complexity/.psalm/config.xml b/vendor/sebastian/complexity/.psalm/config.xml similarity index 100% rename from www/vendor/sebastian/complexity/.psalm/config.xml rename to vendor/sebastian/complexity/.psalm/config.xml diff --git a/www/vendor/sebastian/complexity/ChangeLog.md b/vendor/sebastian/complexity/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/complexity/ChangeLog.md rename to vendor/sebastian/complexity/ChangeLog.md diff --git a/www/vendor/sebastian/complexity/LICENSE b/vendor/sebastian/complexity/LICENSE similarity index 100% rename from www/vendor/sebastian/complexity/LICENSE rename to vendor/sebastian/complexity/LICENSE diff --git a/www/vendor/sebastian/complexity/README.md b/vendor/sebastian/complexity/README.md similarity index 100% rename from www/vendor/sebastian/complexity/README.md rename to vendor/sebastian/complexity/README.md diff --git a/www/vendor/sebastian/complexity/composer.json b/vendor/sebastian/complexity/composer.json similarity index 100% rename from www/vendor/sebastian/complexity/composer.json rename to vendor/sebastian/complexity/composer.json diff --git a/www/vendor/sebastian/complexity/src/Calculator.php b/vendor/sebastian/complexity/src/Calculator.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Calculator.php rename to vendor/sebastian/complexity/src/Calculator.php diff --git a/www/vendor/sebastian/complexity/src/Complexity/Complexity.php b/vendor/sebastian/complexity/src/Complexity/Complexity.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Complexity/Complexity.php rename to vendor/sebastian/complexity/src/Complexity/Complexity.php diff --git a/www/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php b/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php rename to vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php diff --git a/www/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php b/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php rename to vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php diff --git a/www/vendor/sebastian/complexity/src/Exception/Exception.php b/vendor/sebastian/complexity/src/Exception/Exception.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Exception/Exception.php rename to vendor/sebastian/complexity/src/Exception/Exception.php diff --git a/www/vendor/sebastian/complexity/src/Exception/RuntimeException.php b/vendor/sebastian/complexity/src/Exception/RuntimeException.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Exception/RuntimeException.php rename to vendor/sebastian/complexity/src/Exception/RuntimeException.php diff --git a/www/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php b/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php rename to vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php diff --git a/www/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php b/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php similarity index 100% rename from www/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php rename to vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php diff --git a/www/vendor/sebastian/diff/ChangeLog.md b/vendor/sebastian/diff/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/diff/ChangeLog.md rename to vendor/sebastian/diff/ChangeLog.md diff --git a/www/vendor/sebastian/diff/LICENSE b/vendor/sebastian/diff/LICENSE similarity index 100% rename from www/vendor/sebastian/diff/LICENSE rename to vendor/sebastian/diff/LICENSE diff --git a/www/vendor/sebastian/diff/README.md b/vendor/sebastian/diff/README.md similarity index 100% rename from www/vendor/sebastian/diff/README.md rename to vendor/sebastian/diff/README.md diff --git a/www/vendor/sebastian/diff/composer.json b/vendor/sebastian/diff/composer.json similarity index 100% rename from www/vendor/sebastian/diff/composer.json rename to vendor/sebastian/diff/composer.json diff --git a/www/vendor/sebastian/diff/src/Chunk.php b/vendor/sebastian/diff/src/Chunk.php similarity index 100% rename from www/vendor/sebastian/diff/src/Chunk.php rename to vendor/sebastian/diff/src/Chunk.php diff --git a/www/vendor/sebastian/diff/src/Diff.php b/vendor/sebastian/diff/src/Diff.php similarity index 100% rename from www/vendor/sebastian/diff/src/Diff.php rename to vendor/sebastian/diff/src/Diff.php diff --git a/www/vendor/sebastian/diff/src/Differ.php b/vendor/sebastian/diff/src/Differ.php similarity index 100% rename from www/vendor/sebastian/diff/src/Differ.php rename to vendor/sebastian/diff/src/Differ.php diff --git a/www/vendor/sebastian/diff/src/Exception/ConfigurationException.php b/vendor/sebastian/diff/src/Exception/ConfigurationException.php similarity index 100% rename from www/vendor/sebastian/diff/src/Exception/ConfigurationException.php rename to vendor/sebastian/diff/src/Exception/ConfigurationException.php diff --git a/www/vendor/sebastian/diff/src/Exception/Exception.php b/vendor/sebastian/diff/src/Exception/Exception.php similarity index 100% rename from www/vendor/sebastian/diff/src/Exception/Exception.php rename to vendor/sebastian/diff/src/Exception/Exception.php diff --git a/www/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php b/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php similarity index 100% rename from www/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php rename to vendor/sebastian/diff/src/Exception/InvalidArgumentException.php diff --git a/www/vendor/sebastian/diff/src/Line.php b/vendor/sebastian/diff/src/Line.php similarity index 100% rename from www/vendor/sebastian/diff/src/Line.php rename to vendor/sebastian/diff/src/Line.php diff --git a/www/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php similarity index 100% rename from www/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php rename to vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php diff --git a/www/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php similarity index 100% rename from www/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php rename to vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php diff --git a/www/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php b/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php similarity index 100% rename from www/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php rename to vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php diff --git a/www/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php b/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php similarity index 100% rename from www/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php rename to vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php diff --git a/www/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php b/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php similarity index 100% rename from www/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php rename to vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php diff --git a/www/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php b/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php similarity index 100% rename from www/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php rename to vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php diff --git a/www/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php b/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php similarity index 100% rename from www/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php rename to vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php diff --git a/www/vendor/sebastian/diff/src/Parser.php b/vendor/sebastian/diff/src/Parser.php similarity index 100% rename from www/vendor/sebastian/diff/src/Parser.php rename to vendor/sebastian/diff/src/Parser.php diff --git a/www/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php b/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php similarity index 100% rename from www/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php rename to vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php diff --git a/www/vendor/sebastian/environment/ChangeLog.md b/vendor/sebastian/environment/ChangeLog.md similarity index 95% rename from www/vendor/sebastian/environment/ChangeLog.md rename to vendor/sebastian/environment/ChangeLog.md index 8943aee4..07365951 100644 --- a/www/vendor/sebastian/environment/ChangeLog.md +++ b/vendor/sebastian/environment/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes in `sebastianbergmann/environment` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [5.1.5] - 2023-02-03 + +### Fixed + +* [#59](https://github.com/sebastianbergmann/environment/issues/59): Wrong usage of `stream_isatty()`, `fstat()` used without checking whether the function is available + ## [5.1.4] - 2022-04-03 ### Fixed @@ -151,6 +157,7 @@ All notable changes in `sebastianbergmann/environment` are documented in this fi * This component is no longer supported on PHP 5.6 +[5.1.5]: https://github.com/sebastianbergmann/environment/compare/5.1.4...5.1.5 [5.1.4]: https://github.com/sebastianbergmann/environment/compare/5.1.3...5.1.4 [5.1.3]: https://github.com/sebastianbergmann/environment/compare/5.1.2...5.1.3 [5.1.2]: https://github.com/sebastianbergmann/environment/compare/5.1.1...5.1.2 diff --git a/www/vendor/sebastian/environment/LICENSE b/vendor/sebastian/environment/LICENSE similarity index 100% rename from www/vendor/sebastian/environment/LICENSE rename to vendor/sebastian/environment/LICENSE diff --git a/www/vendor/sebastian/environment/README.md b/vendor/sebastian/environment/README.md similarity index 100% rename from www/vendor/sebastian/environment/README.md rename to vendor/sebastian/environment/README.md diff --git a/www/vendor/sebastian/environment/composer.json b/vendor/sebastian/environment/composer.json similarity index 100% rename from www/vendor/sebastian/environment/composer.json rename to vendor/sebastian/environment/composer.json diff --git a/www/vendor/sebastian/environment/src/Console.php b/vendor/sebastian/environment/src/Console.php similarity index 94% rename from www/vendor/sebastian/environment/src/Console.php rename to vendor/sebastian/environment/src/Console.php index e7fd1643..180eb60b 100644 --- a/www/vendor/sebastian/environment/src/Console.php +++ b/vendor/sebastian/environment/src/Console.php @@ -105,16 +105,14 @@ final class Console public function isInteractive($fileDescriptor = self::STDOUT): bool { if (is_resource($fileDescriptor)) { - // These functions require a descriptor that is a real resource, not a numeric ID of it if (function_exists('stream_isatty') && @stream_isatty($fileDescriptor)) { return true; } - // Check if formatted mode is S_IFCHR - if (function_exists('fstat') && @stream_isatty($fileDescriptor)) { + if (function_exists('fstat')) { $stat = @fstat(STDOUT); - return $stat ? 0020000 === ($stat['mode'] & 0170000) : false; + return $stat && 0020000 === ($stat['mode'] & 0170000); } return false; diff --git a/www/vendor/sebastian/environment/src/OperatingSystem.php b/vendor/sebastian/environment/src/OperatingSystem.php similarity index 100% rename from www/vendor/sebastian/environment/src/OperatingSystem.php rename to vendor/sebastian/environment/src/OperatingSystem.php diff --git a/www/vendor/sebastian/environment/src/Runtime.php b/vendor/sebastian/environment/src/Runtime.php similarity index 100% rename from www/vendor/sebastian/environment/src/Runtime.php rename to vendor/sebastian/environment/src/Runtime.php diff --git a/www/vendor/sebastian/exporter/ChangeLog.md b/vendor/sebastian/exporter/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/exporter/ChangeLog.md rename to vendor/sebastian/exporter/ChangeLog.md diff --git a/www/vendor/sebastian/exporter/LICENSE b/vendor/sebastian/exporter/LICENSE similarity index 100% rename from www/vendor/sebastian/exporter/LICENSE rename to vendor/sebastian/exporter/LICENSE diff --git a/www/vendor/sebastian/exporter/README.md b/vendor/sebastian/exporter/README.md similarity index 100% rename from www/vendor/sebastian/exporter/README.md rename to vendor/sebastian/exporter/README.md diff --git a/www/vendor/sebastian/exporter/composer.json b/vendor/sebastian/exporter/composer.json similarity index 100% rename from www/vendor/sebastian/exporter/composer.json rename to vendor/sebastian/exporter/composer.json diff --git a/www/vendor/sebastian/exporter/src/Exporter.php b/vendor/sebastian/exporter/src/Exporter.php similarity index 100% rename from www/vendor/sebastian/exporter/src/Exporter.php rename to vendor/sebastian/exporter/src/Exporter.php diff --git a/www/vendor/sebastian/global-state/ChangeLog.md b/vendor/sebastian/global-state/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/global-state/ChangeLog.md rename to vendor/sebastian/global-state/ChangeLog.md diff --git a/www/vendor/sebastian/global-state/LICENSE b/vendor/sebastian/global-state/LICENSE similarity index 100% rename from www/vendor/sebastian/global-state/LICENSE rename to vendor/sebastian/global-state/LICENSE diff --git a/www/vendor/sebastian/global-state/README.md b/vendor/sebastian/global-state/README.md similarity index 100% rename from www/vendor/sebastian/global-state/README.md rename to vendor/sebastian/global-state/README.md diff --git a/www/vendor/sebastian/global-state/composer.json b/vendor/sebastian/global-state/composer.json similarity index 100% rename from www/vendor/sebastian/global-state/composer.json rename to vendor/sebastian/global-state/composer.json diff --git a/www/vendor/sebastian/global-state/src/CodeExporter.php b/vendor/sebastian/global-state/src/CodeExporter.php similarity index 100% rename from www/vendor/sebastian/global-state/src/CodeExporter.php rename to vendor/sebastian/global-state/src/CodeExporter.php diff --git a/www/vendor/sebastian/global-state/src/ExcludeList.php b/vendor/sebastian/global-state/src/ExcludeList.php similarity index 100% rename from www/vendor/sebastian/global-state/src/ExcludeList.php rename to vendor/sebastian/global-state/src/ExcludeList.php diff --git a/www/vendor/sebastian/global-state/src/Restorer.php b/vendor/sebastian/global-state/src/Restorer.php similarity index 100% rename from www/vendor/sebastian/global-state/src/Restorer.php rename to vendor/sebastian/global-state/src/Restorer.php diff --git a/www/vendor/sebastian/global-state/src/Snapshot.php b/vendor/sebastian/global-state/src/Snapshot.php similarity index 100% rename from www/vendor/sebastian/global-state/src/Snapshot.php rename to vendor/sebastian/global-state/src/Snapshot.php diff --git a/www/vendor/sebastian/global-state/src/exceptions/Exception.php b/vendor/sebastian/global-state/src/exceptions/Exception.php similarity index 100% rename from www/vendor/sebastian/global-state/src/exceptions/Exception.php rename to vendor/sebastian/global-state/src/exceptions/Exception.php diff --git a/www/vendor/sebastian/global-state/src/exceptions/RuntimeException.php b/vendor/sebastian/global-state/src/exceptions/RuntimeException.php similarity index 100% rename from www/vendor/sebastian/global-state/src/exceptions/RuntimeException.php rename to vendor/sebastian/global-state/src/exceptions/RuntimeException.php diff --git a/www/vendor/sebastian/lines-of-code/.psalm/baseline.xml b/vendor/sebastian/lines-of-code/.psalm/baseline.xml similarity index 100% rename from www/vendor/sebastian/lines-of-code/.psalm/baseline.xml rename to vendor/sebastian/lines-of-code/.psalm/baseline.xml diff --git a/www/vendor/sebastian/lines-of-code/.psalm/config.xml b/vendor/sebastian/lines-of-code/.psalm/config.xml similarity index 100% rename from www/vendor/sebastian/lines-of-code/.psalm/config.xml rename to vendor/sebastian/lines-of-code/.psalm/config.xml diff --git a/www/vendor/sebastian/lines-of-code/ChangeLog.md b/vendor/sebastian/lines-of-code/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/lines-of-code/ChangeLog.md rename to vendor/sebastian/lines-of-code/ChangeLog.md diff --git a/www/vendor/sebastian/lines-of-code/LICENSE b/vendor/sebastian/lines-of-code/LICENSE similarity index 100% rename from www/vendor/sebastian/lines-of-code/LICENSE rename to vendor/sebastian/lines-of-code/LICENSE diff --git a/www/vendor/sebastian/lines-of-code/README.md b/vendor/sebastian/lines-of-code/README.md similarity index 100% rename from www/vendor/sebastian/lines-of-code/README.md rename to vendor/sebastian/lines-of-code/README.md diff --git a/www/vendor/sebastian/lines-of-code/composer.json b/vendor/sebastian/lines-of-code/composer.json similarity index 100% rename from www/vendor/sebastian/lines-of-code/composer.json rename to vendor/sebastian/lines-of-code/composer.json diff --git a/www/vendor/sebastian/lines-of-code/src/Counter.php b/vendor/sebastian/lines-of-code/src/Counter.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/Counter.php rename to vendor/sebastian/lines-of-code/src/Counter.php diff --git a/www/vendor/sebastian/lines-of-code/src/Exception/Exception.php b/vendor/sebastian/lines-of-code/src/Exception/Exception.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/Exception/Exception.php rename to vendor/sebastian/lines-of-code/src/Exception/Exception.php diff --git a/www/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php b/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php rename to vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php diff --git a/www/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php b/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php rename to vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php diff --git a/www/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php b/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php rename to vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php diff --git a/www/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php b/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php rename to vendor/sebastian/lines-of-code/src/LineCountingVisitor.php diff --git a/www/vendor/sebastian/lines-of-code/src/LinesOfCode.php b/vendor/sebastian/lines-of-code/src/LinesOfCode.php similarity index 100% rename from www/vendor/sebastian/lines-of-code/src/LinesOfCode.php rename to vendor/sebastian/lines-of-code/src/LinesOfCode.php diff --git a/www/vendor/sebastian/object-enumerator/.psalm/baseline.xml b/vendor/sebastian/object-enumerator/.psalm/baseline.xml similarity index 100% rename from www/vendor/sebastian/object-enumerator/.psalm/baseline.xml rename to vendor/sebastian/object-enumerator/.psalm/baseline.xml diff --git a/www/vendor/sebastian/object-enumerator/.psalm/config.xml b/vendor/sebastian/object-enumerator/.psalm/config.xml similarity index 100% rename from www/vendor/sebastian/object-enumerator/.psalm/config.xml rename to vendor/sebastian/object-enumerator/.psalm/config.xml diff --git a/www/vendor/sebastian/object-enumerator/ChangeLog.md b/vendor/sebastian/object-enumerator/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/object-enumerator/ChangeLog.md rename to vendor/sebastian/object-enumerator/ChangeLog.md diff --git a/www/vendor/sebastian/object-enumerator/LICENSE b/vendor/sebastian/object-enumerator/LICENSE similarity index 100% rename from www/vendor/sebastian/object-enumerator/LICENSE rename to vendor/sebastian/object-enumerator/LICENSE diff --git a/www/vendor/sebastian/object-enumerator/README.md b/vendor/sebastian/object-enumerator/README.md similarity index 100% rename from www/vendor/sebastian/object-enumerator/README.md rename to vendor/sebastian/object-enumerator/README.md diff --git a/www/vendor/sebastian/object-enumerator/composer.json b/vendor/sebastian/object-enumerator/composer.json similarity index 100% rename from www/vendor/sebastian/object-enumerator/composer.json rename to vendor/sebastian/object-enumerator/composer.json diff --git a/www/vendor/sebastian/object-enumerator/phpunit.xml b/vendor/sebastian/object-enumerator/phpunit.xml similarity index 100% rename from www/vendor/sebastian/object-enumerator/phpunit.xml rename to vendor/sebastian/object-enumerator/phpunit.xml diff --git a/www/vendor/sebastian/object-enumerator/src/Enumerator.php b/vendor/sebastian/object-enumerator/src/Enumerator.php similarity index 100% rename from www/vendor/sebastian/object-enumerator/src/Enumerator.php rename to vendor/sebastian/object-enumerator/src/Enumerator.php diff --git a/www/vendor/sebastian/object-enumerator/src/Exception.php b/vendor/sebastian/object-enumerator/src/Exception.php similarity index 100% rename from www/vendor/sebastian/object-enumerator/src/Exception.php rename to vendor/sebastian/object-enumerator/src/Exception.php diff --git a/www/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php b/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php similarity index 100% rename from www/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php rename to vendor/sebastian/object-enumerator/src/InvalidArgumentException.php diff --git a/www/vendor/sebastian/object-reflector/.psalm/baseline.xml b/vendor/sebastian/object-reflector/.psalm/baseline.xml similarity index 100% rename from www/vendor/sebastian/object-reflector/.psalm/baseline.xml rename to vendor/sebastian/object-reflector/.psalm/baseline.xml diff --git a/www/vendor/sebastian/object-reflector/.psalm/config.xml b/vendor/sebastian/object-reflector/.psalm/config.xml similarity index 100% rename from www/vendor/sebastian/object-reflector/.psalm/config.xml rename to vendor/sebastian/object-reflector/.psalm/config.xml diff --git a/www/vendor/sebastian/object-reflector/ChangeLog.md b/vendor/sebastian/object-reflector/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/object-reflector/ChangeLog.md rename to vendor/sebastian/object-reflector/ChangeLog.md diff --git a/www/vendor/sebastian/object-reflector/LICENSE b/vendor/sebastian/object-reflector/LICENSE similarity index 100% rename from www/vendor/sebastian/object-reflector/LICENSE rename to vendor/sebastian/object-reflector/LICENSE diff --git a/www/vendor/sebastian/object-reflector/README.md b/vendor/sebastian/object-reflector/README.md similarity index 100% rename from www/vendor/sebastian/object-reflector/README.md rename to vendor/sebastian/object-reflector/README.md diff --git a/www/vendor/sebastian/object-reflector/composer.json b/vendor/sebastian/object-reflector/composer.json similarity index 100% rename from www/vendor/sebastian/object-reflector/composer.json rename to vendor/sebastian/object-reflector/composer.json diff --git a/www/vendor/sebastian/object-reflector/src/Exception.php b/vendor/sebastian/object-reflector/src/Exception.php similarity index 100% rename from www/vendor/sebastian/object-reflector/src/Exception.php rename to vendor/sebastian/object-reflector/src/Exception.php diff --git a/www/vendor/sebastian/object-reflector/src/InvalidArgumentException.php b/vendor/sebastian/object-reflector/src/InvalidArgumentException.php similarity index 100% rename from www/vendor/sebastian/object-reflector/src/InvalidArgumentException.php rename to vendor/sebastian/object-reflector/src/InvalidArgumentException.php diff --git a/www/vendor/sebastian/object-reflector/src/ObjectReflector.php b/vendor/sebastian/object-reflector/src/ObjectReflector.php similarity index 100% rename from www/vendor/sebastian/object-reflector/src/ObjectReflector.php rename to vendor/sebastian/object-reflector/src/ObjectReflector.php diff --git a/www/vendor/sebastian/recursion-context/ChangeLog.md b/vendor/sebastian/recursion-context/ChangeLog.md similarity index 78% rename from www/vendor/sebastian/recursion-context/ChangeLog.md rename to vendor/sebastian/recursion-context/ChangeLog.md index 2fbacc2c..c1a76516 100644 --- a/www/vendor/sebastian/recursion-context/ChangeLog.md +++ b/vendor/sebastian/recursion-context/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [4.0.5] - 2023-02-03 + +### Fixed + +* [#26](https://github.com/sebastianbergmann/recursion-context/pull/26): Don't clobber `null` values if `array_key_exists(PHP_INT_MAX, $array)` + ## [4.0.4] - 2020-10-26 ### Fixed @@ -27,6 +33,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Tests etc. are now ignored for archive exports +[4.0.5]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.4...4.0.5 [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.2...4.0.3 [4.0.2]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.1...4.0.2 diff --git a/www/vendor/sebastian/recursion-context/LICENSE b/vendor/sebastian/recursion-context/LICENSE similarity index 95% rename from www/vendor/sebastian/recursion-context/LICENSE rename to vendor/sebastian/recursion-context/LICENSE index 0faffbbb..4e9b6371 100644 --- a/www/vendor/sebastian/recursion-context/LICENSE +++ b/vendor/sebastian/recursion-context/LICENSE @@ -1,6 +1,6 @@ Recursion Context -Copyright (c) 2002-2020, Sebastian Bergmann . +Copyright (c) 2002-2022, Sebastian Bergmann . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/www/vendor/sebastian/recursion-context/README.md b/vendor/sebastian/recursion-context/README.md similarity index 100% rename from www/vendor/sebastian/recursion-context/README.md rename to vendor/sebastian/recursion-context/README.md diff --git a/www/vendor/sebastian/recursion-context/composer.json b/vendor/sebastian/recursion-context/composer.json similarity index 92% rename from www/vendor/sebastian/recursion-context/composer.json rename to vendor/sebastian/recursion-context/composer.json index 8a540823..cbd39f76 100644 --- a/www/vendor/sebastian/recursion-context/composer.json +++ b/vendor/sebastian/recursion-context/composer.json @@ -1,7 +1,7 @@ { "name": "sebastian/recursion-context", "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "license": "BSD-3-Clause", "authors": [ { diff --git a/www/vendor/sebastian/recursion-context/src/Context.php b/vendor/sebastian/recursion-context/src/Context.php similarity index 87% rename from www/vendor/sebastian/recursion-context/src/Context.php rename to vendor/sebastian/recursion-context/src/Context.php index 87fe7b04..a647938c 100644 --- a/www/vendor/sebastian/recursion-context/src/Context.php +++ b/vendor/sebastian/recursion-context/src/Context.php @@ -1,6 +1,6 @@ * @@ -11,6 +11,7 @@ namespace SebastianBergmann\RecursionContext; use const PHP_INT_MAX; use const PHP_INT_MIN; +use function array_key_exists; use function array_pop; use function array_slice; use function count; @@ -128,19 +129,23 @@ final class Context $key = count($this->arrays); $this->arrays[] = &$array; - if (!isset($array[PHP_INT_MAX]) && !isset($array[PHP_INT_MAX - 1])) { + if (!array_key_exists(PHP_INT_MAX, $array) && !array_key_exists(PHP_INT_MAX - 1, $array)) { $array[] = $key; $array[] = $this->objects; } else { /* cover the improbable case too */ + /* Note that array_slice (used in containsArray) will return the + * last two values added *not necessarily* the highest integer + * keys in the array, so the order of these writes to $array + * is important, but the actual keys used is not. */ do { $key = random_int(PHP_INT_MIN, PHP_INT_MAX); - } while (isset($array[$key])); + } while (array_key_exists($key, $array)); $array[$key] = $key; do { $key = random_int(PHP_INT_MIN, PHP_INT_MAX); - } while (isset($array[$key])); + } while (array_key_exists($key, $array)); $array[$key] = $this->objects; } diff --git a/www/vendor/sebastian/recursion-context/src/Exception.php b/vendor/sebastian/recursion-context/src/Exception.php similarity index 85% rename from www/vendor/sebastian/recursion-context/src/Exception.php rename to vendor/sebastian/recursion-context/src/Exception.php index e3a9c017..9389a271 100644 --- a/www/vendor/sebastian/recursion-context/src/Exception.php +++ b/vendor/sebastian/recursion-context/src/Exception.php @@ -1,6 +1,6 @@ * diff --git a/www/vendor/sebastian/recursion-context/src/InvalidArgumentException.php b/vendor/sebastian/recursion-context/src/InvalidArgumentException.php similarity index 86% rename from www/vendor/sebastian/recursion-context/src/InvalidArgumentException.php rename to vendor/sebastian/recursion-context/src/InvalidArgumentException.php index 627c8bdf..93d150bc 100644 --- a/www/vendor/sebastian/recursion-context/src/InvalidArgumentException.php +++ b/vendor/sebastian/recursion-context/src/InvalidArgumentException.php @@ -1,6 +1,6 @@ * diff --git a/www/vendor/sebastian/resource-operations/.gitattributes b/vendor/sebastian/resource-operations/.gitattributes similarity index 100% rename from www/vendor/sebastian/resource-operations/.gitattributes rename to vendor/sebastian/resource-operations/.gitattributes diff --git a/www/vendor/sebastian/resource-operations/.gitignore b/vendor/sebastian/resource-operations/.gitignore similarity index 100% rename from www/vendor/sebastian/resource-operations/.gitignore rename to vendor/sebastian/resource-operations/.gitignore diff --git a/www/vendor/sebastian/resource-operations/ChangeLog.md b/vendor/sebastian/resource-operations/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/resource-operations/ChangeLog.md rename to vendor/sebastian/resource-operations/ChangeLog.md diff --git a/www/vendor/sebastian/resource-operations/LICENSE b/vendor/sebastian/resource-operations/LICENSE similarity index 100% rename from www/vendor/sebastian/resource-operations/LICENSE rename to vendor/sebastian/resource-operations/LICENSE diff --git a/www/vendor/sebastian/resource-operations/README.md b/vendor/sebastian/resource-operations/README.md similarity index 100% rename from www/vendor/sebastian/resource-operations/README.md rename to vendor/sebastian/resource-operations/README.md diff --git a/www/vendor/sebastian/resource-operations/build/generate.php b/vendor/sebastian/resource-operations/build/generate.php similarity index 100% rename from www/vendor/sebastian/resource-operations/build/generate.php rename to vendor/sebastian/resource-operations/build/generate.php diff --git a/www/vendor/sebastian/resource-operations/composer.json b/vendor/sebastian/resource-operations/composer.json similarity index 100% rename from www/vendor/sebastian/resource-operations/composer.json rename to vendor/sebastian/resource-operations/composer.json diff --git a/www/vendor/sebastian/resource-operations/src/ResourceOperations.php b/vendor/sebastian/resource-operations/src/ResourceOperations.php similarity index 100% rename from www/vendor/sebastian/resource-operations/src/ResourceOperations.php rename to vendor/sebastian/resource-operations/src/ResourceOperations.php diff --git a/www/vendor/sebastian/type/ChangeLog.md b/vendor/sebastian/type/ChangeLog.md similarity index 96% rename from www/vendor/sebastian/type/ChangeLog.md rename to vendor/sebastian/type/ChangeLog.md index 834681f9..0691a9b1 100644 --- a/www/vendor/sebastian/type/ChangeLog.md +++ b/vendor/sebastian/type/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [3.2.1] - 2023-02-03 + +### Fixed + +* [#28](https://github.com/sebastianbergmann/type/pull/28): Potential undefined offset warning/notice + ## [3.2.0] - 2022-09-12 ### Added @@ -38,6 +44,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt ## [2.3.4] - 2021-06-15 +### Fixed + * Fixed regression introduced in 2.3.3 ## [2.3.3] - 2021-06-15 [YANKED] @@ -139,6 +147,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release based on [code contributed by Michel Hartmann to PHPUnit](https://github.com/sebastianbergmann/phpunit/pull/3673) +[3.2.1]: https://github.com/sebastianbergmann/type/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/sebastianbergmann/type/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/sebastianbergmann/type/compare/3.0.0...3.1.0 [3.0.0]: https://github.com/sebastianbergmann/type/compare/2.3.4...3.0.0 diff --git a/www/vendor/sebastian/type/LICENSE b/vendor/sebastian/type/LICENSE similarity index 100% rename from www/vendor/sebastian/type/LICENSE rename to vendor/sebastian/type/LICENSE diff --git a/www/vendor/sebastian/type/README.md b/vendor/sebastian/type/README.md similarity index 100% rename from www/vendor/sebastian/type/README.md rename to vendor/sebastian/type/README.md diff --git a/www/vendor/sebastian/type/composer.json b/vendor/sebastian/type/composer.json similarity index 100% rename from www/vendor/sebastian/type/composer.json rename to vendor/sebastian/type/composer.json diff --git a/www/vendor/sebastian/type/src/Parameter.php b/vendor/sebastian/type/src/Parameter.php similarity index 100% rename from www/vendor/sebastian/type/src/Parameter.php rename to vendor/sebastian/type/src/Parameter.php diff --git a/www/vendor/sebastian/type/src/ReflectionMapper.php b/vendor/sebastian/type/src/ReflectionMapper.php similarity index 100% rename from www/vendor/sebastian/type/src/ReflectionMapper.php rename to vendor/sebastian/type/src/ReflectionMapper.php diff --git a/www/vendor/sebastian/type/src/TypeName.php b/vendor/sebastian/type/src/TypeName.php similarity index 100% rename from www/vendor/sebastian/type/src/TypeName.php rename to vendor/sebastian/type/src/TypeName.php diff --git a/www/vendor/sebastian/type/src/exception/Exception.php b/vendor/sebastian/type/src/exception/Exception.php similarity index 100% rename from www/vendor/sebastian/type/src/exception/Exception.php rename to vendor/sebastian/type/src/exception/Exception.php diff --git a/www/vendor/sebastian/type/src/exception/RuntimeException.php b/vendor/sebastian/type/src/exception/RuntimeException.php similarity index 100% rename from www/vendor/sebastian/type/src/exception/RuntimeException.php rename to vendor/sebastian/type/src/exception/RuntimeException.php diff --git a/www/vendor/sebastian/type/src/type/CallableType.php b/vendor/sebastian/type/src/type/CallableType.php similarity index 95% rename from www/vendor/sebastian/type/src/type/CallableType.php rename to vendor/sebastian/type/src/type/CallableType.php index 553f1559..d44fb0ca 100644 --- a/www/vendor/sebastian/type/src/type/CallableType.php +++ b/vendor/sebastian/type/src/type/CallableType.php @@ -143,6 +143,10 @@ final class CallableType extends Type return false; } + if (!isset($type->value()[0], $type->value()[1])) { + return false; + } + if (!is_object($type->value()[0]) || !is_string($type->value()[1])) { return false; } @@ -171,6 +175,10 @@ final class CallableType extends Type return false; } + if (!isset($type->value()[0], $type->value()[1])) { + return false; + } + if (!is_string($type->value()[0]) || !is_string($type->value()[1])) { return false; } diff --git a/www/vendor/sebastian/type/src/type/FalseType.php b/vendor/sebastian/type/src/type/FalseType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/FalseType.php rename to vendor/sebastian/type/src/type/FalseType.php diff --git a/www/vendor/sebastian/type/src/type/GenericObjectType.php b/vendor/sebastian/type/src/type/GenericObjectType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/GenericObjectType.php rename to vendor/sebastian/type/src/type/GenericObjectType.php diff --git a/www/vendor/sebastian/type/src/type/IntersectionType.php b/vendor/sebastian/type/src/type/IntersectionType.php similarity index 88% rename from www/vendor/sebastian/type/src/type/IntersectionType.php rename to vendor/sebastian/type/src/type/IntersectionType.php index 4ac72ac9..2e133940 100644 --- a/www/vendor/sebastian/type/src/type/IntersectionType.php +++ b/vendor/sebastian/type/src/type/IntersectionType.php @@ -9,10 +9,10 @@ */ namespace SebastianBergmann\Type; -use function array_unique; use function assert; use function count; use function implode; +use function in_array; use function sort; final class IntersectionType extends Type @@ -114,13 +114,13 @@ final class IntersectionType extends Type foreach ($types as $type) { assert($type instanceof ObjectType); - $names[] = $type->className()->qualifiedName(); - } + $classQualifiedName = $type->className()->qualifiedName(); - if (count(array_unique($names)) < count($names)) { - throw new RuntimeException( - 'An intersection type must not contain duplicate types' - ); + if (in_array($classQualifiedName, $names, true)) { + throw new RuntimeException('An intersection type must not contain duplicate types'); + } + + $names[] = $classQualifiedName; } } } diff --git a/www/vendor/sebastian/type/src/type/IterableType.php b/vendor/sebastian/type/src/type/IterableType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/IterableType.php rename to vendor/sebastian/type/src/type/IterableType.php diff --git a/www/vendor/sebastian/type/src/type/MixedType.php b/vendor/sebastian/type/src/type/MixedType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/MixedType.php rename to vendor/sebastian/type/src/type/MixedType.php diff --git a/www/vendor/sebastian/type/src/type/NeverType.php b/vendor/sebastian/type/src/type/NeverType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/NeverType.php rename to vendor/sebastian/type/src/type/NeverType.php diff --git a/www/vendor/sebastian/type/src/type/NullType.php b/vendor/sebastian/type/src/type/NullType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/NullType.php rename to vendor/sebastian/type/src/type/NullType.php diff --git a/www/vendor/sebastian/type/src/type/ObjectType.php b/vendor/sebastian/type/src/type/ObjectType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/ObjectType.php rename to vendor/sebastian/type/src/type/ObjectType.php diff --git a/www/vendor/sebastian/type/src/type/SimpleType.php b/vendor/sebastian/type/src/type/SimpleType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/SimpleType.php rename to vendor/sebastian/type/src/type/SimpleType.php diff --git a/www/vendor/sebastian/type/src/type/StaticType.php b/vendor/sebastian/type/src/type/StaticType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/StaticType.php rename to vendor/sebastian/type/src/type/StaticType.php diff --git a/www/vendor/sebastian/type/src/type/TrueType.php b/vendor/sebastian/type/src/type/TrueType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/TrueType.php rename to vendor/sebastian/type/src/type/TrueType.php diff --git a/www/vendor/sebastian/type/src/type/Type.php b/vendor/sebastian/type/src/type/Type.php similarity index 100% rename from www/vendor/sebastian/type/src/type/Type.php rename to vendor/sebastian/type/src/type/Type.php diff --git a/www/vendor/sebastian/type/src/type/UnionType.php b/vendor/sebastian/type/src/type/UnionType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/UnionType.php rename to vendor/sebastian/type/src/type/UnionType.php diff --git a/www/vendor/sebastian/type/src/type/UnknownType.php b/vendor/sebastian/type/src/type/UnknownType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/UnknownType.php rename to vendor/sebastian/type/src/type/UnknownType.php diff --git a/www/vendor/sebastian/type/src/type/VoidType.php b/vendor/sebastian/type/src/type/VoidType.php similarity index 100% rename from www/vendor/sebastian/type/src/type/VoidType.php rename to vendor/sebastian/type/src/type/VoidType.php diff --git a/www/vendor/sebastian/version/.gitattributes b/vendor/sebastian/version/.gitattributes similarity index 100% rename from www/vendor/sebastian/version/.gitattributes rename to vendor/sebastian/version/.gitattributes diff --git a/www/vendor/sebastian/version/.gitignore b/vendor/sebastian/version/.gitignore similarity index 100% rename from www/vendor/sebastian/version/.gitignore rename to vendor/sebastian/version/.gitignore diff --git a/www/vendor/sebastian/version/ChangeLog.md b/vendor/sebastian/version/ChangeLog.md similarity index 100% rename from www/vendor/sebastian/version/ChangeLog.md rename to vendor/sebastian/version/ChangeLog.md diff --git a/www/vendor/sebastian/version/LICENSE b/vendor/sebastian/version/LICENSE similarity index 100% rename from www/vendor/sebastian/version/LICENSE rename to vendor/sebastian/version/LICENSE diff --git a/www/vendor/sebastian/version/README.md b/vendor/sebastian/version/README.md similarity index 100% rename from www/vendor/sebastian/version/README.md rename to vendor/sebastian/version/README.md diff --git a/www/vendor/sebastian/version/composer.json b/vendor/sebastian/version/composer.json similarity index 100% rename from www/vendor/sebastian/version/composer.json rename to vendor/sebastian/version/composer.json diff --git a/www/vendor/sebastian/version/src/Version.php b/vendor/sebastian/version/src/Version.php similarity index 100% rename from www/vendor/sebastian/version/src/Version.php rename to vendor/sebastian/version/src/Version.php diff --git a/www/vendor/theseer/tokenizer/.php_cs.dist b/vendor/theseer/tokenizer/.php_cs.dist similarity index 100% rename from www/vendor/theseer/tokenizer/.php_cs.dist rename to vendor/theseer/tokenizer/.php_cs.dist diff --git a/www/vendor/theseer/tokenizer/CHANGELOG.md b/vendor/theseer/tokenizer/CHANGELOG.md similarity index 100% rename from www/vendor/theseer/tokenizer/CHANGELOG.md rename to vendor/theseer/tokenizer/CHANGELOG.md diff --git a/www/vendor/theseer/tokenizer/LICENSE b/vendor/theseer/tokenizer/LICENSE similarity index 100% rename from www/vendor/theseer/tokenizer/LICENSE rename to vendor/theseer/tokenizer/LICENSE diff --git a/www/vendor/theseer/tokenizer/README.md b/vendor/theseer/tokenizer/README.md similarity index 100% rename from www/vendor/theseer/tokenizer/README.md rename to vendor/theseer/tokenizer/README.md diff --git a/www/vendor/theseer/tokenizer/composer.json b/vendor/theseer/tokenizer/composer.json similarity index 100% rename from www/vendor/theseer/tokenizer/composer.json rename to vendor/theseer/tokenizer/composer.json diff --git a/www/vendor/theseer/tokenizer/composer.lock b/vendor/theseer/tokenizer/composer.lock similarity index 100% rename from www/vendor/theseer/tokenizer/composer.lock rename to vendor/theseer/tokenizer/composer.lock diff --git a/www/vendor/theseer/tokenizer/src/Exception.php b/vendor/theseer/tokenizer/src/Exception.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/Exception.php rename to vendor/theseer/tokenizer/src/Exception.php diff --git a/www/vendor/theseer/tokenizer/src/NamespaceUri.php b/vendor/theseer/tokenizer/src/NamespaceUri.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/NamespaceUri.php rename to vendor/theseer/tokenizer/src/NamespaceUri.php diff --git a/www/vendor/theseer/tokenizer/src/NamespaceUriException.php b/vendor/theseer/tokenizer/src/NamespaceUriException.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/NamespaceUriException.php rename to vendor/theseer/tokenizer/src/NamespaceUriException.php diff --git a/www/vendor/theseer/tokenizer/src/Token.php b/vendor/theseer/tokenizer/src/Token.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/Token.php rename to vendor/theseer/tokenizer/src/Token.php diff --git a/www/vendor/theseer/tokenizer/src/TokenCollection.php b/vendor/theseer/tokenizer/src/TokenCollection.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/TokenCollection.php rename to vendor/theseer/tokenizer/src/TokenCollection.php diff --git a/www/vendor/theseer/tokenizer/src/TokenCollectionException.php b/vendor/theseer/tokenizer/src/TokenCollectionException.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/TokenCollectionException.php rename to vendor/theseer/tokenizer/src/TokenCollectionException.php diff --git a/www/vendor/theseer/tokenizer/src/Tokenizer.php b/vendor/theseer/tokenizer/src/Tokenizer.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/Tokenizer.php rename to vendor/theseer/tokenizer/src/Tokenizer.php diff --git a/www/vendor/theseer/tokenizer/src/XMLSerializer.php b/vendor/theseer/tokenizer/src/XMLSerializer.php similarity index 100% rename from www/vendor/theseer/tokenizer/src/XMLSerializer.php rename to vendor/theseer/tokenizer/src/XMLSerializer.php diff --git a/www/composer.json b/www/composer.json index 698da099..00591d33 100644 --- a/www/composer.json +++ b/www/composer.json @@ -13,8 +13,5 @@ "classmap": [ "lib/" ] - }, - "require-dev": { - "phpunit/phpunit": "^9" } } diff --git a/www/composer.lock b/www/composer.lock index cae109db..5912994c 100644 --- a/www/composer.lock +++ b/www/composer.lock @@ -4,1740 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a71e6f4fbc06f0efb6ad34538b515c53", + "content-hash": "4803358a39fae1c0e68aa8125f2ad09b", "packages": [], - "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9 || ^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-12-30T00:15:36+00:00" - }, - { - "name": "myclabs/deep-copy", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "type": "library", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "time": "2022-03-03T13:19:32+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v4.15.2", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" - }, - "time": "2022-11-12T15:38:23+00:00" - }, - { - "name": "phar-io/manifest", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" - }, - "time": "2021-07-20T11:28:43+00:00" - }, - { - "name": "phar-io/version", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" - }, - "time": "2022-02-21T01:04:05+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "9.2.23", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-12-28T12:41:10+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2021-12-02T12:48:52+00:00" - }, - { - "name": "phpunit/php-invoker", - "version": "3.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:58:55+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T05:33:50+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:16:10+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "9.5.27", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.3.1", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.5-dev" - } - }, - "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" - }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "time": "2022-12-09T07:31:23+00:00" - }, - { - "name": "sebastian/cli-parser", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", - "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:08:49+00:00" - }, - { - "name": "sebastian/code-unit", - "version": "1.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:08:54+00:00" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:30:19+00:00" - }, - { - "name": "sebastian/comparator", - "version": "4.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T12:41:17+00:00" - }, - { - "name": "sebastian/complexity", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", - "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T15:52:27+00:00" - }, - { - "name": "sebastian/diff", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:10:38+00:00" - }, - { - "name": "sebastian/environment", - "version": "5.1.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-04-03T09:37:03+00:00" - }, - { - "name": "sebastian/exporter", - "version": "4.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T06:03:37+00:00" - }, - { - "name": "sebastian/global-state", - "version": "5.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-02-14T08:28:10+00:00" - }, - { - "name": "sebastian/lines-of-code", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-11-28T06:42:11+00:00" - }, - { - "name": "sebastian/object-enumerator", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:12:34+00:00" - }, - { - "name": "sebastian/object-reflector", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:14:26+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:17:30+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:45:17+00:00" - }, - { - "name": "sebastian/type", - "version": "3.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-12T14:47:03+00:00" - }, - { - "name": "sebastian/version", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:39:44+00:00" - }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "time": "2021-07-28T10:34:58+00:00" - } - ], + "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], @@ -1745,5 +14,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" } diff --git a/www/vendor/bin/php-parse b/www/vendor/bin/php-parse deleted file mode 120000 index 062d66a3..00000000 --- a/www/vendor/bin/php-parse +++ /dev/null @@ -1 +0,0 @@ -../nikic/php-parser/bin/php-parse \ No newline at end of file diff --git a/www/vendor/bin/phpunit b/www/vendor/bin/phpunit deleted file mode 120000 index 2c489303..00000000 --- a/www/vendor/bin/phpunit +++ /dev/null @@ -1 +0,0 @@ -../phpunit/phpunit/phpunit \ No newline at end of file diff --git a/www/vendor/composer/InstalledVersions.php b/www/vendor/composer/InstalledVersions.php index d50e0c9f..c6b54af7 100644 --- a/www/vendor/composer/InstalledVersions.php +++ b/www/vendor/composer/InstalledVersions.php @@ -21,12 +21,14 @@ use Composer\Semver\VersionParser; * See also https://getcomposer.org/doc/07-runtime.md#installed-versions * * To require its presence, you can require `composer-runtime-api ^2.0` + * + * @final */ class InstalledVersions { /** * @var mixed[]|null - * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array}|array{}|null + * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array}|array{}|null */ private static $installed; @@ -37,7 +39,7 @@ class InstalledVersions /** * @var array[] - * @psalm-var array}> + * @psalm-var array}> */ private static $installedByVendor = array(); @@ -241,7 +243,7 @@ class InstalledVersions /** * @return array - * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} + * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} */ public static function getRootPackage() { @@ -255,7 +257,7 @@ class InstalledVersions * * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. * @return array[] - * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} + * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} */ public static function getRawData() { @@ -278,7 +280,7 @@ class InstalledVersions * Returns the raw data of all installed.php which are currently loaded for custom implementations * * @return array[] - * @psalm-return list}> + * @psalm-return list}> */ public static function getAllRawData() { @@ -301,7 +303,7 @@ class InstalledVersions * @param array[] $data A vendor/composer/installed.php data set * @return void * - * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} $data + * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $data */ public static function reload($data) { @@ -311,7 +313,7 @@ class InstalledVersions /** * @return array[] - * @psalm-return list}> + * @psalm-return list}> */ private static function getInstalled() { diff --git a/www/vendor/composer/autoload_classmap.php b/www/vendor/composer/autoload_classmap.php index 59ddd58d..35d9c0a3 100644 --- a/www/vendor/composer/autoload_classmap.php +++ b/www/vendor/composer/autoload_classmap.php @@ -77,625 +77,6 @@ return array( 'FileUpload\\Core\\qqUploadedFileForm' => $baseDir . '/lib/FileUpload/Core/qqUploadedFileForm.php', 'FileUpload\\Core\\qqUploadedFileXhr' => $baseDir . '/lib/FileUpload/Core/qqUploadedFileXhr.php', 'FileUpload\\qqFileUploader' => $baseDir . '/lib/FileUpload/qqFileUploader.php', - 'PHPUnit\\Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', - 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', - 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', - 'PHPUnit\\Framework\\CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', - 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', - 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', - 'PHPUnit\\Framework\\Constraint\\Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', - 'PHPUnit\\Framework\\Constraint\\Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', - 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', - 'PHPUnit\\Framework\\Constraint\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', - 'PHPUnit\\Framework\\Constraint\\GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', - 'PHPUnit\\Framework\\Constraint\\IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', - 'PHPUnit\\Framework\\Constraint\\IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', - 'PHPUnit\\Framework\\Constraint\\IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', - 'PHPUnit\\Framework\\Constraint\\IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', - 'PHPUnit\\Framework\\Constraint\\IsFinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', - 'PHPUnit\\Framework\\Constraint\\IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', - 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', - 'PHPUnit\\Framework\\Constraint\\IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', - 'PHPUnit\\Framework\\Constraint\\IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', - 'PHPUnit\\Framework\\Constraint\\IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', - 'PHPUnit\\Framework\\Constraint\\IsReadable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', - 'PHPUnit\\Framework\\Constraint\\IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', - 'PHPUnit\\Framework\\Constraint\\IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', - 'PHPUnit\\Framework\\Constraint\\IsWritable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', - 'PHPUnit\\Framework\\Constraint\\LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', - 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', - 'PHPUnit\\Framework\\Constraint\\LogicalNot' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', - 'PHPUnit\\Framework\\Constraint\\LogicalOr' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', - 'PHPUnit\\Framework\\Constraint\\LogicalXor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', - 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Operator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', - 'PHPUnit\\Framework\\Constraint\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', - 'PHPUnit\\Framework\\Constraint\\StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', - 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', - 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', - 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', - 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', - 'PHPUnit\\Framework\\DataProviderTestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', - 'PHPUnit\\Framework\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', - 'PHPUnit\\Framework\\ExecutionOrderDependency' => $vendorDir . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', - 'PHPUnit\\Framework\\ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', - 'PHPUnit\\Framework\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', - 'PHPUnit\\Framework\\InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', - 'PHPUnit\\Framework\\InvalidDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', - 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', - 'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', - 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', - 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', - 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', - 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MockBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', - 'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', - 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', - 'PHPUnit\\Framework\\MockObject\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', - 'PHPUnit\\Framework\\NoChildTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', - 'PHPUnit\\Framework\\Reorderable' => $vendorDir . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', - 'PHPUnit\\Framework\\SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', - 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', - 'PHPUnit\\Framework\\TestBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/TestBuilder.php', - 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', - 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', - 'PHPUnit\\Framework\\TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', - 'PHPUnit\\Runner\\Extension\\PharLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', - 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', - 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', - 'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResultCache.php', - 'PHPUnit\\Runner\\TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', - 'PHPUnit\\Runner\\TestSuiteSorter' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', - 'PHPUnit\\Runner\\Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', - 'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', - 'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php', - 'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', - 'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', - 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', - 'PHPUnit\\TextUI\\TestFileNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', - 'PHPUnit\\TextUI\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', - 'PHPUnit\\Util\\Cloner' => $vendorDir . '/phpunit/phpunit/src/Util/Cloner.php', - 'PHPUnit\\Util\\Color' => $vendorDir . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception.php', - 'PHPUnit\\Util\\ExcludeList' => $vendorDir . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => $vendorDir . '/phpunit/phpunit/src/Util/FileLoader.php', - 'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', - 'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', - 'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', - 'PHPUnit\\Util\\Json' => $vendorDir . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php', - 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', - 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', - 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', - 'PHPUnit\\Util\\Reflection' => $vendorDir . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Util/RegularExpression.php', - 'PHPUnit\\Util\\Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', - 'PHPUnit\\Util\\VersionComparisonOperator' => $vendorDir . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\Loader' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Validator.php', - 'PharIo\\Manifest\\Application' => $vendorDir . '/phar-io/manifest/src/values/Application.php', - 'PharIo\\Manifest\\ApplicationName' => $vendorDir . '/phar-io/manifest/src/values/ApplicationName.php', - 'PharIo\\Manifest\\Author' => $vendorDir . '/phar-io/manifest/src/values/Author.php', - 'PharIo\\Manifest\\AuthorCollection' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollection.php', - 'PharIo\\Manifest\\AuthorCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', - 'PharIo\\Manifest\\AuthorElement' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElement.php', - 'PharIo\\Manifest\\AuthorElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElementCollection.php', - 'PharIo\\Manifest\\BundledComponent' => $vendorDir . '/phar-io/manifest/src/values/BundledComponent.php', - 'PharIo\\Manifest\\BundledComponentCollection' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollection.php', - 'PharIo\\Manifest\\BundledComponentCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', - 'PharIo\\Manifest\\BundlesElement' => $vendorDir . '/phar-io/manifest/src/xml/BundlesElement.php', - 'PharIo\\Manifest\\ComponentElement' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElement.php', - 'PharIo\\Manifest\\ComponentElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElementCollection.php', - 'PharIo\\Manifest\\ContainsElement' => $vendorDir . '/phar-io/manifest/src/xml/ContainsElement.php', - 'PharIo\\Manifest\\CopyrightElement' => $vendorDir . '/phar-io/manifest/src/xml/CopyrightElement.php', - 'PharIo\\Manifest\\CopyrightInformation' => $vendorDir . '/phar-io/manifest/src/values/CopyrightInformation.php', - 'PharIo\\Manifest\\ElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ElementCollection.php', - 'PharIo\\Manifest\\ElementCollectionException' => $vendorDir . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', - 'PharIo\\Manifest\\Email' => $vendorDir . '/phar-io/manifest/src/values/Email.php', - 'PharIo\\Manifest\\Exception' => $vendorDir . '/phar-io/manifest/src/exceptions/Exception.php', - 'PharIo\\Manifest\\ExtElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtElement.php', - 'PharIo\\Manifest\\ExtElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ExtElementCollection.php', - 'PharIo\\Manifest\\Extension' => $vendorDir . '/phar-io/manifest/src/values/Extension.php', - 'PharIo\\Manifest\\ExtensionElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtensionElement.php', - 'PharIo\\Manifest\\InvalidApplicationNameException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', - 'PharIo\\Manifest\\InvalidEmailException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', - 'PharIo\\Manifest\\InvalidUrlException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', - 'PharIo\\Manifest\\Library' => $vendorDir . '/phar-io/manifest/src/values/Library.php', - 'PharIo\\Manifest\\License' => $vendorDir . '/phar-io/manifest/src/values/License.php', - 'PharIo\\Manifest\\LicenseElement' => $vendorDir . '/phar-io/manifest/src/xml/LicenseElement.php', - 'PharIo\\Manifest\\Manifest' => $vendorDir . '/phar-io/manifest/src/values/Manifest.php', - 'PharIo\\Manifest\\ManifestDocument' => $vendorDir . '/phar-io/manifest/src/xml/ManifestDocument.php', - 'PharIo\\Manifest\\ManifestDocumentException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', - 'PharIo\\Manifest\\ManifestDocumentLoadingException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', - 'PharIo\\Manifest\\ManifestDocumentMapper' => $vendorDir . '/phar-io/manifest/src/ManifestDocumentMapper.php', - 'PharIo\\Manifest\\ManifestDocumentMapperException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', - 'PharIo\\Manifest\\ManifestElement' => $vendorDir . '/phar-io/manifest/src/xml/ManifestElement.php', - 'PharIo\\Manifest\\ManifestElementException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestElementException.php', - 'PharIo\\Manifest\\ManifestLoader' => $vendorDir . '/phar-io/manifest/src/ManifestLoader.php', - 'PharIo\\Manifest\\ManifestLoaderException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', - 'PharIo\\Manifest\\ManifestSerializer' => $vendorDir . '/phar-io/manifest/src/ManifestSerializer.php', - 'PharIo\\Manifest\\PhpElement' => $vendorDir . '/phar-io/manifest/src/xml/PhpElement.php', - 'PharIo\\Manifest\\PhpExtensionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', - 'PharIo\\Manifest\\PhpVersionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpVersionRequirement.php', - 'PharIo\\Manifest\\Requirement' => $vendorDir . '/phar-io/manifest/src/values/Requirement.php', - 'PharIo\\Manifest\\RequirementCollection' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollection.php', - 'PharIo\\Manifest\\RequirementCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', - 'PharIo\\Manifest\\RequiresElement' => $vendorDir . '/phar-io/manifest/src/xml/RequiresElement.php', - 'PharIo\\Manifest\\Type' => $vendorDir . '/phar-io/manifest/src/values/Type.php', - 'PharIo\\Manifest\\Url' => $vendorDir . '/phar-io/manifest/src/values/Url.php', - 'PharIo\\Version\\AbstractVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', - 'PharIo\\Version\\AndVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', - 'PharIo\\Version\\AnyVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AnyVersionConstraint.php', - 'PharIo\\Version\\BuildMetaData' => $vendorDir . '/phar-io/version/src/BuildMetaData.php', - 'PharIo\\Version\\ExactVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/ExactVersionConstraint.php', - 'PharIo\\Version\\Exception' => $vendorDir . '/phar-io/version/src/exceptions/Exception.php', - 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', - 'PharIo\\Version\\InvalidPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', - 'PharIo\\Version\\InvalidVersionException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidVersionException.php', - 'PharIo\\Version\\NoBuildMetaDataException' => $vendorDir . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', - 'PharIo\\Version\\NoPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', - 'PharIo\\Version\\OrVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', - 'PharIo\\Version\\PreReleaseSuffix' => $vendorDir . '/phar-io/version/src/PreReleaseSuffix.php', - 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', - 'PharIo\\Version\\SpecificMajorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', - 'PharIo\\Version\\UnsupportedVersionConstraintException' => $vendorDir . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', - 'PharIo\\Version\\Version' => $vendorDir . '/phar-io/version/src/Version.php', - 'PharIo\\Version\\VersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/VersionConstraint.php', - 'PharIo\\Version\\VersionConstraintParser' => $vendorDir . '/phar-io/version/src/VersionConstraintParser.php', - 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', - 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', - 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', - 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', - 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', - 'SebastianBergmann\\CliParser\\Parser' => $vendorDir . '/sebastian/cli-parser/src/Parser.php', - 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', - 'SebastianBergmann\\CliParser\\UnknownOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', - 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', - 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Selector.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php', - 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php', - 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => $vendorDir . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Builder.php', - 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => $vendorDir . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php', - 'SebastianBergmann\\CodeCoverage\\ParserException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\ReflectionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', - 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Cobertura.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', - 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', - 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Filesystem.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Percentage.php', - 'SebastianBergmann\\CodeCoverage\\Version' => $vendorDir . '/phpunit/php-code-coverage/src/Version.php', - 'SebastianBergmann\\CodeCoverage\\XmlException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XmlException.php', - 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => $vendorDir . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', - 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => $vendorDir . '/sebastian/code-unit/src/ClassMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\ClassUnit' => $vendorDir . '/sebastian/code-unit/src/ClassUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnit' => $vendorDir . '/sebastian/code-unit/src/CodeUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollection.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', - 'SebastianBergmann\\CodeUnit\\Exception' => $vendorDir . '/sebastian/code-unit/src/exceptions/Exception.php', - 'SebastianBergmann\\CodeUnit\\FunctionUnit' => $vendorDir . '/sebastian/code-unit/src/FunctionUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceUnit.php', - 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', - 'SebastianBergmann\\CodeUnit\\Mapper' => $vendorDir . '/sebastian/code-unit/src/Mapper.php', - 'SebastianBergmann\\CodeUnit\\NoTraitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/NoTraitException.php', - 'SebastianBergmann\\CodeUnit\\ReflectionException' => $vendorDir . '/sebastian/code-unit/src/exceptions/ReflectionException.php', - 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => $vendorDir . '/sebastian/code-unit/src/TraitMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\TraitUnit' => $vendorDir . '/sebastian/code-unit/src/TraitUnit.php', - 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', - 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', - 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', - 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', - 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', - 'SebastianBergmann\\Comparator\\Exception' => $vendorDir . '/sebastian/comparator/src/exceptions/Exception.php', - 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', - 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', - 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php', - 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php', - 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php', - 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php', - 'SebastianBergmann\\Comparator\\RuntimeException' => $vendorDir . '/sebastian/comparator/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php', - 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php', - 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php', - 'SebastianBergmann\\Complexity\\Calculator' => $vendorDir . '/sebastian/complexity/src/Calculator.php', - 'SebastianBergmann\\Complexity\\Complexity' => $vendorDir . '/sebastian/complexity/src/Complexity/Complexity.php', - 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\ComplexityCollection' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', - 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', - 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\Exception' => $vendorDir . '/sebastian/complexity/src/Exception/Exception.php', - 'SebastianBergmann\\Complexity\\RuntimeException' => $vendorDir . '/sebastian/complexity/src/Exception/RuntimeException.php', - 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php', - 'SebastianBergmann\\Diff\\ConfigurationException' => $vendorDir . '/sebastian/diff/src/Exception/ConfigurationException.php', - 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php', - 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php', - 'SebastianBergmann\\Diff\\Exception' => $vendorDir . '/sebastian/diff/src/Exception/Exception.php', - 'SebastianBergmann\\Diff\\InvalidArgumentException' => $vendorDir . '/sebastian/diff/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php', - 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => $vendorDir . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', - 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', - 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => $vendorDir . '/sebastian/environment/src/OperatingSystem.php', - 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', - 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', - 'SebastianBergmann\\FileIterator\\Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', - 'SebastianBergmann\\FileIterator\\Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', - 'SebastianBergmann\\FileIterator\\Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', - 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php', - 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/exceptions/Exception.php', - 'SebastianBergmann\\GlobalState\\ExcludeList' => $vendorDir . '/sebastian/global-state/src/ExcludeList.php', - 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php', - 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php', - 'SebastianBergmann\\Invoker\\Exception' => $vendorDir . '/phpunit/php-invoker/src/exceptions/Exception.php', - 'SebastianBergmann\\Invoker\\Invoker' => $vendorDir . '/phpunit/php-invoker/src/Invoker.php', - 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', - 'SebastianBergmann\\Invoker\\TimeoutException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', - 'SebastianBergmann\\LinesOfCode\\Counter' => $vendorDir . '/sebastian/lines-of-code/src/Counter.php', - 'SebastianBergmann\\LinesOfCode\\Exception' => $vendorDir . '/sebastian/lines-of-code/src/Exception/Exception.php', - 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', - 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => $vendorDir . '/sebastian/lines-of-code/src/LineCountingVisitor.php', - 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => $vendorDir . '/sebastian/lines-of-code/src/LinesOfCode.php', - 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', - 'SebastianBergmann\\LinesOfCode\\RuntimeException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', - 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => $vendorDir . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => $vendorDir . '/sebastian/object-reflector/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => $vendorDir . '/sebastian/object-reflector/src/ObjectReflector.php', - 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php', - 'SebastianBergmann\\Template\\Exception' => $vendorDir . '/phpunit/php-text-template/src/exceptions/Exception.php', - 'SebastianBergmann\\Template\\InvalidArgumentException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', - 'SebastianBergmann\\Template\\RuntimeException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Template\\Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', - 'SebastianBergmann\\Timer\\Duration' => $vendorDir . '/phpunit/php-timer/src/Duration.php', - 'SebastianBergmann\\Timer\\Exception' => $vendorDir . '/phpunit/php-timer/src/exceptions/Exception.php', - 'SebastianBergmann\\Timer\\NoActiveTimerException' => $vendorDir . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', - 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => $vendorDir . '/phpunit/php-timer/src/ResourceUsageFormatter.php', - 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => $vendorDir . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', - 'SebastianBergmann\\Timer\\Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php', - 'SebastianBergmann\\Type\\CallableType' => $vendorDir . '/sebastian/type/src/type/CallableType.php', - 'SebastianBergmann\\Type\\Exception' => $vendorDir . '/sebastian/type/src/exception/Exception.php', - 'SebastianBergmann\\Type\\FalseType' => $vendorDir . '/sebastian/type/src/type/FalseType.php', - 'SebastianBergmann\\Type\\GenericObjectType' => $vendorDir . '/sebastian/type/src/type/GenericObjectType.php', - 'SebastianBergmann\\Type\\IntersectionType' => $vendorDir . '/sebastian/type/src/type/IntersectionType.php', - 'SebastianBergmann\\Type\\IterableType' => $vendorDir . '/sebastian/type/src/type/IterableType.php', - 'SebastianBergmann\\Type\\MixedType' => $vendorDir . '/sebastian/type/src/type/MixedType.php', - 'SebastianBergmann\\Type\\NeverType' => $vendorDir . '/sebastian/type/src/type/NeverType.php', - 'SebastianBergmann\\Type\\NullType' => $vendorDir . '/sebastian/type/src/type/NullType.php', - 'SebastianBergmann\\Type\\ObjectType' => $vendorDir . '/sebastian/type/src/type/ObjectType.php', - 'SebastianBergmann\\Type\\Parameter' => $vendorDir . '/sebastian/type/src/Parameter.php', - 'SebastianBergmann\\Type\\ReflectionMapper' => $vendorDir . '/sebastian/type/src/ReflectionMapper.php', - 'SebastianBergmann\\Type\\RuntimeException' => $vendorDir . '/sebastian/type/src/exception/RuntimeException.php', - 'SebastianBergmann\\Type\\SimpleType' => $vendorDir . '/sebastian/type/src/type/SimpleType.php', - 'SebastianBergmann\\Type\\StaticType' => $vendorDir . '/sebastian/type/src/type/StaticType.php', - 'SebastianBergmann\\Type\\TrueType' => $vendorDir . '/sebastian/type/src/type/TrueType.php', - 'SebastianBergmann\\Type\\Type' => $vendorDir . '/sebastian/type/src/type/Type.php', - 'SebastianBergmann\\Type\\TypeName' => $vendorDir . '/sebastian/type/src/TypeName.php', - 'SebastianBergmann\\Type\\UnionType' => $vendorDir . '/sebastian/type/src/type/UnionType.php', - 'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php', - 'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php', - 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', 'Smarty' => $baseDir . '/lib/Smarty/Smarty.class.php', 'SmartyCompilerException' => $baseDir . '/lib/Smarty/sysplugins/smartycompilerexception.php', 'SmartyException' => $baseDir . '/lib/Smarty/sysplugins/smartyexception.php', @@ -867,12 +248,4 @@ return array( 'TP_yyStackEntry' => $baseDir . '/lib/Smarty/sysplugins/smarty_internal_templateparser.php', 'Test\\DB\\TestDB' => $baseDir . '/lib/Test/DB/TestDB.php', 'Test\\Test' => $baseDir . '/lib/Test/Test.php', - 'TheSeer\\Tokenizer\\Exception' => $vendorDir . '/theseer/tokenizer/src/Exception.php', - 'TheSeer\\Tokenizer\\NamespaceUri' => $vendorDir . '/theseer/tokenizer/src/NamespaceUri.php', - 'TheSeer\\Tokenizer\\NamespaceUriException' => $vendorDir . '/theseer/tokenizer/src/NamespaceUriException.php', - 'TheSeer\\Tokenizer\\Token' => $vendorDir . '/theseer/tokenizer/src/Token.php', - 'TheSeer\\Tokenizer\\TokenCollection' => $vendorDir . '/theseer/tokenizer/src/TokenCollection.php', - 'TheSeer\\Tokenizer\\TokenCollectionException' => $vendorDir . '/theseer/tokenizer/src/TokenCollectionException.php', - 'TheSeer\\Tokenizer\\Tokenizer' => $vendorDir . '/theseer/tokenizer/src/Tokenizer.php', - 'TheSeer\\Tokenizer\\XMLSerializer' => $vendorDir . '/theseer/tokenizer/src/XMLSerializer.php', ); diff --git a/www/vendor/composer/autoload_files.php b/www/vendor/composer/autoload_files.php deleted file mode 100644 index 2530eb44..00000000 --- a/www/vendor/composer/autoload_files.php +++ /dev/null @@ -1,11 +0,0 @@ - $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', - 'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php', -); diff --git a/www/vendor/composer/autoload_psr4.php b/www/vendor/composer/autoload_psr4.php index 1908da4c..3890ddc2 100644 --- a/www/vendor/composer/autoload_psr4.php +++ b/www/vendor/composer/autoload_psr4.php @@ -6,7 +6,4 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( - 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), - 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), - 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), ); diff --git a/www/vendor/composer/autoload_real.php b/www/vendor/composer/autoload_real.php index a7a82972..f4ebcce2 100644 --- a/www/vendor/composer/autoload_real.php +++ b/www/vendor/composer/autoload_real.php @@ -31,18 +31,6 @@ class ComposerAutoloaderInit10fe8fe2ec4017b8644d2b64bcf398b9 $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$files; - $requireFile = static function ($fileIdentifier, $file) { - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; - - require $file; - } - }; - foreach ($filesToLoad as $fileIdentifier => $file) { - ($requireFile)($fileIdentifier, $file); - } - return $loader; } } diff --git a/www/vendor/composer/autoload_static.php b/www/vendor/composer/autoload_static.php index 19a41a77..681c4c9c 100644 --- a/www/vendor/composer/autoload_static.php +++ b/www/vendor/composer/autoload_static.php @@ -6,38 +6,6 @@ namespace Composer\Autoload; class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 { - public static $files = array ( - '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', - 'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php', - ); - - public static $prefixLengthsPsr4 = array ( - 'P' => - array ( - 'PhpParser\\' => 10, - ), - 'D' => - array ( - 'Doctrine\\Instantiator\\' => 22, - 'DeepCopy\\' => 9, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'PhpParser\\' => - array ( - 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', - ), - 'Doctrine\\Instantiator\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', - ), - 'DeepCopy\\' => - array ( - 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', - ), - ); - public static $classMap = array ( 'Autoloader\\Autoload' => __DIR__ . '/../..' . '/lib/autoloader.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', @@ -110,625 +78,6 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'FileUpload\\Core\\qqUploadedFileForm' => __DIR__ . '/../..' . '/lib/FileUpload/Core/qqUploadedFileForm.php', 'FileUpload\\Core\\qqUploadedFileXhr' => __DIR__ . '/../..' . '/lib/FileUpload/Core/qqUploadedFileXhr.php', 'FileUpload\\qqFileUploader' => __DIR__ . '/../..' . '/lib/FileUpload/qqFileUploader.php', - 'PHPUnit\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', - 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php', - 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', - 'PHPUnit\\Framework\\CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', - 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', - 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', - 'PHPUnit\\Framework\\Constraint\\Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', - 'PHPUnit\\Framework\\Constraint\\Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', - 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', - 'PHPUnit\\Framework\\Constraint\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', - 'PHPUnit\\Framework\\Constraint\\GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', - 'PHPUnit\\Framework\\Constraint\\IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', - 'PHPUnit\\Framework\\Constraint\\IsEmpty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', - 'PHPUnit\\Framework\\Constraint\\IsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', - 'PHPUnit\\Framework\\Constraint\\IsFalse' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', - 'PHPUnit\\Framework\\Constraint\\IsFinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', - 'PHPUnit\\Framework\\Constraint\\IsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\IsInfinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', - 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', - 'PHPUnit\\Framework\\Constraint\\IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', - 'PHPUnit\\Framework\\Constraint\\IsNan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', - 'PHPUnit\\Framework\\Constraint\\IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', - 'PHPUnit\\Framework\\Constraint\\IsReadable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', - 'PHPUnit\\Framework\\Constraint\\IsTrue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', - 'PHPUnit\\Framework\\Constraint\\IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', - 'PHPUnit\\Framework\\Constraint\\IsWritable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', - 'PHPUnit\\Framework\\Constraint\\LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', - 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', - 'PHPUnit\\Framework\\Constraint\\LogicalNot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', - 'PHPUnit\\Framework\\Constraint\\LogicalOr' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', - 'PHPUnit\\Framework\\Constraint\\LogicalXor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', - 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Operator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', - 'PHPUnit\\Framework\\Constraint\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', - 'PHPUnit\\Framework\\Constraint\\StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', - 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', - 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', - 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', - 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', - 'PHPUnit\\Framework\\DataProviderTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php', - 'PHPUnit\\Framework\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', - 'PHPUnit\\Framework\\ExecutionOrderDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', - 'PHPUnit\\Framework\\ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', - 'PHPUnit\\Framework\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', - 'PHPUnit\\Framework\\InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', - 'PHPUnit\\Framework\\InvalidDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', - 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', - 'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', - 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', - 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', - 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', - 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', - 'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', - 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', - 'PHPUnit\\Framework\\MockObject\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', - 'PHPUnit\\Framework\\NoChildTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', - 'PHPUnit\\Framework\\Reorderable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', - 'PHPUnit\\Framework\\SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', - 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php', - 'PHPUnit\\Framework\\TestBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestBuilder.php', - 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php', - 'PHPUnit\\Framework\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php', - 'PHPUnit\\Framework\\TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', - 'PHPUnit\\Runner\\Extension\\PharLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', - 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php', - 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', - 'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResultCache.php', - 'PHPUnit\\Runner\\TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', - 'PHPUnit\\Runner\\TestSuiteSorter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', - 'PHPUnit\\Runner\\Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', - 'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', - 'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php', - 'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', - 'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', - 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', - 'PHPUnit\\TextUI\\TestFileNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', - 'PHPUnit\\TextUI\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php', - 'PHPUnit\\Util\\Cloner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Cloner.php', - 'PHPUnit\\Util\\Color' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception.php', - 'PHPUnit\\Util\\ExcludeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/FileLoader.php', - 'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php', - 'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php', - 'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', - 'PHPUnit\\Util\\Json' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TeamCity.php', - 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', - 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', - 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php', - 'PHPUnit\\Util\\Reflection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/RegularExpression.php', - 'PHPUnit\\Util\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php', - 'PHPUnit\\Util\\VersionComparisonOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Validator.php', - 'PharIo\\Manifest\\Application' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Application.php', - 'PharIo\\Manifest\\ApplicationName' => __DIR__ . '/..' . '/phar-io/manifest/src/values/ApplicationName.php', - 'PharIo\\Manifest\\Author' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Author.php', - 'PharIo\\Manifest\\AuthorCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollection.php', - 'PharIo\\Manifest\\AuthorCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', - 'PharIo\\Manifest\\AuthorElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElement.php', - 'PharIo\\Manifest\\AuthorElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElementCollection.php', - 'PharIo\\Manifest\\BundledComponent' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponent.php', - 'PharIo\\Manifest\\BundledComponentCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollection.php', - 'PharIo\\Manifest\\BundledComponentCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', - 'PharIo\\Manifest\\BundlesElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/BundlesElement.php', - 'PharIo\\Manifest\\ComponentElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElement.php', - 'PharIo\\Manifest\\ComponentElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElementCollection.php', - 'PharIo\\Manifest\\ContainsElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ContainsElement.php', - 'PharIo\\Manifest\\CopyrightElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/CopyrightElement.php', - 'PharIo\\Manifest\\CopyrightInformation' => __DIR__ . '/..' . '/phar-io/manifest/src/values/CopyrightInformation.php', - 'PharIo\\Manifest\\ElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ElementCollection.php', - 'PharIo\\Manifest\\ElementCollectionException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', - 'PharIo\\Manifest\\Email' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Email.php', - 'PharIo\\Manifest\\Exception' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/Exception.php', - 'PharIo\\Manifest\\ExtElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElement.php', - 'PharIo\\Manifest\\ExtElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElementCollection.php', - 'PharIo\\Manifest\\Extension' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Extension.php', - 'PharIo\\Manifest\\ExtensionElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtensionElement.php', - 'PharIo\\Manifest\\InvalidApplicationNameException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', - 'PharIo\\Manifest\\InvalidEmailException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', - 'PharIo\\Manifest\\InvalidUrlException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', - 'PharIo\\Manifest\\Library' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Library.php', - 'PharIo\\Manifest\\License' => __DIR__ . '/..' . '/phar-io/manifest/src/values/License.php', - 'PharIo\\Manifest\\LicenseElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/LicenseElement.php', - 'PharIo\\Manifest\\Manifest' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Manifest.php', - 'PharIo\\Manifest\\ManifestDocument' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestDocument.php', - 'PharIo\\Manifest\\ManifestDocumentException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', - 'PharIo\\Manifest\\ManifestDocumentLoadingException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', - 'PharIo\\Manifest\\ManifestDocumentMapper' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestDocumentMapper.php', - 'PharIo\\Manifest\\ManifestDocumentMapperException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', - 'PharIo\\Manifest\\ManifestElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestElement.php', - 'PharIo\\Manifest\\ManifestElementException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestElementException.php', - 'PharIo\\Manifest\\ManifestLoader' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestLoader.php', - 'PharIo\\Manifest\\ManifestLoaderException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', - 'PharIo\\Manifest\\ManifestSerializer' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestSerializer.php', - 'PharIo\\Manifest\\PhpElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/PhpElement.php', - 'PharIo\\Manifest\\PhpExtensionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', - 'PharIo\\Manifest\\PhpVersionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpVersionRequirement.php', - 'PharIo\\Manifest\\Requirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Requirement.php', - 'PharIo\\Manifest\\RequirementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollection.php', - 'PharIo\\Manifest\\RequirementCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', - 'PharIo\\Manifest\\RequiresElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/RequiresElement.php', - 'PharIo\\Manifest\\Type' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Type.php', - 'PharIo\\Manifest\\Url' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Url.php', - 'PharIo\\Version\\AbstractVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', - 'PharIo\\Version\\AndVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', - 'PharIo\\Version\\AnyVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AnyVersionConstraint.php', - 'PharIo\\Version\\BuildMetaData' => __DIR__ . '/..' . '/phar-io/version/src/BuildMetaData.php', - 'PharIo\\Version\\ExactVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/ExactVersionConstraint.php', - 'PharIo\\Version\\Exception' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/Exception.php', - 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', - 'PharIo\\Version\\InvalidPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', - 'PharIo\\Version\\InvalidVersionException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidVersionException.php', - 'PharIo\\Version\\NoBuildMetaDataException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', - 'PharIo\\Version\\NoPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', - 'PharIo\\Version\\OrVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', - 'PharIo\\Version\\PreReleaseSuffix' => __DIR__ . '/..' . '/phar-io/version/src/PreReleaseSuffix.php', - 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', - 'PharIo\\Version\\SpecificMajorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', - 'PharIo\\Version\\UnsupportedVersionConstraintException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', - 'PharIo\\Version\\Version' => __DIR__ . '/..' . '/phar-io/version/src/Version.php', - 'PharIo\\Version\\VersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/VersionConstraint.php', - 'PharIo\\Version\\VersionConstraintParser' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintParser.php', - 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', - 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', - 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', - 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', - 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', - 'SebastianBergmann\\CliParser\\Parser' => __DIR__ . '/..' . '/sebastian/cli-parser/src/Parser.php', - 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', - 'SebastianBergmann\\CliParser\\UnknownOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', - 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php', - 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Selector.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Exception.php', - 'SebastianBergmann\\CodeCoverage\\Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Filter.php', - 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Builder.php', - 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Node\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/File.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Iterator.php', - 'SebastianBergmann\\CodeCoverage\\ParserException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\ReflectionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', - 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Clover.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Cobertura.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Crap4j.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', - 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/PHP.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Text.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', - 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Filesystem.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Percentage.php', - 'SebastianBergmann\\CodeCoverage\\Version' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Version.php', - 'SebastianBergmann\\CodeCoverage\\XmlException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XmlException.php', - 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => __DIR__ . '/..' . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', - 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\ClassUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollection.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', - 'SebastianBergmann\\CodeUnit\\Exception' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/Exception.php', - 'SebastianBergmann\\CodeUnit\\FunctionUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FunctionUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceUnit.php', - 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', - 'SebastianBergmann\\CodeUnit\\Mapper' => __DIR__ . '/..' . '/sebastian/code-unit/src/Mapper.php', - 'SebastianBergmann\\CodeUnit\\NoTraitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/NoTraitException.php', - 'SebastianBergmann\\CodeUnit\\ReflectionException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/ReflectionException.php', - 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\TraitUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitUnit.php', - 'SebastianBergmann\\Comparator\\ArrayComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ArrayComparator.php', - 'SebastianBergmann\\Comparator\\Comparator' => __DIR__ . '/..' . '/sebastian/comparator/src/Comparator.php', - 'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php', - 'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php', - 'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php', - 'SebastianBergmann\\Comparator\\Exception' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/Exception.php', - 'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php', - 'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php', - 'SebastianBergmann\\Comparator\\MockObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/MockObjectComparator.php', - 'SebastianBergmann\\Comparator\\NumericComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/NumericComparator.php', - 'SebastianBergmann\\Comparator\\ObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ObjectComparator.php', - 'SebastianBergmann\\Comparator\\ResourceComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ResourceComparator.php', - 'SebastianBergmann\\Comparator\\RuntimeException' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Comparator\\ScalarComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ScalarComparator.php', - 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/SplObjectStorageComparator.php', - 'SebastianBergmann\\Comparator\\TypeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/TypeComparator.php', - 'SebastianBergmann\\Complexity\\Calculator' => __DIR__ . '/..' . '/sebastian/complexity/src/Calculator.php', - 'SebastianBergmann\\Complexity\\Complexity' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/Complexity.php', - 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\ComplexityCollection' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', - 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', - 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\Exception' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/Exception.php', - 'SebastianBergmann\\Complexity\\RuntimeException' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/RuntimeException.php', - 'SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php', - 'SebastianBergmann\\Diff\\ConfigurationException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/ConfigurationException.php', - 'SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php', - 'SebastianBergmann\\Diff\\Differ' => __DIR__ . '/..' . '/sebastian/diff/src/Differ.php', - 'SebastianBergmann\\Diff\\Exception' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/Exception.php', - 'SebastianBergmann\\Diff\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\Diff\\Line' => __DIR__ . '/..' . '/sebastian/diff/src/Line.php', - 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', - 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php', - 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => __DIR__ . '/..' . '/sebastian/environment/src/OperatingSystem.php', - 'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php', - 'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php', - 'SebastianBergmann\\FileIterator\\Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', - 'SebastianBergmann\\FileIterator\\Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', - 'SebastianBergmann\\FileIterator\\Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', - 'SebastianBergmann\\GlobalState\\CodeExporter' => __DIR__ . '/..' . '/sebastian/global-state/src/CodeExporter.php', - 'SebastianBergmann\\GlobalState\\Exception' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/Exception.php', - 'SebastianBergmann\\GlobalState\\ExcludeList' => __DIR__ . '/..' . '/sebastian/global-state/src/ExcludeList.php', - 'SebastianBergmann\\GlobalState\\Restorer' => __DIR__ . '/..' . '/sebastian/global-state/src/Restorer.php', - 'SebastianBergmann\\GlobalState\\RuntimeException' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\GlobalState\\Snapshot' => __DIR__ . '/..' . '/sebastian/global-state/src/Snapshot.php', - 'SebastianBergmann\\Invoker\\Exception' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/Exception.php', - 'SebastianBergmann\\Invoker\\Invoker' => __DIR__ . '/..' . '/phpunit/php-invoker/src/Invoker.php', - 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', - 'SebastianBergmann\\Invoker\\TimeoutException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', - 'SebastianBergmann\\LinesOfCode\\Counter' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Counter.php', - 'SebastianBergmann\\LinesOfCode\\Exception' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/Exception.php', - 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', - 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LineCountingVisitor.php', - 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LinesOfCode.php', - 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', - 'SebastianBergmann\\LinesOfCode\\RuntimeException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', - 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => __DIR__ . '/..' . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-reflector/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => __DIR__ . '/..' . '/sebastian/object-reflector/src/ObjectReflector.php', - 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', - 'SebastianBergmann\\Template\\Exception' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/Exception.php', - 'SebastianBergmann\\Template\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', - 'SebastianBergmann\\Template\\RuntimeException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Template\\Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', - 'SebastianBergmann\\Timer\\Duration' => __DIR__ . '/..' . '/phpunit/php-timer/src/Duration.php', - 'SebastianBergmann\\Timer\\Exception' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/Exception.php', - 'SebastianBergmann\\Timer\\NoActiveTimerException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', - 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => __DIR__ . '/..' . '/phpunit/php-timer/src/ResourceUsageFormatter.php', - 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', - 'SebastianBergmann\\Timer\\Timer' => __DIR__ . '/..' . '/phpunit/php-timer/src/Timer.php', - 'SebastianBergmann\\Type\\CallableType' => __DIR__ . '/..' . '/sebastian/type/src/type/CallableType.php', - 'SebastianBergmann\\Type\\Exception' => __DIR__ . '/..' . '/sebastian/type/src/exception/Exception.php', - 'SebastianBergmann\\Type\\FalseType' => __DIR__ . '/..' . '/sebastian/type/src/type/FalseType.php', - 'SebastianBergmann\\Type\\GenericObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/GenericObjectType.php', - 'SebastianBergmann\\Type\\IntersectionType' => __DIR__ . '/..' . '/sebastian/type/src/type/IntersectionType.php', - 'SebastianBergmann\\Type\\IterableType' => __DIR__ . '/..' . '/sebastian/type/src/type/IterableType.php', - 'SebastianBergmann\\Type\\MixedType' => __DIR__ . '/..' . '/sebastian/type/src/type/MixedType.php', - 'SebastianBergmann\\Type\\NeverType' => __DIR__ . '/..' . '/sebastian/type/src/type/NeverType.php', - 'SebastianBergmann\\Type\\NullType' => __DIR__ . '/..' . '/sebastian/type/src/type/NullType.php', - 'SebastianBergmann\\Type\\ObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/ObjectType.php', - 'SebastianBergmann\\Type\\Parameter' => __DIR__ . '/..' . '/sebastian/type/src/Parameter.php', - 'SebastianBergmann\\Type\\ReflectionMapper' => __DIR__ . '/..' . '/sebastian/type/src/ReflectionMapper.php', - 'SebastianBergmann\\Type\\RuntimeException' => __DIR__ . '/..' . '/sebastian/type/src/exception/RuntimeException.php', - 'SebastianBergmann\\Type\\SimpleType' => __DIR__ . '/..' . '/sebastian/type/src/type/SimpleType.php', - 'SebastianBergmann\\Type\\StaticType' => __DIR__ . '/..' . '/sebastian/type/src/type/StaticType.php', - 'SebastianBergmann\\Type\\TrueType' => __DIR__ . '/..' . '/sebastian/type/src/type/TrueType.php', - 'SebastianBergmann\\Type\\Type' => __DIR__ . '/..' . '/sebastian/type/src/type/Type.php', - 'SebastianBergmann\\Type\\TypeName' => __DIR__ . '/..' . '/sebastian/type/src/TypeName.php', - 'SebastianBergmann\\Type\\UnionType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnionType.php', - 'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php', - 'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php', - 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', 'Smarty' => __DIR__ . '/../..' . '/lib/Smarty/Smarty.class.php', 'SmartyCompilerException' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smartycompilerexception.php', 'SmartyException' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smartyexception.php', @@ -900,21 +249,11 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'TP_yyStackEntry' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smarty_internal_templateparser.php', 'Test\\DB\\TestDB' => __DIR__ . '/../..' . '/lib/Test/DB/TestDB.php', 'Test\\Test' => __DIR__ . '/../..' . '/lib/Test/Test.php', - 'TheSeer\\Tokenizer\\Exception' => __DIR__ . '/..' . '/theseer/tokenizer/src/Exception.php', - 'TheSeer\\Tokenizer\\NamespaceUri' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUri.php', - 'TheSeer\\Tokenizer\\NamespaceUriException' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUriException.php', - 'TheSeer\\Tokenizer\\Token' => __DIR__ . '/..' . '/theseer/tokenizer/src/Token.php', - 'TheSeer\\Tokenizer\\TokenCollection' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollection.php', - 'TheSeer\\Tokenizer\\TokenCollectionException' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollectionException.php', - 'TheSeer\\Tokenizer\\Tokenizer' => __DIR__ . '/..' . '/theseer/tokenizer/src/Tokenizer.php', - 'TheSeer\\Tokenizer\\XMLSerializer' => __DIR__ . '/..' . '/theseer/tokenizer/src/XMLSerializer.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$classMap; }, null, ClassLoader::class); diff --git a/www/vendor/composer/installed.json b/www/vendor/composer/installed.json index 56a05cc7..87fda747 100644 --- a/www/vendor/composer/installed.json +++ b/www/vendor/composer/installed.json @@ -1,1849 +1,5 @@ { - "packages": [ - { - "name": "doctrine/instantiator", - "version": "1.5.0", - "version_normalized": "1.5.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9 || ^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" - }, - "time": "2022-12-30T00:15:36+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "install-path": "../doctrine/instantiator" - }, - { - "name": "myclabs/deep-copy", - "version": "1.11.0", - "version_normalized": "1.11.0.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "time": "2022-03-03T13:19:32+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "install-path": "../myclabs/deep-copy" - }, - { - "name": "nikic/php-parser", - "version": "v4.15.2", - "version_normalized": "4.15.2.0", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" - }, - "time": "2022-11-12T15:38:23+00:00", - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" - }, - "install-path": "../nikic/php-parser" - }, - { - "name": "phar-io/manifest", - "version": "2.0.3", - "version_normalized": "2.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" - }, - "time": "2021-07-20T11:28:43+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" - }, - "install-path": "../phar-io/manifest" - }, - { - "name": "phar-io/version", - "version": "3.2.1", - "version_normalized": "3.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "time": "2022-02-21T01:04:05+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" - }, - "install-path": "../phar-io/version" - }, - { - "name": "phpunit/php-code-coverage", - "version": "9.2.23", - "version_normalized": "9.2.23.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" - }, - "time": "2022-12-28T12:41:10+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.2-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-code-coverage" - }, - { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "version_normalized": "3.0.6.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2021-12-02T12:48:52+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-file-iterator" - }, - { - "name": "phpunit/php-invoker", - "version": "3.1.1", - "version_normalized": "3.1.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" - }, - "time": "2020-09-28T05:58:55+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-invoker" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "version_normalized": "2.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T05:33:50+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-text-template" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "version_normalized": "5.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:16:10+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-timer" - }, - { - "name": "phpunit/phpunit", - "version": "9.5.27", - "version_normalized": "9.5.27.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.3.1", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" - }, - "time": "2022-12-09T07:31:23+00:00", - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.5-dev" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" - }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "install-path": "../phpunit/phpunit" - }, - { - "name": "sebastian/cli-parser", - "version": "1.0.1", - "version_normalized": "1.0.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-09-28T06:08:49+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", - "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/cli-parser" - }, - { - "name": "sebastian/code-unit", - "version": "1.0.8", - "version_normalized": "1.0.8.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:08:54+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/code-unit" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "version_normalized": "2.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-09-28T05:30:19+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/code-unit-reverse-lookup" - }, - { - "name": "sebastian/comparator", - "version": "4.0.8", - "version_normalized": "4.0.8.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2022-09-14T12:41:17+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/comparator" - }, - { - "name": "sebastian/complexity", - "version": "2.0.2", - "version_normalized": "2.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T15:52:27+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", - "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/complexity" - }, - { - "name": "sebastian/diff", - "version": "4.0.4", - "version_normalized": "4.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "time": "2020-10-26T13:10:38+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/diff" - }, - { - "name": "sebastian/environment", - "version": "5.1.4", - "version_normalized": "5.1.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" - }, - "time": "2022-04-03T09:37:03+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/environment" - }, - { - "name": "sebastian/exporter", - "version": "4.0.5", - "version_normalized": "4.0.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" - }, - "time": "2022-09-14T06:03:37+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/exporter" - }, - { - "name": "sebastian/global-state", - "version": "5.0.5", - "version_normalized": "5.0.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" - }, - "time": "2022-02-14T08:28:10+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/global-state" - }, - { - "name": "sebastian/lines-of-code", - "version": "1.0.3", - "version_normalized": "1.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-11-28T06:42:11+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/lines-of-code" - }, - { - "name": "sebastian/object-enumerator", - "version": "4.0.4", - "version_normalized": "4.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:12:34+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/object-enumerator" - }, - { - "name": "sebastian/object-reflector", - "version": "2.0.4", - "version_normalized": "2.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:14:26+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/object-reflector" - }, - { - "name": "sebastian/recursion-context", - "version": "4.0.4", - "version_normalized": "4.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:17:30+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/recursion-context" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "version_normalized": "3.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "time": "2020-09-28T06:45:17+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/resource-operations" - }, - { - "name": "sebastian/type", - "version": "3.2.0", - "version_normalized": "3.2.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.5" - }, - "time": "2022-09-12T14:47:03+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/type" - }, - { - "name": "sebastian/version", - "version": "3.0.2", - "version_normalized": "3.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "time": "2020-09-28T06:39:44+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/version" - }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "version_normalized": "1.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "time": "2021-07-28T10:34:58+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "install-path": "../theseer/tokenizer" - } - ], + "packages": [], "dev": true, - "dev-package-names": [ - "doctrine/instantiator", - "myclabs/deep-copy", - "nikic/php-parser", - "phar-io/manifest", - "phar-io/version", - "phpunit/php-code-coverage", - "phpunit/php-file-iterator", - "phpunit/php-invoker", - "phpunit/php-text-template", - "phpunit/php-timer", - "phpunit/phpunit", - "sebastian/cli-parser", - "sebastian/code-unit", - "sebastian/code-unit-reverse-lookup", - "sebastian/comparator", - "sebastian/complexity", - "sebastian/diff", - "sebastian/environment", - "sebastian/exporter", - "sebastian/global-state", - "sebastian/lines-of-code", - "sebastian/object-enumerator", - "sebastian/object-reflector", - "sebastian/recursion-context", - "sebastian/resource-operations", - "sebastian/type", - "sebastian/version", - "theseer/tokenizer" - ] + "dev-package-names": [] } diff --git a/www/vendor/composer/installed.php b/www/vendor/composer/installed.php index 29acdcc8..84b946fa 100644 --- a/www/vendor/composer/installed.php +++ b/www/vendor/composer/installed.php @@ -1,275 +1,23 @@ array( + 'name' => 'gullevek/corelibs-dev', 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => NULL, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => NULL, - 'name' => 'gullevek/corelibs-dev', 'dev' => true, ), 'versions' => array( - 'doctrine/instantiator' => array( - 'pretty_version' => '1.5.0', - 'version' => '1.5.0.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../doctrine/instantiator', - 'aliases' => array(), - 'reference' => '0a0fa9780f5d4e507415a065172d26a98d02047b', - 'dev_requirement' => true, - ), 'gullevek/corelibs-dev' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => NULL, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => NULL, 'dev_requirement' => false, ), - 'myclabs/deep-copy' => array( - 'pretty_version' => '1.11.0', - 'version' => '1.11.0.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../myclabs/deep-copy', - 'aliases' => array(), - 'reference' => '14daed4296fae74d9e3201d2c4925d1acb7aa614', - 'dev_requirement' => true, - ), - 'nikic/php-parser' => array( - 'pretty_version' => 'v4.15.2', - 'version' => '4.15.2.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../nikic/php-parser', - 'aliases' => array(), - 'reference' => 'f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc', - 'dev_requirement' => true, - ), - 'phar-io/manifest' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phar-io/manifest', - 'aliases' => array(), - 'reference' => '97803eca37d319dfa7826cc2437fc020857acb53', - 'dev_requirement' => true, - ), - 'phar-io/version' => array( - 'pretty_version' => '3.2.1', - 'version' => '3.2.1.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phar-io/version', - 'aliases' => array(), - 'reference' => '4f7fd7836c6f332bb2933569e566a0d6c4cbed74', - 'dev_requirement' => true, - ), - 'phpunit/php-code-coverage' => array( - 'pretty_version' => '9.2.23', - 'version' => '9.2.23.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-code-coverage', - 'aliases' => array(), - 'reference' => '9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c', - 'dev_requirement' => true, - ), - 'phpunit/php-file-iterator' => array( - 'pretty_version' => '3.0.6', - 'version' => '3.0.6.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-file-iterator', - 'aliases' => array(), - 'reference' => 'cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf', - 'dev_requirement' => true, - ), - 'phpunit/php-invoker' => array( - 'pretty_version' => '3.1.1', - 'version' => '3.1.1.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-invoker', - 'aliases' => array(), - 'reference' => '5a10147d0aaf65b58940a0b72f71c9ac0423cc67', - 'dev_requirement' => true, - ), - 'phpunit/php-text-template' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-text-template', - 'aliases' => array(), - 'reference' => '5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28', - 'dev_requirement' => true, - ), - 'phpunit/php-timer' => array( - 'pretty_version' => '5.0.3', - 'version' => '5.0.3.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-timer', - 'aliases' => array(), - 'reference' => '5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2', - 'dev_requirement' => true, - ), - 'phpunit/phpunit' => array( - 'pretty_version' => '9.5.27', - 'version' => '9.5.27.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/phpunit', - 'aliases' => array(), - 'reference' => 'a2bc7ffdca99f92d959b3f2270529334030bba38', - 'dev_requirement' => true, - ), - 'sebastian/cli-parser' => array( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/cli-parser', - 'aliases' => array(), - 'reference' => '442e7c7e687e42adc03470c7b668bc4b2402c0b2', - 'dev_requirement' => true, - ), - 'sebastian/code-unit' => array( - 'pretty_version' => '1.0.8', - 'version' => '1.0.8.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/code-unit', - 'aliases' => array(), - 'reference' => '1fc9f64c0927627ef78ba436c9b17d967e68e120', - 'dev_requirement' => true, - ), - 'sebastian/code-unit-reverse-lookup' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/code-unit-reverse-lookup', - 'aliases' => array(), - 'reference' => 'ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5', - 'dev_requirement' => true, - ), - 'sebastian/comparator' => array( - 'pretty_version' => '4.0.8', - 'version' => '4.0.8.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/comparator', - 'aliases' => array(), - 'reference' => 'fa0f136dd2334583309d32b62544682ee972b51a', - 'dev_requirement' => true, - ), - 'sebastian/complexity' => array( - 'pretty_version' => '2.0.2', - 'version' => '2.0.2.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/complexity', - 'aliases' => array(), - 'reference' => '739b35e53379900cc9ac327b2147867b8b6efd88', - 'dev_requirement' => true, - ), - 'sebastian/diff' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/diff', - 'aliases' => array(), - 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', - 'dev_requirement' => true, - ), - 'sebastian/environment' => array( - 'pretty_version' => '5.1.4', - 'version' => '5.1.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/environment', - 'aliases' => array(), - 'reference' => '1b5dff7bb151a4db11d49d90e5408e4e938270f7', - 'dev_requirement' => true, - ), - 'sebastian/exporter' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/exporter', - 'aliases' => array(), - 'reference' => 'ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d', - 'dev_requirement' => true, - ), - 'sebastian/global-state' => array( - 'pretty_version' => '5.0.5', - 'version' => '5.0.5.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/global-state', - 'aliases' => array(), - 'reference' => '0ca8db5a5fc9c8646244e629625ac486fa286bf2', - 'dev_requirement' => true, - ), - 'sebastian/lines-of-code' => array( - 'pretty_version' => '1.0.3', - 'version' => '1.0.3.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/lines-of-code', - 'aliases' => array(), - 'reference' => 'c1c2e997aa3146983ed888ad08b15470a2e22ecc', - 'dev_requirement' => true, - ), - 'sebastian/object-enumerator' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/object-enumerator', - 'aliases' => array(), - 'reference' => '5c9eeac41b290a3712d88851518825ad78f45c71', - 'dev_requirement' => true, - ), - 'sebastian/object-reflector' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/object-reflector', - 'aliases' => array(), - 'reference' => 'b4f479ebdbf63ac605d183ece17d8d7fe49c15c7', - 'dev_requirement' => true, - ), - 'sebastian/recursion-context' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/recursion-context', - 'aliases' => array(), - 'reference' => 'cd9d8cf3c5804de4341c283ed787f099f5506172', - 'dev_requirement' => true, - ), - 'sebastian/resource-operations' => array( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/resource-operations', - 'aliases' => array(), - 'reference' => '0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8', - 'dev_requirement' => true, - ), - 'sebastian/type' => array( - 'pretty_version' => '3.2.0', - 'version' => '3.2.0.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/type', - 'aliases' => array(), - 'reference' => 'fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e', - 'dev_requirement' => true, - ), - 'sebastian/version' => array( - 'pretty_version' => '3.0.2', - 'version' => '3.0.2.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/version', - 'aliases' => array(), - 'reference' => 'c6c1022351a901512170118436c764e473f6de8c', - 'dev_requirement' => true, - ), - 'theseer/tokenizer' => array( - 'pretty_version' => '1.2.1', - 'version' => '1.2.1.0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../theseer/tokenizer', - 'aliases' => array(), - 'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e', - 'dev_requirement' => true, - ), ), ); diff --git a/www/vendor/phpunit/php-code-coverage/LICENSE b/www/vendor/phpunit/php-code-coverage/LICENSE deleted file mode 100644 index c4a1db2c..00000000 --- a/www/vendor/phpunit/php-code-coverage/LICENSE +++ /dev/null @@ -1,33 +0,0 @@ -php-code-coverage - -Copyright (c) 2009-2022, Sebastian Bergmann . -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/www/vendor/phpunit/phpunit/ChangeLog-9.5.md b/www/vendor/phpunit/phpunit/ChangeLog-9.5.md deleted file mode 100644 index cd915e5f..00000000 --- a/www/vendor/phpunit/phpunit/ChangeLog-9.5.md +++ /dev/null @@ -1,242 +0,0 @@ -# Changes in PHPUnit 9.5 - -All notable changes of the PHPUnit 9.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. - -## [9.5.27] - 2022-12-09 - -### Fixed - -* [#5113](https://github.com/sebastianbergmann/phpunit/pull/5113): PHP error instead of PHPUnit error when trying to create test double for `readonly` class - -## [9.5.26] - 2022-10-28 - -### Fixed - -* [#5076](https://github.com/sebastianbergmann/phpunit/issues/5076): Test Runner does not warn about conflicting options - -## [9.5.25] - 2022-09-25 - -### Added - -* [#5042](https://github.com/sebastianbergmann/phpunit/issues/5042): Support Disjunctive Normal Form types - -### Fixed - -* [#4966](https://github.com/sebastianbergmann/phpunit/issues/4966): `TestCase::assertSame()` (and related exact comparisons) must compare `float` exactly - -## [9.5.24] - 2022-08-30 - -### Added - -* [#4931](https://github.com/sebastianbergmann/phpunit/issues/4931): Support `null` and `false` as stand-alone types -* [#4955](https://github.com/sebastianbergmann/phpunit/issues/4955): Support `true` as stand-alone type - -### Fixed - -* [#4913](https://github.com/sebastianbergmann/phpunit/issues/4913): Failed `assert()` should show a backtrace -* [#5012](https://github.com/sebastianbergmann/phpunit/pull/5012): Memory leak in `ExceptionWrapper` - -## [9.5.23] - 2022-08-22 - -### Changed - -* [#5033](https://github.com/sebastianbergmann/phpunit/issues/5033): Do not depend on phpspec/prophecy - -## [9.5.22] - 2022-08-20 - -### Fixed - -* [#5015](https://github.com/sebastianbergmann/phpunit/pull/5015): Ukraine banner unreadable on black background -* [#5020](https://github.com/sebastianbergmann/phpunit/issues/5020): PHPUnit 9 breaks loading of PSR-0/PEAR style classes -* [#5022](https://github.com/sebastianbergmann/phpunit/issues/5022): `ExcludeList::addDirectory()` does not work correctly - -## [9.5.21] - 2022-06-19 - -### Fixed - -* [#4950](https://github.com/sebastianbergmann/phpunit/issues/4950): False error on `atMost()` invocation rule without call -* [#4962](https://github.com/sebastianbergmann/phpunit/issues/4962): Ukraine banner unreadable on white background - -## [9.5.20] - 2022-04-01 - -### Fixed - -* [#4938](https://github.com/sebastianbergmann/phpunit/issues/4938): Test Double code generator does not handle `void` return type declaration on `__clone()` methods -* [#4947](https://github.com/sebastianbergmann/phpunit/issues/4947): Test annotated with `@coversNothing` may lead to files missing from code coverage report - -## [9.5.19] - 2022-03-15 - -### Fixed - -* [#4929](https://github.com/sebastianbergmann/phpunit/issues/4929): Test Double code generator does not handle new expressions inside parameter default values -* [#4932](https://github.com/sebastianbergmann/phpunit/issues/4932): Backport support for intersection types from PHPUnit 10 to PHPUnit 9.5 -* [#4933](https://github.com/sebastianbergmann/phpunit/issues/4933): Backport support for `never` type from PHPUnit 10 to PHPUnit 9.5 - -## [9.5.18] - 2022-03-08 - -### Fixed - -* [#4877](https://github.com/sebastianbergmann/phpunit/issues/4877): No stack trace shown when an error occurs during bootstrap - -## [9.5.17] - 2022-03-05 - #StandWithUkraine - -## [9.5.16] - 2022-02-23 - -### Changed - -* Reverted sync with API change in (now yanked) phpunit/php-code-coverage 9.2.12 - -## [9.5.15] - 2022-02-23 [YANKED] - -### Fixed - -* When the HTML code coverage report's configured low upper bound is larger than the high lower bound then the default values are used instead - -## [9.5.14] - 2022-02-18 - -### Changed - -* [#4874](https://github.com/sebastianbergmann/phpunit/pull/4874): `PHP_FLOAT_EPSILON` is now used instead of hardcoded `0.0000000001` in `PHPUnit\Framework\Constraint\IsIdentical` - -## [9.5.13] - 2022-01-24 - -### Fixed - -* [#4871](https://github.com/sebastianbergmann/phpunit/issues/4871): Class `SebastianBergmann\CodeCoverage\Filter` is not found during PHPT tests when PHPUnit is used from PHAR - -## [9.5.12] - 2022-01-21 - -### Fixed - -* [#4799](https://github.com/sebastianbergmann/phpunit/pull/4799): Memory leaks in `PHPUnit\Framework\TestSuite` class -* [#4857](https://github.com/sebastianbergmann/phpunit/pull/4857): Result of `debug_backtrace()` is not used correctly - -## [9.5.11] - 2021-12-25 - -### Changed - -* [#4812](https://github.com/sebastianbergmann/phpunit/issues/4812): Do not enforce time limits when a debugging session through DBGp is active -* [#4835](https://github.com/sebastianbergmann/phpunit/issues/4835): Support for `$GLOBALS['_composer_autoload_path']` introduced in Composer 2.2 - -### Fixed - -* [#4840](https://github.com/sebastianbergmann/phpunit/pull/4840): TestDox prettifying for class names does not correctly handle diacritics -* [#4846](https://github.com/sebastianbergmann/phpunit/pull/4846): Composer proxy script is not ignored - -## [9.5.10] - 2021-09-25 - -### Changed - -* PHPUnit no longer converts PHP deprecations to exceptions by default (configure `convertDeprecationsToExceptions="true"` to enable this) -* The PHPUnit XML configuration file generator now configures `convertDeprecationsToExceptions="true"` - -### Fixed - -* [#4772](https://github.com/sebastianbergmann/phpunit/pull/4772): TestDox HTML report not displayed correctly when browser has custom colour settings - -## [9.5.9] - 2021-08-31 - -### Fixed - -* [#4750](https://github.com/sebastianbergmann/phpunit/issues/4750): Automatic return value generation leads to invalid (and superfluous) test double code generation when a stubbed method returns `*|false` -* [#4751](https://github.com/sebastianbergmann/phpunit/issues/4751): Configuration validation fails when using brackets in glob pattern - -## [9.5.8] - 2021-07-31 - -### Fixed - -* [#4740](https://github.com/sebastianbergmann/phpunit/issues/4740): `phpunit.phar` does not work with PHP 8.1 - -## [9.5.7] - 2021-07-19 - -### Fixed - -* [#4720](https://github.com/sebastianbergmann/phpunit/issues/4720): PHPUnit does not verify its own PHP extension requirements -* [#4735](https://github.com/sebastianbergmann/phpunit/issues/4735): Automated return value generation does not work for stubbed methods that return `*|false` - -## [9.5.6] - 2021-06-23 - -### Changed - -* PHPUnit now errors out on startup when `PHP_VERSION` contains a value that is not compatible with `version_compare()`, for instance `X.Y.Z-(to be removed in future macOS)` - -## [9.5.5] - 2021-06-05 - -### Changed - -* The test result cache (the storage for which is implemented in `PHPUnit\Runner\DefaultTestResultCache`) no longer uses PHP's `serialize()` and `unserialize()` functions for persistence. It now uses a versioned JSON format instead that is independent of PHP implementation details (see [#3581](https://github.com/sebastianbergmann/phpunit/issues/3581) and [#4662](https://github.com/sebastianbergmann/phpunit/pull/4662) for examples why this is a problem). When PHPUnit tries to load the test result cache from a file that does not exist, or from a file that does not contain data in JSON format, or from a file that contains data in a JSON format version other than the one used by the currently running PHPUnit version, then this is considered to be a "cache miss". An empty `DefaultTestResultCache` object is created in this case. This should also prevent PHPUnit from crashing when trying to load a test result cache file created by a different version of PHPUnit (see [#4580](https://github.com/sebastianbergmann/phpunit/issues/4580) for example). - -### Fixed - -* [#4632](https://github.com/sebastianbergmann/phpunit/issues/4632): TestDox result printer does not handle repeated test execution correctly -* [#4678](https://github.com/sebastianbergmann/phpunit/pull/4678): Stubbed methods with `iterable` return types should return empty array by default -* [#4692](https://github.com/sebastianbergmann/phpunit/issues/4692): Annotations in single-line doc-comments are not handled correctly -* [#4694](https://github.com/sebastianbergmann/phpunit/issues/4694): `TestCase::getMockFromWsdl()` does not work with PHP 8.1-dev - -## [9.5.4] - 2021-03-23 - -### Fixed - -* [#4630](https://github.com/sebastianbergmann/phpunit/issues/4630): Empty test case class causes error in TestDox XML logger - -## [9.5.3] - 2021-03-17 - -### Fixed - -* [#4591](https://github.com/sebastianbergmann/phpunit/issues/4591): TeamCity logger logs warnings as test failures -* [#4620](https://github.com/sebastianbergmann/phpunit/issues/4620): No useful output when an error occurs in the bootstrap script - -## [9.5.2] - 2021-02-02 - -### Fixed - -* [#4573](https://github.com/sebastianbergmann/phpunit/issues/4573): No stack trace printed when PHPUnit is used from PHAR -* [#4590](https://github.com/sebastianbergmann/phpunit/issues/4590): `--coverage-text` CLI option is documented wrong - -## [9.5.1] - 2021-01-17 - -### Fixed - -* [#4572](https://github.com/sebastianbergmann/phpunit/issues/4572): Schema validation does not work with `%xx` sequences in path to `phpunit.xsd` - -## [9.5.0] - 2020-12-04 - -### Changed - -* [#4490](https://github.com/sebastianbergmann/phpunit/issues/4490): Emit Error instead of Warning when test case class cannot be instantiated -* [#4491](https://github.com/sebastianbergmann/phpunit/issues/4491): Emit Error instead of Warning when data provider does not work correctly -* [#4492](https://github.com/sebastianbergmann/phpunit/issues/4492): Emit Error instead of Warning when test double configuration is invalid -* [#4493](https://github.com/sebastianbergmann/phpunit/issues/4493): Emit error when (configured) test directory does not exist - -### Fixed - -* [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly - -[9.5.27]: https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27 -[9.5.26]: https://github.com/sebastianbergmann/phpunit/compare/9.5.25...9.5.26 -[9.5.25]: https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.25 -[9.5.24]: https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.24 -[9.5.23]: https://github.com/sebastianbergmann/phpunit/compare/9.5.22...9.5.23 -[9.5.22]: https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.5.22 -[9.5.21]: https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5.21 -[9.5.20]: https://github.com/sebastianbergmann/phpunit/compare/9.5.19...9.5.20 -[9.5.19]: https://github.com/sebastianbergmann/phpunit/compare/9.5.18...9.5.19 -[9.5.18]: https://github.com/sebastianbergmann/phpunit/compare/9.5.17...9.5.18 -[9.5.17]: https://github.com/sebastianbergmann/phpunit/compare/9.5.16...9.5.17 -[9.5.16]: https://github.com/sebastianbergmann/phpunit/compare/dc738383c519243b0a967f63943a848d3fd861aa...9.5.16 -[9.5.15]: https://github.com/sebastianbergmann/phpunit/compare/9.5.14...dc738383c519243b0a967f63943a848d3fd861aa -[9.5.14]: https://github.com/sebastianbergmann/phpunit/compare/9.5.13...9.5.14 -[9.5.13]: https://github.com/sebastianbergmann/phpunit/compare/9.5.12...9.5.13 -[9.5.12]: https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5.12 -[9.5.11]: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 -[9.5.10]: https://github.com/sebastianbergmann/phpunit/compare/9.5.9...9.5.10 -[9.5.9]: https://github.com/sebastianbergmann/phpunit/compare/9.5.8...9.5.9 -[9.5.8]: https://github.com/sebastianbergmann/phpunit/compare/9.5.7...9.5.8 -[9.5.7]: https://github.com/sebastianbergmann/phpunit/compare/9.5.6...9.5.7 -[9.5.6]: https://github.com/sebastianbergmann/phpunit/compare/9.5.5...9.5.6 -[9.5.5]: https://github.com/sebastianbergmann/phpunit/compare/9.5.4...9.5.5 -[9.5.4]: https://github.com/sebastianbergmann/phpunit/compare/9.5.3...9.5.4 -[9.5.3]: https://github.com/sebastianbergmann/phpunit/compare/9.5.2...9.5.3 -[9.5.2]: https://github.com/sebastianbergmann/phpunit/compare/9.5.1...9.5.2 -[9.5.1]: https://github.com/sebastianbergmann/phpunit/compare/9.5.0...9.5.1 -[9.5.0]: https://github.com/sebastianbergmann/phpunit/compare/9.4.4...9.5.0 diff --git a/www/vendor/sebastian/recursion-context/.psalm/baseline.xml b/www/vendor/sebastian/recursion-context/.psalm/baseline.xml deleted file mode 100644 index b946db1a..00000000 --- a/www/vendor/sebastian/recursion-context/.psalm/baseline.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - is_array($array) - - - diff --git a/www/vendor/sebastian/recursion-context/.psalm/config.xml b/www/vendor/sebastian/recursion-context/.psalm/config.xml deleted file mode 100644 index 2a4b16f2..00000000 --- a/www/vendor/sebastian/recursion-context/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - -