sha256:f490c8982226295d03f603f47c39edb963d2a7a4bb51ede7cd1c10c0be01b9c4
Diff
Content
sha256:fb4c9c82f78bf11a1b8ac18d1b91a9d237526f8795f0c4aac83000315bb2a0af .gitignore
sha256:7cdced98d7a0fdaf813395e294089b91da94f7a6e089be0794910f9d23e2f1c6 .scrutinizer.yml
sha256:3e0dce8efe2a2c8e33ae4beffba0220a211e2616ca1e65f85801e9923c07b3c0 .travis.yml
sha256:ffdc4d83e4ece9b535ef1b930e9557002058d9252b0d918c86d521f7b91639ff CONTRIBUTING.md
sha256:544ad2b918f1c4dd6f2be1fcb76ad455f2c027650cf3b835f49542ff1577f4af LICENSE
sha256:ef1594c4a6e0b7eb74927a5b21af042367f104e418ddbfdac5d3b6ac835952be README.md
sha256:3a93c1afe29995b79be3f3b7823c90d9e5e64df7d03d5cc033338f15be774a7a UPGRADE.md
sha256:118b02db80356977187a067a4deaf5e5234e75b99390388b3eb4c4237cfe9cd7 appveyor.yml
sha256:055bcefe6733bdbb2249e8179f2e37be1dc00c4b72a94b84a73ae821e5c49596 composer.json
demo/
sha256:3538b9f29fb1453c921282917d8c7c2c9e8456b943ebebb95a2f15f3358ae7f9 demo/README.md
demo/basic-reflection/
demo/basic-reflection/assets/
sha256:480edd423a22be56384f4268d20656bc88e314c2060f504c70b48c3e49d9a49c demo/basic-reflection/assets/MyClass.php
sha256:2d0461ac52170ad3d97590c621ddee0d227cb0b2fb90ae2780343539bf2a92f7 demo/basic-reflection/example1.php
sha256:86b614b41949013da8e66bf52744bdc40fb363b7e694850727adc624d185f301 demo/basic-reflection/example2.php
sha256:35c6c22e182046a59ab5ec7bfa51dcc52850359b861e117d12a9340a9114e619 demo/basic-reflection/example3.php
demo/monkey-patching/
sha256:9376c22d11bac4405b10ecd78e0920ba149e074a9d89735aa936d2e67c918930 demo/monkey-patching/MyClass.php
sha256:c51ee9888b3a6c6913aaecd8bb2c242aefb4cd3205fe6ddbd750690bcd461aaf demo/monkey-patching/index.php
demo/parsing-whole-directory/
sha256:75a16273e297466771f8683594f432914f48371662956e5e3ad76c45539993a6 demo/parsing-whole-directory/example1.php
sha256:a07f0afeb71ede2f5f78f4cb7400989f609ac27dd5ea8dfa0f954f872cae6c65 demo/parsing-whole-directory/example2.php
docs/
docs/assets/
sha256:c9bad636b815ab1ea30255d6d44b66ef2dd5a4882126327673762476d098541f docs/assets/reflection-process.png
sha256:b71e14798e401d85c3d2e5c24dce7e1082737b4a1c563e6c6a283c816a659192 docs/ast-extraction.md
sha256:82d5db77d22ad5abc7c59d367247e4b2b24b11a09f36d7232f546644121b7314 docs/compatibility.md
sha256:40f2137e57d9483c0930fc4ac1a283d880d9b56573ac1cbbe395e5d7277fbfa8 docs/features.md
sha256:d2b7d5b91bcf80662efb9679cbed6b4e6c1a18653f08ebd00e21f302b609711b docs/find-reflection-on-line.md
sha256:90ce667a919e689525c252a1b95fd9418358be369c5c3ea038c2df5d070971df docs/how-it-works.md
sha256:c0c1be84d618a93374686d3dc3bdb95caa5f7c0cf557c1ef2e9cd8a83ca6ebc7 docs/reflection-modification.md
sha256:c8836175809853f420be1c5e6984d424f9429453b6fa3e9809306cad560cd427 docs/types.md
sha256:4970239373daabaf3be22661f3c9a6dc8529837c71f29109c6e42d19440583a2 docs/usage.md
sha256:af251d2d3d32fd818d141613cc54c757ac4fa78cb23496c86bf2cb1e0bb7903c phpbench.json
sha256:04cd1fd16d55312ac38eb78193cfe2e16796999cedf2ebbfc0cdc70348c6b4a3 phpcs.xml
sha256:ecc3000702b52f98c868e3aa1d2e872925f83fc7069c1afd0208eb1d6f358380 phpstan.neon
sha256:2e5ad7a04e5ee80510562c0198778bff4551967966f92f8ebbec97e7192faa83 phpunit.xml.dist
src/
sha256:bbedc25d05345e6aad4f07c0bf4a2f21a1aad917e07b875cbf4fc81e4cdeab46 src/BetterReflection.php
src/Identifier/
src/Identifier/Exception/
sha256:0299822b4cfc52b99e4d68154a5250298a40fe778d085ef26ee4a3544704805f src/Identifier/Exception/InvalidIdentifierName.php
sha256:d1f344ee17b547ba2fd1195197d42a9acf32a19618d82d601600082e56c4d2a1 src/Identifier/Identifier.php
sha256:d2ab4e44639d8a683a98e6bef8a845b8ccb5ad350f3c9f60f802f9d5f69fc855 src/Identifier/IdentifierType.php
src/NodeCompiler/
sha256:876c5762df55d059ee5779c01880b2ac33938f3675d901e9b756d1b80d7adaf8 src/NodeCompiler/CompileNodeToValue.php
sha256:b913b23689bb26990013eaf42ddf94fe7c6dd0a82c6659d8d1d128096ed34da7 src/NodeCompiler/CompilerContext.php
src/NodeCompiler/Exception/
sha256:d921943cdc88918d8b94f97600525c5e82b436e35a740dcc952d77d99ae7f6e7 src/NodeCompiler/Exception/UnableToCompileNode.php
src/Reflection/
src/Reflection/Adapter/
src/Reflection/Adapter/Exception/
sha256:15f9224c4c304404dbb180ed42e0adcc9397dfc65ed6f34f3c84ec8b45d81e7d src/Reflection/Adapter/Exception/NotImplemented.php
sha256:6540159c04c3a1b6b665786158bb2eaac5e3ff0d1ec5f4e0b4edbd37912514ac src/Reflection/Adapter/ReflectionClass.php
sha256:c31af5157d9b9e7ff921f9d4e95f86be3a90290c3ff76c6f4f8611e0666bcfb4 src/Reflection/Adapter/ReflectionClassConstant.php
sha256:04cdc12eda60716264dee9ccbd5f7863b28bcf344eda65c9842f335c47a28836 src/Reflection/Adapter/ReflectionFunction.php
sha256:cc485ea3ff7c8aeaab41f818f8a4c964de8dc99f243a8e6ed38b6a72140fe207 src/Reflection/Adapter/ReflectionMethod.php
sha256:654ab4105b74b44663e9e7fb00974284cd53eed4bd6d4f43845838b45d550fa0 src/Reflection/Adapter/ReflectionObject.php
sha256:443c904d5c5cd8ce177a36718a487ae990c46ad0432befb69530a1950632d12b src/Reflection/Adapter/ReflectionParameter.php
sha256:33d196ac9aa3f62e53b1034d5930b89ec64cd1f6b8b8e60f2bda97b19d15be2c src/Reflection/Adapter/ReflectionProperty.php
sha256:f674f6abd7b2cab9c8a396af90c62c8144bfaebcf105d371d6e1f8cc6f6b8786 src/Reflection/Adapter/ReflectionType.php
src/Reflection/Exception/
sha256:876da60051ef7fdcdf004094da197fbe9cdecd3e71fbc29e95abb312310fc9f2 src/Reflection/Exception/ClassDoesNotExist.php
sha256:b549632435803e8ac3cefd02c10aea1a858a205a970fcecf219356bfccfdf4d8 src/Reflection/Exception/FunctionDoesNotExist.php
sha256:f86f159ed484f4c9f74307d2cac600c255f91d8a0abb4688f405c8e61bc2fe1f src/Reflection/Exception/InvalidAbstractFunctionNodeType.php
sha256:72084cdbd6366de6d05731cd9269f689a9bcc7c5a9b70d2c445810f69d4f3570 src/Reflection/Exception/InvalidDefaultValueType.php
sha256:de03dc744fc616776b95b9dad448653e786a0b49753c1be237471ae059f0dedf src/Reflection/Exception/MethodPrototypeNotFound.php
sha256:f87dc7a719e49ea10d9ea0cb768a66394f5f0d47faa34730f66de7e34885bf77 src/Reflection/Exception/NoObjectProvided.php
sha256:8458bd75e2994eae7968ff6a994200776028302657adbd05aea1ca547703cf6c src/Reflection/Exception/NoParent.php
sha256:ca7b4c4ecd3827bf6c261704f7710b363a4b7627011d5b6b9ba8a1fc06577960 src/Reflection/Exception/NotAClassReflection.php
sha256:44c1362f21a1e90ba58e5308534fd6cd4682b8382b1e4ab219045e979d3e8dec src/Reflection/Exception/NotAnInterfaceReflection.php
sha256:647083893e587efc89eecfa55578730a7f0673d96d36772c62e9d6e11d6e7d33 src/Reflection/Exception/NotAnObject.php
sha256:340b59fe7f2796e75ddeebe807f1bca0a083cefe4343693d63475443409f0aaa src/Reflection/Exception/ObjectNotInstanceOfClass.php
sha256:3e93ab3817775db24eca4b4bb95facdfdeded7b5732e06bfe0537178d08ad6e9 src/Reflection/Exception/PropertyDoesNotExist.php
sha256:779cc62ba8420c98dc297ea4c620976d76192f19427d7bf4dc6b60eab88b1b1c src/Reflection/Exception/PropertyIsNotStatic.php
sha256:c36db01f1de3ff75392a03f7e564eb45095e2de103eb07572e9b89fee79a7cd0 src/Reflection/Exception/Uncloneable.php
sha256:b7ae651bb2f4a80375cb2123a18f1db4c335a187a4144914bede3cbdfbd22cc4 src/Reflection/Reflection.php
sha256:3c69d5a8c80763f0c8cfc5778a400eab3a745960239f5c8d1cf406e2afbba716 src/Reflection/ReflectionClass.php
sha256:8deecf5df4ec95eb608b5d6bc5128b505887dbbc1b179cfe3061e7e49c770425 src/Reflection/ReflectionClassConstant.php
sha256:a4ac5973ef8aae8b2a7ee755d315772481f58dfbd80adbd51330b3db2fb9f800 src/Reflection/ReflectionFunction.php
sha256:9aa10d97c3cfa15ea9de56983682e484731786d891d680cfe6b7d60163ef7f7c src/Reflection/ReflectionFunctionAbstract.php
sha256:50bb5d09b3b2f153b35f0649f7fa8b16ca3b56729bc2332513e18857483862b3 src/Reflection/ReflectionMethod.php
sha256:e6ff199d593ed00ac2592a41254a6ed21d465b5576025c3589e312e8852e3866 src/Reflection/ReflectionObject.php
sha256:54ff1f2acf04058433d63b06c6a30cb0be1678f52c455d2550d51e9088bca726 src/Reflection/ReflectionParameter.php
sha256:70de4394516d473ea33bfd57ed8433aeeb25188ab04f60ab729271390ebd4676 src/Reflection/ReflectionProperty.php
sha256:65727dfcc2d63058a03f496b5acff1cf350c1f76e4856bc962cef7f74e8e0810 src/Reflection/ReflectionType.php
src/Reflection/StringCast/
sha256:15a99afea0749513017323eb4fce6f08670fd6a3a11d0164a46c0080a913c1c2 src/Reflection/StringCast/ReflectionClassConstantStringCast.php
sha256:647cf953eec7ed753cab09e4af5596eb0888626cafecbcdc10675b1e4e0cc7b3 src/Reflection/StringCast/ReflectionClassStringCast.php
sha256:2554db8c1706cc33c546554329d960a788804949c79aebc459fb74767974994a src/Reflection/StringCast/ReflectionFunctionStringCast.php
sha256:82e0780c70a5401720961a5691ad5df876cb9085aa1864ecf5e0a95f2d415f80 src/Reflection/StringCast/ReflectionMethodStringCast.php
sha256:2cd554c0629fc9faafba5a968157a5d37ad248ef3e48164f0f1eee83e9360eca src/Reflection/StringCast/ReflectionParameterStringCast.php
sha256:0f7e18752c91b12c833f05287d7f0e8ce7381744642464808936f07fd01121a2 src/Reflection/StringCast/ReflectionPropertyStringCast.php
src/Reflector/
sha256:de1d5e24c7963f8ced9dd286597f7b58f8a01e5a69365335a47c92923063513a src/Reflector/ClassReflector.php
src/Reflector/Exception/
sha256:ee6ebcc94c264f709bc7dbd0a318a884c92817f125ff90e24161d34c6a9ee111 src/Reflector/Exception/IdentifierNotFound.php
sha256:408c42ac9da7f769b8d3645e98b2649800a1f2022f090d19881edc74f7f21bae src/Reflector/FunctionReflector.php
sha256:7bcc3c41b88b6d2ed448271e3b17c7249edb1dd936af8c3d01296f8f628a96ee src/Reflector/Reflector.php
src/SourceLocator/
src/SourceLocator/Ast/
src/SourceLocator/Ast/Exception/
sha256:bb50da33c1673e3b0d1adf2f887f6b81ae3965a94e46bca908506fe74c3db890 src/SourceLocator/Ast/Exception/ParseToAstFailure.php
sha256:2c4a9e2b4bc73b35b460d017e590c634545a02417b462386279fac82d0962b10 src/SourceLocator/Ast/FindReflectionsInTree.php
sha256:b12dace756f34180b1fabe659a8e319c05f761514c6e01e3cf879c6cf446eb43 src/SourceLocator/Ast/Locator.php
src/SourceLocator/Ast/Parser/
sha256:1ffd6db1c14116924d22e6c9b00fb21af6392e48c8fb32c65d3ac4f457b132e5 src/SourceLocator/Ast/Parser/MemoizingParser.php
src/SourceLocator/Ast/Strategy/
sha256:0f207e8e39a258b197d8a973830c9787bb22d7157d7e637409818995a7654b7b src/SourceLocator/Ast/Strategy/AstConversionStrategy.php
sha256:4d158ef89eb7b65f4619554d6e0435b4c343c9630253b088896b84af4bf26dfc src/SourceLocator/Ast/Strategy/NodeToReflection.php
src/SourceLocator/Exception/
sha256:14aef976f7eae2ef9fa403f703eda742d9fa4cea3865c706185a041d3580baac src/SourceLocator/Exception/EmptyPhpSourceCode.php
sha256:58e371ef0f9e6375c3d7e298716c0823cccc190e7cc556d018706a7676684f4c src/SourceLocator/Exception/EvaledAnonymousClassCannotBeLocated.php
sha256:473356385f7f399b9ed1337af87be3eacb8c8da3e9a97be4ce3c94823b41418e src/SourceLocator/Exception/EvaledClosureCannotBeLocated.php
sha256:08eb643bc8efe80c9d824fccb0167a272c6a99eac9cefc37f956c1e0ec32f51a src/SourceLocator/Exception/FunctionUndefined.php
sha256:ba872616a09d919362b1233c1e305ac488220411f15b9c51f735bc6bb4140667 src/SourceLocator/Exception/InvalidDirectory.php
sha256:052c7ea0c6fa0b34f2363dcb8cf01f46a2e58c39425400713c941101b699f526 src/SourceLocator/Exception/InvalidFileInfo.php
sha256:316432c2df65e7e4b9c7b18f2b08ff02c2e86be545961997a25760141e73e24a src/SourceLocator/Exception/InvalidFileLocation.php
sha256:03de04137073b48a6efc55b2b13a9024ea51faa6ee311f1c790a31cceb4bda21 src/SourceLocator/Exception/NotInternalClass.php
sha256:c78a7251190657a03daf199a1579eefcb7c5d50c38f74a2241a43d74d3a98925 src/SourceLocator/Exception/TwoAnonymousClassesOnSameLine.php
sha256:4e749facb2a3f32972dc3dbefeb048f3cab607062ecb5710da6d042b91bdb236 src/SourceLocator/Exception/TwoClosuresOnSameLine.php
sha256:437adcd2647fe8e354c8a0b6478715c4eb30855cabbe31fffc7129f5468b238f src/SourceLocator/FileChecker.php
src/SourceLocator/Located/
sha256:0677b63a16bb349b9f7132d34827283982bd4363f73f81396bc5b0b519ef812f src/SourceLocator/Located/EvaledLocatedSource.php
sha256:1b5491e5ded4c3b936a2857df2405aa0c1e6fbc55d8ff2026a53aec6676bd581 src/SourceLocator/Located/InternalLocatedSource.php
sha256:7aca4073f76660d86791a2a730ccd2ff1f4a5bf9fb81ea5f6e252d498d01d653 src/SourceLocator/Located/LocatedSource.php
src/SourceLocator/Reflection/
sha256:4c1fa77cf99fa6d505456bfc26bf33ccf6112d8f9fea1f60ca377e5d66f00bf2 src/SourceLocator/Reflection/SourceStubber.php
src/SourceLocator/Type/
sha256:054e87f2c17060a0e485ba8d21cee00d18aabd2101e29c2b1b2e870ca405083c src/SourceLocator/Type/AbstractSourceLocator.php
sha256:a845584eb2d93ac8ac50dceecb3358e92cc007b253acb97720a91592e11620c4 src/SourceLocator/Type/AggregateSourceLocator.php
sha256:41e8eda274c0e7f16414a10f6623ca934d287057a73eed9761bd149d85303e0c src/SourceLocator/Type/AnonymousClassObjectSourceLocator.php
sha256:a7ce20adf4ff9265f9cd45500e2d63a9b8023ebbd473959aeb95e3cd6490b3d3 src/SourceLocator/Type/AutoloadSourceLocator.php
sha256:e486b6f3f9ad25f9b7462921043dfa40cdc143b94955e25895286e545bfe3eb3 src/SourceLocator/Type/ClosureSourceLocator.php
sha256:ffbdc14c01697c1b3b2dc71314cecaa9c9f92a27fa1ffd40610b9755e9402f5f src/SourceLocator/Type/ComposerSourceLocator.php
sha256:b2e1010a2207f203ff02df32349f05d9de36996a03f2f69a9c1ef51bb51e3f2a src/SourceLocator/Type/DirectoriesSourceLocator.php
sha256:ee436d518db8b7704613fc7765989fc07131e773c60506fcdec1fa5d56171773 src/SourceLocator/Type/EvaledCodeSourceLocator.php
sha256:20be4ba4d252699db92d21a289aca229cc73633dfd5e9961ba4c37503e25a95e src/SourceLocator/Type/FileIteratorSourceLocator.php
sha256:61ed3a966452d566600b0d40069b22faf621a56a6543e2fa13954ad9aa0f308f src/SourceLocator/Type/MemoizingSourceLocator.php
sha256:fdc19ef93cb7f940a7f40a698f50b7fa874582091a03f1890bb61b67353118d0 src/SourceLocator/Type/PhpInternalSourceLocator.php
sha256:91f39bfb5da56881f4dca27ec1b70828e868bfd8099c0e0a060598f7a93d39b5 src/SourceLocator/Type/SingleFileSourceLocator.php
sha256:702b762148917c5407963889fc4996f77d309c30ed519bf0f7bda2e7dd923cea src/SourceLocator/Type/SourceLocator.php
sha256:8094da866039b27f63ef93483f3e7214af7c7dcb3ec91bebb7a6ec86c7b02ba9 src/SourceLocator/Type/StringSourceLocator.php
src/TypesFinder/
sha256:fd546689e04f0682322e6d6df9312d83bb37a969384b474eb87fcdc6d724115c src/TypesFinder/FindParameterType.php
sha256:ba864432d9de116bd70e42e3b50137f06a100011313d42b01cf0ae456e46e226 src/TypesFinder/FindPropertyType.php
sha256:bd17e94796981d81739cf4e1e22cad23826cc6750adfb543f36d5f7c37eed8a9 src/TypesFinder/FindReturnType.php
src/TypesFinder/PhpDocumentor/
sha256:38f43b1f3bbad15d3e5b1f00c3aa0230b1b95968a551a067324d2c9dc4c3fb0a src/TypesFinder/PhpDocumentor/NamespaceNodeToReflectionTypeContext.php
sha256:8494c940341ab6cd0a45c5b4da061d9f53b3cc00e34f6282e94190254f74121a src/TypesFinder/ResolveTypes.php
src/Util/
src/Util/Autoload/
sha256:3f093780c8c4ed930ea4c36360675401c6c76da233d1c25d1138c86e4534690a src/Util/Autoload/ClassLoader.php
src/Util/Autoload/ClassLoaderMethod/
sha256:2be0280c0cc9a85f22ec43fc557941a8ba4a63a5187f43226c453161f8a74354 src/Util/Autoload/ClassLoaderMethod/EvalLoader.php
src/Util/Autoload/ClassLoaderMethod/Exception/
sha256:5b3d8e8c2a500014d0dcdbe722809f9696fee0e14a0eb1dd3896af82854b1b60 src/Util/Autoload/ClassLoaderMethod/Exception/SignatureCheckFailed.php
sha256:724c05a01e67635af71705c07734e846abeed80022aa25a2bc1433cc77309b53 src/Util/Autoload/ClassLoaderMethod/FileCacheLoader.php
sha256:17247047562b1f2fe65b94b4263477f272ee5381ffd4bb79c9a55226392ceea6 src/Util/Autoload/ClassLoaderMethod/LoaderMethodInterface.php
src/Util/Autoload/ClassPrinter/
sha256:48cdcf3810e861f85a6957b1b988f51d21e1cefdec82b1f65c8b3fb57e29111d src/Util/Autoload/ClassPrinter/ClassPrinterInterface.php
sha256:0d4f6d172fa440b6bb9f02d94e7dedbec6286db687a4dda71139e27b43965bac src/Util/Autoload/ClassPrinter/PhpParserPrinter.php
src/Util/Autoload/Exception/
sha256:9e4b6e06acc8c04198bf3179f0b4958779cb85ca978e068b8e8565c0341d94c3 src/Util/Autoload/Exception/ClassAlreadyLoaded.php
sha256:22d63ffdb32df6c6941d6761b9ccb49942a8f82cf85a6f857fa1555289675277 src/Util/Autoload/Exception/ClassAlreadyRegistered.php
sha256:08d8d14c5053f838a6d8104e9368a8bd8c7ad5bd1e8fa9d6c123eef1f2700a76 src/Util/Autoload/Exception/FailedToLoadClass.php
sha256:a022650220e7e663efa01ea370242c985e52904b1f12deb1164d93d892894cef src/Util/CalculateReflectionColum.php
src/Util/Exception/
sha256:fb625da651570ed3adc8247beed92a676f07015a9e98a8e2812f7975089fd51b src/Util/Exception/InvalidNodePosition.php
sha256:ba983bd13e03ba9fe9160f99e8ecb92b17d027ca25fe679ef63bddbe3e889019 src/Util/Exception/NoNodePosition.php
sha256:1c660fa584b18d2815aee8efcff72f05e3d82eb0bdaf6d0550d10b39ed1ce108 src/Util/FileHelper.php
sha256:af03158fbc614c54590708ae2697ecbf4e3f8f50e0f23caa2322807c40c44a0b src/Util/FindReflectionOnLine.php
sha256:e86498f680da3b98d8ea8dd094c9002cbd69f45d986fbddafaee67327638b859 src/Util/GetFirstDocComment.php
src/Util/Visitor/
sha256:b2ed6e73b283f31a7c1792a2daad1be20d85b17a9e3f512f350f237af4ee908f src/Util/Visitor/ReturnNodeVisitor.php
stub/
sha256:0aa84d3523f2cc04197cc5f7e18c5571b197117615c243229b0646bc4429fce1 stub/APCIterator.stub
sha256:ba59384f07997904878316b4be5cefa0670e4a181f8c2466d834dd9002bb18b7 stub/CURLFile.stub
sha256:4130c976e5f59a25c9e1078ea84fac419e8f306f8d131008414b452d17ca47da stub/CachingIterator.stub
sha256:c42ea1319c248a3b67b0c45a8f1d5c109f407ffee83baa0f1a82aed72660e656 stub/Closure.stub
sha256:6b04621f41e732b8907819924a202858b86aee93f2aac7bf13398743f43bc7c8 stub/Collator.stub
sha256:db06be733ab399f3afcfc750d49e99436c490156a6e1a8dd7629636bca7459a4 stub/DOMAttr.stub
sha256:64cca3d35b3dd576a0a5b0649cc90d155d9b01be568c0911f8e9109b3d341662 stub/DOMComment.stub
sha256:03fd88efcfdc6f3c471cddbd7c82b30b4fa86c072ba215f0416bb344c642f2bc stub/DOMConfiguration.stub
sha256:24ebc1cb9307a27f73e178ff17093b3cf3e1b0f66a2ffb0398873ad8d8aa5ec9 stub/DOMDocument.stub
sha256:2759d2ef6e0f615e13d5d0952efa5ce4d336cb3f14345fce8a654185d71983b0 stub/DOMElement.stub
sha256:55e7f8be40ead2d46358ca7f3001bf5e22348426aae4a49e5eb9d5fec58266bd stub/DOMNamedNodeMap.stub
sha256:bcdd7b55ab74439bb708583810611d699aef8e35bf266b7f7b377199056f271d stub/DOMNode.stub
sha256:2aa97100f8d5f7f5524bf369e6a7433e74428a904af773e104d2f451e71c0ec7 stub/DOMProcessingInstruction.stub
sha256:eaad76be04bbd017de982882c67534a7ab69916ca2b2a3220fdd6208fb384024 stub/DOMText.stub
sha256:fd2d42fa11ec598c29fe915bd87ff80604973507b781bd28da4752b0722f3e45 stub/DOMXPath.stub
sha256:ecb4130fb6003a4f97422d3bd7267e235dd5a13eeb7b16518ad3003de79013d5 stub/DateTime.stub
sha256:f855aa7b14edbeccfd46e7b48c1030cb8854708f939f74e9682b4736eebbbeb6 stub/DateTimeImmutable.stub
sha256:0554c1b42cb4126ba2052f48611f2a37e4d0fdcad5de2820a7d55f80775a8812 stub/DateTimeInterface.stub
sha256:eefff58f5395f86d5cf4ba520761bcf374800111e0b1095129ff79232d0c370d stub/DateTimeZone.stub
sha256:76ce011c17a054c632bfd2e32c31c21ae897150bab8809b857b868cdfed42ee0 stub/Directory.stub
sha256:c25c39c0fbed18fadb6688a3cf3a62265f2a12ea9a885bb26a269bbb0b695e75 stub/DirectoryIterator.stub
sha256:a8475ad56234ec570c780ed8873009c96327b784cce4c6fed3d80535505d8852 stub/Error.stub
sha256:28c80faa9ea4adc3c4cd5c59d70efaf9c313a58f08218c4506c964638b431157 stub/ErrorException.stub
sha256:8dec5ecc30112f539358698238bb9c2f55d89b2d2dcf6ef908dcadb00bcdf11a stub/Exception.stub
sha256:2492c0558501970a01c0eb000493b8276aadbfa525c7e10b35fe3dad579399a2 stub/FilesystemIterator.stub
sha256:5d155e906824a1f9a7e917ffd2bfb4dc0639d93f498501ff859c20609430f5fc stub/GlobIterator.stub
sha256:30d9eb94d2948a0fa506f770514577d81a702ae995c030e54fe51563d7b1ebbc stub/IntlBreakIterator.stub
sha256:b1515f2f005868dafa629dd03c601277ba92ecce20011fd93ff2ba9c9792c3b8 stub/IntlCalendar.stub
sha256:b2d5dae587075ae1d847ab71f42bbc2e806d62f7a8dfc690dcdf65d63a90e1fd stub/IntlChar.stub
sha256:f2191a3d768a05e9d3383fc396977597bebffabe1e5646fee5a9f22d6f887504 stub/IntlDateFormatter.stub
sha256:4e3327a43e60d4aa6658881cd1e991d153438a8f988fc7816b1521a396528f63 stub/IntlGregorianCalendar.stub
sha256:0150773444643468d42a1b6d3487510d6b077b01cb8cc911558f1e06af205bed stub/IntlRuleBasedBreakIterator.stub
sha256:4de7eff949189d916ef37115cd0c46299702049aded19c8425fad49e4e3df62e stub/IntlTimeZone.stub
sha256:95e79bd3007cf68c6c05a02a41161b4b84ef3bbd7c3aa1e943ba6d561f0e48ae stub/LimitIterator.stub
sha256:b5f52705a7014c3a4f107e71f73dc99f65029daf17aa41cef16b4c6db72c0523 stub/MultipleIterator.stub
sha256:7d0aa89fe225d20aed49211c0be1fa6e71b1b31f040f3e3ed4688690893cbf87 stub/NumberFormatter.stub
sha256:cadabc1fe1e9c5c5b11de41ec208591041adf1170079ab5de5cafe83b62ce5a2 stub/PDO.stub
sha256:8be2da291a9f1b6f2f69163bd3240b30e23695e08248574dcda9c9476f01f0d6 stub/PDOStatement.stub
sha256:e5a3cfe72448dd36f789112594546c29c940de8973c5534f9b78545dfcf87603 stub/Phar.stub
sha256:7d047aac9d95bd59e8ad48597b620822de0637276bfca1858be711035ee666d0 stub/PharData.stub
sha256:8d062a7a4e9c139ba0875988489f53dd4415236e3b62d81fb30655a3cb4f88ef stub/PharFileInfo.stub
sha256:36ec0e63249de11f5aeebd1a0717ec940da4b2faac1abac38d33cb88fd30afac stub/RecursiveCachingIterator.stub
sha256:92052bc096d30b5aea8434f810fc5267610eacd03a53f9d3b9a31070319affae stub/RecursiveDirectoryIterator.stub
sha256:f7faf9fa9f7a83d10e18b3d8d9444509de8df9d7e2b2d467e83665d436480f27 stub/RecursiveIteratorIterator.stub
sha256:7c93ae34e12a614628e5e86d3b795361fa9c0d659b79085954bb56bdec31989d stub/RecursiveRegexIterator.stub
sha256:863b68078f6509b9a6dfc0c2d4e9378350101baa4e42f6071f1919a3c6ab8308 stub/RecursiveTreeIterator.stub
sha256:a1ad45da8404904e194cb2b22e730cdec70a9c5c64978be6d48540f93c0dcc43 stub/Reflection.stub
sha256:33ba6cdc19d0dae25ed503d6d674f81f4f5a67c377fcdf76d306446016b5bdb9 stub/ReflectionClass.stub
sha256:06a3b6be41c916fa49966dec211de44cb2d31fbc602190cd309bfd0f9f6f12fa stub/ReflectionExtension.stub
sha256:f1c34ef7b3da388a105ada564e0e1672b8d73f47582f90f3b0801873dfb3fda1 stub/ReflectionFunction.stub
sha256:3cdf00e07b2f76971f295c6717a1637f5d0a5cc0e2cb0f0031afb473231a1d4b stub/ReflectionGenerator.stub
sha256:2ad67993206b2e50cde85b99b5540b98fd56f44f0db4ce78be208db81c04ebb4 stub/ReflectionMethod.stub
sha256:967e3d222d549abc6475d8a6bbd57108afde33cd95dddb1c56818a4ae5fc0296 stub/ReflectionObject.stub
sha256:96ebcdde9f57f6ef51eeb7e71ca7e192313403341338c095e393c65270b1aee5 stub/ReflectionParameter.stub
sha256:140626774f9df14d6ab9e52c6793f63588cf7b8deb7e42677aa9eef3396a0212 stub/ReflectionProperty.stub
sha256:73b0d6145006628034cb283cf3fe1fa82282a8eb01fa9ed4f830a23cd55889b4 stub/ReflectionZendExtension.stub
sha256:3e1b29d578d29aea828abc79a99b00c086e661d017e24f43c6b93ebac3d8bdc7 stub/RegexIterator.stub
sha256:98396af1618de93ba3766a6c0563a5b2eca7f0c9e0fa1a30663a0daa35d32492 stub/ResourceBundle.stub
sha256:e3eb25df6df254831f83904ef2aacbfd3c74ac11c7c0a7581a5847e1f1deb8d6 stub/SQLite3.stub
sha256:b68585baa35759b623283e745dc97d4e0eb77162e1cfb24e50ccc6d88e4c7ded stub/SQLite3Result.stub
sha256:2db36a3f46f87c3711102e7f95bdb69b64d30981e5b3c0c89a9b2403401fd1d2 stub/SQLite3Stmt.stub
sha256:ba6fdd4749bdb296f3389d5d7256e52ffd4081a6ddc1ba876513391c12109d35 stub/SimpleXMLElement.stub
sha256:42fe9fb98bfe52c1161a5258e0c2c88eee56b545f4dec7e7df0d1c42905a1e4d stub/SoapClient.stub
sha256:011510354b8e421c1ccc57ef67a3c6013e6bf05d59fc3b564ff32ce1664c6de9 stub/SoapFault.stub
sha256:3c975d9d948155ecb978f19d14fb019840a129ada770b223b3dbcacec0be3ac2 stub/SoapHeader.stub
sha256:a5ebe98d9c741866b948dd5cdb833ccb9fe74f93aa4a19b6580e3b4871aafcd9 stub/SoapServer.stub
sha256:3ab63a6d9ad10dfa2b9bd7b467f789d4764d5a3912d457fdaea519ae37f2dd0c stub/SoapVar.stub
sha256:a712627fa786ff9a7a8f81dee41789a1383047f2615926e41075dd5447917df6 stub/SplFileInfo.stub
sha256:bbd06153cf0b316b63bcf31d2336157ebe510a3e6c50fd9a8dac340440fad943 stub/SplFileObject.stub
sha256:5f058f7efc7141000a53b131a0968e2444f40968260857b7ff76d792cc7d30b2 stub/SplFixedArray.stub
sha256:6bbf8c50e5a337d5870d8e796482a547cf5c2e5215a5624ace976e3d11928870 stub/SplObjectStorage.stub
sha256:527c828c56db552339bc8da4772e8e6d849e27e03f6e58f4bc93dc11dffdaa08 stub/SplTempFileObject.stub
sha256:bd70b6b10a86e916cc508df5eacc78c6cdf69eedac7decdafeec6c5a1abc718a stub/Spoofchecker.stub
sha256:4b405b09b89a749fc905e6792a87886865cf4fcccf6e27b80abd8fb9c10e3d4b stub/Transliterator.stub
sha256:c53e927ee4e79e63d64b2ec35275064a75f1d2f94f7c26cb00d10c41c4decdf0 stub/UConverter.stub
sha256:35e5ded6b6db0ee6d863395c0300177caf57361594d960019248d7f656d2cdce stub/XMLReader.stub
sha256:a87e54d97b9144d90abe1a846ebe48e898a32be76d5effd7007c4817fbf0791f stub/XMLWriter.stub
sha256:b7ab4fc946f4722c03aeb465b4ff4d9e41e05419fdbbe29113a73e53fa1e1978 stub/XSLTProcessor.stub
sha256:24b9e9466c165d24ecebe85a37fa9de7cc6cce47f4e5f9a683eb0e09cc2af8e5 stub/ZipArchive.stub
sha256:bb547ed7176edcffbbafae5778e6367b5ef691d8704848e7bf30dca56dc91c12 stub/finfo.stub
sha256:6de888e3c7cacf9433bfc5edb35c2840525553e40cd455f2d58f750e9fb91a1a stub/mysqli.stub
sha256:dee879010fc6513006ef7725d515694664c0d279b35c88a9c00b401f6111e1b8 stub/mysqli_result.stub
test/
sha256:97a2488cf14a90cea9f55926020e93cf54baaaff7f33f9deb2b0ed190f4f37b7 test/README.md
test/benchmark/
sha256:bd029e7f095723cbcb2ccb7d190aaa8fff330a5c731e422f35d4e9496985148c test/benchmark/PhpUnitTestCaseBench.php
sha256:571bbfd66a52d5c0ab7d61d7310da5178c853b21dd7db6d1da75e7ebc7f9b73d test/bootstrap.php
test/compat/
sha256:378201fdcbcc367885e4196aa6dd54c0e55659101ceefd84ab6a081b0138f6aa test/compat/CannotCloneReflection.phpt
sha256:663bab1fe4d1f19699be593ef957bc3961d330d0c03df1eebfded4ff45405371 test/compat/GetFunctionBody.phpt
sha256:5dd749860c88ec95d180b774e70efd11f38a56425e70eaaf4d17025887ee4194 test/compat/MonkeyPatchFunction.phpt
sha256:1e0e3bfcccae110a2486a4665c3607d346e32cd70b5f204fec98786e0cf14aa7 test/compat/ProduceAstForClass.phpt
sha256:a619a424cbd9da66cd49e4085609e7ad7cb0601fe57d4610c1c65a2ae7a3e28f test/compat/ProduceAstForFunction.phpt
sha256:3c3e554081bb2c60998351bd0c87acc9406a0f3b4a67f4f8c6aa8690c8d901bd test/compat/ReflectInternalClassByName.phpt
sha256:aef5d911ee6cba9a54893d69d40b559583970489ef7f4879830bb3ab2cf92a87 test/compat/ReflectOnClassInString.phpt
sha256:73e729d71b206f1b96c591b32c75557f55ad4f4a98cae199563ea56cdd73b2c3 test/compat/ReflectOnUnloadedClass.phpt
sha256:764faad9a4a92c7d8bc9bc740cf6e081792faeab1362ad6f2c24ef7ce1f80b24 test/compat/ReflectUserClassByName.phpt
sha256:37a8b6e095507bd5fe09e93e3881f57f83845b1e3d34afb67a818e88b52cf5c3 test/compat/ResolveDocblockTypes.phpt
sha256:2f9c231d7a50c6f3d1d355e32e9074a52c96b5f2cea04566f785a1535110e662 test/compat/ResolvePHP7Types.phpt
test/compat/assets/
sha256:b4a896b8b07260de7fce8cfecc920b476632651600c779ecb42699c7a02b0b7e test/compat/assets/UnloadedClass.php
test/core/
sha256:a4dc166b22e099a87d7e5955c5f62db0d8df427cd21a751e6a014d4e6da6aa65 test/core/001.phpt
sha256:df089cdd12beb79a82a8c8d884ce03b6127ae17380f9e85d777bc459ceddccc9 test/core/002.phpt
sha256:ce7be62b633bcd3ad1654c128abc7748276a01550734f8a21fe48325c614045e test/core/003.phpt
sha256:cbf1cb71a7dfd5d64bf4b758d2e6794053705f860e2115b3f211fa1d889e7243 test/core/004.phpt
sha256:6cb3afdada7cd8634f68a9585c7f85387f9569a939ebfe189f936bbe48b981b6 test/core/005.phpt
sha256:5882d128cc61beec9c3370fc2362831ba84e4d64aa848ef6105d7fdc6e01978b test/core/006.phpt
sha256:8eb5a750aca6b85481e4a1fa55f939c0c5692e81ed0125cb20dba171d62daa40 test/core/007.phpt
sha256:0c0c36c0be08fb8337282e44c9382e9affc7d6ca0363c186f0cea72247f6d055 test/core/008.phpt
sha256:9fae7b618ee5aad2d8ff4b791b53b5f6aec21a3827cf40dcaa441bd8cbc0ab36 test/core/009.phpt
sha256:9b809448973d992ac92a411de4e17814f1805eeb74c4161bc138fb759a6eff07 test/core/010.phpt
sha256:d69e57fdb62f9bd3f3b7cf84cb87d094256942d9cf19c7ae9df83dae8ec30828 test/core/011.phpt
sha256:8852f91392edbb23565a83a62bc826223579465cc77c03943fbcf0eb44d6f348 test/core/012.phpt
sha256:15ac17b53b860f049a17a9b7e0de0527f2f4961480b479093b750237b179bdc8 test/core/013.phpt
sha256:d6694fd2dceb2e1e5c05b1fbaae5b0a4ddde50ca211bed7f88a78621852d551c test/core/014.phpt
sha256:936abffc1b2f410e8c650dc0621247aa93be1d77b8ec545d97bd35e6f73c4dc1 test/core/015.phpt
sha256:9fb2e3ea89658673da9d95c25717665351de355bd10cf5029544f96eeaccc756 test/core/016.phpt
sha256:dfbe8d4db2bdaa06628dc8670fbc0630c5c4e9939ded8188409206f897aa7334 test/core/017.phpt
sha256:9ae5865e9c6f80051ad960768b12de9f9d9e29b0a8b15525488b904c6c76a1db test/core/018.phpt
sha256:2a258dcbed072de1c5bfd85f791a8d3fca95e79b3934f762d11d030708d43cc4 test/core/019.phpt
sha256:e5c81c25ae28b021c2a1902744bf093e44355cf79e00d060562bafcc0f196cf8 test/core/020.phpt
sha256:85ec5d4c409e9b8e5d2b8cd6c848261071d25b3b4cdb465012bca2c4611db438 test/core/021.phpt
sha256:a4d7b3a1343d91716d7e4bd282037554b97b46aabfe6c80b69dd914600391655 test/core/022.phpt
sha256:63f4b67d954e2947bcb25818b9f27d644bdcbdda14b793554035c4285fc27edd test/core/023.phpt
sha256:156b5d54901840afc3460a1074034cec6336fb78355de457a7d0626fd74059a2 test/core/024.phpt
sha256:acf6dab709f8c16992d18f7365188bd468f9f303dd344d38dbd0ced0a53e1de6 test/core/025.phpt
sha256:11b0e520198ee709512c38e637321c83bfe1d04ff5a9890bf0b1f2150d4f6a66 test/core/026.phpt
sha256:8e58c572ffcf2a6ff24918386cf59c05d98c988c37a6373245a52fa7517a32b5 test/core/027.phpt
sha256:a6c4a350c8d43ec1e37a87c3edfcdd9b292f89aabb93704fe319cd5f383b7977 test/core/028.phpt
sha256:ebe8e71b33c5b6fbe030811d7c5ee2cc47e088e7b941ed37b37d7a9c476ac93d test/core/ReflectionClassConstant_basic1.phpt
sha256:436c7c3c41d7e4b68c1a6723e4bf71c6b3724cdc824da3095c66194491a0bd10 test/core/ReflectionClassConstant_getValue.phpt
sha256:60e4346b5ea182d54c5ed559ea3237284c94c18a4e1dacdeafd935b8fd05a555 test/core/ReflectionClass_CannotClone_basic.phpt
sha256:77b13b21e1e2b6b5eb7a8c7ed599a9e895d26cd7a33d08ced5d9c265012c3e26 test/core/ReflectionClass_FileInfo_basic.phpt
sha256:436b52cf174989f69eb6a11ba05eca18e79d816ef7fe3fcc384c310f4a7a4f14 test/core/ReflectionClass_FileInfo_error.phpt
sha256:e36c796f2b02ca1b7b27a1bb4fda550c31b5eae5c36076aabefcc3a1caf0b74c test/core/ReflectionClass_constructor_001.phpt
sha256:c638d051bb6e2910c9d966bbc1df2a27c16fa4a7879943f48660f877b7ef3871 test/core/ReflectionClass_constructor_002.phpt
sha256:ebc69c61a741c9f2fd4101b4903173c6ad2901f13200b9ec82f41c982d33bd7f test/core/ReflectionClass_export_array_bug72222.phpt
sha256:7b4cebf40c67481b47cce8fa8b7722050557742781be2936c6c184132920c896 test/core/ReflectionClass_export_basic1.phpt
sha256:0e9594ffbd69bacdf5cff931a8a82dbe8502bedc5d0225aecc235b087a2c0d57 test/core/ReflectionClass_export_basic2.phpt
sha256:12d2a8382c00efcfadf8b1254ff585c7a8df4a63981e5cffcad7d9c8ad797d6a test/core/ReflectionClass_getConstant_basic.phpt
sha256:84b563212813fbdc14c93b4b48569b4d4d26aea8ad2ff94493df739affe8a0b5 test/core/ReflectionClass_getConstant_error.phpt
sha256:98fe5bb26a64ca5321a1a4c7f8b9e350c53582c3537214f9ce57bf6320811b06 test/core/ReflectionClass_getConstants_basic.phpt
sha256:f997a2563cae0d528a8bbb74a724e215668abcbdb19190de9e88be8bba831825 test/core/ReflectionClass_getConstants_error.phpt
sha256:adf7acd3a8b4b879052f3ff0210e332cd5c6f6ae9ee2521bb9c23ae638d1fac5 test/core/ReflectionClass_getConstructor_basic.phpt
sha256:d6bb5a22adc1366125030647a617cd01eb8aff3551971d37bd825ced365437b0 test/core/ReflectionClass_getConstructor_error.phpt
sha256:b2e030467db554e0108688d8358713acf84741b10107784560c52fd194d251e1 test/core/ReflectionClass_getDefaultProperties_001.phpt
sha256:296e699605bf2f3f90d30e285b0ba1e3265bbfcaea1a0cad05da1ce0ae881ddb test/core/ReflectionClass_getDefaultProperties_002.phpt
sha256:a3c2610d2f07ef38c9b51c9626f7a0d59ec43ba34d83dd3e8e3f926f096db2eb test/core/ReflectionClass_getDocComment_001.phpt
sha256:ac3b95870a2e8718f7bad230838c67cb387bacdd7b8f26d5358fa407778a9a30 test/core/ReflectionClass_getDocComment_002.phpt
sha256:e11cb48c5f2d08a614aef8a161b9ed2f5e606be980236999a4806391e0a05394 test/core/ReflectionClass_getExtensionName_basic.phpt
sha256:1e0eb6a4b36b9b3a78dac91d04d3727d9ea98e5566a703af1ff127f801022f43 test/core/ReflectionClass_getExtensionName_variation.phpt
sha256:c5ae63a62a04d64442fb9e1d72cd65fea95f71dc02f866b9a0a52fc9d2a2d7ec test/core/ReflectionClass_getExtension_basic.phpt
sha256:4486fb396593c058e17b707087c2ffc6e9d441c1baa45d399c242de383330e91 test/core/ReflectionClass_getExtension_variation.phpt
sha256:ea2dd440b5d20ef7d7b26c7c13b5a4f319ffd5b0d864314b1072dc693a43498f test/core/ReflectionClass_getInterfaceNames_basic.phpt
sha256:6d2015d82237ffaa4ff7aa706e3112c29d37ebd6424f81792b3301e4b9af2fe2 test/core/ReflectionClass_getInterfaces_001.phpt
sha256:a1021c0525d3c8f491cecf107b92d104ca7836bc29bf12594765e7b9e362dea9 test/core/ReflectionClass_getInterfaces_002.phpt
sha256:6c6228903d1a3631a2ae0fb0caba8ea7ac26723104fe633dc462d4b2b3c0aec8 test/core/ReflectionClass_getInterfaces_003.phpt
sha256:e16b659fda2ce5797b6f18d28fe529a22725928a5545254c224a26050c0121e4 test/core/ReflectionClass_getInterfaces_004.phpt
sha256:fece149b0b59beeb437e9b5ce3625a0365f2bf965ad0b049fb1055b4423d19d2 test/core/ReflectionClass_getMethod_001.phpt
sha256:579bf886bf0cec5ae135fc20e09bf5756856fce94624e9e24da113dff4bf0a6e test/core/ReflectionClass_getMethod_002.phpt
sha256:29826981e704815c9dd3b2d98bed8b3c0fc88d8122e4dfb02242ec557ef80f45 test/core/ReflectionClass_getMethods_001.phpt
sha256:539ef46e653166740d6d51259edf8d2bcdcd2feb29471ebdb738f13ee9da8253 test/core/ReflectionClass_getMethods_002.phpt
sha256:f62fd9e9b967481a58590bb7c885b0df6a6101633d383320a78edd377b37fe1c test/core/ReflectionClass_getMethods_003.phpt
sha256:cb61f02967227910151e785aa183339b8060c78690459d2e351c034b43498d29 test/core/ReflectionClass_getModifierNames_basic.phpt
sha256:5d42cc0848876bd790119a110e9e00dbdfabf2efbef11a30d6fa949176ecc5e9 test/core/ReflectionClass_getModifiers_basic.phpt
sha256:2d2d3395f2fc217f5516f7b8f5e72dea8e181bde195be4f052773d027ec746b2 test/core/ReflectionClass_getName_basic.phpt
sha256:7809b3588551e062eaf44e3acf96cc0d11facd0a26603f0aeb40310444296ac0 test/core/ReflectionClass_getName_error.phpt
sha256:71c7963fa0789a8b4a5c0bf22b338b02f1e5de3100e9c6e6dff82e5838c3f8b5 test/core/ReflectionClass_getName_error1.phpt
sha256:052f9cc333053b08f56470f5bf7ff3c4ff72d864ebe6396fa8a8c05927e2b169 test/core/ReflectionClass_getNamespaceName.phpt
sha256:f2a01fd4df023973988357b161d71ebdeb038fc34eb0740cc7d7660ebb2292d4 test/core/ReflectionClass_getParentClass.phpt
sha256:fca498d0b1e2e0644487b8cae63d6114fb9e675f5b71f0413eeb5546fbad2830 test/core/ReflectionClass_getParentClass_001.phpt
sha256:d3bcbeaf3ad8df8ecb27046c3f34c4a6238de17cb1974f9b5485174525a9d573 test/core/ReflectionClass_getProperties_001.phpt
sha256:394a9044e000b19470a928dc9b6fcc9f3f13cee02146fbe7d7797f2d39c017e4 test/core/ReflectionClass_getProperties_002.phpt
sha256:ae534a8008796a107cb894bf6ae9334794391d112acc2a592d805e5b7f8bfba9 test/core/ReflectionClass_getProperties_003.phpt
sha256:c06132517021e0f343c94f7c47a99b9c52823175123ffd05620a1f81c713a15d test/core/ReflectionClass_getProperty_001.phpt
sha256:76a0be07708b043707e86793e90fe1966e369d8fd29b894c4dbbf8ed490e73ab test/core/ReflectionClass_getProperty_002.phpt
sha256:002e627f0f988903840b2149e1310bf0dec55a76951d724ddf82fd4603778245 test/core/ReflectionClass_getProperty_003.phpt
sha256:c4efb5ce43687e7300c4b68ca0837d13e3811a42f5a1798f235eee9bca21a5a2 test/core/ReflectionClass_getProperty_004.phpt
sha256:5984b9437855f8fab80f731b8f3fbca53f55cb9fe0f56dc8eb72c35c1ffbe943 test/core/ReflectionClass_getStaticPropertyValue_001.phpt
sha256:abf8a15448d6937d575440c1807f95833cd9c0114c91c4ef4844dbc8f7580cf7 test/core/ReflectionClass_getStaticPropertyValue_001_2_4.phpt
sha256:b5fb15de38a8470b6299682d7bfe16b16c74a98858c57652c5ebfbe3b6514704 test/core/ReflectionClass_getStaticPropertyValue_002.phpt
sha256:3860b592b5ee348db31048e1120cc94990669901460524d62284305cc3141f36 test/core/ReflectionClass_hasConstant_001.phpt
sha256:7f3b0dfe270c8b7bf02c0361e085a7e8126ecf88370217fb67997d117d9bcdb7 test/core/ReflectionClass_hasConstant_002.phpt
sha256:26def90fc54ce50c561a1a5cb8fa2432df1852131fbd3ec5b4ab354c63d1afce test/core/ReflectionClass_hasConstant_basic.phpt
sha256:84784901bd346844f6783e8a6026c92844b1ac2453eaab34177a2aa4593f4a9e test/core/ReflectionClass_hasMethod_001.phpt
sha256:a042743e29540b1c64894f0215fc3b280c1a2542e66f288f195c49069ce6ccd6 test/core/ReflectionClass_hasMethod_002.phpt
sha256:401f6467280f4a1ebbcb24153cb7cb64308676b696f257573b3f710da83a946d test/core/ReflectionClass_hasMethod_basic.phpt
sha256:332ab1730a25f4fb376b18742f3129567d096ab1e896e061febc663b0065446d test/core/ReflectionClass_hasProperty_001.phpt
sha256:26f54c1617f2e3ceae28604db8f4c12d7ba753f5aaa651b32ebf1f222e813e00 test/core/ReflectionClass_hasProperty_002.phpt
sha256:72c8423c17d1fe3a286f5b1aa28c82e8283222336410f75410514ffadd310dc6 test/core/ReflectionClass_hasProperty_basic.phpt
sha256:70683c4b6a7eecba01fab07e2bdfa9fe4dce0720c262ee663b64c9a978246ce6 test/core/ReflectionClass_implementsInterface_001.phpt
sha256:c0dd84280cf8f0f2c6f96d2ac16a9b49fecf470d55d3eea1b2b709e9fe0001ae test/core/ReflectionClass_isAbstract_basic.phpt
sha256:5ed4979571f5d8ef259ffb6fd0e75be2e889f761b6065f4ac82b1a75ce631215 test/core/ReflectionClass_isAnonymous.phpt
sha256:e2448451750d31676791a129b5c8ef13b1c6e2a5e933c10d394cfc6749975fc1 test/core/ReflectionClass_isArray.phpt
sha256:db9c38f097e9616d3a2e7b8f661eaba5f3a0cc76de88352f33d5611491e4bae9 test/core/ReflectionClass_isCloneable_001.phpt
sha256:50f395db3f7c15f6ea58d97c5e0e9e1a4a830dcf9dbfb6ff3d17db8f32ca21eb test/core/ReflectionClass_isCloneable_002.phpt
sha256:0519c5f550ef8bb3bfd37026c6f2d65c6bae244f2cedd1347823ec84ccb03905 test/core/ReflectionClass_isFinal_basic.phpt
sha256:67e02f8d4767ef35407ec062a7157cc42018c6769a71a52efe75fcad6f819aad test/core/ReflectionClass_isInstance_basic.phpt
sha256:8918a0220eddf859a469b87af284d5c68198b0b67c0a67c7688574323033ec2f test/core/ReflectionClass_isInstance_error.phpt
sha256:64e9a4cd34881e711089f0ae99b8d6a83b8fbb20771793b2f399a57210c37f75 test/core/ReflectionClass_isInstantiable_basic.phpt
sha256:9487401e390268c711e3f9576dadf778a9fd88d289b6eef8ac2d9acdc812e278 test/core/ReflectionClass_isInstantiable_error.phpt
sha256:d9bee11de2384859cbbe2cfa678ff52cb324d821a9d317032a2518a24ff5ebda test/core/ReflectionClass_isInstantiable_variation.phpt
sha256:31ea817684195bf2f0b839f88b95e738eccf21fd31cd7d3decf2c39354f220f1 test/core/ReflectionClass_isInterface_basic.phpt
sha256:ec5ec6fea603acae6b0c21d148031194a554e4b9341df92255a15d26415c55e1 test/core/ReflectionClass_isInternal_basic.phpt
sha256:f6fc72b93feaf1437d1c5ffa56e60adb7d1467775a4187e1077abd5dcd02d35e test/core/ReflectionClass_isInternal_error.phpt
sha256:2e23d8080afb955ad7e673d28a67bc0c051714c5798ebf2e80fb143ddffc324a test/core/ReflectionClass_isIterateable_001.phpt
sha256:8669038347310a14511d0374bc781cb6b7c137e52158014d00603bd5f3a34310 test/core/ReflectionClass_isIterateable_basic.phpt
sha256:66a983f6a1670bcb90def31e794fa1af8d23d473c600726fcbff34bdba9792f2 test/core/ReflectionClass_isIterateable_variation1.phpt
sha256:f651c2340bf41b3e2b8468a219f11ed8a0d33cc6ee9cae94a328c1797b610bc1 test/core/ReflectionClass_isSubclassOf_002.phpt
sha256:b2c356682d530bac44d07284ffa2a7688f1b2d6e809b817d22ce408dd78fba78 test/core/ReflectionClass_isSubclassOf_basic.phpt
sha256:e6f31968b938649ad7276beda67fc8402cf80d52a88ea112444af4cc716e812c test/core/ReflectionClass_isSubclassOf_error.phpt
sha256:decb84130fa09ab91b42715388539f730ca6f3c6b3240d2af577770ee26cc71f test/core/ReflectionClass_isSubclassOf_error1.phpt
sha256:4e1cee761d2e1171519b508a910a16c54c078af83bb7ea978e55594bf9070b6d test/core/ReflectionClass_isUserDefined_basic.phpt
sha256:0a9256ab9f985500b9c92846dfb8d781bb2e9740194d93912be3ed372be4d4c3 test/core/ReflectionClass_isUserDefined_error.phpt
sha256:f30d41d3105a27f14da527b444ac12e1b2372e98cacc934290ce84c39ad9ba0a test/core/ReflectionClass_modifiers_001.phpt
sha256:2c39eb54f7f30d1a0f3302bc7735ea0025cbca27dafb0b9ce860d11496af0406 test/core/ReflectionClass_modifiers_002.phpt
sha256:7b253768f805c7bc36379bf75f31bd919460805e10941f53150d59ff4ef60d53 test/core/ReflectionClass_newInstanceArgs_001.phpt
sha256:00945ac9bcead5f4c75b6cc3f9321ddb10d77b03b27703e76aee28f5a86e43db test/core/ReflectionClass_newInstanceArgs_002.phpt
sha256:bbc0a9ba65f4a2c891e00d00eda829157aefdbe54fff301ab6d90934f31e263a test/core/ReflectionClass_newInstanceWithoutConstructor.phpt
sha256:09c239c963acb302cf1e5ff9fae5410cd58465d38afc51c291015153063d7195 test/core/ReflectionClass_newInstance_001.phpt
sha256:11ed3835ca86f06add08514fb2603ca6008850a199b4496bfeada09ed1ba2755 test/core/ReflectionClass_setStaticPropertyValue_001.phpt
sha256:9696a35c3d23733a364d4582214ddec7ed020ecb182cf9e46a6aecfa882126fa test/core/ReflectionClass_setStaticPropertyValue_001_2_4.phpt
sha256:f32477987c0a0b16f5b4cb2d8807ac5eaab32a5ef84fd64c678e81f1c6fa5bf4 test/core/ReflectionClass_setStaticPropertyValue_002.phpt
sha256:c4f1a0fb7a5f2d9263f8a54558c960d423e201d7386364fa1bf9653a3bb8da28 test/core/ReflectionClass_toString_001.phpt
sha256:0880af1f222ae5d492ed93a9e2958be211366684e8a12014b4e40a5594141263 test/core/ReflectionClass_toString_002.phpt
sha256:d5284e2a81e640c9e19b2f1bffeadefb3ec76d1e5e7b80a361c1516548a3ea1e test/core/ReflectionClass_toString_003.phpt
sha256:eeebaa55d56a8f6e77607de004c0be11519e6b4904935be32c5a11bad96bcd67 test/core/ReflectionExtension_bug66218.phpt
sha256:9b92e2334ab6b4b4bb6cbc245e2a28e28a21fad3bcfc5f0350c6e6614b655a35 test/core/ReflectionExtension_constructor_basic.phpt
sha256:5c1f0b220903be81c2e7faf4cb8ae9c32d5787c64bb1f0089cb6c42760921822 test/core/ReflectionExtension_constructor_error.phpt
sha256:825272b0089a110290cf914ac5747fd1193e3670cfe024eddc786128061ecf14 test/core/ReflectionExtension_export_basic.phpt
sha256:f5ff9c7a464064964c2201527ac4710e3f1cc7502f81d410d3311bb1ee9098df test/core/ReflectionExtension_getClassNames_basic.phpt
sha256:8eb987c04fffb5bb0628ef833649b6116b6010e06cd02b1e3ec2953b0a756de0 test/core/ReflectionExtension_getClassNames_variation1.phpt
sha256:5ba1f6975c8219e1e4b075509bba70c60f9922cadb8ecdb5c3a53b988e8610fe test/core/ReflectionExtension_getClasses_basic.phpt
sha256:58a7defeebb169394a39c15f3d25fd68eece08dc973bee2922dc2753ebef3100 test/core/ReflectionExtension_getDependencies_basic.phpt
sha256:ca70e8387d5a1954cdb60afe4742c3284c419f6f2ada455f1021d056512a7bbf test/core/ReflectionExtension_getDependencies_variation2.phpt
sha256:a328cfb59b25939524265ca02aea1a5a67c12d837d406b1c86be43a697c5405c test/core/ReflectionExtension_getName_basic.phpt
sha256:dc37325da13c806a42780a5bf112860da849cd59e6ab253ca7ba6cbfdc3b71f3 test/core/ReflectionExtension_getVersion_basic.phpt
sha256:495e299b81928067f8e8a3c2081d036055011a57579b7bf1043995723d6d0235 test/core/ReflectionExtension_info_basic.phpt
sha256:185549e6908584750be36045d1961c43faf253797b208fe102c69ec9db87f9b9 test/core/ReflectionExtension_isPersistant.phpt
sha256:543dc1fd4417f5c2d75f48b34592ecd635d79f459168337d51ae254f321bbddf test/core/ReflectionExtension_isTemporary.phpt
sha256:71c8b682656a785cbbd2ad9436d51f92113df217844ee9676a41dc162ec441b8 test/core/ReflectionFunction_001.phpt
sha256:49981bf97b568b2c6fe12c690bc375a4d68edd33e610b05356dc000b03af9911 test/core/ReflectionFunction_construct.001.phpt
sha256:ea21425ed09c8da7baa876b24704005b31588b5f78c79a051e363e8932ae8903 test/core/ReflectionFunction_getClosureScopeClass.phpt
sha256:08d75d549c0d98e170905c6b429429bc59a8a26c7c2fc1e1209dc4dc566f6e78 test/core/ReflectionFunction_getClosureThis.phpt
sha256:5b413190077a3d28a60e7ace72100fa86ba666352bc8c68f7ad27952080235e6 test/core/ReflectionFunction_getClosure_basic.phpt
sha256:56ab816030e06d92d9b3643ad02de1c5b4571c9d1854d54e959e60b79ea8c6f8 test/core/ReflectionFunction_getClosure_error.phpt
sha256:14c939378c11c03e0f6cbe3d159ef59d586ab2054e5926afafcd39122f219df9 test/core/ReflectionFunction_getDocComment.001.phpt
sha256:be517d2b73cbe522fabf8f8927b3a0d3241042a555bf1bc59db425eacc26a151 test/core/ReflectionFunction_getExtension.phpt
sha256:7b3bafee8feafd06798f6c16f46d51bbfa567c9bf850b3b691fbf66b7722e627 test/core/ReflectionFunction_getExtensionName.phpt
sha256:0b18a2261149a452bb246d5c0569a9764e85dcf9d70e9cef4b12f0bbae3fd30f test/core/ReflectionFunction_getFileName.001.phpt
sha256:4ef98bf03fd0cf487d3465bb56e6872dc0e806e881649dcc27381043de092498 test/core/ReflectionFunction_getFileName.002.phpt
sha256:ba5c542cf9168e88d78475626f0a6153916ed6a0c0b6081362c028b38a4cd7ed test/core/ReflectionFunction_getNamespaceName.phpt
sha256:8c4bd78ac809a766d85893af7839ae1610ad8e8f5f31ab2cfa1a974cc5d9f8f1 test/core/ReflectionFunction_isClosure_basic.phpt
sha256:7d9f5755214b3c47344d29590df4acde7495d8ab3a5d4b746b48847e89f72585 test/core/ReflectionFunction_isDeprecated_basic.phpt
sha256:73708a41d3232768d58c8a40bc77348c39e105e765245b91f843026433d2a6c6 test/core/ReflectionFunction_isDisabled_basic.phpt
sha256:dc58d724859d3041f1401139e05b205251d0f5ccb05104cafd1c4b85ab2a5628 test/core/ReflectionFunction_isGenerator_basic.phpt
sha256:522c6d5e029e31356657221728c3aa66b3b13fe95173fad0634c9c522c236dc7 test/core/ReflectionFunction_isVariadic_basic.phpt
sha256:3b01afbd981cb6b4b701d0a55f197023b60e6acdab30a166d42b5d7fcc5ad1cd test/core/ReflectionGenerator_basic.phpt
sha256:c223a72770079411a235991dea62c56291d16d8f124b1b18bc52c3b645fff376 test/core/ReflectionGenerator_getTrace.phpt
sha256:23a34aab9dfca625b4a11ef1fa65533e762032f355ae0b0287ea0721df271e79 test/core/ReflectionGenerator_in_Generator.phpt
sha256:dad9f25d3e7b673af8236554911e4893194c24fbdc5b05d916e8e2dcb69595a5 test/core/ReflectionMethod_006.phpt
sha256:a012d416c6ac5fbc19f383de194bced889b06c197b03d3422dcf6f06496a6b95 test/core/ReflectionMethod_basic1.phpt
sha256:c03c3e2969e2457678ad6f0741cdf752477c287d41bf51680c5aab9c0e9db502 test/core/ReflectionMethod_basic2.phpt
sha256:954cacbe39d37653d6f3559f48c881604f85a90100632af329b7ed591bda356f test/core/ReflectionMethod_basic3.phpt
sha256:d03486c26ab5bc3d3a65f5ff08c1a27afd07d39f18396413ee8d61cb7b29de05 test/core/ReflectionMethod_basic4.phpt
sha256:48b0afc0b91a23352147dce335ccb48c49dbb352a5293d8e1cdf31afc98f6388 test/core/ReflectionMethod_constructor_basic.phpt
sha256:08ca5a17232e0735e30f94df36df648eee453f3ed1e36a64bb4a86f7fd84dbe0 test/core/ReflectionMethod_constructor_error1.phpt
sha256:2e7cc2038d64fdfd6132732fb22660cd01c4348e072329114ae60b5fa2f64601 test/core/ReflectionMethod_constructor_error2.phpt
sha256:313c38948dca35624a246045622442a4285b2705cae84dfaec9b848d2d3fb1c9 test/core/ReflectionMethod_defaultArg.phpt
sha256:3be4e845c8a3768fa6c0435a924861be4701f347f6f7bc3351c87f2bf995b7db test/core/ReflectionMethod_getClosureThis.phpt
sha256:eb4bad2d166305c078f7396ca0e272f2ddc1f29353a7abf7ea11d05c46091b6b test/core/ReflectionMethod_getClosure_basic.phpt
sha256:8022a6ea5a57b22fc0e7ab688044f90880b47ac831b70f922a79a8b077c827b1 test/core/ReflectionMethod_getClosure_error.phpt
sha256:ba1ad370eeffa0baba1d5e2908caf0a5ebd4a4dfc18cebdfe1b19d9333f80eac test/core/ReflectionMethod_getDeclaringClass_basic.phpt
sha256:88363def0a9bfa091a4f18719ab0b5d34c84ad51ec716e2123b0ff6b3f86024d test/core/ReflectionMethod_getDocComment_basic.phpt
sha256:67998003415235f0604248b6742c082e41550539c6831ab25db88e9a2966d7dc test/core/ReflectionMethod_getDocComment_error.phpt
sha256:44ceb457a35942c447f41a01d6c23efd4fe94aadd7f63e19a54368e423c08cec test/core/ReflectionMethod_getDocComment_property_list.phpt
sha256:a3c85e56280fd98ebafa53f4585c1cc7149ebaac4df23606ded81a2b892cb072 test/core/ReflectionMethod_getModifiers_basic.phpt
sha256:8a8ca64a362e853f19721d63d5fa45883f95a4522e7ed0e05b3e1aff70053ec8 test/core/ReflectionMethod_getPrototype_basic.phpt
sha256:442cf51c4e65676319d6be1faaaa3df98a36fadf71e1eaca3069e2e0d9939962 test/core/ReflectionMethod_getStaticVariables_basic.phpt
sha256:30943321804e578e6f4080767c6eccade47528ae5d0dfb02cfbca9a13683a906 test/core/ReflectionMethod_invokeArgs_basic.phpt
sha256:6db2241d03dd920b4d7042d56658674c3a07896456efcc835faffc0d3e78015a test/core/ReflectionMethod_invokeArgs_error1.phpt
sha256:7e5674bad98e5264e11ab5e8fe4d6094c9bead1c8358a8493fbf010035b8e15f test/core/ReflectionMethod_invokeArgs_error2.phpt
sha256:b87c90242edd60104fc881610ec6fa0c9083a1066aa8b10caf9a869f6c0a74d3 test/core/ReflectionMethod_invokeArgs_error3.phpt
sha256:10fd0d1edcebdbdecc8015c820f265ba5cd2f030348955d28d86482fac2bcbb8 test/core/ReflectionMethod_invoke_basic.phpt
sha256:82074ebb6290a2e2836e3fca952b7c504b425e63dbd66f37b42c90b0570ae81f test/core/ReflectionMethod_invoke_error1.phpt
sha256:6926bc6c72e438a646107a23f14bc617f279e44cc4eaad79b72e5034c592f073 test/core/ReflectionMethod_invoke_error2.phpt
sha256:102cd241baf3a032d20ed56e6a70ec5ffdca95c43cca0e13d41efc9a56798806 test/core/ReflectionMethod_returnsReference_basic.phpt
sha256:05724f1c34ee3cd9c2f95e10a39ae6c1b56be5fb979d0fe8acc3797da760deeb test/core/ReflectionMethod_setAccessible.phpt
sha256:39d2be1c45bfee5ace2accbdc8e3707eecefa6f999eb4813fd1702fc269d4cdb test/core/ReflectionNamedType.phpt
sha256:55e8a1acd5319f271c38193527f0ecaf2fc574bf976f9b0557593af08bea32de test/core/ReflectionObject_FileInfo_basic.phpt
sha256:0ee79f87c11044de77626cfc7fc9c19538a9ede88547ceb552828c5ca576abeb test/core/ReflectionObject_FileInfo_error.phpt
sha256:ee14e294fe8b6985c50a863a5c50d60093709fb0b2e9b189fa5cfe6dd6f28970 test/core/ReflectionObject___toString_basic1.phpt
sha256:16460137c422665c68b2f6fdcc6f608e1065f1e028091587ad1aaf7cc7fd824a test/core/ReflectionObject___toString_basic2.phpt
sha256:d54595bfda1b63e6b426481e0c1614f52070150789274ced2c7d9f215b22d2a7 test/core/ReflectionObject_constructor_basic.phpt
sha256:9ad0ab894f041dff97fd9ac7b16c724d501ead6405e4f8c87c1a9ae61df80a14 test/core/ReflectionObject_constructor_error.phpt
sha256:6e887a9dad9760936ae28bea5d61f439e7048312b7110f7df6ebd180c41bc42c test/core/ReflectionObject_export_basic1.phpt
sha256:78811c91a9d8b83019166aeeb74f9e6c1c7c1f2770770ad01f580aa46a077358 test/core/ReflectionObject_export_basic2.phpt
sha256:dddb2e598e8e1c4e5a6b2544b71994f1db1fe23a979994d0db71761b11c58243 test/core/ReflectionObject_export_basic3.phpt
sha256:35bfff1d7734d6fb7a907482d91e74174cc5f38e71df52057e0435fa12e5e8d5 test/core/ReflectionObject_getConstant_basic.phpt
sha256:6f838cb5018e1de79b22786d88c342e5d0947238dd57c2017e1b3976574acb34 test/core/ReflectionObject_getConstant_error.phpt
sha256:bfc0f73b221c4245071742af5fc7475b04fa68a5a661a2f0f6819902c4a816e8 test/core/ReflectionObject_getConstants_basic.phpt
sha256:8d44c45b7c8c54b321eefeaeb60f0c28c11a30697056cb62cea9cf28f093cff9 test/core/ReflectionObject_getConstants_error.phpt
sha256:4f5aea827ccc6342d4f726e33d5179d662f15c85bdd502422733c699bd71cc92 test/core/ReflectionObject_getConstructor_basic.phpt
sha256:6743d68026bb630235725d3fbd7c96f51390a733448634b719933f4401648dd9 test/core/ReflectionObject_getConstructor_error.phpt
sha256:2eade5d53292ebe799e2f7e8a92db6d87b248cca11b125f7573d85f7b599ea01 test/core/ReflectionObject_getName_basic.phpt
sha256:7eba59d5ab2666dc9f7fd9b774eca42c1bd14f25e8f6b68e879985a0cfacaa06 test/core/ReflectionObject_getName_error.phpt
sha256:27a5d3b84c24c35223177150006ce61f45494f2732c91957c515f78d6cf0d825 test/core/ReflectionObject_getName_error1.phpt
sha256:7f582f7a69f6e522f7becbebe4ab2f371c4c3eca0ea0de5ba24b19a596f5fe8c test/core/ReflectionObject_isInstance_basic.phpt
sha256:98cdc4340fa3fd17d876eea0208125be383d0b938a60c148f1140a17192d3d91 test/core/ReflectionObject_isInstance_error.phpt
sha256:e0bb91649265fea55775d18aae46dded2c04eb115910e806c73b78def561ad02 test/core/ReflectionObject_isInstantiable_basic.phpt
sha256:f452e0204056270c4d60be006f6b104b1138956356049d5104aadc2de6a43f70 test/core/ReflectionObject_isInstantiable_error.phpt
sha256:d05eff08b9d044227d9cbbac6e51d0feab116c52519226ff6fad328302f5b5b3 test/core/ReflectionObject_isInstantiable_variation.phpt
sha256:7ce129028ff2fe28a93262b1686d1ebf0095823a8b117ebf663ae98f1f25cfe3 test/core/ReflectionObject_isInternal_basic.phpt
sha256:3a0e2ad5d6986e5e4c9f9e4b51e3c67a3f4fe12c8d904f00b92e5c7b23026aaf test/core/ReflectionObject_isInternal_error.phpt
sha256:bb088cc8c60f4d8aa674a150fc5a2c384434d5c3f1e269bf814aa7f7f1fbaece test/core/ReflectionObject_isSubclassOf.002.phpt
sha256:b69940e197dbb3a5f4b1be62cbaa04ca2028dbade43d7779bb91daf40cb24724 test/core/ReflectionObject_isSubclassOf_basic.phpt
sha256:da8677834e8939ba32b5cf67cb4f0a8032ac02c0271f1213c4c159151022e94b test/core/ReflectionObject_isSubclassOf_error.phpt
sha256:d61833002d0fe1d4e06574fe36179c248ce7feab86a7e9f32e4ac9c6209e0228 test/core/ReflectionObject_isUserDefined_basic.phpt
sha256:f2f7777c558098915fa61a0be9b5da60ed255e2579cbce238caa0ecec096086d test/core/ReflectionObject_isUserDefined_error.phpt
sha256:e0424a9a812fe9d2180817cdcacafc046ecb985a46adb112eebb95fa9badcf70 test/core/ReflectionParameter_001.phpt
sha256:b89114a8d1565c28c3e2d3b0109308c4d39a6868b49d7e973e1140e0d5da5d73 test/core/ReflectionParameter_002.phpt
sha256:696dbf7ebc8d8089169cc7a48d69f71d0cfcefedbc35a2035d23ea9d75883d44 test/core/ReflectionParameter_003.phpt
sha256:f0f3e4923eb76f1dbca6aac538b3a797e88f6d99bb561f9c65accdd330a6ba7a test/core/ReflectionParameter_DefaultValueConstant_basic1.phpt
sha256:2d888641fc95597b4e4bcc4831233b74b2739faa10f4caf50ef2757c7a445db8 test/core/ReflectionParameter_DefaultValueConstant_basic2.phpt
sha256:2cd48437e9e71a7dbbd6c9e5ebf2da10b307864677e6cfc3ebda6a7ce3c9a34f test/core/ReflectionParameter_DefaultValueConstant_error.phpt
sha256:2ddd284977e0d284d3d3b50cf71d741124c018a5eb1c35eaa1d21baa36e92f25 test/core/ReflectionParameter_canBePassedByValue.phpt
sha256:7db558e7df94a82c89de3cb62c14144a4710d558c462056e17f03ced7c4e423f test/core/ReflectionParameter_export_basic.phpt
sha256:1b8554b90f4b2b56ca5b1d32387a79d4680d72514d1c1a3bca661da46df3cfc0 test/core/ReflectionParameter_export_error.phpt
sha256:5ef1cb972caab3cd21a42e0b6b63dd7a671340467a74980fc7c18f17f3cc126d test/core/ReflectionParameter_export_error2.phpt
sha256:1161ef6b4ad5db2d50622563bf031fc9cf840130e2c1b57808768edd20b562f1 test/core/ReflectionParameter_export_error3.phpt
sha256:6f5bcfd45e07b4c24c37d8a56fd3ef6f853f230ad2d0d1cb549e01241eb9d42c test/core/ReflectionParameter_getDeclaringFunction_basic.phpt
sha256:2cdd96dc836e327b39e5dd04bfe0c145acddc79eaf25fd936d68c45af10b2574 test/core/ReflectionParameter_getPosition_basic.phpt
sha256:1e558b7c5337a5edd33172b7704469cc36abfcfb829d7b390f71966a298deb72 test/core/ReflectionParameter_invalidMethodInConstructor.phpt
sha256:5b40ff39c9a407ac6bf7e3e0f1587e55f7e9cd99878bc02ccf22f676e3de4c63 test/core/ReflectionParameter_isDefault.phpt
sha256:fc2ecd8359bc17b0beaad550461a7202cb340c584e7b470c90564788681015b6 test/core/ReflectionParameter_isVariadic_basic.phpt
sha256:378028f0390a592024a75ad8998a2260b762b0a6bf76d0605e3d162f54bd373e test/core/ReflectionParameter_toString_basic.phpt
sha256:900744a15bbb54ce497e17425447e6f26815e91d18005367d207711035bc6407 test/core/ReflectionProperty_basic1.phpt
sha256:729826a287dd4f92272f8a53393274b84aa02dbb0f74ffc294c726aa14c66d58 test/core/ReflectionProperty_basic2.phpt
sha256:6d525128f99ceb085e5d81919b84ab77c8763355cc57ace1f2f21a6185a20ea9 test/core/ReflectionProperty_constructor_error.phpt
sha256:8acdb2fcdea91628685b11f7c9a2947dfb0aab0e82e54ee4de85d9988ac0f99d test/core/ReflectionProperty_constructor_variation1.phpt
sha256:3b33a9110c013972422003eb33ea5ed26957f91ec8d61d9ad3c8493d2e07300f test/core/ReflectionProperty_error.phpt
sha256:58e29bf10cd535cf5755eb315b2ea8d8372722d7dea054dbb9960a5f5f4cf164 test/core/ReflectionProperty_export_basic.phpt
sha256:450942ff94d966e41377ae6b80c05dc155f40e9ee741386f869c834905e47550 test/core/ReflectionProperty_export_error.phpt
sha256:118049c3ff42cd5b53bf516a68d06b17fdedec646d52ec4371cbaabb3e502ff9 test/core/ReflectionProperty_getDeclaringClass_variation1.phpt
sha256:6f8e0a2ffe40cb2b09d4aecbb217b7c224a1ea4f6ba0f700e005f281cc545e7a test/core/ReflectionProperty_getDocComment_basic.phpt
sha256:27f3b9ede67c9e762e5163ed5a824b74be78c1ad521e0a4708d404721dd6ddad test/core/ReflectionProperty_getDocComment_error.phpt
sha256:b26c6eed59866a7eb2c0356357d5799ccec08c6559c5d51f52e71ecc7640bb9a test/core/ReflectionProperty_getModifiers.001.phpt
sha256:94c507ee77203722b28d3d985f3d1bbbff9d3211b074475b6d0dd57223dc3056 test/core/ReflectionProperty_getModifiers_basic.phpt
sha256:7966b743a79fe0d491372afc9ea03cf1d66eea98201d97586a34f08f095bef82 test/core/ReflectionProperty_getValue_error.phpt
sha256:554bc8e10a97d1ea0939a38551224ef94d09dadd70abd72f7931c8b468e68332 test/core/ReflectionProperty_isDefault_basic.phpt
sha256:75b82e4757b4402f35b60dba456aafff909bdc79113e58ad6387dc36ad217129 test/core/ReflectionProperty_setAccessible.phpt
sha256:9399ffe80d059fe6d7ad1f6e0ce64d3c60c6ecb6c594ad0df38309564e128868 test/core/ReflectionProperty_setValue_error.phpt
sha256:c8c8366c41d8e6b9d3c0cc81a538a372e54fed1e8b3575a1ca01c1223ba55cad test/core/ReflectionType_001.phpt
sha256:33c646da64da55790bdc56b2ccde187b947b4eddafa5ec455eccbe6a7993ad73 test/core/ReflectionType_002.phpt
sha256:b69887988dd71a962fc3478186412b1b066e5db8b324539927d4cc7f0fe9aa55 test/core/ReflectionType_possible_types.phpt
sha256:7ae07aa08b4ab457786c8d6ce9314b5b9bfb293dd49ef21b5729743f6660a7bf test/core/bug26640.phpt
sha256:83fdb8ab732067db9cfbf2f308e4eb7a4b5bf76d709f48ea99c1a84eaa2d27eb test/core/bug26695.phpt
sha256:4b1faf88a6e491b236cfa5b0e5f53c683d8451f230f388f3f75d29d7200690e9 test/core/bug29268.phpt
sha256:8b0e1fce56a6262909851d11372e1e42cb228cba54ed1225efeb123c76c9d65f test/core/bug29523.phpt
sha256:dfff855b8d0445bd7f19a71d89e28816a8563cc26fac9cc91e6bfe52c9cb1a05 test/core/bug29828.phpt
sha256:01010c7127160d73faa99c524c7e93cf492298d5d0c7f5a34b1f031fae112612 test/core/bug29986.phpt
sha256:320510eb56380df1116b975ee98fced4955caf4e90632c033963f0cece5941ce test/core/bug30146.phpt
sha256:f1e31cc3cfdbc4406e1cf8bf218a9b0c7a8438faa9368be33e27e2383f256f3e test/core/bug30148.phpt
sha256:a23d0459e357cd94388c47db7c5546cc494d63508c7cc8f0a35375a5136712cd test/core/bug30209.phpt
sha256:0feb440af13d097d6458265f54a4d4cbb570cb5ece4acf758ec23d51890008c4 test/core/bug30856.phpt
sha256:be75336f201f6d3b699a0350d69686ccea1ee4c508a81c1367b00dd2d5cf11cf test/core/bug30961.phpt
sha256:0454b5f528b95628bf693db69cece504e23dd9b472d4b7f0961c75637e0f606a test/core/bug31651.phpt
sha256:d3fbfc01730ff94062a7490bc8145eaddcd891210d5468450228a6445d4a3060 test/core/bug32981.phpt
sha256:cfc046e04d25ad639f7e980ba4d51c360726b19b1d9853f0619e484e236add80 test/core/bug33312.phpt
sha256:36ddc2e2c445d5c27cec739c7433248aac76c08a7e0aaef0296e1bdb4c8b321e test/core/bug33389.phpt
sha256:22fdfbbec2627ad7764b427ac1869948fd88e1e951999c636cc40d42383e1a99 test/core/bug36308.phpt
sha256:0b57a274945c442c73e46681533e216b0db21ada41e3ec28efd2551b93d6be18 test/core/bug36337.phpt
sha256:ac5c2fc007712f5de1b4f2dfe4e2984412528852337ccce4039d3b18062f62b4 test/core/bug36434.phpt
sha256:24c7173455d0155cc47e7acb24750f34876804803484547a2afbd95afe564ad0 test/core/bug37816.phpt
sha256:bacbf5c6836150426561b7ad5bff9535b80f7d7a7c3d3236d2fd7fa0d8a0bf80 test/core/bug37964.phpt
sha256:0eee4ff2481bf9768905a474ab67aaf4344fe1cddde431e68ec447eba175e10b test/core/bug38132.phpt
sha256:6f017615eed3368536fffddc73e0cf5fc11fcda89e66a0151f5624600755c024 test/core/bug38194.phpt
sha256:d4aa73a2b529bd7cbc226023ce99fd5d5eee0e9b2198adaa561c7c5dbf4f3219 test/core/bug38217.phpt
sha256:da9f16ba96ca015fa5c23a88ff643a92ecd20f109e6d639ff68eb4df4173d499 test/core/bug38465.phpt
sha256:2cdafb320fe6cb455637a982edc4bb541f08690c1ab7e554232e857313e1586a test/core/bug38653.phpt
sha256:296acc31245400b51a4f327f6668819f4c7f771efb57f7b04d256040aaea3432 test/core/bug38942.phpt
sha256:8d389872f07dbb3a45631ac2676748988014fdf6cf912df269bff38dfc87c482 test/core/bug39001.phpt
sha256:b060102725722622e4c2d57d880f0a7257b6e2027a25d9f8cbc0637082a611d6 test/core/bug39067.phpt
sha256:19d05c6810cf818c64e1cce1a9eb474ad1178c357f17b6af4d47e66c8c5a4040 test/core/bug39884.phpt
sha256:413ddeea1c9bc8704f9fe9068f06778d391e6253eb5739ea444a71db41b0df2a test/core/bug40431.phpt
sha256:5d59804ff85cb7801fdbac0588461c70a4eb00489fa002d0e1f94d00a4116fd3 test/core/bug40794.phpt
sha256:6507af73e11626ada139091ff3d5b8c9ef8feee52617e0375624ab4c72288963 test/core/bug41061.phpt
sha256:647416981d4e2b0cd1e830a2825476c9d1986c81caebcce3be959dd7b33aebb2 test/core/bug41884.phpt
sha256:549e6aecd13ea5420995938b08c6518d7884c3594535c5fe5275a5e3402d0d99 test/core/bug42976.phpt
sha256:4b4d64082d17adfcdd3405989c0175a7c4519cee1eefe2595ce7b2d20e868b1f test/core/bug43926.phpt
sha256:b916c22225f33975b00be5595daca572ef891a8b346e684b92a119f3da9d001a test/core/bug45139.phpt
sha256:c0c4018df381eda3c296da3ad298fe19d3c7f4ab55fbd3c2916e4896885082af test/core/bug45571.phpt
sha256:5a76f49c5df6ea9e3ef86047fb867c432ed1c75463f6fb67d60e3d58ebe78915 test/core/bug45765.phpt
sha256:49693231848f4c9ddb9bd34db55a2964c9b09c7cbe9816c3e1a3564bcda47587 test/core/bug46064.phpt
sha256:4c07157b235498619698b8bf0d5d0166b85bf718be956f674d1f3b5beabaa6e3 test/core/bug46064_2.phpt
sha256:91a09335dddc5e8033d16e1fda96a4ebaf718db68081cf83679b5b6185064def test/core/bug46103.phpt
sha256:c99d52337e6732bf5bd0bb3a20cfc234a48e82510cce6840a1e55e9e92faf65a test/core/bug46205.phpt
sha256:f50edd47e4cb7cf33453a4cab7cd7b19c4373f3daecee35c75592f39f32c13c0 test/core/bug47254.phpt
sha256:d37cac1ba952f4668b75aa75b0a43a57609064ac3406da3826b12b32c3c4cd53 test/core/bug48336.phpt
sha256:da8b9520e72d7f5ab0948be3ef3149a91d838c21c1baf05cbd6a1d60fbcea36e test/core/bug48757.phpt
sha256:25c999dbce63b5af00cdcd8ad9ec75c12f624289578b72552f29f3e48d040c1e test/core/bug49074.phpt
sha256:5c80336eb7ebef6cc6fe20a24d6f02cf88259e445f0b8c6d89a68b7c0cebcf08 test/core/bug49092.phpt
sha256:b85fea0a1906ed8d43ff1a147dc0efaaa132a41b4af47abbdec251526aad37e9 test/core/bug49719.phpt
sha256:ecbe49f3745a29a73f897fca39a9fd645691b677c4e769fc6862d7f9aef0a237 test/core/bug51905.phpt
sha256:485c5a7f801a8318623f4018073ef0d5a6e588bcf742542a52d4bbdd1935d354 test/core/bug51911.phpt
sha256:4eb7ac6330e1b9333dac12dfc1dc97bacf4fcbd71d3a215ffd8907d638db22b6 test/core/bug52057.phpt
sha256:e416e8962fc54423216db162278257996408a8dd4ccfe614eb39260ecaf5220f test/core/bug52854.phpt
sha256:3751ab8698ee327ef0778f1d593940f5057560c4cd326ef1fe92c334cea42912 test/core/bug53366.phpt
sha256:29756b8cba9c1474fcdadd2fbc478f38d61b720dd8e03378a6837ad415225038 test/core/bug53915.phpt
sha256:a367c22c44af0b26bfd70df074d970ef25d5654b5ddb322a5b7b383faf3822aa test/core/bug60357.phpt
sha256:a0d8ca1b6b92845ac2ba877b4817543941762d910b25ce348dc29e2e1874e755 test/core/bug60367.phpt
sha256:3cd7ee3fb76b5b911387135e073e8d629c2eac4871ef259752f794099cff2c56 test/core/bug61388.phpt
sha256:37b037a3d11319425232a81af52f523e3629e755b70fc12c22182dc65ae47421 test/core/bug62384.phpt
sha256:7c2274dd1bf1636c2bf390d1218c1eb9e7358ab5ee83b34ab183609660624d3c test/core/bug62715.phpt
sha256:10dd9ed0143c38df0badbbb54b7c18ebfe832ba7f1812b5b19e6a4bb930f7656 test/core/bug63399.phpt
sha256:3ed5349d751963992f7ee70c52ac3eda7d140d711ab4104f140647357693384c test/core/bug63614.phpt
sha256:83edaaca206481ff1fb220e0aaf602804ae1e788ded802763575db25d9a82149 test/core/bug64007.phpt
sha256:714d9101d3ebfa355137e78fe029a8e13e3b710cb787443be2d3923ea7e8c8e5 test/core/bug64239.phpt
sha256:8a869f9cc37ac499aaba1ed3c9c2117e05eee7ce18bbd39cd07cdff4076687ed test/core/bug64936.inc
sha256:83992d17b6f4994930adebd972266596413394a9884736f53cb1d4b0aa26aaf3 test/core/bug64936.phpt
sha256:d0e29894123661de3889d45666341b3cd2df3b18f00f6202bec520ea9934b30c test/core/bug67068.phpt
sha256:ae2f1b84db8f2ae49467eb96dfe5936da6a2604e6993a987be59e3286898e364 test/core/bug70674.phpt
sha256:0486b321ce0ec6b73a89b43a963d956fe676569b3b385ddc3f0bbb48d6ccea07 test/core/bug70960.phpt
sha256:732ec5ff7d03e8619bc6154653d4463cec62454492a7e8fc91853010daa054a3 test/core/bug70982.phpt
sha256:f659057294cfff16cf923396c0ffd66cba23dd8c60a517b0f39ba43e9014bccc test/core/bug71018.phpt
sha256:b80770a7b3a3930184b4dc432c5efe70d38d2ccc3a89154ee7baf059a3152887 test/core/bug71767.phpt
sha256:35803456d31475e4d2f5c65bb63a1d0f342f3a4174496f2d2c29f961eb86208f test/core/bug72174.phpt
sha256:3561958ae0fcb5f87d56fd9765fe26b6c6b802a824e97f0b7721cbf7a45adf29 test/core/bug72661.phpt
sha256:1274e82b998f80c459bbef0192d5f345138208b20d3b165f7de7e9a953edf3d9 test/core/bug74035.phpt
sha256:4558c65162c6c9465bc7f17e1eec9edefc8890b22d61fe5008bd6cc6591e32ed test/core/bug74673.phpt
sha256:9eca791477bc9bb8b1e3db35d4c1c442f5e38211f2c49722137ad2fb4da91874 test/core/closures_001.phpt
sha256:bbe11cf2cb37dd69fdeedb97a8b7e93cd6fc960603927921387fb961d4000e3d test/core/closures_002.phpt
sha256:333a95e387f2be8e8105d372833c6b3fb54302bef021498d6bb48b7be6b5cea0 test/core/closures_003.phpt
sha256:e96063aa19231645347c576778a2f92e9fd1d75a86043f4e38485652590a7692 test/core/closures_003_v1.phpt
sha256:d27e5b51377fddbe58e9036b867697e306bf8f9ce29a42167676ea91333523d9 test/core/closures_004.phpt
sha256:584a5be76c384b24861bfffd7a64bda10fe0356af2a8089bb8a468c03cef674c test/core/exception.inc
sha256:0c4e78ff997d14d8c2dbb1920d91af41c3657db1f51ebaa4a756a20bfacd7279 test/core/included4.inc
sha256:ee9c5bfef91a8984bfca9b050e2ae5e174cfdd3b69806d45ed7de3e0839ae4ec test/core/parameters_001.phpt
sha256:7833b68b23e73dcd0228fa4474df28400bb833badd205c837c1347113ff18276 test/core/parameters_002.phpt
sha256:83205cf5290e41d58f562cab0bbf57ae8e586282c6ff2535f1b2cc0320eedfb6 test/core/property_exists.phpt
sha256:3d9890a65e6072e0a44d79715ec6aa97ffcbd0e23de512e8faded791b81ec09f test/core/reflectionclass_for_traits.phpt
sha256:237028dc0a6a5e1a3a888152a99d7174e13af27cfb60f179fcc71125571bc754 test/core/request38992.phpt
sha256:3e67e12852f19df58005a2f64c29ef75d9e2f264cc3148c4b85b9184a0be0904 test/core/static_properties_002.phpt
sha256:11c278ca1291b6a03528e96da525a23afdb4c3c89d03d9d683872996d303ff5d test/core/traits001.phpt
sha256:60f35e7dc33467da5b1eb4f7e7c73b6b5930ba6c224d3662a9e5bb600835f96d test/core/traits002.phpt
sha256:9d1696dbad187ec2b427a3398f7d054f5cef2bed2ee3982b537172953f0c7d79 test/core/traits003.phpt
sha256:c51065fa515e3535374b9406aeffc9e31cebbb0bec4384381ec7f47bd2717ef6 test/core/traits004.phpt
sha256:05b5809e7025b1e677679ee47ddd1ffb753795ff99638024521696b4d72181e2 test/core/traits005.phpt
test/demo/
sha256:30f4060c6febd43967a3092360f5cbfbd94953277c5bc598b450b06ead96317c test/demo/check-demo.sh
test/unit/
test/unit/Assets/
test/unit/Assets/DirectoryScannerAssets/
test/unit/Assets/DirectoryScannerAssets/Bar/
sha256:9b1f7d6a7fc61558988f23bbc3c40098b912160a2e0408d6f9d2ce41014c140f test/unit/Assets/DirectoryScannerAssets/Bar/Empty.php
sha256:cfbc82c7d1c51812d37a9ae88513df334ed122a51a22d50a7c99707e74619db1 test/unit/Assets/DirectoryScannerAssets/Bar/FooBar.php
sha256:c8086e465e9b6f8906d3f2ed84c628d36c78ab526dd0b424f80aa1257c82923d test/unit/Assets/DirectoryScannerAssets/Bar/FooBar.tmp
sha256:63a29ac0aa65584f350097a7120cb5b2fa04acf682571d7c88caac44c3a81934 test/unit/Assets/DirectoryScannerAssets/Foo.php
sha256:c8086e465e9b6f8906d3f2ed84c628d36c78ab526dd0b424f80aa1257c82923d test/unit/Assets/DirectoryScannerAssets/Foo.tmp
test/unit/Assets/DirectoryScannerAssetsFoo/
test/unit/Assets/DirectoryScannerAssetsFoo/Bar/
sha256:9b1f7d6a7fc61558988f23bbc3c40098b912160a2e0408d6f9d2ce41014c140f test/unit/Assets/DirectoryScannerAssetsFoo/Bar/Empty.php
sha256:61c7ddaab7d3ac201d83878669ac3043face6953731103d9f098650f56773b56 test/unit/Assets/DirectoryScannerAssetsFoo/Bar/FooBar.php
sha256:c8086e465e9b6f8906d3f2ed84c628d36c78ab526dd0b424f80aa1257c82923d test/unit/Assets/DirectoryScannerAssetsFoo/Bar/FooBar.tmp
sha256:a70fe1bb8b3b23a6c4053b98afaecfc868771d969ffc08bbdef4c1db8a9d4da5 test/unit/Assets/DirectoryScannerAssetsFoo/Foo.php
sha256:c8086e465e9b6f8906d3f2ed84c628d36c78ab526dd0b424f80aa1257c82923d test/unit/Assets/DirectoryScannerAssetsFoo/Foo.tmp
sha256:7108f478683e2719ecab6d4b4730840a27e6192dcbe49916dc9b7db1581f225a test/unit/BetterReflectionSingleton.php
sha256:36edeb915c42d99f9fe7704452a716149a38a7fd4e2e3aa21aa3fd924f374490 test/unit/BetterReflectionTest.php
test/unit/Fixture/
sha256:141e2efffb18ae5e9b71615751a8a0ce9ba79b8a2e813413fa5c969aa1fd8614 test/unit/Fixture/AnonymousClassInNamespace.php
sha256:5f00dcfa734f9ff4bbd10df7a6306a3c334c7804953e1d7dd4436ffdc876e6b9 test/unit/Fixture/AnonymousClassInstances.php
sha256:b4fcfafe3b1eb9743cc504761836a00fcf8f592369f29ed968c3f7224b720ce5 test/unit/Fixture/AnonymousClassInstancesOnSameLine.php
sha256:8fd7f1aa0484723f6c895e06d726a01a8aba42623b9b536ce5d555829a6e24aa test/unit/Fixture/AnonymousClassNoNamespace.php
sha256:57c106872b4fb86d80a3f40881e90a471ebf8a19a6d24bebd1319985cec377f2 test/unit/Fixture/AnotherTestClassForAutoloader.php
sha256:785543c566c736c80c6ff0beb7b104bc2d45ba1a387e18eae0075f255cd3ff2d test/unit/Fixture/AutoloadableInterface.php
sha256:e7bd6bbac7c83d07bde3e31dd703e6242fc6eb02a6f77163c45bcec85100ef06 test/unit/Fixture/AutoloadableTrait.php
sha256:85673990d4549547bb18deb77f48ec87d688d7bf88345213b6b2eee1ba2b758f test/unit/Fixture/ClassForHinting.php
sha256:494e9a928aeee30bf7e0195cc4b253078d33f2b33ccca49b1b36dfa8f17ce43d test/unit/Fixture/ClassForSourceStubber.php
sha256:de59ce223cd61e769385376f3a5da2732cc8a3ba8daf1353a9e4e41716d2d417 test/unit/Fixture/ClassForSourceStubberExpected.php
sha256:d56c9301d7b36896f306b8316a0030a24cbb4eb476ab81da1b053a90b97a8551 test/unit/Fixture/ClassWithConstantsAsDefaultValues.php
sha256:59d77a6b54169a81b0990c3b8518c99a6d9645242139589f678595f97ea7ab61 test/unit/Fixture/ClassWithInterfaces.php
sha256:ba836e731cc640c9ca1cd15bc72bf305de90d8666adaecfcabd03305f3d0862d test/unit/Fixture/ClassWithMethodsAndTraitMethods.php
sha256:eead32c96f49fa4a170a45fc13837c000a8149f5ca3d669b1be839d7fb5d2c75 test/unit/Fixture/ClassWithNonStaticMethod.php
sha256:1f24dfe50cf209324275e417222189060c3ddb0f74262db5cfec9ea9512d8ee3 test/unit/Fixture/ClassWithPropertiesAndTraitProperties.php
sha256:175e04976921960f81696aea3b439c6ac203ca078c71cdf4e47f473379bd7c7d test/unit/Fixture/ClassWithStaticMethod.php
sha256:62f0e90f41a257eba53349dfa288c821aaa6dff7f2a502220b67fb2d33644cdc test/unit/Fixture/ClassWithoutNamespaceForSourceStubber.php
sha256:1dbf193bbbb8d508019f968d43ef5061f1aff1fb737410843227864422f0148d test/unit/Fixture/ClassWithoutNamespaceForSourceStubberExpected.php
sha256:8aafd09b6c3d24ffd843d31921103c4f101b77c4af6537bd37ff5cb0bdb1bc18 test/unit/Fixture/ClassesImplementingIterators.php
sha256:a0b0ac105a0112db1e78c1414bff686597d08d1354eab11bd675895c154770d4 test/unit/Fixture/ClassesWithCloneMethod.php
sha256:4c6cb70fdcd6117e9c680110d3544b1cbc7a007074640a26ac335f4d13ffdeda test/unit/Fixture/ClosureInNamespace.php
sha256:16d3e9c07964b26a6db9a787ca39f9604b27832030015808afeedb3c23eafce1 test/unit/Fixture/ClosureNoNamespace.php
sha256:5f1098fe4afc22fb0041d8490983da880ee3708dfb165a442789f681c0291c0b test/unit/Fixture/ClosuresOnSameLine.php
sha256:39063925b2600bfb8c39a95d1ba1091c31d5ac74576d196ab07143d27050032d test/unit/Fixture/DefaultProperties.php
sha256:a94a53e7e4eb6514a4e51274c43a3637521f7c2b38905ae8c9a7b5c5f66cb26b test/unit/Fixture/EmptyTrait.php
sha256:039a95b1bbc249bbc85bd0286c03cc5ffb68ce0f52f619889581f2be3f14a1a8 test/unit/Fixture/EvaledAnonymousClassInstance.php
sha256:492b48dcdf3d31f54204fc8ce4fdafd46342647af828946e3581b112b0e74f84 test/unit/Fixture/ExampleClass.php
sha256:f623442b438d1ae63ab6bcd33c61aaf60f5b85d3107efe2b770cc34a8176f008 test/unit/Fixture/ExampleClassExport.txt
sha256:8b6483371355603cf8e003b4d9431a7ebe646b0eb13ae1cf18673b224e43006c test/unit/Fixture/FindReflectionOnLineFixture.php
sha256:0a7dc0a4a5bad47b442005d590f93e89fe6c5043c80b57a4483086200e5cdc71 test/unit/Fixture/Functions.php
sha256:328638febc76849001e48f23940476866aaaeac0295849f52f590baa0680068b test/unit/Fixture/InheritedClassConstants.php
sha256:46150090188079e86a183ec0d211c4add5db21789be9d9646b4ac443282c7a86 test/unit/Fixture/InheritedClassMethods.php
sha256:f6412c087b955e458e91186bacff1b4ab240f46304785a39ec5ea07c50a7443d test/unit/Fixture/InheritedClassProperties.php
sha256:4feba1da06cd961781e614ac068e68835efcdda17cd036fa054db1af46f88390 test/unit/Fixture/InterfaceForSourceStubber.php
sha256:d166201032d17a4eae5b2ed8efd9d0704568cee3cd9ed5ea20780354b29464a4 test/unit/Fixture/InterfaceForSourceStubberExpected.php
sha256:b9362c7c6aebb0e109473b26f17c837a419231f66857218c46593f1543617bd6 test/unit/Fixture/InterfaceWithMethod.php
sha256:c607533fe2fe06e58c5777389d10d339c2f5e8cefe5197f19fb58aa19427f509 test/unit/Fixture/InvalidInheritances.php
sha256:59a6089e4ec4713d560980421d182a1e7d5ad5f58ea50b29913d0488cc0e344e test/unit/Fixture/Methods.php
sha256:2b36253f4a3bfa9aabe243bae67dc03f3a01682755ecd71d7e926a4eaa9aeed6 test/unit/Fixture/MethodsOrder.php
sha256:745b1a8a02063220ebeb6f5667cb9bba6cc476a0affb5c34a35f05911ed965d2 test/unit/Fixture/NestedAnonymousClassInstances.php
sha256:04ec7318cc4749e24e51fc5c04d79bf5c106a2a7fe48a1c7206e8c6499be3bb8 test/unit/Fixture/NoNamespace.php
sha256:c846fdb00b365d3c159c395c18673233c99636f8c80945a6325a1185f3a05cd8 test/unit/Fixture/Php4StyleCaseInsensitiveConstruct.php
sha256:30fa390f744a69c04cd3b849bad8b9d4d80695bfc51efa3584b20bb3f771275e test/unit/Fixture/Php4StyleConstruct.php
sha256:8d6a5590a93490f144d1f37f83f14993da15e8a5334b203254bb726819acdcaa test/unit/Fixture/Php4StyleConstructInNamespace.php
sha256:adb8e5dfa435c5f4927f07573cc4045e829c3165ed9ab44c444376f74c7ff55c test/unit/Fixture/Php71NullableParameterTypeDeclarations.php
sha256:40e25698086556138088e8c97b8f3581a1ea31f85623bfc6e78e587ee2e1b16c test/unit/Fixture/Php71NullableReturnTypeDeclarations.php
sha256:eb19115e73f8039d1e8e0d9a6684c8c3754602c865d980c690f4246476ae870b test/unit/Fixture/Php7ParameterTypeDeclarations.php
sha256:efc640e411e4bed5572f5c86a18ff2e937a0f5dbe482c17baa4212d36afdab99 test/unit/Fixture/Php7ReturnTypeDeclarations.php
sha256:6dfdc287e984355aa8c086633e34ec0cfce12bfda6746834b5fc0493e7dd3837 test/unit/Fixture/PropertyGetSet.php
sha256:329b739f9516bb3b8449c39c02c5ef0c36656fd905444bd72be330ee51d22077 test/unit/Fixture/PrototypeTree.php
sha256:25017d9afbb429772a95a44992a75908e98f3d8487018685df21f2c533a4b454 test/unit/Fixture/StaticProperties.php
sha256:2ca2a7deffffa11b758eb33fa6388d904bce374c06a5f86180f70739f28e551d test/unit/Fixture/StaticPropertyGetSet.php
sha256:8f28440cd0896e01aef79c3a32406aa1f9176c911bb3d14eefeccf6d413387a2 test/unit/Fixture/StringCastClass.php
sha256:fac36604580a0d4a0d896ce4874b7a916ffa3a08fe4ef6a97caae05a47c3fb03 test/unit/Fixture/StringCastClassExpected.txt
sha256:b83bec34d654874885ed00afa863c9399f6b7b7a32a774076ffbb1511bcb9c6c test/unit/Fixture/StringCastClassObject.php
sha256:b56cd84447202739561e3a739a1f8452dccbf922b1e421984a678a774ef3b5b4 test/unit/Fixture/StringCastClassObjectExpected.txt
sha256:1ecbb579f30adb86e7ae33a8e4e997625d6f5a130340a048d1df8c9eaa710c9d test/unit/Fixture/StringCastConstants.php
sha256:ecba0910eb23266f66aa31cffb16d334e30b38e8219b230503ad17f8e56998f8 test/unit/Fixture/StringCastFunctions.php
sha256:2570c29d31ff44fd804d15f2da3d2d16730ca0e091bfca9e39562e6b12b316b8 test/unit/Fixture/StringCastMethods.php
sha256:efe499c23811329102e593fac3b4f15e57fdbc76ad1690802ed09eca3d47dcfe test/unit/Fixture/StringCastParameters.php
sha256:a3711102492b02ec011576f193fd02a5cc6686f2754820d45eec71e49020c752 test/unit/Fixture/StringCastProperties.php
sha256:60508dfdcd4e331ac6155e5f312c28827b795b71fd4c70b6b1d4470a545600ee test/unit/Fixture/TestClassForAutoloader.php
sha256:f703c9a2164261866948286b0fefc2c83e041d955a0cbf1169619c644a33ff47 test/unit/Fixture/TestClassForPhpParserPrinterTest.php
sha256:3da5f9faca464b55853bb5469a29fbb8b911294e643013bf0f3cbde2e9046a19 test/unit/Fixture/TraitFixture.php
sha256:ee2ccdb29378538b7b40340794cdd6e85021cfb73dc1815eb3088c296a4ad811 test/unit/Fixture/TraitForSourceStubber.php
sha256:52d10e1a102d889188c1f03e3be1427bb4ae1a71f2b97ae0de7311fab9d02ee8 test/unit/Fixture/TraitForSourceStubberExpected.php
sha256:59003b4c4f27408e3df796e86dfe1525805fbf1c12d6d9cc79372236f0baa152 test/unit/Fixture/UpperCaseConstructDestruct.php
test/unit/Identifier/
test/unit/Identifier/Exception/
sha256:03b3679c841054b0b5d1106145f1413a2979be9c1f916d81511df7234acc4e87 test/unit/Identifier/Exception/InvalidIdentifierNameTest.php
sha256:eab8056df322646512f5592c9fd3e9d63f7492e3acf976e68e6d2c2c1e86b505 test/unit/Identifier/IdentifierTest.php
sha256:32c264656addb764d9c374806e7f58b683de9a94d45e023a170fa4e41ba41868 test/unit/Identifier/IdentifierTypeTest.php
test/unit/NodeCompiler/
sha256:7d1f6b9731c9c29eee9698a21a827af9b25bed271e8aaf876f91119c619b934b test/unit/NodeCompiler/CompileNodeToValueTest.php
sha256:d621d63ee009dc6c416cb705d271ddec09b6caeffa90304b9e24b3d9e357560b test/unit/NodeCompiler/CompilerContextTest.php
test/unit/Reflection/
test/unit/Reflection/Adapter/
sha256:a630e185264f74a8f94598c1be2731aea288f66892185a2d79403055fb5de688 test/unit/Reflection/Adapter/ReflectionClassConstantTest.php
sha256:d1e34da74c11ca48f572f7eec2aa5aecfcba0bd5dab04a780c51807664cccc06 test/unit/Reflection/Adapter/ReflectionClassTest.php
sha256:075a876f25eaa6a6466e5325fb6d03f26450e8491bec37b1999aa6405fbdabe8 test/unit/Reflection/Adapter/ReflectionFunctionTest.php
sha256:1d5c024585636f0d448155ff812dfdbd0bb99e191f5ca1a09ceb8aa89988a02c test/unit/Reflection/Adapter/ReflectionMethodTest.php
sha256:c98f8148a5c2eb8723fdb00e672fd499990bfcd5151aab52601d64a668ed8853 test/unit/Reflection/Adapter/ReflectionObjectTest.php
sha256:0e4ba99b432edf9c2c2d5eaf9a8637fdfe328128731566e4e70ec653b03782bf test/unit/Reflection/Adapter/ReflectionParameterTest.php
sha256:fe78a03a053200dc320c23d3885b1c633165fe257f47ce6cee3e305f227f1e9d test/unit/Reflection/Adapter/ReflectionPropertyTest.php
sha256:68a723a9c9e189c66fbd268f66663cc32926c8ede2573779396a27a372b5832b test/unit/Reflection/Adapter/ReflectionTypeTest.php
test/unit/Reflection/Exception/
sha256:7148f26a99098e48983f858ca17367865b4aef8716e97c03bf31a65560c13edc test/unit/Reflection/Exception/FunctionDoesNotExistTest.php
sha256:0648474bba2c1f51f2dc75f458ed70f0252aaf42854d5255b366c27a345ba33a test/unit/Reflection/Exception/InvalidAbstractFunctionNodeTypeTest.php
sha256:3ec67e5e063ce3cff52e450c073dc209b13be7e0dec2815417ac21f48c2df381 test/unit/Reflection/Exception/NoObjectProvidedTest.php
sha256:74f846fad40faaa2ffbe4e1225303a540838c83703ac1ab106b6014efa51d9a7 test/unit/Reflection/Exception/NotAClassReflectionTest.php
sha256:d52500f609b02b660496b86b27763664ee7d1d22162d6c24d06fed34ba53dde0 test/unit/Reflection/Exception/NotAnInterfaceReflectionTest.php
sha256:e579bf7bc370ad64a1f2a6f30fbb8faff3bdc848d092beba2d8aba30fd7cd627 test/unit/Reflection/Exception/NotAnObjectTest.php
sha256:854b7e543de655ccf612666d81385a180945261bf0396dbc184082bc319f66fb test/unit/Reflection/Exception/ObjectNotInstanceOfClassTest.php
sha256:b3b0738ea8f2082a355dc5689295a8969cf54ad0a99df358949020958b86961a test/unit/Reflection/Exception/PropertyDoesNotExistTest.php
sha256:13bbe5521483442b412ee504b96fe59e1d74240dc33ce3d824d28465fb252a5e test/unit/Reflection/Exception/PropertyIsNotStaticTest.php
sha256:4bc8b7ee5677710349da12a4fefd4e0dfb2766d17d553fe090d423cd620c7ae2 test/unit/Reflection/Exception/UncloneableTest.php
sha256:46959b7b0e54c626f2446fdd7ce2b684131dcfc020b38f0f3108c108751b6c18 test/unit/Reflection/ReflectionClassConstantTest.php
sha256:82a64f0b14e32efdbfb6b37b738fb4e463b37189f5d0a3cf627d8b080821b2d7 test/unit/Reflection/ReflectionClassTest.php
sha256:d0c7c362f0e2fad6bf113db74806c243afec39da036531a591c210bf6e060c38 test/unit/Reflection/ReflectionFunctionAbstractTest.php
sha256:e0819a930d91e29cd50781aa94d01c8a8fd7696968c54f6f6148faaa6956d2a9 test/unit/Reflection/ReflectionFunctionTest.php
sha256:10e31c95aff0330c18561caed9f74b60d8aa2a465c2dd3a9f2c8e68dd9403602 test/unit/Reflection/ReflectionMethodTest.php
sha256:ea0b567d791743dfbba0084a8b7b890e1fab703ead6d2a59f1b7fa99843ba4a1 test/unit/Reflection/ReflectionObjectTest.php
sha256:0b5e4658444fab0fcb83dd310c4ab8a6eab59daee9e2fd5c372409d4f4ecbba1 test/unit/Reflection/ReflectionParameterTest.php
sha256:89d246cb54d73f69304b49091ec37f7dea2f0649fe3f5a04e4fdf2febc6c18b7 test/unit/Reflection/ReflectionPropertyTest.php
sha256:3f51e0a9e8cbdeea6d04b04a2e737a6cc4f68d57b9774038ab6e180892aa6cc0 test/unit/Reflection/ReflectionTypeTest.php
test/unit/Reflection/StringCast/
sha256:47aab37301a23447918edfeb76776a31791b02cd2bd4b7ddc6e211083b747f99 test/unit/Reflection/StringCast/ReflectionClassConstantStringCastTest.php
sha256:523729943b79157f9a6f38b90da259b99a9b4241b85f9cbe72b8f3c8fafdb3f6 test/unit/Reflection/StringCast/ReflectionClassStringCastTest.php
sha256:3df6ca9ba50fcfc68be7edcce1aa7e35ff1fda7dfe3f292594d50d27eae8d3e5 test/unit/Reflection/StringCast/ReflectionFunctionStringCastTest.php
sha256:7c377d6ca37debc54a576f9558bbf4a085426f388bbbf3eaa0c74c9eec016bb9 test/unit/Reflection/StringCast/ReflectionMethodStringCastTest.php
sha256:0552d0217b2c5cb1781b280b16424358c7631f37b317ca51c0877724d7d45e6d test/unit/Reflection/StringCast/ReflectionParameterStringCastTest.php
sha256:608a66269057853a9189a8923bfa42d55cc27b302afd8bada71a74ed0814c0eb test/unit/Reflection/StringCast/ReflectionPropertyStringCastTest.php
test/unit/Reflector/
sha256:80865fc7d55fde228e19bb7c72849120bad051e12a3a160d73451a8f3a0155f3 test/unit/Reflector/ClassReflectorTest.php
test/unit/Reflector/Exception/
sha256:75cce7ad51dfd6016d70949e0d2fa82c1c593b32a5a02c6c3f71df09c9d39089 test/unit/Reflector/Exception/IdentifierNotFoundTest.php
sha256:62af6ca481eca096e999db10ca138a1c1c9082477f526f81f4d6afa477825c2d test/unit/Reflector/FunctionReflectorTest.php
test/unit/SourceLocator/
test/unit/SourceLocator/Ast/
test/unit/SourceLocator/Ast/Exception/
sha256:3bd816005a6e7ab4dbe4cac88fcbe36a2bb6abe063c801a213ad1bcf5bdb2373 test/unit/SourceLocator/Ast/Exception/ParseToAstFailureTest.php
sha256:b07b294a15a5532d1e531edbc993eecf005fb79af1515fbb711fb482f799eb65 test/unit/SourceLocator/Ast/FindReflectionsInTreeTest.php
sha256:97f7f0e6457f07390bc4adf533e151546c63ba31c95b484ac8a027d79e01daf8 test/unit/SourceLocator/Ast/LocatorTest.php
test/unit/SourceLocator/Ast/Parser/
sha256:382d09c3023fc0aec9f9930ce3328ba2e1f785d66b7ddddbff179a7c596f22ff test/unit/SourceLocator/Ast/Parser/MemoizingParserTest.php
test/unit/SourceLocator/Ast/Strategy/
sha256:c704d28cd3577bf63663cdcadb3895e5edc91e90b0a349a25b46f7d94762c9f0 test/unit/SourceLocator/Ast/Strategy/NodeToReflectionTest.php
test/unit/SourceLocator/Exception/
sha256:b0f82c1386fdbb11b9e1845fe4b993b68f215e45ae1e5b2eadf88f35801d462a test/unit/SourceLocator/Exception/EvaledAnonymousClassCannotBeLocatedTest.php
sha256:6768efba1a2e85fff58961989ec655891ab30b5bc60138f32fea42fe410c9141 test/unit/SourceLocator/Exception/EvaledClosureCannotBeLocatedTest.php
sha256:5ab3dad7dbf5d545501dad0ee6b5ec1429077eadc894bdda637aa66809a5be07 test/unit/SourceLocator/Exception/InvalidDirectoryTest.php
sha256:82cf19fb3e602792dfdce86a5c850c91123a6e7188468d3e88a9507f338ca8cc test/unit/SourceLocator/Exception/InvalidFileInfoTest.php
sha256:af04975ac6691cbed95a3a3beba11e734320acc9e077425fc383b79b2025ff13 test/unit/SourceLocator/Exception/TwoAnonymousClassesOnSameLineTest.php
sha256:cfe82c1f64802535074e064a06eefe28cdbae7f92e0ff3762d65b7c4d221e1bd test/unit/SourceLocator/Exception/TwoClosuresOnSameLineTest.php
sha256:cc94f05ab562fabb0dece4a37664c46a6017bb34c78a0072049decf2fc9ed229 test/unit/SourceLocator/FileCheckerTest.php
test/unit/SourceLocator/Located/
sha256:35cdb134eee18162461f157afa075dcdde68550babdf8e025b127b98ef80a010 test/unit/SourceLocator/Located/EvaledLocatedSourceTest.php
sha256:00887d548c398f057584f57cff17a1726a7266be490a3ae9e10f884799b16ef1 test/unit/SourceLocator/Located/InternalLocatedSourceTest.php
sha256:a55d6c7da3519342a65dce42907abebd625e0d22fad2a976fca770b9b0253bbe test/unit/SourceLocator/Located/LocatedSourceTest.php
test/unit/SourceLocator/Reflection/
sha256:a48b55d35fa09f52ffba62301e4e13650a2cab413132c46007ea641b78b42ea2 test/unit/SourceLocator/Reflection/SourceStubberTest.php
test/unit/SourceLocator/Type/
sha256:4631477bc68aeb419320ca6bde573fd45b786dd6a77f76e2c8ead16390f16a7c test/unit/SourceLocator/Type/AbstractSourceLocatorTest.php
sha256:c30bb16879116b8641a1b643b8804a30991fe88a6e7206d6370655b70e3d0e28 test/unit/SourceLocator/Type/AggregateSourceLocatorTest.php
sha256:30b931e10f273db3f92b9fda47eaed760e1d9ef8a1f762fd8978ecac81e903d5 test/unit/SourceLocator/Type/AnonymousClassObjectSourceLocatorTest.php
sha256:b90d8bbb722e935cb2fd70190f12d5f3234f43eb5f0183ba0913874c3089edd7 test/unit/SourceLocator/Type/AutoloadSourceLocatorTest.php
sha256:1ef6303145b6d33de872ababfef3cacd572f32e983ca37ebc0786de1fd68c97d test/unit/SourceLocator/Type/ClosureSourceLocatorTest.php
sha256:2d7cb2b6dada0f6e5c6eb669e9fefa3cf8cb603443a6f2865c758efcdb85a349 test/unit/SourceLocator/Type/ComposerSourceLocatorTest.php
sha256:059acff73f4d2b8a169b04de8925120bae2102ca34fbdcdddbce201ba054cf14 test/unit/SourceLocator/Type/DirectoriesSourceLocatorTest.php
sha256:f66b70967d137a7e9bba6de4821b6bdeb8e06f803c78d91acf4d3942394238aa test/unit/SourceLocator/Type/EvaledCodeSourceLocatorTest.php
sha256:58a119ee3b12b92f44807765a6a87a77e517d4d7f2b76da155688d2e5791eafe test/unit/SourceLocator/Type/FileIteratorSourceLocatorTest.php
sha256:bf195c861244e32554f0f9909975cb2de0963f7273d3a671cef2739805eef4df test/unit/SourceLocator/Type/MemoizingSourceLocatorTest.php
sha256:3411352a7a5998944b92afde52e10b56372d4c625e52cbca245529df3a38e148 test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php
sha256:d226cb29b73a4574d7aaab221d05bebdc8c9d02e1a562176bb4677824ae3ea6f test/unit/SourceLocator/Type/SingleFileSourceLocatorTest.php
sha256:5bbd55b6522264996cb16c88f759e40b094660b4b1971d2d49ec8f90dcbe327b test/unit/SourceLocator/Type/StringSourceLocatorTest.php
sha256:cb2390e9c8da065098e02906907af2f9bd0b997c8f075697d17a465a0ac59895 test/unit/TestListener.php
test/unit/TypesFinder/
sha256:8ed3485e481d167759d241e6d377b282714cedfcf0d6104de2fdb2067423e8c0 test/unit/TypesFinder/FindParameterTypeTest.php
sha256:b65ee4fd20cb91bd9d96741db1ad4ea924755fd607b8e597eff74ee8f0f87283 test/unit/TypesFinder/FindPropertyTypeTest.php
sha256:ce6f178abea596003090725646ea3c5030d8798067d1eee6132d5584862f6c86 test/unit/TypesFinder/FindReturnTypeTest.php
test/unit/TypesFinder/PhpDocumentor/
sha256:edd56bf3452dffd851d6470ad931f1620f470cd7b30c3e1e5082f0db804e6597 test/unit/TypesFinder/PhpDocumentor/NamespaceNodeToReflectionTypeContextTest.php
sha256:081e15468e051467978815fe973aa1390f593d540384c84283c43a15ad0279ee test/unit/TypesFinder/ResolveTypesTest.php
test/unit/Util/
test/unit/Util/Autoload/
test/unit/Util/Autoload/ClassLoaderMethod/
sha256:4f45551daf036365587b039647847c687dab6c642b8396a70495427e0bccf192 test/unit/Util/Autoload/ClassLoaderMethod/EvalLoaderTest.php
test/unit/Util/Autoload/ClassLoaderMethod/Exception/
sha256:959863da82b599e1d358dd407bfaaff15695608cf2536be9a0e872cee66b5b9e test/unit/Util/Autoload/ClassLoaderMethod/Exception/SignatureCheckFailedTest.php
sha256:1244a516013f44df13eba58594d91394874f44b46d8b39a0295ace27139d3602 test/unit/Util/Autoload/ClassLoaderMethod/FileCacheLoaderTest.php
sha256:db375bf230252acabb5b1abc10de55155ebe37779b9d73f980d3d4c726fd9856 test/unit/Util/Autoload/ClassLoaderTest.php
test/unit/Util/Autoload/ClassPrinter/
sha256:3dded9cc7afc4d43d31e099be802e3a727277d5253afa3bb734bcd252612e32c test/unit/Util/Autoload/ClassPrinter/PhpParserPrinterTest.php
test/unit/Util/Autoload/Exception/
sha256:05558e2720b9a3fe819bfd7508307931dacc710a88896a5d5a4b36f1e4d61df6 test/unit/Util/Autoload/Exception/ClassAlreadyLoadedTest.php
sha256:5f4b426df334956b6df75b643cbb1975f1809c01d08480fd23327273210ec4aa test/unit/Util/Autoload/Exception/ClassAlreadyRegisteredTest.php
sha256:ea886319fbd529535f5129f58ba92c403ac2c09c9cff7d2fee6d6e981b772c92 test/unit/Util/Autoload/Exception/FailedToLoadClassTest.php
sha256:59566b92a21d40c9febe80b01dabcf8cbfaf15c1d437153f55e4073a267720e6 test/unit/Util/CalculateReflectionColumnTest.php
test/unit/Util/Exception/
sha256:dbc85c961dfad81776f609a4192fe0bc68a01dd406229787b5f240f80454ceba test/unit/Util/Exception/InvalidNodePositionTest.php
sha256:2c5b4e6e019c206217069aefdc2483ec1ee62c1251a879807df7130a520313f9 test/unit/Util/Exception/NoNodePositionTest.php
sha256:9a86ea2863deede67f67845c1ab519e99552bec79f6b53be5e62375d2c6b06c4 test/unit/Util/FindHelperTest.php
sha256:9e2cdf8e0e123658e4c9a8caf1b78543f22d646b819e0d40d19e3e6db100815c test/unit/Util/FindReflectionOnLineTest.php
sha256:9c6abe98b7bad15af4846acdc21bab36b4858b9eb04a9cf189a1986413a8dbc6 test/unit/Util/GetFirstDocCommentTest.php
test/unit/Util/Visitor/
sha256:e6af0adb736dab55eb745135a36585e410bebe352d46faf2a9dc5155aed34ad3 test/unit/Util/Visitor/ReturnNodeVisitorTest.php
Return to home page.