在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → 在线考试系统

在线考试系统

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:27.28M
  • 下载次数:94
  • 浏览次数:568
  • 发布时间:2022-04-03
  • 实例类别:PHP网站
  • 发 布 人:552001605
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】在线考试系统

本软件环境要求:PHP7.0 Mysql5.5及以上版本,推荐使用phpstudy等集成环境,本软件没有内置安装包,需自行在集成环境中配置,具体步骤可查看安装文档

系统简介:

艾创在线考试系统是取代传统考试学习的应用型软件,完全实现计算机自动化,支持电脑端的正规考试、模拟考试、在线培训学习,并辅以成绩查询等功能为一体的综合性考试学习平台,支持导入试题、组卷、评卷、成绩统计等功能。系统从管理到前端的应用等整个过程都实现计算机无纸化。艾创在线考试系统是一个高效稳定的考试学习系统软件,对单位的信息化建设具有深远意义和实用价值。

艾创在线考试系统采用php MySQL进行开发,性能稳定可靠。数据存取集中控制,避免了数据泄漏的可能。

初始管理员用户名和密码为系统配置的!账号:root 密码:123456

如果还有什么不懂的请联系艾创官方服务QQ:1779257099

【实例截图】

from clipboard

【核心代码】

.
├── LICENSE.txt
├── README.md
├── ac_exam.sql
├── app
│   ├── AppService.php
│   ├── BaseController.php
│   ├── ExceptionHandle.php
│   ├── Request.php
│   ├── common
│   │   ├── HttpTest.php
│   │   └── model
│   │       ├── Base.php
│   │       ├── News.php
│   │       ├── ac
│   │       │   └── Attachment.php
│   │       ├── account
│   │       │   ├── Department.php
│   │       │   ├── Duty.php
│   │       │   └── User.php
│   │       ├── book
│   │       │   ├── Chapter.php
│   │       │   └── Volume.php
│   │       ├── core
│   │       │   └── Excel.php
│   │       └── exam
│   │           ├── Knowledge.php
│   │           ├── Paper.php
│   │           ├── Question.php
│   │           ├── Subject.php
│   │           └── paper
│   │               └── Record.php
│   ├── common.php
│   ├── control
│   │   ├── assets
│   │   │   └── template
│   │   │       ├── department.xls
│   │   │       ├── knowledge.xls
│   │   │       ├── operate.docx
│   │   │       ├── question.xls
│   │   │       └── user.xls
│   │   ├── config
│   │   │   └── route.php
│   │   ├── controller
│   │   │   ├── ac
│   │   │   │   └── Attachment.php
│   │   │   ├── account
│   │   │   │   ├── Department.php
│   │   │   │   ├── Duty.php
│   │   │   │   └── User.php
│   │   │   ├── book
│   │   │   │   ├── Chapter.php
│   │   │   │   └── Volume.php
│   │   │   ├── core
│   │   │   │   └── Tools.php
│   │   │   ├── exam
│   │   │   │   ├── Exam.php
│   │   │   │   ├── Knowledge.php
│   │   │   │   ├── Paper.php
│   │   │   │   ├── Personal.php
│   │   │   │   ├── Process.php
│   │   │   │   ├── Question.php
│   │   │   │   ├── Score.php
│   │   │   │   └── Subject.php
│   │   │   └── system
│   │   │       ├── Account.php
│   │   │       ├── Book.php
│   │   │       ├── Control.php
│   │   │       ├── News.php
│   │   │       └── Test.php
│   │   └── model
│   │       ├── System.php
│   │       └── User.php
│   ├── dock
│   │   ├── controller
│   │   │   ├── Exam.php
│   │   │   ├── Personal.php
│   │   │   └── User.php
│   │   └── model
│   │       └── User.php
│   ├── event.php
│   ├── h5
│   │   ├── controller
│   │   │   ├── Error.php
│   │   │   └── Index.php
│   │   └── view
│   │       ├── index
│   │       │   └── home.html
│   │       └── loader.html
│   ├── middleware
│   │   └── Http.php
│   ├── middleware.php
│   ├── provider.php
│   ├── service.php
│   ├── test
│   │   ├── QuestionTest.php
│   │   ├── SessionTest.php
│   │   └── UserTest.php
│   └── wander
│       ├── config
│       │   └── route.php
│       ├── controller
│       │   ├── Error.php
│       │   ├── Session.php
│       │   └── control
│       │       └── Account.php
│       └── view
│           └── loader.html
├── config
│   ├── app.php
│   ├── cache.php
│   ├── console.php
│   ├── cookie.php
│   ├── database.php
│   ├── filesystem.php
│   ├── lang.php
│   ├── log.php
│   ├── middleware.php
│   ├── route.php
│   ├── session.php
│   ├── trace.php
│   └── view.php
├── public
│   ├── favicon.ico
│   ├── index.php
│   ├── robots.txt
│   ├── router.php
│   ├── static
│   │   └── control
│   │       ├── CNAME
│   │       ├── p__404.js
│   │       ├── p__account.chunk.css
│   │       ├── p__account.js
│   │       ├── p__achievementManger.chunk.css
│   │       ├── p__achievementManger.js
│   │       ├── p__achievementManger__achievement.chunk.css
│   │       ├── p__achievementManger__achievement.js
│   │       ├── p__achievementManger__knowledgePoints.chunk.css
│   │       ├── p__achievementManger__knowledgePoints.js
│   │       ├── p__achievementManger__paper.chunk.css
│   │       ├── p__achievementManger__paper.js
│   │       ├── p__achievementManger__questionType.chunk.css
│   │       ├── p__achievementManger__questionType.js
│   │       ├── p__courseManger__cheakTestPaper.chunk.css
│   │       ├── p__courseManger__cheakTestPaper.js
│   │       ├── p__courseManger__examRecord.chunk.css
│   │       ├── p__courseManger__examRecord.js
│   │       ├── p__courseManger__missing.chunk.css
│   │       ├── p__courseManger__missing.js
│   │       ├── p__courseManger__primaryManger.chunk.css
│   │       ├── p__courseManger__primaryManger.js
│   │       ├── p__personAffair__accountInfo.chunk.css
│   │       ├── p__personAffair__accountInfo.js
│   │       ├── p__personAffair__changePwd.js
│   │       ├── p__personAffair__exam__competitionExam.chunk.css
│   │       ├── p__personAffair__exam__competitionExam.js
│   │       ├── p__personAffair__exam__examPage.chunk.css
│   │       ├── p__personAffair__exam__examPage.js
│   │       ├── p__personAffair__exam__mockExam.js
│   │       ├── p__personAffair__news.chunk.css
│   │       ├── p__personAffair__news.js
│   │       ├── p__personAffair__newsDetail.chunk.css
│   │       ├── p__personAffair__newsDetail.js
│   │       ├── p__personAffair__newsManagement.chunk.css
│   │       ├── p__personAffair__newsManagement.js
│   │       ├── p__personAffair__study.chunk.css
│   │       ├── p__personAffair__study.js
│   │       ├── p__previewTestPage__preview.chunk.css
│   │       ├── p__previewTestPage__preview.js
│   │       ├── p__questionBank__eBook.chunk.css
│   │       ├── p__questionBank__eBook.js
│   │       ├── p__questionBank__statistics.chunk.css
│   │       ├── p__questionBank__statistics.js
│   │       ├── p__questionBank__testQuestion.chunk.css
│   │       ├── p__questionBank__testQuestion.js
│   │       ├── p__scoreQuery.chunk.css
│   │       ├── p__scoreQuery.js
│   │       ├── p__system__config.js
│   │       ├── p__system__department.chunk.css
│   │       ├── p__system__department.js
│   │       ├── p__system__duty.chunk.css
│   │       ├── p__system__duty.js
│   │       ├── p__system__instruction.chunk.css
│   │       ├── p__system__instruction.js
│   │       ├── p__system__role.chunk.css
│   │       ├── p__system__role.js
│   │       ├── p__system__subject.chunk.css
│   │       ├── p__system__subject.js
│   │       ├── p__system__subject__knowledgePoints.chunk.css
│   │       ├── p__system__subject__knowledgePoints.js
│   │       ├── p__testPaper__editTestPaper__index.chunk.css
│   │       ├── p__testPaper__editTestPaper__index.js
│   │       ├── p__testPaper__paperManger.chunk.css
│   │       ├── p__testPaper__paperManger.js
│   │       ├── p__testPaper__preview.chunk.css
│   │       ├── p__testPaper__preview.js
│   │       ├── p__user__login.chunk.css
│   │       ├── p__user__login.js
│   │       ├── static
│   │       │   ├── bg.25f29302.jpg
│   │       │   └── loginIcon.72754b8e.png
│   │       ├── t__plugin-layout__Layout.chunk.css
│   │       ├── t__plugin-layout__Layout.js
│   │       ├── umi.css
│   │       ├── umi.js
│   │       ├── vendors~p__404~t__plugin-layout__Layout.chunk.css
│   │       ├── vendors~p__404~t__plugin-layout__Layout.js
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~989bc03a.chunk.css
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~989bc03a.js
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~98c55d35.chunk.css
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~98c55d35.js
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~b21771e9.chunk.css
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~b21771e9.js
│   │       ├── vendors~p__account~p__achievementManger~p__achievementManger__achievement~p__achievementManger__know~ea42d653.js
│   │       ├── vendors~p__courseManger__cheakTestPaper~p__personAffair__exam__examPage~p__personAffair__news~p__pre~ba7277e5.chunk.css
│   │       ├── vendors~p__courseManger__cheakTestPaper~p__personAffair__exam__examPage~p__personAffair__news~p__pre~ba7277e5.js
│   │       ├── vendors~p__personAffair__changePwd.chunk.css
│   │       ├── vendors~p__personAffair__changePwd.js
│   │       ├── vendors~p__personAffair__exam__competitionExam~p__personAffair__exam__mockExam~p__questionBank__statistics.chunk.css
│   │       ├── vendors~p__personAffair__exam__competitionExam~p__personAffair__exam__mockExam~p__questionBank__statistics.js
│   │       ├── vendors~p__previewTestPage__preview~p__testPaper__preview.chunk.css
│   │       ├── vendors~p__previewTestPage__preview~p__testPaper__preview.js
│   │       ├── vendors~p__system__config.chunk.css
│   │       └── vendors~p__system__config.js
│   └── template
│       ├── department.xls
│       ├── knowledge.xls
│       ├── operate.docx
│       ├── question.xls
│       └── user.xls
├── readme.txt
├── think
├── vendor
│   ├── autoload.php
│   ├── bin
│   │   ├── phpunit
│   │   ├── var-dump-server
│   │   └── var-dump-server.bat
│   ├── composer
│   │   ├── ClassLoader.php
│   │   ├── LICENSE
│   │   ├── autoload_classmap.php
│   │   ├── autoload_files.php
│   │   ├── autoload_namespaces.php
│   │   ├── autoload_psr4.php
│   │   ├── autoload_real.php
│   │   ├── autoload_static.php
│   │   └── installed.json
│   ├── doctrine
│   │   └── instantiator
│   │       ├── CONTRIBUTING.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       ├── docs
│   │       │   └── en
│   │       │       ├── index.rst
│   │       │       └── sidebar.rst
│   │       ├── phpbench.json
│   │       ├── phpcs.xml.dist
│   │       ├── phpstan.neon.dist
│   │       └── src
│   │           └── Doctrine
│   │               └── Instantiator
│   │                   ├── Exception
│   │                   │   ├── ExceptionInterface.php
│   │                   │   ├── InvalidArgumentException.php
│   │                   │   └── UnexpectedValueException.php
│   │                   ├── Instantiator.php
│   │                   └── InstantiatorInterface.php
│   ├── guzzlehttp
│   │   ├── guzzle
│   │   │   ├── CHANGELOG.md
│   │   │   ├── Dockerfile
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── UPGRADING.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── Client.php
│   │   │       ├── ClientInterface.php
│   │   │       ├── Cookie
│   │   │       │   ├── CookieJar.php
│   │   │       │   ├── CookieJarInterface.php
│   │   │       │   ├── FileCookieJar.php
│   │   │       │   ├── SessionCookieJar.php
│   │   │       │   └── SetCookie.php
│   │   │       ├── Exception
│   │   │       │   ├── BadResponseException.php
│   │   │       │   ├── ClientException.php
│   │   │       │   ├── ConnectException.php
│   │   │       │   ├── GuzzleException.php
│   │   │       │   ├── InvalidArgumentException.php
│   │   │       │   ├── RequestException.php
│   │   │       │   ├── SeekException.php
│   │   │       │   ├── ServerException.php
│   │   │       │   ├── TooManyRedirectsException.php
│   │   │       │   └── TransferException.php
│   │   │       ├── Handler
│   │   │       │   ├── CurlFactory.php
│   │   │       │   ├── CurlFactoryInterface.php
│   │   │       │   ├── CurlHandler.php
│   │   │       │   ├── CurlMultiHandler.php
│   │   │       │   ├── EasyHandle.php
│   │   │       │   ├── MockHandler.php
│   │   │       │   ├── Proxy.php
│   │   │       │   └── StreamHandler.php
│   │   │       ├── HandlerStack.php
│   │   │       ├── MessageFormatter.php
│   │   │       ├── Middleware.php
│   │   │       ├── Pool.php
│   │   │       ├── PrepareBodyMiddleware.php
│   │   │       ├── RedirectMiddleware.php
│   │   │       ├── RequestOptions.php
│   │   │       ├── RetryMiddleware.php
│   │   │       ├── TransferStats.php
│   │   │       ├── UriTemplate.php
│   │   │       ├── Utils.php
│   │   │       ├── functions.php
│   │   │       └── functions_include.php
│   │   ├── promises
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── Makefile
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   ├── phpstan-baseline.neon
│   │   │   ├── phpstan.neon.dist
│   │   │   ├── psalm.xml
│   │   │   └── src
│   │   │       ├── AggregateException.php
│   │   │       ├── CancellationException.php
│   │   │       ├── Coroutine.php
│   │   │       ├── Create.php
│   │   │       ├── Each.php
│   │   │       ├── EachPromise.php
│   │   │       ├── FulfilledPromise.php
│   │   │       ├── Is.php
│   │   │       ├── Promise.php
│   │   │       ├── PromiseInterface.php
│   │   │       ├── PromisorInterface.php
│   │   │       ├── RejectedPromise.php
│   │   │       ├── RejectionException.php
│   │   │       ├── TaskQueue.php
│   │   │       ├── TaskQueueInterface.php
│   │   │       ├── Utils.php
│   │   │       ├── functions.php
│   │   │       └── functions_include.php
│   │   └── psr7
│   │       ├── CHANGELOG.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           ├── AppendStream.php
│   │           ├── BufferStream.php
│   │           ├── CachingStream.php
│   │           ├── DroppingStream.php
│   │           ├── FnStream.php
│   │           ├── Header.php
│   │           ├── InflateStream.php
│   │           ├── LazyOpenStream.php
│   │           ├── LimitStream.php
│   │           ├── Message.php
│   │           ├── MessageTrait.php
│   │           ├── MimeType.php
│   │           ├── MultipartStream.php
│   │           ├── NoSeekStream.php
│   │           ├── PumpStream.php
│   │           ├── Query.php
│   │           ├── Request.php
│   │           ├── Response.php
│   │           ├── Rfc7230.php
│   │           ├── ServerRequest.php
│   │           ├── Stream.php
│   │           ├── StreamDecoratorTrait.php
│   │           ├── StreamWrapper.php
│   │           ├── UploadedFile.php
│   │           ├── Uri.php
│   │           ├── UriNormalizer.php
│   │           ├── UriResolver.php
│   │           ├── Utils.php
│   │           ├── functions.php
│   │           └── functions_include.php
│   ├── league
│   │   ├── flysystem
│   │   │   ├── CODE_OF_CONDUCT.md
│   │   │   ├── LICENSE
│   │   │   ├── SECURITY.md
│   │   │   ├── composer.json
│   │   │   ├── deprecations.md
│   │   │   └── src
│   │   │       ├── Adapter
│   │   │       │   ├── AbstractAdapter.php
│   │   │       │   ├── AbstractFtpAdapter.php
│   │   │       │   ├── CanOverwriteFiles.php
│   │   │       │   ├── Ftp.php
│   │   │       │   ├── Ftpd.php
│   │   │       │   ├── Local.php
│   │   │       │   ├── NullAdapter.php
│   │   │       │   ├── Polyfill
│   │   │       │   │   ├── NotSupportingVisibilityTrait.php
│   │   │       │   │   ├── StreamedCopyTrait.php
│   │   │       │   │   ├── StreamedReadingTrait.php
│   │   │       │   │   ├── StreamedTrait.php
│   │   │       │   │   └── StreamedWritingTrait.php
│   │   │       │   └── SynologyFtp.php
│   │   │       ├── AdapterInterface.php
│   │   │       ├── Config.php
│   │   │       ├── ConfigAwareTrait.php
│   │   │       ├── ConnectionErrorException.php
│   │   │       ├── ConnectionRuntimeException.php
│   │   │       ├── Directory.php
│   │   │       ├── Exception.php
│   │   │       ├── File.php
│   │   │       ├── FileExistsException.php
│   │   │       ├── FileNotFoundException.php
│   │   │       ├── Filesystem.php
│   │   │       ├── FilesystemException.php
│   │   │       ├── FilesystemInterface.php
│   │   │       ├── FilesystemNotFoundException.php
│   │   │       ├── Handler.php
│   │   │       ├── InvalidRootException.php
│   │   │       ├── MountManager.php
│   │   │       ├── NotSupportedException.php
│   │   │       ├── Plugin
│   │   │       │   ├── AbstractPlugin.php
│   │   │       │   ├── EmptyDir.php
│   │   │       │   ├── ForcedCopy.php
│   │   │       │   ├── ForcedRename.php
│   │   │       │   ├── GetWithMetadata.php
│   │   │       │   ├── ListFiles.php
│   │   │       │   ├── ListPaths.php
│   │   │       │   ├── ListWith.php
│   │   │       │   ├── PluggableTrait.php
│   │   │       │   └── PluginNotFoundException.php
│   │   │       ├── PluginInterface.php
│   │   │       ├── ReadInterface.php
│   │   │       ├── RootViolationException.php
│   │   │       ├── SafeStorage.php
│   │   │       ├── UnreadableFileException.php
│   │   │       ├── Util
│   │   │       │   ├── ContentListingFormatter.php
│   │   │       │   ├── MimeType.php
│   │   │       │   └── StreamHasher.php
│   │   │       └── Util.php
│   │   ├── flysystem-cached-adapter
│   │   │   ├── LICENSE
│   │   │   ├── clover
│   │   │   ├── composer.json
│   │   │   ├── phpspec.yml
│   │   │   ├── phpunit.php
│   │   │   ├── phpunit.xml
│   │   │   ├── readme.md
│   │   │   ├── spec
│   │   │   │   └── CachedAdapterSpec.php
│   │   │   ├── src
│   │   │   │   ├── CacheInterface.php
│   │   │   │   ├── CachedAdapter.php
│   │   │   │   └── Storage
│   │   │   │       ├── AbstractCache.php
│   │   │   │       ├── Adapter.php
│   │   │   │       ├── Memcached.php
│   │   │   │       ├── Memory.php
│   │   │   │       ├── Noop.php
│   │   │   │       ├── PhpRedis.php
│   │   │   │       ├── Predis.php
│   │   │   │       ├── Psr6Cache.php
│   │   │   │       └── Stash.php
│   │   │   └── tests
│   │   │       ├── AdapterCacheTests.php
│   │   │       ├── InspectionTests.php
│   │   │       ├── MemcachedTests.php
│   │   │       ├── MemoryCacheTests.php
│   │   │       ├── NoopCacheTests.php
│   │   │       ├── PhpRedisTests.php
│   │   │       ├── PredisTests.php
│   │   │       ├── Psr6CacheTest.php
│   │   │       └── StashTest.php
│   │   └── mime-type-detection
│   │       ├── LICENSE
│   │       ├── composer.json
│   │       └── src
│   │           ├── EmptyExtensionToMimeTypeMap.php
│   │           ├── ExtensionMimeTypeDetector.php
│   │           ├── ExtensionToMimeTypeMap.php
│   │           ├── FinfoMimeTypeDetector.php
│   │           ├── GeneratedExtensionToMimeTypeMap.php
│   │           └── MimeTypeDetector.php
│   ├── maennchen
│   │   └── zipstream-php
│   │       ├── CHANGELOG.md
│   │       ├── CONTRIBUTING.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       ├── phpunit.xml.dist
│   │       ├── psalm.xml
│   │       ├── src
│   │       │   ├── Bigint.php
│   │       │   ├── DeflateStream.php
│   │       │   ├── Exception
│   │       │   │   ├── EncodingException.php
│   │       │   │   ├── FileNotFoundException.php
│   │       │   │   ├── FileNotReadableException.php
│   │       │   │   ├── IncompatibleOptionsException.php
│   │       │   │   ├── OverflowException.php
│   │       │   │   └── StreamNotReadableException.php
│   │       │   ├── Exception.php
│   │       │   ├── File.php
│   │       │   ├── Option
│   │       │   │   ├── Archive.php
│   │       │   │   ├── File.php
│   │       │   │   ├── Method.php
│   │       │   │   └── Version.php
│   │       │   ├── Stream.php
│   │       │   └── ZipStream.php
│   │       └── test
│   │           ├── BigintTest.php
│   │           ├── ZipStreamTest.php
│   │           ├── bootstrap.php
│   │           └── bug
│   │               └── BugHonorFileTimeTest.php
│   ├── markbaker
│   │   ├── complex
│   │   │   ├── README.md
│   │   │   ├── classes
│   │   │   │   ├── Autoloader.php
│   │   │   │   ├── Bootstrap.php
│   │   │   │   └── src
│   │   │   │       ├── Complex.php
│   │   │   │       ├── Exception.php
│   │   │   │       ├── functions
│   │   │   │       │   ├── abs.php
│   │   │   │       │   ├── acos.php
│   │   │   │       │   ├── acosh.php
│   │   │   │       │   ├── acot.php
│   │   │   │       │   ├── acoth.php
│   │   │   │       │   ├── acsc.php
│   │   │   │       │   ├── acsch.php
│   │   │   │       │   ├── argument.php
│   │   │   │       │   ├── asec.php
│   │   │   │       │   ├── asech.php
│   │   │   │       │   ├── asin.php
│   │   │   │       │   ├── asinh.php
│   │   │   │       │   ├── atan.php
│   │   │   │       │   ├── atanh.php
│   │   │   │       │   ├── conjugate.php
│   │   │   │       │   ├── cos.php
│   │   │   │       │   ├── cosh.php
│   │   │   │       │   ├── cot.php
│   │   │   │       │   ├── coth.php
│   │   │   │       │   ├── csc.php
│   │   │   │       │   ├── csch.php
│   │   │   │       │   ├── exp.php
│   │   │   │       │   ├── inverse.php
│   │   │   │       │   ├── ln.php
│   │   │   │       │   ├── log10.php
│   │   │   │       │   ├── log2.php
│   │   │   │       │   ├── negative.php
│   │   │   │       │   ├── pow.php
│   │   │   │       │   ├── rho.php
│   │   │   │       │   ├── sec.php
│   │   │   │       │   ├── sech.php
│   │   │   │       │   ├── sin.php
│   │   │   │       │   ├── sinh.php
│   │   │   │       │   ├── sqrt.php
│   │   │   │       │   ├── tan.php
│   │   │   │       │   ├── tanh.php
│   │   │   │       │   └── theta.php
│   │   │   │       └── operations
│   │   │   │           ├── add.php
│   │   │   │           ├── divideby.php
│   │   │   │           ├── divideinto.php
│   │   │   │           ├── multiply.php
│   │   │   │           └── subtract.php
│   │   │   ├── composer.json
│   │   │   ├── examples
│   │   │   │   ├── complexTest.php
│   │   │   │   ├── testFunctions.php
│   │   │   │   └── testOperations.php
│   │   │   └── license.md
│   │   └── matrix
│   │       ├── README.md
│   │       ├── buildPhar.php
│   │       ├── classes
│   │       │   ├── Autoloader.php
│   │       │   ├── Bootstrap.php
│   │       │   └── src
│   │       │       ├── Builder.php
│   │       │       ├── Exception.php
│   │       │       ├── Functions.php
│   │       │       ├── Matrix.php
│   │       │       ├── Operators
│   │       │       │   ├── Addition.php
│   │       │       │   ├── DirectSum.php
│   │       │       │   ├── Division.php
│   │       │       │   ├── Multiplication.php
│   │       │       │   ├── Operator.php
│   │       │       │   └── Subtraction.php
│   │       │       ├── functions
│   │       │       │   ├── adjoint.php
│   │       │       │   ├── antidiagonal.php
│   │       │       │   ├── cofactors.php
│   │       │       │   ├── determinant.php
│   │       │       │   ├── diagonal.php
│   │       │       │   ├── identity.php
│   │       │       │   ├── inverse.php
│   │       │       │   ├── minors.php
│   │       │       │   ├── trace.php
│   │       │       │   └── transpose.php
│   │       │       └── operations
│   │       │           ├── add.php
│   │       │           ├── directsum.php
│   │       │           ├── divideby.php
│   │       │           ├── divideinto.php
│   │       │           ├── multiply.php
│   │       │           └── subtract.php
│   │       ├── composer.json
│   │       ├── examples
│   │       │   └── test.php
│   │       ├── infection.json.dist
│   │       ├── license.md
│   │       └── phpstan.neon
│   ├── myclabs
│   │   ├── deep-copy
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       └── DeepCopy
│   │   │           ├── DeepCopy.php
│   │   │           ├── Exception
│   │   │           │   ├── CloneException.php
│   │   │           │   └── PropertyException.php
│   │   │           ├── Filter
│   │   │           │   ├── Doctrine
│   │   │           │   │   ├── DoctrineCollectionFilter.php
│   │   │           │   │   ├── DoctrineEmptyCollectionFilter.php
│   │   │           │   │   └── DoctrineProxyFilter.php
│   │   │           │   ├── Filter.php
│   │   │           │   ├── KeepFilter.php
│   │   │           │   ├── ReplaceFilter.php
│   │   │           │   └── SetNullFilter.php
│   │   │           ├── Matcher
│   │   │           │   ├── Doctrine
│   │   │           │   │   └── DoctrineProxyMatcher.php
│   │   │           │   ├── Matcher.php
│   │   │           │   ├── PropertyMatcher.php
│   │   │           │   ├── PropertyNameMatcher.php
│   │   │           │   └── PropertyTypeMatcher.php
│   │   │           ├── Reflection
│   │   │           │   └── ReflectionHelper.php
│   │   │           ├── TypeFilter
│   │   │           │   ├── Date
│   │   │           │   │   └── DateIntervalFilter.php
│   │   │           │   ├── ReplaceFilter.php
│   │   │           │   ├── ShallowCopyFilter.php
│   │   │           │   ├── Spl
│   │   │           │   │   ├── ArrayObjectFilter.php
│   │   │           │   │   ├── SplDoublyLinkedList.php
│   │   │           │   │   └── SplDoublyLinkedListFilter.php
│   │   │           │   └── TypeFilter.php
│   │   │           ├── TypeMatcher
│   │   │           │   └── TypeMatcher.php
│   │   │           └── deep_copy.php
│   │   └── php-enum
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── SECURITY.md
│   │       ├── composer.json
│   │       ├── psalm.xml
│   │       └── src
│   │           ├── Enum.php
│   │           └── PHPUnit
│   │               └── Comparator.php
│   ├── paragonie
│   │   └── random_compat
│   │       ├── LICENSE
│   │       ├── build-phar.sh
│   │       ├── composer.json
│   │       ├── dist
│   │       │   ├── random_compat.phar.pubkey
│   │       │   └── random_compat.phar.pubkey.asc
│   │       ├── lib
│   │       │   └── random.php
│   │       ├── other
│   │       │   └── build_phar.php
│   │       ├── psalm-autoload.php
│   │       └── psalm.xml
│   ├── phar-io
│   │   ├── manifest
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── composer.lock
│   │   │   ├── examples
│   │   │   │   └── example-01.php
│   │   │   ├── phive.xml
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── ManifestDocumentMapper.php
│   │   │   │   ├── ManifestLoader.php
│   │   │   │   ├── ManifestSerializer.php
│   │   │   │   ├── exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── InvalidApplicationNameException.php
│   │   │   │   │   ├── InvalidEmailException.php
│   │   │   │   │   ├── InvalidUrlException.php
│   │   │   │   │   ├── ManifestDocumentException.php
│   │   │   │   │   ├── ManifestDocumentMapperException.php
│   │   │   │   │   ├── ManifestElementException.php
│   │   │   │   │   └── ManifestLoaderException.php
│   │   │   │   ├── values
│   │   │   │   │   ├── Application.php
│   │   │   │   │   ├── ApplicationName.php
│   │   │   │   │   ├── Author.php
│   │   │   │   │   ├── AuthorCollection.php
│   │   │   │   │   ├── AuthorCollectionIterator.php
│   │   │   │   │   ├── BundledComponent.php
│   │   │   │   │   ├── BundledComponentCollection.php
│   │   │   │   │   ├── BundledComponentCollectionIterator.php
│   │   │   │   │   ├── CopyrightInformation.php
│   │   │   │   │   ├── Email.php
│   │   │   │   │   ├── Extension.php
│   │   │   │   │   ├── Library.php
│   │   │   │   │   ├── License.php
│   │   │   │   │   ├── Manifest.php
│   │   │   │   │   ├── PhpExtensionRequirement.php
│   │   │   │   │   ├── PhpVersionRequirement.php
│   │   │   │   │   ├── Requirement.php
│   │   │   │   │   ├── RequirementCollection.php
│   │   │   │   │   ├── RequirementCollectionIterator.php
│   │   │   │   │   ├── Type.php
│   │   │   │   │   └── Url.php
│   │   │   │   └── xml
│   │   │   │       ├── AuthorElement.php
│   │   │   │       ├── AuthorElementCollection.php
│   │   │   │       ├── BundlesElement.php
│   │   │   │       ├── ComponentElement.php
│   │   │   │       ├── ComponentElementCollection.php
│   │   │   │       ├── ContainsElement.php
│   │   │   │       ├── CopyrightElement.php
│   │   │   │       ├── ElementCollection.php
│   │   │   │       ├── ExtElement.php
│   │   │   │       ├── ExtElementCollection.php
│   │   │   │       ├── ExtensionElement.php
│   │   │   │       ├── LicenseElement.php
│   │   │   │       ├── ManifestDocument.php
│   │   │   │       ├── ManifestDocumentLoadingException.php
│   │   │   │       ├── ManifestElement.php
│   │   │   │       ├── PhpElement.php
│   │   │   │       └── RequiresElement.php
│   │   │   └── tests
│   │   │       ├── ManifestDocumentMapperTest.php
│   │   │       ├── ManifestLoaderTest.php
│   │   │       ├── ManifestSerializerTest.php
│   │   │       ├── _fixture
│   │   │       │   ├── custom.xml
│   │   │       │   ├── extension-invalidcompatible.xml
│   │   │       │   ├── extension.xml
│   │   │       │   ├── invalidversion.xml
│   │   │       │   ├── invalidversionconstraint.xml
│   │   │       │   ├── library.xml
│   │   │       │   ├── manifest.xml
│   │   │       │   ├── phpunit-5.6.5.xml
│   │   │       │   └── test.phar
│   │   │       ├── exceptions
│   │   │       │   └── ManifestDocumentLoadingExceptionTest.php
│   │   │       ├── values
│   │   │       │   ├── ApplicationNameTest.php
│   │   │       │   ├── ApplicationTest.php
│   │   │       │   ├── AuthorCollectionTest.php
│   │   │       │   ├── AuthorTest.php
│   │   │       │   ├── BundledComponentCollectionTest.php
│   │   │       │   ├── BundledComponentTest.php
│   │   │       │   ├── CopyrightInformationTest.php
│   │   │       │   ├── EmailTest.php
│   │   │       │   ├── ExtensionTest.php
│   │   │       │   ├── LibraryTest.php
│   │   │       │   ├── LicenseTest.php
│   │   │       │   ├── ManifestTest.php
│   │   │       │   ├── PhpExtensionRequirementTest.php
│   │   │       │   ├── PhpVersionRequirementTest.php
│   │   │       │   ├── RequirementCollectionTest.php
│   │   │       │   └── UrlTest.php
│   │   │       └── xml
│   │   │           ├── AuthorElementCollectionTest.php
│   │   │           ├── AuthorElementTest.php
│   │   │           ├── BundlesElementTest.php
│   │   │           ├── ComponentElementCollectionTest.php
│   │   │           ├── ComponentElementTest.php
│   │   │           ├── ContainsElementTest.php
│   │   │           ├── CopyrightElementTest.php
│   │   │           ├── ExtElementCollectionTest.php
│   │   │           ├── ExtElementTest.php
│   │   │           ├── ExtensionElementTest.php
│   │   │           ├── LicenseElementTest.php
│   │   │           ├── ManifestDocumentTest.php
│   │   │           ├── PhpElementTest.php
│   │   │           └── RequiresElementTest.php
│   │   └── version
│   │       ├── CHANGELOG.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── build.xml
│   │       ├── composer.json
│   │       ├── phive.xml
│   │       ├── phpunit.xml
│   │       ├── src
│   │       │   ├── PreReleaseSuffix.php
│   │       │   ├── Version.php
│   │       │   ├── VersionConstraintParser.php
│   │       │   ├── VersionConstraintValue.php
│   │       │   ├── VersionNumber.php
│   │       │   ├── constraints
│   │       │   │   ├── AbstractVersionConstraint.php
│   │       │   │   ├── AndVersionConstraintGroup.php
│   │       │   │   ├── AnyVersionConstraint.php
│   │       │   │   ├── ExactVersionConstraint.php
│   │       │   │   ├── GreaterThanOrEqualToVersionConstraint.php
│   │       │   │   ├── OrVersionConstraintGroup.php
│   │       │   │   ├── SpecificMajorAndMinorVersionConstraint.php
│   │       │   │   ├── SpecificMajorVersionConstraint.php
│   │       │   │   └── VersionConstraint.php
│   │       │   └── exceptions
│   │       │       ├── Exception.php
│   │       │       ├── InvalidPreReleaseSuffixException.php
│   │       │       ├── InvalidVersionException.php
│   │       │       └── UnsupportedVersionConstraintException.php
│   │       └── tests
│   │           ├── Integration
│   │           │   └── VersionConstraintParserTest.php
│   │           └── Unit
│   │               ├── AbstractVersionConstraintTest.php
│   │               ├── AndVersionConstraintGroupTest.php
│   │               ├── AnyVersionConstraintTest.php
│   │               ├── ExactVersionConstraintTest.php
│   │               ├── GreaterThanOrEqualToVersionConstraintTest.php
│   │               ├── OrVersionConstraintGroupTest.php
│   │               ├── PreReleaseSuffixTest.php
│   │               ├── SpecificMajorAndMinorVersionConstraintTest.php
│   │               ├── SpecificMajorVersionConstraintTest.php
│   │               └── VersionTest.php
│   ├── phpdocumentor
│   │   ├── reflection-common
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── Element.php
│   │   │       ├── File.php
│   │   │       ├── Fqsen.php
│   │   │       ├── Location.php
│   │   │       ├── Project.php
│   │   │       └── ProjectFactory.php
│   │   ├── reflection-docblock
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── DocBlock
│   │   │       │   ├── Description.php
│   │   │       │   ├── DescriptionFactory.php
│   │   │       │   ├── ExampleFinder.php
│   │   │       │   ├── Serializer.php
│   │   │       │   ├── StandardTagFactory.php
│   │   │       │   ├── Tag.php
│   │   │       │   ├── TagFactory.php
│   │   │       │   └── Tags
│   │   │       │       ├── Author.php
│   │   │       │       ├── BaseTag.php
│   │   │       │       ├── Covers.php
│   │   │       │       ├── Deprecated.php
│   │   │       │       ├── Example.php
│   │   │       │       ├── Factory
│   │   │       │       │   └── StaticMethod.php
│   │   │       │       ├── Formatter
│   │   │       │       │   ├── AlignFormatter.php
│   │   │       │       │   └── PassthroughFormatter.php
│   │   │       │       ├── Formatter.php
│   │   │       │       ├── Generic.php
│   │   │       │       ├── InvalidTag.php
│   │   │       │       ├── Link.php
│   │   │       │       ├── Method.php
│   │   │       │       ├── Param.php
│   │   │       │       ├── Property.php
│   │   │       │       ├── PropertyRead.php
│   │   │       │       ├── PropertyWrite.php
│   │   │       │       ├── Reference
│   │   │       │       │   ├── Fqsen.php
│   │   │       │       │   ├── Reference.php
│   │   │       │       │   └── Url.php
│   │   │       │       ├── Return_.php
│   │   │       │       ├── See.php
│   │   │       │       ├── Since.php
│   │   │       │       ├── Source.php
│   │   │       │       ├── TagWithType.php
│   │   │       │       ├── Throws.php
│   │   │       │       ├── Uses.php
│   │   │       │       ├── Var_.php
│   │   │       │       └── Version.php
│   │   │       ├── DocBlock.php
│   │   │       ├── DocBlockFactory.php
│   │   │       ├── DocBlockFactoryInterface.php
│   │   │       ├── Exception
│   │   │       │   └── PcreException.php
│   │   │       └── Utils.php
│   │   └── type-resolver
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       ├── composer.lock
│   │       ├── phpbench.json
│   │       └── src
│   │           ├── FqsenResolver.php
│   │           ├── PseudoType.php
│   │           ├── PseudoTypes
│   │           │   ├── False_.php
│   │           │   └── True_.php
│   │           ├── Type.php
│   │           ├── TypeResolver.php
│   │           └── Types
│   │               ├── AbstractList.php
│   │               ├── AggregatedType.php
│   │               ├── Array_.php
│   │               ├── Boolean.php
│   │               ├── Callable_.php
│   │               ├── ClassString.php
│   │               ├── Collection.php
│   │               ├── Compound.php
│   │               ├── Context.php
│   │               ├── ContextFactory.php
│   │               ├── Expression.php
│   │               ├── Float_.php
│   │               ├── Integer.php
│   │               ├── Intersection.php
│   │               ├── Iterable_.php
│   │               ├── Mixed_.php
│   │               ├── Null_.php
│   │               ├── Nullable.php
│   │               ├── Object_.php
│   │               ├── Parent_.php
│   │               ├── Resource_.php
│   │               ├── Scalar.php
│   │               ├── Self_.php
│   │               ├── Static_.php
│   │               ├── String_.php
│   │               ├── This.php
│   │               └── Void_.php
│   ├── phpoffice
│   │   └── phpspreadsheet
│   │       ├── CHANGELOG.md
│   │       ├── CONTRIBUTING.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           └── PhpSpreadsheet
│   │               ├── Calculation
│   │               │   ├── Calculation.php
│   │               │   ├── Category.php
│   │               │   ├── Database.php
│   │               │   ├── DateTime.php
│   │               │   ├── Engine
│   │               │   │   ├── CyclicReferenceStack.php
│   │               │   │   └── Logger.php
│   │               │   ├── Engineering.php
│   │               │   ├── Exception.php
│   │               │   ├── ExceptionHandler.php
│   │               │   ├── Financial.php
│   │               │   ├── FormulaParser.php
│   │               │   ├── FormulaToken.php
│   │               │   ├── Functions.php
│   │               │   ├── Logical.php
│   │               │   ├── LookupRef.php
│   │               │   ├── MathTrig.php
│   │               │   ├── Statistical.php
│   │               │   ├── TextData.php
│   │               │   ├── Token
│   │               │   │   └── Stack.php
│   │               │   ├── Web.php
│   │               │   ├── functionlist.txt
│   │               │   └── locale
│   │               │       ├── bg
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── cs
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── da
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── de
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── en
│   │               │       │   └── uk
│   │               │       │       └── config
│   │               │       ├── es
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── fi
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── fr
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── hu
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── it
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── nl
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── no
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── pl
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── pt
│   │               │       │   ├── br
│   │               │       │   │   ├── config
│   │               │       │   │   └── functions
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── ru
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       ├── sv
│   │               │       │   ├── config
│   │               │       │   └── functions
│   │               │       └── tr
│   │               │           ├── config
│   │               │           └── functions
│   │               ├── Cell
│   │               │   ├── AddressHelper.php
│   │               │   ├── AdvancedValueBinder.php
│   │               │   ├── Cell.php
│   │               │   ├── Coordinate.php
│   │               │   ├── DataType.php
│   │               │   ├── DataValidation.php
│   │               │   ├── DataValidator.php
│   │               │   ├── DefaultValueBinder.php
│   │               │   ├── Hyperlink.php
│   │               │   ├── IValueBinder.php
│   │               │   └── StringValueBinder.php
│   │               ├── Chart
│   │               │   ├── Axis.php
│   │               │   ├── Chart.php
│   │               │   ├── DataSeries.php
│   │               │   ├── DataSeriesValues.php
│   │               │   ├── Exception.php
│   │               │   ├── GridLines.php
│   │               │   ├── Layout.php
│   │               │   ├── Legend.php
│   │               │   ├── PlotArea.php
│   │               │   ├── Properties.php
│   │               │   ├── Renderer
│   │               │   │   ├── IRenderer.php
│   │               │   │   ├── JpGraph.php
│   │               │   │   └── PHP Charting Libraries.txt
│   │               │   └── Title.php
│   │               ├── Collection
│   │               │   ├── Cells.php
│   │               │   ├── CellsFactory.php
│   │               │   └── Memory.php
│   │               ├── Comment.php
│   │               ├── Document
│   │               │   ├── Properties.php
│   │               │   └── Security.php
│   │               ├── DocumentGenerator.php
│   │               ├── Exception.php
│   │               ├── HashTable.php
│   │               ├── Helper
│   │               │   ├── Html.php
│   │               │   └── Sample.php
│   │               ├── IComparable.php
│   │               ├── IOFactory.php
│   │               ├── NamedRange.php
│   │               ├── Reader
│   │               │   ├── BaseReader.php
│   │               │   ├── Csv.php
│   │               │   ├── DefaultReadFilter.php
│   │               │   ├── Exception.php
│   │               │   ├── Gnumeric.php
│   │               │   ├── Html.php
│   │               │   ├── IReadFilter.php
│   │               │   ├── IReader.php
│   │               │   ├── Ods
│   │               │   │   └── Properties.php
│   │               │   ├── Ods.php
│   │               │   ├── Security
│   │               │   │   └── XmlScanner.php
│   │               │   ├── Slk.php
│   │               │   ├── Xls
│   │               │   │   ├── Color
│   │               │   │   │   ├── BIFF5.php
│   │               │   │   │   ├── BIFF8.php
│   │               │   │   │   └── BuiltIn.php
│   │               │   │   ├── Color.php
│   │               │   │   ├── ErrorCode.php
│   │               │   │   ├── Escher.php
│   │               │   │   ├── MD5.php
│   │               │   │   ├── RC4.php
│   │               │   │   └── Style
│   │               │   │       ├── Border.php
│   │               │   │       └── FillPattern.php
│   │               │   ├── Xls.php
│   │               │   ├── Xlsx
│   │               │   │   ├── AutoFilter.php
│   │               │   │   ├── BaseParserClass.php
│   │               │   │   ├── Chart.php
│   │               │   │   ├── ColumnAndRowAttributes.php
│   │               │   │   ├── ConditionalStyles.php
│   │               │   │   ├── DataValidations.php
│   │               │   │   ├── Hyperlinks.php
│   │               │   │   ├── PageSetup.php
│   │               │   │   ├── Properties.php
│   │               │   │   ├── SheetViewOptions.php
│   │               │   │   ├── SheetViews.php
│   │               │   │   ├── Styles.php
│   │               │   │   └── Theme.php
│   │               │   ├── Xlsx.php
│   │               │   └── Xml.php
│   │               ├── ReferenceHelper.php
│   │               ├── RichText
│   │               │   ├── ITextElement.php
│   │               │   ├── RichText.php
│   │               │   ├── Run.php
│   │               │   └── TextElement.php
│   │               ├── Settings.php
│   │               ├── Shared
│   │               │   ├── CodePage.php
│   │               │   ├── Date.php
│   │               │   ├── Drawing.php
│   │               │   ├── Escher
│   │               │   │   ├── DgContainer
│   │               │   │   │   ├── SpgrContainer
│   │               │   │   │   │   └── SpContainer.php
│   │               │   │   │   └── SpgrContainer.php
│   │               │   │   ├── DgContainer.php
│   │               │   │   ├── DggContainer
│   │               │   │   │   ├── BstoreContainer
│   │               │   │   │   │   ├── BSE
│   │               │   │   │   │   │   └── Blip.php
│   │               │   │   │   │   └── BSE.php
│   │               │   │   │   └── BstoreContainer.php
│   │               │   │   └── DggContainer.php
│   │               │   ├── Escher.php
│   │               │   ├── File.php
│   │               │   ├── Font.php
│   │               │   ├── JAMA
│   │               │   │   ├── CHANGELOG.TXT
│   │               │   │   ├── CholeskyDecomposition.php
│   │               │   │   ├── EigenvalueDecomposition.php
│   │               │   │   ├── LUDecomposition.php
│   │               │   │   ├── Matrix.php
│   │               │   │   ├── QRDecomposition.php
│   │               │   │   ├── SingularValueDecomposition.php
│   │               │   │   └── utils
│   │               │   │       └── Maths.php
│   │               │   ├── OLE
│   │               │   │   ├── ChainedBlockStream.php
│   │               │   │   ├── PPS
│   │               │   │   │   ├── File.php
│   │               │   │   │   └── Root.php
│   │               │   │   └── PPS.php
│   │               │   ├── OLE.php
│   │               │   ├── OLERead.php
│   │               │   ├── PasswordHasher.php
│   │               │   ├── StringHelper.php
│   │               │   ├── TimeZone.php
│   │               │   ├── Trend
│   │               │   │   ├── BestFit.php
│   │               │   │   ├── ExponentialBestFit.php
│   │               │   │   ├── LinearBestFit.php
│   │               │   │   ├── LogarithmicBestFit.php
│   │               │   │   ├── PolynomialBestFit.php
│   │               │   │   ├── PowerBestFit.php
│   │               │   │   └── Trend.php
│   │               │   ├── XMLWriter.php
│   │               │   └── Xls.php
│   │               ├── Spreadsheet.php
│   │               ├── Style
│   │               │   ├── Alignment.php
│   │               │   ├── Border.php
│   │               │   ├── Borders.php
│   │               │   ├── Color.php
│   │               │   ├── Conditional.php
│   │               │   ├── Fill.php
│   │               │   ├── Font.php
│   │               │   ├── NumberFormat.php
│   │               │   ├── Protection.php
│   │               │   ├── Style.php
│   │               │   └── Supervisor.php
│   │               ├── Worksheet
│   │               │   ├── AutoFilter
│   │               │   │   ├── Column
│   │               │   │   │   └── Rule.php
│   │               │   │   └── Column.php
│   │               │   ├── AutoFilter.php
│   │               │   ├── BaseDrawing.php
│   │               │   ├── CellIterator.php
│   │               │   ├── Column.php
│   │               │   ├── ColumnCellIterator.php
│   │               │   ├── ColumnDimension.php
│   │               │   ├── ColumnIterator.php
│   │               │   ├── Dimension.php
│   │               │   ├── Drawing
│   │               │   │   └── Shadow.php
│   │               │   ├── Drawing.php
│   │               │   ├── HeaderFooter.php
│   │               │   ├── HeaderFooterDrawing.php
│   │               │   ├── Iterator.php
│   │               │   ├── MemoryDrawing.php
│   │               │   ├── PageMargins.php
│   │               │   ├── PageSetup.php
│   │               │   ├── Protection.php
│   │               │   ├── Row.php
│   │               │   ├── RowCellIterator.php
│   │               │   ├── RowDimension.php
│   │               │   ├── RowIterator.php
│   │               │   ├── SheetView.php
│   │               │   └── Worksheet.php
│   │               └── Writer
│   │                   ├── BaseWriter.php
│   │                   ├── Csv.php
│   │                   ├── Exception.php
│   │                   ├── Html.php
│   │                   ├── IWriter.php
│   │                   ├── Ods
│   │                   │   ├── Cell
│   │                   │   │   └── Comment.php
│   │                   │   ├── Content.php
│   │                   │   ├── Meta.php
│   │                   │   ├── MetaInf.php
│   │                   │   ├── Mimetype.php
│   │                   │   ├── Settings.php
│   │                   │   ├── Styles.php
│   │                   │   ├── Thumbnails.php
│   │                   │   └── WriterPart.php
│   │                   ├── Ods.php
│   │                   ├── Pdf
│   │                   │   ├── Dompdf.php
│   │                   │   ├── Mpdf.php
│   │                   │   └── Tcpdf.php
│   │                   ├── Pdf.php
│   │                   ├── Xls
│   │                   │   ├── BIFFwriter.php
│   │                   │   ├── Escher.php
│   │                   │   ├── Font.php
│   │                   │   ├── Parser.php
│   │                   │   ├── Workbook.php
│   │                   │   ├── Worksheet.php
│   │                   │   └── Xf.php
│   │                   ├── Xls.php
│   │                   ├── Xlsx
│   │                   │   ├── Chart.php
│   │                   │   ├── Comments.php
│   │                   │   ├── ContentTypes.php
│   │                   │   ├── DocProps.php
│   │                   │   ├── Drawing.php
│   │                   │   ├── Rels.php
│   │                   │   ├── RelsRibbon.php
│   │                   │   ├── RelsVBA.php
│   │                   │   ├── StringTable.php
│   │                   │   ├── Style.php
│   │                   │   ├── Theme.php
│   │                   │   ├── Workbook.php
│   │                   │   ├── Worksheet.php
│   │                   │   ├── WriterPart.php
│   │                   │   └── Xlfn.php
│   │                   └── Xlsx.php
│   ├── phpspec
│   │   └── prophecy
│   │       ├── CHANGES.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           └── Prophecy
│   │               ├── Argument
│   │               │   ├── ArgumentsWildcard.php
│   │               │   └── Token
│   │               │       ├── AnyValueToken.php
│   │               │       ├── AnyValuesToken.php
│   │               │       ├── ApproximateValueToken.php
│   │               │       ├── ArrayCountToken.php
│   │               │       ├── ArrayEntryToken.php
│   │               │       ├── ArrayEveryEntryToken.php
│   │               │       ├── CallbackToken.php
│   │               │       ├── ExactValueToken.php
│   │               │       ├── IdenticalValueToken.php
│   │               │       ├── InArrayToken.php
│   │               │       ├── LogicalAndToken.php
│   │               │       ├── LogicalNotToken.php
│   │               │       ├── NotInArrayToken.php
│   │               │       ├── ObjectStateToken.php
│   │               │       ├── StringContainsToken.php
│   │               │       ├── TokenInterface.php
│   │               │       └── TypeToken.php
│   │               ├── Argument.php
│   │               ├── Call
│   │               │   ├── Call.php
│   │               │   └── CallCenter.php
│   │               ├── Comparator
│   │               │   ├── ClosureComparator.php
│   │               │   ├── Factory.php
│   │               │   └── ProphecyComparator.php
│   │               ├── Doubler
│   │               │   ├── CachedDoubler.php
│   │               │   ├── ClassPatch
│   │               │   │   ├── ClassPatchInterface.php
│   │               │   │   ├── DisableConstructorPatch.php
│   │               │   │   ├── HhvmExceptionPatch.php
│   │               │   │   ├── KeywordPatch.php
│   │               │   │   ├── MagicCallPatch.php
│   │               │   │   ├── ProphecySubjectPatch.php
│   │               │   │   ├── ReflectionClassNewInstancePatch.php
│   │               │   │   ├── SplFileInfoPatch.php
│   │               │   │   ├── ThrowablePatch.php
│   │               │   │   └── TraversablePatch.php
│   │               │   ├── DoubleInterface.php
│   │               │   ├── Doubler.php
│   │               │   ├── Generator
│   │               │   │   ├── ClassCodeGenerator.php
│   │               │   │   ├── ClassCreator.php
│   │               │   │   ├── ClassMirror.php
│   │               │   │   ├── Node
│   │               │   │   │   ├── ArgumentNode.php
│   │               │   │   │   ├── ArgumentTypeNode.php
│   │               │   │   │   ├── ClassNode.php
│   │               │   │   │   ├── MethodNode.php
│   │               │   │   │   ├── ReturnTypeNode.php
│   │               │   │   │   └── TypeNodeAbstract.php
│   │               │   │   ├── ReflectionInterface.php
│   │               │   │   └── TypeHintReference.php
│   │               │   ├── LazyDouble.php
│   │               │   └── NameGenerator.php
│   │               ├── Exception
│   │               │   ├── Call
│   │               │   │   └── UnexpectedCallException.php
│   │               │   ├── Doubler
│   │               │   │   ├── ClassCreatorException.php
│   │               │   │   ├── ClassMirrorException.php
│   │               │   │   ├── ClassNotFoundException.php
│   │               │   │   ├── DoubleException.php
│   │               │   │   ├── DoublerException.php
│   │               │   │   ├── InterfaceNotFoundException.php
│   │               │   │   ├── MethodNotExtendableException.php
│   │               │   │   ├── MethodNotFoundException.php
│   │               │   │   └── ReturnByReferenceException.php
│   │               │   ├── Exception.php
│   │               │   ├── InvalidArgumentException.php
│   │               │   ├── Prediction
│   │               │   │   ├── AggregateException.php
│   │               │   │   ├── FailedPredictionException.php
│   │               │   │   ├── NoCallsException.php
│   │               │   │   ├── PredictionException.php
│   │               │   │   ├── UnexpectedCallsCountException.php
│   │               │   │   └── UnexpectedCallsException.php
│   │               │   └── Prophecy
│   │               │       ├── MethodProphecyException.php
│   │               │       ├── ObjectProphecyException.php
│   │               │       └── ProphecyException.php
│   │               ├── PhpDocumentor
│   │               │   ├── ClassAndInterfaceTagRetriever.php
│   │               │   ├── ClassTagRetriever.php
│   │               │   ├── LegacyClassTagRetriever.php
│   │               │   └── MethodTagRetrieverInterface.php
│   │               ├── Prediction
│   │               │   ├── CallPrediction.php
│   │               │   ├── CallTimesPrediction.php
│   │               │   ├── CallbackPrediction.php
│   │               │   ├── NoCallsPrediction.php
│   │               │   └── PredictionInterface.php
│   │               ├── Promise
│   │               │   ├── CallbackPromise.php
│   │               │   ├── PromiseInterface.php
│   │               │   ├── ReturnArgumentPromise.php
│   │               │   ├── ReturnPromise.php
│   │               │   └── ThrowPromise.php
│   │               ├── Prophecy
│   │               │   ├── MethodProphecy.php
│   │               │   ├── ObjectProphecy.php
│   │               │   ├── ProphecyInterface.php
│   │               │   ├── ProphecySubjectInterface.php
│   │               │   ├── Revealer.php
│   │               │   └── RevealerInterface.php
│   │               ├── Prophet.php
│   │               └── Util
│   │                   ├── ExportUtil.php
│   │                   └── StringUtil.php
│   ├── phpunit
│   │   ├── php-code-coverage
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phive.xml
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── CodeCoverage.php
│   │   │   │   ├── Driver
│   │   │   │   │   ├── Driver.php
│   │   │   │   │   ├── PCOV.php
│   │   │   │   │   ├── PHPDBG.php
│   │   │   │   │   └── Xdebug.php
│   │   │   │   ├── Exception
│   │   │   │   │   ├── CoveredCodeNotExecutedException.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   │   ├── MissingCoversAnnotationException.php
│   │   │   │   │   ├── RuntimeException.php
│   │   │   │   │   └── UnintentionallyCoveredCodeException.php
│   │   │   │   ├── Filter.php
│   │   │   │   ├── Node
│   │   │   │   │   ├── AbstractNode.php
│   │   │   │   │   ├── Builder.php
│   │   │   │   │   ├── Directory.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── Iterator.php
│   │   │   │   ├── Report
│   │   │   │   │   ├── Clover.php
│   │   │   │   │   ├── Crap4j.php
│   │   │   │   │   ├── Html
│   │   │   │   │   │   ├── Facade.php
│   │   │   │   │   │   ├── Renderer
│   │   │   │   │   │   │   ├── Dashboard.php
│   │   │   │   │   │   │   ├── Directory.php
│   │   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   │   └── Template
│   │   │   │   │   │   │       ├── coverage_bar.html.dist
│   │   │   │   │   │   │       ├── css
│   │   │   │   │   │   │       │   ├── bootstrap.min.css
│   │   │   │   │   │   │       │   ├── custom.css
│   │   │   │   │   │   │       │   ├── nv.d3.min.css
│   │   │   │   │   │   │       │   ├── octicons.css
│   │   │   │   │   │   │       │   └── style.css
│   │   │   │   │   │   │       ├── dashboard.html.dist
│   │   │   │   │   │   │       ├── directory.html.dist
│   │   │   │   │   │   │       ├── directory_item.html.dist
│   │   │   │   │   │   │       ├── file.html.dist
│   │   │   │   │   │   │       ├── file_item.html.dist
│   │   │   │   │   │   │       ├── icons
│   │   │   │   │   │   │       │   ├── file-code.svg
│   │   │   │   │   │   │       │   └── file-directory.svg
│   │   │   │   │   │   │       ├── js
│   │   │   │   │   │   │       │   ├── bootstrap.min.js
│   │   │   │   │   │   │       │   ├── d3.min.js
│   │   │   │   │   │   │       │   ├── file.js
│   │   │   │   │   │   │       │   ├── jquery.min.js
│   │   │   │   │   │   │       │   ├── nv.d3.min.js
│   │   │   │   │   │   │       │   └── popper.min.js
│   │   │   │   │   │   │       └── method_item.html.dist
│   │   │   │   │   │   └── Renderer.php
│   │   │   │   │   ├── PHP.php
│   │   │   │   │   ├── Text.php
│   │   │   │   │   └── Xml
│   │   │   │   │       ├── BuildInformation.php
│   │   │   │   │       ├── Coverage.php
│   │   │   │   │       ├── Directory.php
│   │   │   │   │       ├── Facade.php
│   │   │   │   │       ├── File.php
│   │   │   │   │       ├── Method.php
│   │   │   │   │       ├── Node.php
│   │   │   │   │       ├── Project.php
│   │   │   │   │       ├── Report.php
│   │   │   │   │       ├── Source.php
│   │   │   │   │       ├── Tests.php
│   │   │   │   │       ├── Totals.php
│   │   │   │   │       └── Unit.php
│   │   │   │   ├── Util.php
│   │   │   │   └── Version.php
│   │   │   └── tests
│   │   │       ├── TestCase.php
│   │   │       ├── _files
│   │   │       │   ├── BankAccount-clover.xml
│   │   │       │   ├── BankAccount-crap4j.xml
│   │   │       │   ├── BankAccount-text.txt
│   │   │       │   ├── BankAccount.php
│   │   │       │   ├── BankAccountTest.php
│   │   │       │   ├── CoverageClassExtendedTest.php
│   │   │       │   ├── CoverageClassTest.php
│   │   │       │   ├── CoverageFunctionParenthesesTest.php
│   │   │       │   ├── CoverageFunctionParenthesesWhitespaceTest.php
│   │   │       │   ├── CoverageFunctionTest.php
│   │   │       │   ├── CoverageMethodOneLineAnnotationTest.php
│   │   │       │   ├── CoverageMethodParenthesesTest.php
│   │   │       │   ├── CoverageMethodParenthesesWhitespaceTest.php
│   │   │       │   ├── CoverageMethodTest.php
│   │   │       │   ├── CoverageNoneTest.php
│   │   │       │   ├── CoverageNotPrivateTest.php
│   │   │       │   ├── CoverageNotProtectedTest.php
│   │   │       │   ├── CoverageNotPublicTest.php
│   │   │       │   ├── CoverageNothingTest.php
│   │   │       │   ├── CoveragePrivateTest.php
│   │   │       │   ├── CoverageProtectedTest.php
│   │   │       │   ├── CoveragePublicTest.php
│   │   │       │   ├── CoverageTwoDefaultClassAnnotations.php
│   │   │       │   ├── CoveredClass.php
│   │   │       │   ├── CoveredFunction.php
│   │   │       │   ├── Crash.php
│   │   │       │   ├── NamespaceCoverageClassExtendedTest.php
│   │   │       │   ├── NamespaceCoverageClassTest.php
│   │   │       │   ├── NamespaceCoverageCoversClassPublicTest.php
│   │   │       │   ├── NamespaceCoverageCoversClassTest.php
│   │   │       │   ├── NamespaceCoverageMethodTest.php
│   │   │       │   ├── NamespaceCoverageNotPrivateTest.php
│   │   │       │   ├── NamespaceCoverageNotProtectedTest.php
│   │   │       │   ├── NamespaceCoverageNotPublicTest.php
│   │   │       │   ├── NamespaceCoveragePrivateTest.php
│   │   │       │   ├── NamespaceCoverageProtectedTest.php
│   │   │       │   ├── NamespaceCoveragePublicTest.php
│   │   │       │   ├── NamespaceCoveredClass.php
│   │   │       │   ├── NotExistingCoveredElementTest.php
│   │   │       │   ├── Report
│   │   │       │   │   ├── HTML
│   │   │       │   │   │   ├── CoverageForBankAccount
│   │   │       │   │   │   │   ├── BankAccount.php.html
│   │   │       │   │   │   │   ├── dashboard.html
│   │   │       │   │   │   │   └── index.html
│   │   │       │   │   │   ├── CoverageForClassWithAnonymousFunction
│   │   │       │   │   │   │   ├── dashboard.html
│   │   │       │   │   │   │   ├── index.html
│   │   │       │   │   │   │   └── source_with_class_and_anonymous_function.php.html
│   │   │       │   │   │   └── CoverageForFileWithIgnoredLines
│   │   │       │   │   │       ├── dashboard.html
│   │   │       │   │   │       ├── index.html
│   │   │       │   │   │       └── source_with_ignore.php.html
│   │   │       │   │   └── XML
│   │   │       │   │       ├── CoverageForBankAccount
│   │   │       │   │       │   ├── BankAccount.php.xml
│   │   │       │   │       │   └── index.xml
│   │   │       │   │       ├── CoverageForClassWithAnonymousFunction
│   │   │       │   │       │   ├── index.xml
│   │   │       │   │       │   └── source_with_class_and_anonymous_function.php.xml
│   │   │       │   │       └── CoverageForFileWithIgnoredLines
│   │   │       │   │           ├── index.xml
│   │   │       │   │           └── source_with_ignore.php.xml
│   │   │       │   ├── class-with-anonymous-function-clover.xml
│   │   │       │   ├── class-with-anonymous-function-crap4j.xml
│   │   │       │   ├── class-with-anonymous-function-text.txt
│   │   │       │   ├── ignored-lines-clover.xml
│   │   │       │   ├── ignored-lines-crap4j.xml
│   │   │       │   ├── ignored-lines-text.txt
│   │   │       │   ├── source_with_class_and_anonymous_function.php
│   │   │       │   ├── source_with_ignore.php
│   │   │       │   ├── source_with_namespace.php
│   │   │       │   ├── source_with_oneline_annotations.php
│   │   │       │   ├── source_with_use_statements.php
│   │   │       │   ├── source_without_ignore.php
│   │   │       │   └── source_without_namespace.php
│   │   │       ├── bootstrap.php
│   │   │       └── tests
│   │   │           ├── BuilderTest.php
│   │   │           ├── CloverTest.php
│   │   │           ├── CodeCoverageTest.php
│   │   │           ├── Crap4jTest.php
│   │   │           ├── Exception
│   │   │           │   └── UnintentionallyCoveredCodeExceptionTest.php
│   │   │           ├── FilterTest.php
│   │   │           ├── HTMLTest.php
│   │   │           ├── TextTest.php
│   │   │           ├── UtilTest.php
│   │   │           └── XmlTest.php
│   │   ├── php-file-iterator
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Facade.php
│   │   │   │   ├── Factory.php
│   │   │   │   └── Iterator.php
│   │   │   └── tests
│   │   │       └── FactoryTest.php
│   │   ├── php-text-template
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       └── Template.php
│   │   ├── php-timer
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Exception.php
│   │   │   │   ├── RuntimeException.php
│   │   │   │   └── Timer.php
│   │   │   └── tests
│   │   │       └── TimerTest.php
│   │   ├── php-token-stream
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Token
│   │   │   │   │   ├── Stream
│   │   │   │   │   │   └── CachingFactory.php
│   │   │   │   │   ├── Stream.php
│   │   │   │   │   └── Util.php
│   │   │   │   └── Token.php
│   │   │   └── tests
│   │   │       ├── Token
│   │   │       │   ├── ClassTest.php
│   │   │       │   ├── ClosureTest.php
│   │   │       │   ├── FunctionTest.php
│   │   │       │   ├── IncludeTest.php
│   │   │       │   ├── InterfaceTest.php
│   │   │       │   └── NamespaceTest.php
│   │   │       ├── _fixture
│   │   │       │   ├── classExtendsNamespacedClass.php
│   │   │       │   ├── classInNamespace.php
│   │   │       │   ├── classInScopedNamespace.php
│   │   │       │   ├── classUsesNamespacedFunction.php
│   │   │       │   ├── class_with_method_named_empty.php
│   │   │       │   ├── class_with_method_that_declares_anonymous_class.php
│   │   │       │   ├── class_with_method_that_declares_anonymous_class2.php
│   │   │       │   ├── class_with_multiple_anonymous_classes_and_functions.php
│   │   │       │   ├── closure.php
│   │   │       │   ├── issue19.php
│   │   │       │   ├── issue30.php
│   │   │       │   ├── multipleNamespacesWithOneClassUsingBraces.php
│   │   │       │   ├── multipleNamespacesWithOneClassUsingNonBraceSyntax.php
│   │   │       │   ├── php-code-coverage-issue-424.php
│   │   │       │   ├── source.php
│   │   │       │   ├── source2.php
│   │   │       │   ├── source3.php
│   │   │       │   ├── source4.php
│   │   │       │   └── source5.php
│   │   │       └── bootstrap.php
│   │   └── phpunit
│   │       ├── ChangeLog-8.5.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── build.xml
│   │       ├── composer.json
│   │       ├── phive.xml
│   │       ├── phpunit
│   │       ├── phpunit.xml
│   │       ├── phpunit.xsd
│   │       ├── src
│   │       │   ├── Exception.php
│   │       │   ├── Framework
│   │       │   │   ├── Assert
│   │       │   │   │   └── Functions.php
│   │       │   │   ├── Assert.php
│   │       │   │   ├── Constraint
│   │       │   │   │   ├── ArrayHasKey.php
│   │       │   │   │   ├── ArraySubset.php
│   │       │   │   │   ├── Attribute.php
│   │       │   │   │   ├── Callback.php
│   │       │   │   │   ├── ClassHasAttribute.php
│   │       │   │   │   ├── ClassHasStaticAttribute.php
│   │       │   │   │   ├── Composite.php
│   │       │   │   │   ├── Constraint.php
│   │       │   │   │   ├── Count.php
│   │       │   │   │   ├── DirectoryExists.php
│   │       │   │   │   ├── Exception.php
│   │       │   │   │   ├── ExceptionCode.php
│   │       │   │   │   ├── ExceptionMessage.php
│   │       │   │   │   ├── ExceptionMessageRegularExpression.php
│   │       │   │   │   ├── FileExists.php
│   │       │   │   │   ├── GreaterThan.php
│   │       │   │   │   ├── IsAnything.php
│   │       │   │   │   ├── IsEmpty.php
│   │       │   │   │   ├── IsEqual.php
│   │       │   │   │   ├── IsFalse.php
│   │       │   │   │   ├── IsFinite.php
│   │       │   │   │   ├── IsIdentical.php
│   │       │   │   │   ├── IsInfinite.php
│   │       │   │   │   ├── IsInstanceOf.php
│   │       │   │   │   ├── IsJson.php
│   │       │   │   │   ├── IsNan.php
│   │       │   │   │   ├── IsNull.php
│   │       │   │   │   ├── IsReadable.php
│   │       │   │   │   ├── IsTrue.php
│   │       │   │   │   ├── IsType.php
│   │       │   │   │   ├── IsWritable.php
│   │       │   │   │   ├── JsonMatches.php
│   │       │   │   │   ├── JsonMatchesErrorMessageProvider.php
│   │       │   │   │   ├── LessThan.php
│   │       │   │   │   ├── LogicalAnd.php
│   │       │   │   │   ├── LogicalNot.php
│   │       │   │   │   ├── LogicalOr.php
│   │       │   │   │   ├── LogicalXor.php
│   │       │   │   │   ├── ObjectHasAttribute.php
│   │       │   │   │   ├── RegularExpression.php
│   │       │   │   │   ├── SameSize.php
│   │       │   │   │   ├── StringContains.php
│   │       │   │   │   ├── StringEndsWith.php
│   │       │   │   │   ├── StringMatchesFormatDescription.php
│   │       │   │   │   ├── StringStartsWith.php
│   │       │   │   │   ├── TraversableContains.php
│   │       │   │   │   ├── TraversableContainsEqual.php
│   │       │   │   │   ├── TraversableContainsIdentical.php
│   │       │   │   │   └── TraversableContainsOnly.php
│   │       │   │   ├── DataProviderTestSuite.php
│   │       │   │   ├── Error
│   │       │   │   │   ├── Deprecated.php
│   │       │   │   │   ├── Error.php
│   │       │   │   │   ├── Notice.php
│   │       │   │   │   └── Warning.php
│   │       │   │   ├── Exception
│   │       │   │   │   ├── AssertionFailedError.php
│   │       │   │   │   ├── CodeCoverageException.php
│   │       │   │   │   ├── CoveredCodeNotExecutedException.php
│   │       │   │   │   ├── Exception.php
│   │       │   │   │   ├── ExpectationFailedException.php
│   │       │   │   │   ├── IncompleteTestError.php
│   │       │   │   │   ├── InvalidArgumentException.php
│   │       │   │   │   ├── InvalidCoversTargetException.php
│   │       │   │   │   ├── InvalidDataProviderException.php
│   │       │   │   │   ├── MissingCoversAnnotationException.php
│   │       │   │   │   ├── NoChildTestSuiteException.php
│   │       │   │   │   ├── OutputError.php
│   │       │   │   │   ├── PHPTAssertionFailedError.php
│   │       │   │   │   ├── RiskyTestError.php
│   │       │   │   │   ├── SkippedTestError.php
│   │       │   │   │   ├── SkippedTestSuiteError.php
│   │       │   │   │   ├── SyntheticError.php
│   │       │   │   │   ├── SyntheticSkippedError.php
│   │       │   │   │   ├── UnintentionallyCoveredCodeError.php
│   │       │   │   │   └── Warning.php
│   │       │   │   ├── ExceptionWrapper.php
│   │       │   │   ├── IncompleteTest.php
│   │       │   │   ├── IncompleteTestCase.php
│   │       │   │   ├── InvalidParameterGroupException.php
│   │       │   │   ├── MockObject
│   │       │   │   │   ├── Api
│   │       │   │   │   │   ├── Api.php
│   │       │   │   │   │   ├── Method.php
│   │       │   │   │   │   ├── MockedCloneMethod.php
│   │       │   │   │   │   └── UnmockedCloneMethod.php
│   │       │   │   │   ├── Builder
│   │       │   │   │   │   ├── Identity.php
│   │       │   │   │   │   ├── InvocationMocker.php
│   │       │   │   │   │   ├── InvocationStubber.php
│   │       │   │   │   │   ├── Match.php
│   │       │   │   │   │   ├── MethodNameMatch.php
│   │       │   │   │   │   ├── ParametersMatch.php
│   │       │   │   │   │   └── Stub.php
│   │       │   │   │   ├── ConfigurableMethod.php
│   │       │   │   │   ├── Exception
│   │       │   │   │   │   ├── BadMethodCallException.php
│   │       │   │   │   │   ├── ConfigurableMethodsAlreadyInitializedException.php
│   │       │   │   │   │   ├── Exception.php
│   │       │   │   │   │   ├── IncompatibleReturnValueException.php
│   │       │   │   │   │   └── RuntimeException.php
│   │       │   │   │   ├── Generator
│   │       │   │   │   │   ├── deprecation.tpl
│   │       │   │   │   │   ├── mocked_class.tpl
│   │       │   │   │   │   ├── mocked_method.tpl
│   │       │   │   │   │   ├── mocked_method_void.tpl
│   │       │   │   │   │   ├── mocked_static_method.tpl
│   │       │   │   │   │   ├── proxied_method.tpl
│   │       │   │   │   │   ├── proxied_method_void.tpl
│   │       │   │   │   │   ├── trait_class.tpl
│   │       │   │   │   │   ├── wsdl_class.tpl
│   │       │   │   │   │   └── wsdl_method.tpl
│   │       │   │   │   ├── Generator.php
│   │       │   │   │   ├── Invocation.php
│   │       │   │   │   ├── InvocationHandler.php
│   │       │   │   │   ├── Matcher.php
│   │       │   │   │   ├── MethodNameConstraint.php
│   │       │   │   │   ├── MockBuilder.php
│   │       │   │   │   ├── MockClass.php
│   │       │   │   │   ├── MockMethod.php
│   │       │   │   │   ├── MockMethodSet.php
│   │       │   │   │   ├── MockObject.php
│   │       │   │   │   ├── MockTrait.php
│   │       │   │   │   ├── MockType.php
│   │       │   │   │   ├── Rule
│   │       │   │   │   │   ├── AnyInvokedCount.php
│   │       │   │   │   │   ├── AnyParameters.php
│   │       │   │   │   │   ├── ConsecutiveParameters.php
│   │       │   │   │   │   ├── InvocationOrder.php
│   │       │   │   │   │   ├── InvokedAtIndex.php
│   │       │   │   │   │   ├── InvokedAtLeastCount.php
│   │       │   │   │   │   ├── InvokedAtLeastOnce.php
│   │       │   │   │   │   ├── InvokedAtMostCount.php
│   │       │   │   │   │   ├── InvokedCount.php
│   │       │   │   │   │   ├── MethodName.php
│   │       │   │   │   │   ├── Parameters.php
│   │       │   │   │   │   └── ParametersRule.php
│   │       │   │   │   ├── Stub
│   │       │   │   │   │   ├── ConsecutiveCalls.php
│   │       │   │   │   │   ├── Exception.php
│   │       │   │   │   │   ├── ReturnArgument.php
│   │       │   │   │   │   ├── ReturnCallback.php
│   │       │   │   │   │   ├── ReturnReference.php
│   │       │   │   │   │   ├── ReturnSelf.php
│   │       │   │   │   │   ├── ReturnStub.php
│   │       │   │   │   │   ├── ReturnValueMap.php
│   │       │   │   │   │   └── Stub.php
│   │       │   │   │   ├── Stub.php
│   │       │   │   │   └── Verifiable.php
│   │       │   │   ├── SelfDescribing.php
│   │       │   │   ├── SkippedTest.php
│   │       │   │   ├── SkippedTestCase.php
│   │       │   │   ├── Test.php
│   │       │   │   ├── TestBuilder.php
│   │       │   │   ├── TestCase.php
│   │       │   │   ├── TestFailure.php
│   │       │   │   ├── TestListener.php
│   │       │   │   ├── TestListenerDefaultImplementation.php
│   │       │   │   ├── TestResult.php
│   │       │   │   ├── TestSuite.php
│   │       │   │   ├── TestSuiteIterator.php
│   │       │   │   └── WarningTestCase.php
│   │       │   ├── Runner
│   │       │   │   ├── BaseTestRunner.php
│   │       │   │   ├── DefaultTestResultCache.php
│   │       │   │   ├── Exception.php
│   │       │   │   ├── Filter
│   │       │   │   │   ├── ExcludeGroupFilterIterator.php
│   │       │   │   │   ├── Factory.php
│   │       │   │   │   ├── GroupFilterIterator.php
│   │       │   │   │   ├── IncludeGroupFilterIterator.php
│   │       │   │   │   └── NameFilterIterator.php
│   │       │   │   ├── Hook
│   │       │   │   │   ├── AfterIncompleteTestHook.php
│   │       │   │   │   ├── AfterLastTestHook.php
│   │       │   │   │   ├── AfterRiskyTestHook.php
│   │       │   │   │   ├── AfterSkippedTestHook.php
│   │       │   │   │   ├── AfterSuccessfulTestHook.php
│   │       │   │   │   ├── AfterTestErrorHook.php
│   │       │   │   │   ├── AfterTestFailureHook.php
│   │       │   │   │   ├── AfterTestHook.php
│   │       │   │   │   ├── AfterTestWarningHook.php
│   │       │   │   │   ├── BeforeFirstTestHook.php
│   │       │   │   │   ├── BeforeTestHook.php
│   │       │   │   │   ├── Hook.php
│   │       │   │   │   ├── TestHook.php
│   │       │   │   │   └── TestListenerAdapter.php
│   │       │   │   ├── NullTestResultCache.php
│   │       │   │   ├── PhptTestCase.php
│   │       │   │   ├── ResultCacheExtension.php
│   │       │   │   ├── StandardTestSuiteLoader.php
│   │       │   │   ├── TestResultCache.php
│   │       │   │   ├── TestSuiteLoader.php
│   │       │   │   ├── TestSuiteSorter.php
│   │       │   │   └── Version.php
│   │       │   ├── TextUI
│   │       │   │   ├── Command.php
│   │       │   │   ├── Exception.php
│   │       │   │   ├── Help.php
│   │       │   │   ├── ResultPrinter.php
│   │       │   │   └── TestRunner.php
│   │       │   └── Util
│   │       │       ├── Annotation
│   │       │       │   ├── DocBlock.php
│   │       │       │   └── Registry.php
│   │       │       ├── Blacklist.php
│   │       │       ├── Color.php
│   │       │       ├── Configuration.php
│   │       │       ├── ConfigurationGenerator.php
│   │       │       ├── ErrorHandler.php
│   │       │       ├── Exception.php
│   │       │       ├── FileLoader.php
│   │       │       ├── Filesystem.php
│   │       │       ├── Filter.php
│   │       │       ├── Getopt.php
│   │       │       ├── GlobalState.php
│   │       │       ├── InvalidDataSetException.php
│   │       │       ├── Json.php
│   │       │       ├── Log
│   │       │       │   ├── JUnit.php
│   │       │       │   └── TeamCity.php
│   │       │       ├── PHP
│   │       │       │   ├── AbstractPhpProcess.php
│   │       │       │   ├── DefaultPhpProcess.php
│   │       │       │   ├── Template
│   │       │       │   │   ├── PhptTestCase.tpl
│   │       │       │   │   ├── TestCaseClass.tpl
│   │       │       │   │   └── TestCaseMethod.tpl
│   │       │       │   └── WindowsPhpProcess.php
│   │       │       ├── Printer.php
│   │       │       ├── RegularExpression.php
│   │       │       ├── Test.php
│   │       │       ├── TestDox
│   │       │       │   ├── CliTestDoxPrinter.php
│   │       │       │   ├── HtmlResultPrinter.php
│   │       │       │   ├── NamePrettifier.php
│   │       │       │   ├── ResultPrinter.php
│   │       │       │   ├── TestDoxPrinter.php
│   │       │       │   ├── TextResultPrinter.php
│   │       │       │   └── XmlResultPrinter.php
│   │       │       ├── TextTestListRenderer.php
│   │       │       ├── Type.php
│   │       │       ├── VersionComparisonOperator.php
│   │       │       ├── XdebugFilterScriptGenerator.php
│   │       │       ├── Xml.php
│   │       │       └── XmlTestListRenderer.php
│   │       └── tests
│   │           ├── README.md
│   │           ├── _files
│   │           │   ├── 3194.php
│   │           │   ├── 3530.wsdl
│   │           │   ├── AbstractMockTestClass.php
│   │           │   ├── AbstractTest.php
│   │           │   ├── AbstractTrait.php
│   │           │   ├── AbstractVariousIterableDataProviderTest.php
│   │           │   ├── ActualOutputTest.php
│   │           │   ├── AnInterface.php
│   │           │   ├── AnInterfaceWithReturnType.php
│   │           │   ├── AnotherInterface.php
│   │           │   ├── ArrayAccessible.php
│   │           │   ├── AssertionExample.php
│   │           │   ├── AssertionExampleTest.php
│   │           │   ├── Author.php
│   │           │   ├── BankAccount.php
│   │           │   ├── BankAccountTest.php
│   │           │   ├── BankAccountTest.test.php
│   │           │   ├── BankAccountTest2.php
│   │           │   ├── Bar.php
│   │           │   ├── BeforeAndAfterTest.php
│   │           │   ├── BeforeClassAndAfterClassTest.php
│   │           │   ├── BeforeClassWithOnlyDataProviderTest.php
│   │           │   ├── Book.php
│   │           │   ├── Calculator.php
│   │           │   ├── ChangeCurrentWorkingDirectoryTest.php
│   │           │   ├── ClassThatImplementsSerializable.php
│   │           │   ├── ClassWithAllPossibleReturnTypes.php
│   │           │   ├── ClassWithNonPublicAttributes.php
│   │           │   ├── ClassWithScalarTypeDeclarations.php
│   │           │   ├── ClassWithSelfTypeHint.php
│   │           │   ├── ClassWithStaticMethod.php
│   │           │   ├── ClassWithToString.php
│   │           │   ├── ClassWithVariadicArgumentMethod.php
│   │           │   ├── ConcreteTest.my.php
│   │           │   ├── ConcreteTest.php
│   │           │   ├── CountConstraint.php
│   │           │   ├── CoverageClassExtendedTest.php
│   │           │   ├── CoverageClassNothingTest.php
│   │           │   ├── CoverageClassTest.php
│   │           │   ├── CoverageClassWithoutAnnotationsTest.php
│   │           │   ├── CoverageCoversOverridesCoversNothingTest.php
│   │           │   ├── CoverageFunctionParenthesesTest.php
│   │           │   ├── CoverageFunctionParenthesesWhitespaceTest.php
│   │           │   ├── CoverageFunctionTest.php
│   │           │   ├── CoverageMethodNothingCoversMethod.php
│   │           │   ├── CoverageMethodNothingTest.php
│   │           │   ├── CoverageMethodOneLineAnnotationTest.php
│   │           │   ├── CoverageMethodParenthesesTest.php
│   │           │   ├── CoverageMethodParenthesesWhitespaceTest.php
│   │           │   ├── CoverageMethodTest.php
│   │           │   ├── CoverageNamespacedFunctionTest.php
│   │           │   ├── CoverageNoneTest.php
│   │           │   ├── CoverageNotPrivateTest.php
│   │           │   ├── CoverageNotProtectedTest.php
│   │           │   ├── CoverageNotPublicTest.php
│   │           │   ├── CoveragePrivateTest.php
│   │           │   ├── CoverageProtectedTest.php
│   │           │   ├── CoveragePublicTest.php
│   │           │   ├── CoverageTwoDefaultClassAnnotations.php
│   │           │   ├── CoveredClass.php
│   │           │   ├── CoveredFunction.php
│   │           │   ├── CustomPrinter.php
│   │           │   ├── DataProviderDebugTest.php
│   │           │   ├── DataProviderDependencyTest.php
│   │           │   ├── DataProviderFilterTest.php
│   │           │   ├── DataProviderIncompleteTest.php
│   │           │   ├── DataProviderIssue2833
│   │           │   │   ├── FirstTest.php
│   │           │   │   └── SecondTest.php
│   │           │   ├── DataProviderIssue2859
│   │           │   │   ├── phpunit.xml
│   │           │   │   └── tests
│   │           │   │       └── another
│   │           │   │           └── TestWithDataProviderTest.php
│   │           │   ├── DataProviderIssue2922
│   │           │   │   ├── FirstTest.php
│   │           │   │   └── SecondTest.php
│   │           │   ├── DataProviderSkippedTest.php
│   │           │   ├── DataProviderTest.php
│   │           │   ├── DataproviderExecutionOrderTest.php
│   │           │   ├── DataproviderExecutionOrderTest_result_cache.txt
│   │           │   ├── DependencyFailureTest.php
│   │           │   ├── DependencySuccessTest.php
│   │           │   ├── DoNoAssertionTestCase.php
│   │           │   ├── DoesNotPerformAssertionsButPerformingAssertionsTest.php
│   │           │   ├── DoubleTestCase.php
│   │           │   ├── DummyBarTest.php
│   │           │   ├── DummyException.php
│   │           │   ├── DummyFooTest.php
│   │           │   ├── DuplicateKeyDataProviderTest.php
│   │           │   ├── EmptyDataProviderTest.php
│   │           │   ├── EmptyTestCaseTest.php
│   │           │   ├── ExampleTrait.php
│   │           │   ├── ExceptionInAssertPostConditionsTest.php
│   │           │   ├── ExceptionInAssertPreConditionsTest.php
│   │           │   ├── ExceptionInSetUpTest.php
│   │           │   ├── ExceptionInTearDownAfterClassTest.php
│   │           │   ├── ExceptionInTearDownTest.php
│   │           │   ├── ExceptionInTest.php
│   │           │   ├── ExceptionInTestDetectedInTeardown.php
│   │           │   ├── ExceptionNamespaceTest.php
│   │           │   ├── ExceptionStackTest.php
│   │           │   ├── ExceptionTest.php
│   │           │   ├── ExceptionWithThrowable.php
│   │           │   ├── Failure.php
│   │           │   ├── FailureTest.php
│   │           │   ├── FalsyConstraint.php
│   │           │   ├── FatalTest.php
│   │           │   ├── FinalClass.php
│   │           │   ├── Foo.php
│   │           │   ├── FunctionCallback.php
│   │           │   ├── Go ogle-Sea.rch.wsdl
│   │           │   ├── GoogleSearch.wsdl
│   │           │   ├── IgnoreCodeCoverageClass.php
│   │           │   ├── IgnoreCodeCoverageClassTest.php
│   │           │   ├── IncompleteTest.php
│   │           │   ├── Inheritance
│   │           │   │   ├── InheritanceA.php
│   │           │   │   └── InheritanceB.php
│   │           │   ├── InheritedTestCase.php
│   │           │   ├── IniTest.php
│   │           │   ├── InterfaceWithSemiReservedMethodName.php
│   │           │   ├── InterfaceWithStaticMethod.php
│   │           │   ├── IsolationTest.php
│   │           │   ├── JsonData
│   │           │   │   ├── arrayObject.json
│   │           │   │   └── simpleObject.json
│   │           │   ├── MethodCallback.php
│   │           │   ├── MethodCallbackByReference.php
│   │           │   ├── MockRunner.php
│   │           │   ├── MockTestInterface.php
│   │           │   ├── Mockable.php
│   │           │   ├── ModifiedConstructorTestCase.php
│   │           │   ├── MultipleDataProviderTest.php
│   │           │   ├── MyTestListener.php
│   │           │   ├── NamedConstraint.php
│   │           │   ├── NamespaceCoverageClassExtendedTest.php
│   │           │   ├── NamespaceCoverageClassTest.php
│   │           │   ├── NamespaceCoverageCoversClassPublicTest.php
│   │           │   ├── NamespaceCoverageCoversClassTest.php
│   │           │   ├── NamespaceCoverageMethodTest.php
│   │           │   ├── NamespaceCoverageNotPrivateTest.php
│   │           │   ├── NamespaceCoverageNotProtectedTest.php
│   │           │   ├── NamespaceCoverageNotPublicTest.php
│   │           │   ├── NamespaceCoveragePrivateTest.php
│   │           │   ├── NamespaceCoverageProtectedTest.php
│   │           │   ├── NamespaceCoveragePublicTest.php
│   │           │   ├── NamespaceCoveredClass.php
│   │           │   ├── NamespaceCoveredFunction.php
│   │           │   ├── NoArgTestCaseTest.php
│   │           │   ├── NoTestCaseClass.php
│   │           │   ├── NoTestCases.php
│   │           │   ├── NonStatic.php
│   │           │   ├── NotExistingCoveredElementTest.php
│   │           │   ├── NotPublicTestCase.php
│   │           │   ├── NotSelfDescribingTest.php
│   │           │   ├── NotVoidTestCase.php
│   │           │   ├── NothingTest.php
│   │           │   ├── NumericGroupAnnotationTest.php
│   │           │   ├── OneTestCase.php
│   │           │   ├── OutputTestCase.php
│   │           │   ├── OverrideTestCase.php
│   │           │   ├── ParseTestMethodAnnotationsMock.php
│   │           │   ├── PartialMockTestClass.php
│   │           │   ├── RequirementsClassBeforeClassHookTest.php
│   │           │   ├── RequirementsClassDocBlockTest.php
│   │           │   ├── RequirementsTest.php
│   │           │   ├── RouterTest.php
│   │           │   ├── SampleArrayAccess.php
│   │           │   ├── SampleClass.php
│   │           │   ├── SeparateProcessesTest.php
│   │           │   ├── Singleton.php
│   │           │   ├── SingletonClass.php
│   │           │   ├── SomeClass.php
│   │           │   ├── StaticMockTestClass.php
│   │           │   ├── StopOnErrorTestSuite.php
│   │           │   ├── StopOnWarningTestSuite.php
│   │           │   ├── StopsOnWarningTest.php
│   │           │   ├── StringableClass.php
│   │           │   ├── Struct.php
│   │           │   ├── Success.php
│   │           │   ├── TemplateMethodsTest.php
│   │           │   ├── TestAutoreferenced.php
│   │           │   ├── TestCaseWithExceptionInHook.php
│   │           │   ├── TestGeneratorMaker.php
│   │           │   ├── TestIncomplete.php
│   │           │   ├── TestIterator.php
│   │           │   ├── TestIterator2.php
│   │           │   ├── TestIteratorAggregate.php
│   │           │   ├── TestIteratorAggregate2.php
│   │           │   ├── TestProxyFixture.php
│   │           │   ├── TestRisky.php
│   │           │   ├── TestSkipped.php
│   │           │   ├── TestTestError.php
│   │           │   ├── TestWarning.php
│   │           │   ├── TestWithAnnotations.php
│   │           │   ├── TestWithDifferentNames.php
│   │           │   ├── TestWithDifferentOutput.php
│   │           │   ├── TestWithDifferentSizes.php
│   │           │   ├── TestWithDifferentStatuses.php
│   │           │   ├── TestWithTest.php
│   │           │   ├── TestableCliTestDoxPrinter.php
│   │           │   ├── ThrowExceptionTestCase.php
│   │           │   ├── ThrowNoExceptionTestCase.php
│   │           │   ├── TraitWithConstructor.php
│   │           │   ├── TraversableMockTestInterface.php
│   │           │   ├── TruthyConstraint.php
│   │           │   ├── VariousDocblockDefinedDataProvider.php
│   │           │   ├── VariousIterableDataProviderTest.php
│   │           │   ├── WasRun.php
│   │           │   ├── WrapperIteratorAggregate.php
│   │           │   ├── bar.xml
│   │           │   ├── configuration.colors.empty.xml
│   │           │   ├── configuration.colors.false.xml
│   │           │   ├── configuration.colors.invalid.xml
│   │           │   ├── configuration.colors.true.xml
│   │           │   ├── configuration.columns.default.xml
│   │           │   ├── configuration.defaulttestsuite.xml
│   │           │   ├── configuration.one-file-suite.xml
│   │           │   ├── configuration.suites.xml
│   │           │   ├── configuration.xml
│   │           │   ├── configuration_empty.xml
│   │           │   ├── configuration_execution_order_options.xml
│   │           │   ├── configuration_stop_on_defect.xml
│   │           │   ├── configuration_stop_on_error.xml
│   │           │   ├── configuration_stop_on_incomplete.xml
│   │           │   ├── configuration_stop_on_warning.xml
│   │           │   ├── configuration_testdox.xml
│   │           │   ├── configuration_testdox_printerClass.xml
│   │           │   ├── configuration_whitelist.xml
│   │           │   ├── configuration_xinclude.xml
│   │           │   ├── expectedFileFormat.txt
│   │           │   ├── foo.xml
│   │           │   ├── fooUppercase.xml
│   │           │   ├── mock-object
│   │           │   │   ├── AnotherClassUsingConfigurableMethods.php
│   │           │   │   ├── ChildClass.php
│   │           │   │   ├── ClassUsingConfigurableMethods.php
│   │           │   │   ├── ClassWithImplicitProtocol.php
│   │           │   │   ├── ClassWithoutParentButParentReturnType.php
│   │           │   │   ├── MockClassGenerated.tpl
│   │           │   │   ├── MockClassWithConfigurableMethods.php
│   │           │   │   ├── MockTraitGenerated.tpl
│   │           │   │   ├── ParentClass.php
│   │           │   │   └── ReinitializeConfigurableMethods.php
│   │           │   ├── namespace
│   │           │   │   ├── someNamespaceA
│   │           │   │   │   └── NamespacedClass.php
│   │           │   │   └── someNamespaceB
│   │           │   │       └── NamespacedClass.php
│   │           │   ├── phpt-for-coverage.phpt
│   │           │   ├── phpt-unsupported-section.phpt
│   │           │   ├── phpt-xfail.phpt
│   │           │   ├── phpunit-example-extension
│   │           │   │   ├── phpunit.xml
│   │           │   │   ├── tests
│   │           │   │   │   └── OneTest.php
│   │           │   │   └── tools
│   │           │   │       └── phpunit.d
│   │           │   │           └── phpunit-example-extension-3.0.3.phar
│   │           │   ├── structureAttributesAreSameButValuesAreNot.xml
│   │           │   ├── structureExpected.xml
│   │           │   ├── structureIgnoreTextNodes.xml
│   │           │   ├── structureIsSameButDataIsNot.xml
│   │           │   ├── structureWrongNumberOfAttributes.xml
│   │           │   └── structureWrongNumberOfNodes.xml
│   │           ├── basic
│   │           │   ├── README.md
│   │           │   ├── configuration.basic.xml
│   │           │   └── unit
│   │           │       ├── SetUpBeforeClassTest.php
│   │           │       ├── SetUpTest.php
│   │           │       ├── StatusTest.php
│   │           │       └── TearDownAfterClassTest.php
│   │           ├── bootstrap.php
│   │           ├── end-to-end
│   │           │   ├── _files
│   │           │   │   ├── Extension.php
│   │           │   │   ├── NullPrinter.php
│   │           │   │   ├── expect_external.txt
│   │           │   │   ├── phpt-env.expected.txt
│   │           │   │   ├── phpt-expect-external-location-hint-example.phpt
│   │           │   │   ├── phpt-expect-location-hint-example.phpt
│   │           │   │   ├── phpt-skipif-location-hint-example.phpt
│   │           │   │   └── phpt_external.php
│   │           │   ├── abstract-test-class.phpt
│   │           │   ├── assertion.phpt
│   │           │   ├── cli
│   │           │   │   ├── _files
│   │           │   │   │   ├── MyCommand.php
│   │           │   │   │   ├── output-cli-help-color.txt
│   │           │   │   │   └── output-cli-usage.txt
│   │           │   │   ├── columns-max.phpt
│   │           │   │   ├── columns.phpt
│   │           │   │   ├── deprecation-warning-with-class.phpt
│   │           │   │   ├── generate-configuration.phpt
│   │           │   │   ├── help-color.phpt
│   │           │   │   ├── help.phpt
│   │           │   │   ├── help2.phpt
│   │           │   │   ├── mycommand.phpt
│   │           │   │   ├── options-after-arguments.phpt
│   │           │   │   └── test-file-not-found.phpt
│   │           │   ├── code-coverage-ignore.phpt
│   │           │   ├── code-coverage-phpt.phpt
│   │           │   ├── concrete-test-class.phpt
│   │           │   ├── dataprovider-issue-2833.phpt
│   │           │   ├── dataprovider-issue-2859.phpt
│   │           │   ├── dataprovider-issue-2922.phpt
│   │           │   ├── dataprovider-log-xml-isolation.phpt
│   │           │   ├── dataprovider-log-xml.phpt
│   │           │   ├── default-isolation.phpt
│   │           │   ├── default.phpt
│   │           │   ├── defaulttestsuite-using-testsuite.phpt
│   │           │   ├── defaulttestsuite.phpt
│   │           │   ├── disable-code-coverage-ignore.phpt
│   │           │   ├── dump-xdebug-filter.phpt
│   │           │   ├── empty-testcase.phpt
│   │           │   ├── exception-stack.phpt
│   │           │   ├── exclude-group-isolation.phpt
│   │           │   ├── exclude-group.phpt
│   │           │   ├── execution-order
│   │           │   │   ├── _files
│   │           │   │   │   ├── ClonedDependencyTest.php
│   │           │   │   │   ├── DependencyTestSuite.php
│   │           │   │   │   ├── MultiDependencyTest.php
│   │           │   │   │   ├── MultiDependencyTest_result_cache.txt
│   │           │   │   │   ├── StackTest.php
│   │           │   │   │   ├── TestWithDifferentDurations.php
│   │           │   │   │   ├── TestWithDifferentDurations.phpunit.result.cache.txt
│   │           │   │   │   └── order-by-duration.phpunit.xml
│   │           │   │   ├── cache-result.phpt
│   │           │   │   ├── defects-first-order-via-cli.phpt
│   │           │   │   ├── dependencies-clone.phpt
│   │           │   │   ├── dependencies-isolation.phpt
│   │           │   │   ├── depends-as-parameter-with-isolation.phpt
│   │           │   │   ├── depends-as-parameter.phpt
│   │           │   │   ├── depends-multiple-parameter-with-isolation.phpt
│   │           │   │   ├── depends-multiple-parameters.phpt
│   │           │   │   ├── execution-order-options-via-config.phpt
│   │           │   │   ├── order-by-default-invalid-via-cli.phpt
│   │           │   │   ├── order-by-duration-via-cli.phpt
│   │           │   │   ├── order-by-duration-via-phpunit-xml.phpt
│   │           │   │   ├── repeat.phpt
│   │           │   │   ├── stop-on-defect-via-cli.phpt
│   │           │   │   ├── stop-on-defect-via-config.phpt
│   │           │   │   ├── stop-on-error-via-cli.phpt
│   │           │   │   ├── stop-on-error-via-config.phpt
│   │           │   │   ├── stop-on-incomplete-via-cli.phpt
│   │           │   │   ├── stop-on-incomplete-via-config.phpt
│   │           │   │   ├── stop-on-warning-via-cli.phpt
│   │           │   │   ├── stop-on-warning-via-config.phpt
│   │           │   │   ├── test-order-randomized-seed-with-dependency-resolution.phpt
│   │           │   │   ├── test-order-randomized-with-dependency-resolution.phpt
│   │           │   │   ├── test-order-reversed-with-dependency-resolution.phpt
│   │           │   │   ├── test-order-reversed-without-dependency-resolution.phpt
│   │           │   │   └── test-order-size-with-dependency-resolution.phpt
│   │           │   ├── failure-isolation.phpt
│   │           │   ├── failure.phpt
│   │           │   ├── fatal-isolation.phpt
│   │           │   ├── filter-class-isolation.phpt
│   │           │   ├── filter-class.phpt
│   │           │   ├── filter-dataprovider-by-classname-and-range-isolation.phpt
│   │           │   ├── filter-dataprovider-by-classname-and-range.phpt
│   │           │   ├── filter-dataprovider-by-number-isolation.phpt
│   │           │   ├── filter-dataprovider-by-number.phpt
│   │           │   ├── filter-dataprovider-by-only-range-isolation.phpt
│   │           │   ├── filter-dataprovider-by-only-range.phpt
│   │           │   ├── filter-dataprovider-by-only-regexp-isolation.phpt
│   │           │   ├── filter-dataprovider-by-only-regexp.phpt
│   │           │   ├── filter-dataprovider-by-only-string-isolation.phpt
│   │           │   ├── filter-dataprovider-by-only-string.phpt
│   │           │   ├── filter-dataprovider-by-range-isolation.phpt
│   │           │   ├── filter-dataprovider-by-range.phpt
│   │           │   ├── filter-dataprovider-by-regexp-isolation.phpt
│   │           │   ├── filter-dataprovider-by-regexp.phpt
│   │           │   ├── filter-dataprovider-by-string-isolation.phpt
│   │           │   ├── filter-dataprovider-by-string.phpt
│   │           │   ├── filter-method-case-insensitive.phpt
│   │           │   ├── filter-method-case-sensitive-no-result.phpt
│   │           │   ├── filter-method-isolation.phpt
│   │           │   ├── filter-method.phpt
│   │           │   ├── filter-no-results.phpt
│   │           │   ├── forward-compatibility.phpt
│   │           │   ├── getActualOutputForAssertion.phpt
│   │           │   ├── group-isolation.phpt
│   │           │   ├── group.phpt
│   │           │   ├── ini-isolation.phpt
│   │           │   ├── list-groups.phpt
│   │           │   ├── list-suites.phpt
│   │           │   ├── list-tests-dataprovider.phpt
│   │           │   ├── list-tests-xml-dataprovider.phpt
│   │           │   ├── loggers
│   │           │   │   ├── _files
│   │           │   │   │   ├── HookTest.php
│   │           │   │   │   ├── TestDoxGroupTest.php
│   │           │   │   │   ├── configuration.custom-printer.xml
│   │           │   │   │   ├── hooks.xml
│   │           │   │   │   ├── raw_output_ColorTest.txt
│   │           │   │   │   └── raw_output_StatusTest.txt
│   │           │   │   ├── custom-printer-debug.phpt
│   │           │   │   ├── custom-printer-verbose.phpt
│   │           │   │   ├── debug.phpt
│   │           │   │   ├── failure-reverse-list.phpt
│   │           │   │   ├── hooks.phpt
│   │           │   │   ├── log-junit-phpt.phpt
│   │           │   │   ├── log-junit.phpt
│   │           │   │   ├── log-teamcity-phpt.phpt
│   │           │   │   ├── log-teamcity.phpt
│   │           │   │   ├── teamcity-inner-exceptions.phpt
│   │           │   │   ├── teamcity.phpt
│   │           │   │   ├── testdox-colors-verbose.phpt
│   │           │   │   ├── testdox-dataprovider-placeholder.phpt
│   │           │   │   ├── testdox-exclude-group.phpt
│   │           │   │   ├── testdox-force-flush.phpt
│   │           │   │   ├── testdox-group.phpt
│   │           │   │   ├── testdox-html.phpt
│   │           │   │   ├── testdox-text.phpt
│   │           │   │   ├── testdox-xml.phpt
│   │           │   │   └── testdox.phpt
│   │           │   ├── mock-objects
│   │           │   │   ├── generator
│   │           │   │   │   ├── 232.phpt
│   │           │   │   │   ├── 3154_namespaced_constant_resolving.phpt
│   │           │   │   │   ├── 3530.phpt
│   │           │   │   │   ├── 3967.phpt
│   │           │   │   │   ├── 397.phpt
│   │           │   │   │   ├── 4139.phpt
│   │           │   │   │   ├── abstract_class.phpt
│   │           │   │   │   ├── class.phpt
│   │           │   │   │   ├── class_call_parent_clone.phpt
│   │           │   │   │   ├── class_call_parent_constructor.phpt
│   │           │   │   │   ├── class_dont_call_parent_clone.phpt
│   │           │   │   │   ├── class_dont_call_parent_constructor.phpt
│   │           │   │   │   ├── class_implementing_interface_call_parent_constructor.phpt
│   │           │   │   │   ├── class_implementing_interface_dont_call_parent_constructor.phpt
│   │           │   │   │   ├── class_nonexistent_method.phpt
│   │           │   │   │   ├── class_partial.phpt
│   │           │   │   │   ├── class_with_deprecated_method.phpt
│   │           │   │   │   ├── class_with_final_method.phpt
│   │           │   │   │   ├── class_with_method_named_method.phpt
│   │           │   │   │   ├── class_with_method_with_nullable_typehinted_variadic_arguments.phpt
│   │           │   │   │   ├── class_with_method_with_typehinted_variadic_arguments.phpt
│   │           │   │   │   ├── class_with_method_with_variadic_arguments.phpt
│   │           │   │   │   ├── constant_as_parameter_default_value.phpt
│   │           │   │   │   ├── interface.phpt
│   │           │   │   │   ├── invocation_object_clone_object.phpt
│   │           │   │   │   ├── namespaced_class.phpt
│   │           │   │   │   ├── namespaced_class_call_parent_clone.phpt
│   │           │   │   │   ├── namespaced_class_call_parent_constructor.phpt
│   │           │   │   │   ├── namespaced_class_dont_call_parent_clone.phpt
│   │           │   │   │   ├── namespaced_class_dont_call_parent_constructor.phpt
│   │           │   │   │   ├── namespaced_class_implementing_interface_call_parent_constructor.phpt
│   │           │   │   │   ├── namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
│   │           │   │   │   ├── namespaced_class_partial.phpt
│   │           │   │   │   ├── namespaced_interface.phpt
│   │           │   │   │   ├── nonexistent_class.phpt
│   │           │   │   │   ├── nonexistent_class_with_namespace.phpt
│   │           │   │   │   ├── nonexistent_class_with_namespace_starting_with_separator.phpt
│   │           │   │   │   ├── nullable_types.phpt
│   │           │   │   │   ├── proxy.phpt
│   │           │   │   │   ├── return_type_declarations_closure.phpt
│   │           │   │   │   ├── return_type_declarations_final.phpt
│   │           │   │   │   ├── return_type_declarations_generator.phpt
│   │           │   │   │   ├── return_type_declarations_nullable.phpt
│   │           │   │   │   ├── return_type_declarations_object_method.phpt
│   │           │   │   │   ├── return_type_declarations_parent.phpt
│   │           │   │   │   ├── return_type_declarations_self.phpt
│   │           │   │   │   ├── return_type_declarations_static_method.phpt
│   │           │   │   │   ├── return_type_declarations_void.phpt
│   │           │   │   │   ├── scalar_type_declarations.phpt
│   │           │   │   │   ├── wsdl_class.phpt
│   │           │   │   │   ├── wsdl_class_namespace.phpt
│   │           │   │   │   └── wsdl_class_partial.phpt
│   │           │   │   └── mock-method
│   │           │   │       ├── call_original.phpt
│   │           │   │       ├── call_original_with_argument.phpt
│   │           │   │       ├── call_original_with_argument_variadic.phpt
│   │           │   │       ├── call_original_with_return_type_void.phpt
│   │           │   │       ├── clone_method_arguments.phpt
│   │           │   │       ├── deprecated_with_description.phpt
│   │           │   │       ├── deprecated_without_description.phpt
│   │           │   │       ├── private_method.phpt
│   │           │   │       ├── protected_method.phpt
│   │           │   │       ├── return_by_reference.phpt
│   │           │   │       ├── return_by_reference_with_return_type.phpt
│   │           │   │       ├── return_type.phpt
│   │           │   │       ├── return_type_parent.phpt
│   │           │   │       ├── return_type_self.phpt
│   │           │   │       ├── static_method.phpt
│   │           │   │       ├── static_method_with_return_type.phpt
│   │           │   │       ├── with_argument.phpt
│   │           │   │       ├── with_argument_default.phpt
│   │           │   │       ├── with_argument_default_constant.phpt
│   │           │   │       ├── with_argument_default_null.phpt
│   │           │   │       ├── with_argument_nullable.phpt
│   │           │   │       ├── with_argument_reference.phpt
│   │           │   │       ├── with_argument_typed_array.phpt
│   │           │   │       ├── with_argument_typed_callable.phpt
│   │           │   │       ├── with_argument_typed_class.phpt
│   │           │   │       ├── with_argument_typed_scalar.phpt
│   │           │   │       ├── with_argument_typed_self.phpt
│   │           │   │       ├── with_argument_typed_unkown_class.phpt
│   │           │   │       ├── with_argument_typed_variadic.phpt
│   │           │   │       ├── with_argument_variadic.phpt
│   │           │   │       └── with_arguments.phpt
│   │           │   ├── output-isolation.phpt
│   │           │   ├── phar-extension-suppressed.phpt
│   │           │   ├── phar-extension.phpt
│   │           │   ├── phpt
│   │           │   │   ├── expect-external-location-hint.phpt
│   │           │   │   ├── expect-location-hint.phpt
│   │           │   │   └── skipif-location-hint.phpt
│   │           │   ├── phpt-args.phpt
│   │           │   ├── phpt-env.phpt
│   │           │   ├── phpt-external.phpt
│   │           │   ├── phpt-parsing.phpt
│   │           │   ├── phpt-stderr.phpt
│   │           │   ├── phpt-stdin.phpt
│   │           │   ├── phpt-xfail.phpt
│   │           │   ├── regression
│   │           │   │   ├── GitHub
│   │           │   │   │   ├── 1149
│   │           │   │   │   │   └── Issue1149Test.php
│   │           │   │   │   ├── 1149.phpt
│   │           │   │   │   ├── 1216
│   │           │   │   │   │   ├── Issue1216Test.php
│   │           │   │   │   │   ├── bootstrap1216.php
│   │           │   │   │   │   └── phpunit1216.xml
│   │           │   │   │   ├── 1216.phpt
│   │           │   │   │   ├── 1265
│   │           │   │   │   │   ├── Issue1265Test.php
│   │           │   │   │   │   └── phpunit1265.xml
│   │           │   │   │   ├── 1265.phpt
│   │           │   │   │   ├── 1330
│   │           │   │   │   │   ├── Issue1330Test.php
│   │           │   │   │   │   └── phpunit1330.xml
│   │           │   │   │   ├── 1330.phpt
│   │           │   │   │   ├── 1335
│   │           │   │   │   │   ├── Issue1335Test.php
│   │           │   │   │   │   └── bootstrap1335.php
│   │           │   │   │   ├── 1335.phpt
│   │           │   │   │   ├── 1337
│   │           │   │   │   │   └── Issue1337Test.php
│   │           │   │   │   ├── 1337.phpt
│   │           │   │   │   ├── 1348
│   │           │   │   │   │   └── Issue1348Test.php
│   │           │   │   │   ├── 1348.phpt
│   │           │   │   │   ├── 1351
│   │           │   │   │   │   ├── ChildProcessClass1351.php
│   │           │   │   │   │   └── Issue1351Test.php
│   │           │   │   │   ├── 1351.phpt
│   │           │   │   │   ├── 1374
│   │           │   │   │   │   └── Issue1374Test.php
│   │           │   │   │   ├── 1374.phpt
│   │           │   │   │   ├── 1437
│   │           │   │   │   │   └── Issue1437Test.php
│   │           │   │   │   ├── 1437.phpt
│   │           │   │   │   ├── 1468
│   │           │   │   │   │   └── Issue1468Test.php
│   │           │   │   │   ├── 1468.phpt
│   │           │   │   │   ├── 1471
│   │           │   │   │   │   └── Issue1471Test.php
│   │           │   │   │   ├── 1471.phpt
│   │           │   │   │   ├── 1472
│   │           │   │   │   │   └── Issue1472Test.php
│   │           │   │   │   ├── 1472.phpt
│   │           │   │   │   ├── 1570
│   │           │   │   │   │   └── Issue1570Test.php
│   │           │   │   │   ├── 1570.phpt
│   │           │   │   │   ├── 2085
│   │           │   │   │   │   ├── Issue2085Test.php
│   │           │   │   │   │   └── configuration_enforce_time_limit_options.xml
│   │           │   │   │   ├── 2085-enforce-time-limit-options-via-config-without-invoker.phpt
│   │           │   │   │   ├── 2085-without-invoker.phpt
│   │           │   │   │   ├── 2085.phpt
│   │           │   │   │   ├── 2137
│   │           │   │   │   │   └── Issue2137Test.php
│   │           │   │   │   ├── 2137-filter.phpt
│   │           │   │   │   ├── 2137-no_filter.phpt
│   │           │   │   │   ├── 2145
│   │           │   │   │   │   └── Issue2145Test.php
│   │           │   │   │   ├── 2145.phpt
│   │           │   │   │   ├── 2158
│   │           │   │   │   │   ├── Issue2158Test.php
│   │           │   │   │   │   └── constant.inc
│   │           │   │   │   ├── 2158.phpt
│   │           │   │   │   ├── 2366
│   │           │   │   │   │   └── Issue2366Test.php
│   │           │   │   │   ├── 2366.phpt
│   │           │   │   │   ├── 2380
│   │           │   │   │   │   └── Issue2380Test.php
│   │           │   │   │   ├── 2380.phpt
│   │           │   │   │   ├── 2382
│   │           │   │   │   │   └── Issue2382Test.php
│   │           │   │   │   ├── 2382.phpt
│   │           │   │   │   ├── 2435
│   │           │   │   │   │   └── Issue2435Test.php
│   │           │   │   │   ├── 2435.phpt
│   │           │   │   │   ├── 2448
│   │           │   │   │   │   └── Test.php
│   │           │   │   │   ├── 2448-existing-test.phpt
│   │           │   │   │   ├── 2448-not-existing-test.phpt
│   │           │   │   │   ├── 2724
│   │           │   │   │   │   └── SeparateClassRunMethodInNewProcessTest.php
│   │           │   │   │   ├── 2724-diff-pid-from-master-process.phpt
│   │           │   │   │   ├── 2725
│   │           │   │   │   │   └── BeforeAfterClassPidTest.php
│   │           │   │   │   ├── 2725-separate-class-before-after-pid.phpt
│   │           │   │   │   ├── 2731
│   │           │   │   │   │   └── Issue2731Test.php
│   │           │   │   │   ├── 2731.phpt
│   │           │   │   │   ├── 2811
│   │           │   │   │   │   └── Issue2811Test.php
│   │           │   │   │   ├── 2811.phpt
│   │           │   │   │   ├── 2830
│   │           │   │   │   │   └── Issue2830Test.php
│   │           │   │   │   ├── 2830.phpt
│   │           │   │   │   ├── 2972
│   │           │   │   │   │   ├── issue-2972-test.phpt
│   │           │   │   │   │   └── unconventiallyNamedIssue2972Test.php
│   │           │   │   │   ├── 2972.phpt
│   │           │   │   │   ├── 3093
│   │           │   │   │   │   ├── Issue3093Test.php
│   │           │   │   │   │   └── issue-3093-test.phpt
│   │           │   │   │   ├── 3156
│   │           │   │   │   │   └── Issue3156Test.php
│   │           │   │   │   ├── 322
│   │           │   │   │   │   ├── Issue322Test.php
│   │           │   │   │   │   └── phpunit322.xml
│   │           │   │   │   ├── 322.phpt
│   │           │   │   │   ├── 3379
│   │           │   │   │   │   ├── Issue3379Test.php
│   │           │   │   │   │   ├── Issue3379TestListener.php
│   │           │   │   │   │   └── phpunit.xml
│   │           │   │   │   ├── 3379.phpt
│   │           │   │   │   ├── 3380
│   │           │   │   │   │   └── issue-3380-test.phpt
│   │           │   │   │   ├── 3396
│   │           │   │   │   │   └── issue-3396-test.phpt
│   │           │   │   │   ├── 3739
│   │           │   │   │   │   └── Issue3739Test.php
│   │           │   │   │   ├── 3739.phpt
│   │           │   │   │   ├── 3881
│   │           │   │   │   │   └── Issue3881Test.php
│   │           │   │   │   ├── 3881.phpt
│   │           │   │   │   ├── 3889
│   │           │   │   │   │   ├── Issue3889Test.test.php
│   │           │   │   │   │   └── MyIssue3889Test.php
│   │           │   │   │   ├── 3889-2.phpt
│   │           │   │   │   ├── 3889.phpt
│   │           │   │   │   ├── 3904
│   │           │   │   │   │   ├── Issue3904Test.php
│   │           │   │   │   │   ├── Issue3904_2Test.php
│   │           │   │   │   │   └── Issue3904_3Test.php
│   │           │   │   │   ├── 3904.phpt
│   │           │   │   │   ├── 3904_2.phpt
│   │           │   │   │   ├── 3904_3.phpt
│   │           │   │   │   ├── 3983
│   │           │   │   │   │   └── Issue3983Test.php
│   │           │   │   │   ├── 3983-1.phpt
│   │           │   │   │   ├── 3983-2.phpt
│   │           │   │   │   ├── 433
│   │           │   │   │   │   └── Issue433Test.php
│   │           │   │   │   ├── 433.phpt
│   │           │   │   │   ├── 445
│   │           │   │   │   │   └── Issue445Test.php
│   │           │   │   │   ├── 445.phpt
│   │           │   │   │   ├── 498
│   │           │   │   │   │   └── Issue498Test.php
│   │           │   │   │   ├── 498.phpt
│   │           │   │   │   ├── 503
│   │           │   │   │   │   └── Issue503Test.php
│   │           │   │   │   ├── 503.phpt
│   │           │   │   │   ├── 581
│   │           │   │   │   │   └── Issue581Test.php
│   │           │   │   │   ├── 581.phpt
│   │           │   │   │   ├── 74
│   │           │   │   │   │   ├── Issue74Test.php
│   │           │   │   │   │   └── NewException.php
│   │           │   │   │   ├── 74.phpt
│   │           │   │   │   ├── 765
│   │           │   │   │   │   └── Issue765Test.php
│   │           │   │   │   ├── 765.phpt
│   │           │   │   │   ├── 797
│   │           │   │   │   │   ├── Issue797Test.php
│   │           │   │   │   │   └── bootstrap797.php
│   │           │   │   │   ├── 797.phpt
│   │           │   │   │   ├── 863.phpt
│   │           │   │   │   ├── 873
│   │           │   │   │   │   └── Issue873Test.php
│   │           │   │   │   └── 873.phpt
│   │           │   │   └── Trac
│   │           │   │       ├── 1021
│   │           │   │       │   └── Issue1021Test.php
│   │           │   │       ├── 1021.phpt
│   │           │   │       ├── 578
│   │           │   │       │   └── Issue578Test.php
│   │           │   │       ├── 578.phpt
│   │           │   │       ├── 684
│   │           │   │       │   └── Issue684Test.php
│   │           │   │       ├── 684.phpt
│   │           │   │       ├── 783
│   │           │   │       │   ├── ChildSuite.php
│   │           │   │       │   ├── OneTest.php
│   │           │   │       │   ├── ParentSuite.php
│   │           │   │       │   └── TwoTest.php
│   │           │   │       └── 783.phpt
│   │           │   ├── report-tests-performing-assertions-when-annotated-with-does-not-perform-assertions.phpt
│   │           │   ├── report-useless-tests-incomplete.phpt
│   │           │   ├── report-useless-tests-isolation.phpt
│   │           │   ├── report-useless-tests.phpt
│   │           │   ├── requires-skip-code-location-hints.phpt
│   │           │   ├── separate-processes-test.phpt
│   │           │   ├── test-suffix-multiple.phpt
│   │           │   ├── test-suffix-single.phpt
│   │           │   └── version.phpt
│   │           ├── fail
│   │           │   └── fail.phpt
│   │           ├── static-analysis
│   │           │   ├── TestUsingMocks.php
│   │           │   └── happy-path
│   │           │       ├── assert-empty.php
│   │           │       ├── assert-false.php
│   │           │       ├── assert-instance-of.php
│   │           │       ├── assert-is-array.php
│   │           │       ├── assert-is-bool.php
│   │           │       ├── assert-is-callable.php
│   │           │       ├── assert-is-float.php
│   │           │       ├── assert-is-int.php
│   │           │       ├── assert-is-iterable.php
│   │           │       ├── assert-is-not-array.php
│   │           │       ├── assert-is-not-bool.php
│   │           │       ├── assert-is-not-callable.php
│   │           │       ├── assert-is-not-float.php
│   │           │       ├── assert-is-not-int.php
│   │           │       ├── assert-is-not-iterable.php
│   │           │       ├── assert-is-not-numeric.php
│   │           │       ├── assert-is-not-object.php
│   │           │       ├── assert-is-not-resource.php
│   │           │       ├── assert-is-not-scalar.php
│   │           │       ├── assert-is-not-string.php
│   │           │       ├── assert-is-numeric.php
│   │           │       ├── assert-is-object.php
│   │           │       ├── assert-is-resource.php
│   │           │       ├── assert-is-scalar.php
│   │           │       ├── assert-is-string.php
│   │           │       ├── assert-not-empty.php
│   │           │       ├── assert-not-false.php
│   │           │       ├── assert-not-instance-of.php
│   │           │       ├── assert-not-null.php
│   │           │       ├── assert-not-true.php
│   │           │       ├── assert-null.php
│   │           │       ├── assert-same.php
│   │           │       ├── assert-true.php
│   │           │       └── fail.php
│   │           └── unit
│   │               ├── Framework
│   │               │   ├── Assert
│   │               │   │   └── FunctionsTest.php
│   │               │   ├── AssertTest.php
│   │               │   ├── Constraint
│   │               │   │   ├── ArrayHasKeyTest.php
│   │               │   │   ├── ArraySubsetTest.php
│   │               │   │   ├── CallbackTest.php
│   │               │   │   ├── ClassHasAttributeTest.php
│   │               │   │   ├── ClassHasStaticAttributeTest.php
│   │               │   │   ├── ConstraintTestCase.php
│   │               │   │   ├── CountTest.php
│   │               │   │   ├── DirectoryExistsTest.php
│   │               │   │   ├── ExceptionCodeTest.php
│   │               │   │   ├── ExceptionMessageRegExpTest.php
│   │               │   │   ├── ExceptionMessageTest.php
│   │               │   │   ├── ExceptionTest.php
│   │               │   │   ├── FileExistsTest.php
│   │               │   │   ├── GreaterThanTest.php
│   │               │   │   ├── IsEmptyTest.php
│   │               │   │   ├── IsEqualTest.php
│   │               │   │   ├── IsIdenticalTest.php
│   │               │   │   ├── IsInstanceOfTest.php
│   │               │   │   ├── IsJsonTest.php
│   │               │   │   ├── IsNullTest.php
│   │               │   │   ├── IsReadableTest.php
│   │               │   │   ├── IsTypeTest.php
│   │               │   │   ├── IsWritableTest.php
│   │               │   │   ├── JsonMatchesErrorMessageProviderTest.php
│   │               │   │   ├── JsonMatchesTest.php
│   │               │   │   ├── LessThanTest.php
│   │               │   │   ├── LogicalAndTest.php
│   │               │   │   ├── LogicalNotTest.php
│   │               │   │   ├── LogicalOrTest.php
│   │               │   │   ├── LogicalXorTest.php
│   │               │   │   ├── ObjectHasAttributeTest.php
│   │               │   │   ├── RegularExpressionTest.php
│   │               │   │   ├── SameSizeTest.php
│   │               │   │   ├── StringContainsTest.php
│   │               │   │   ├── StringEndsWithTest.php
│   │               │   │   ├── StringMatchesFormatDescriptionTest.php
│   │               │   │   ├── StringStartsWithTest.php
│   │               │   │   └── TraversableContainsTest.php
│   │               │   ├── ConstraintTest.php
│   │               │   ├── Exception
│   │               │   │   ├── ExceptionTest.php
│   │               │   │   └── InvalidArgumentExceptionTest.php
│   │               │   ├── ExceptionWrapperTest.php
│   │               │   ├── IncompleteTestCaseTest.php
│   │               │   ├── MockObject
│   │               │   │   ├── Builder
│   │               │   │   │   └── InvocationMockerTest.php
│   │               │   │   ├── ConfigurableMethodTest.php
│   │               │   │   ├── ConfigurableMethodsTest.php
│   │               │   │   ├── GeneratorTest.php
│   │               │   │   ├── InvocationHandlerTest.php
│   │               │   │   ├── Matcher
│   │               │   │   │   └── ConsecutiveParametersTest.php
│   │               │   │   ├── MatcherTest.php
│   │               │   │   ├── MockBuilderTest.php
│   │               │   │   ├── MockClassTest.php
│   │               │   │   ├── MockMethodTest.php
│   │               │   │   ├── MockObjectTest.php
│   │               │   │   ├── MockTraitTest.php
│   │               │   │   └── ProxyObjectTest.php
│   │               │   ├── SkippedTestCaseTest.php
│   │               │   ├── TestBuilderTest.php
│   │               │   ├── TestCaseTest.php
│   │               │   ├── TestFailureTest.php
│   │               │   ├── TestImplementorTest.php
│   │               │   ├── TestListenerTest.php
│   │               │   ├── TestSuiteIteratorTest.php
│   │               │   └── TestSuiteTest.php
│   │               ├── Runner
│   │               │   ├── DefaultTestResultCacheTest.php
│   │               │   ├── Filter
│   │               │   │   └── NameFilterIteratorTest.php
│   │               │   ├── NullTestResultCacheTest.php
│   │               │   ├── PhptTestCaseTest.php
│   │               │   ├── ResultCacheExtensionTest.php
│   │               │   ├── TestResultCacheTest.php
│   │               │   └── TestSuiteSorterTest.php
│   │               └── Util
│   │                   ├── Annotation
│   │                   │   └── RegistryTest.php
│   │                   ├── ColorTest.php
│   │                   ├── ConfigurationGeneratorTest.php
│   │                   ├── ConfigurationTest.php
│   │                   ├── GetoptTest.php
│   │                   ├── GlobalStateTest.php
│   │                   ├── JsonTest.php
│   │                   ├── PHP
│   │                   │   └── AbstractPhpProcessTest.php
│   │                   ├── RegularExpressionTest.php
│   │                   ├── TestClassTest.php
│   │                   ├── TestDox
│   │                   │   ├── CliTestDoxPrinterColorTest.php
│   │                   │   ├── CliTestDoxPrinterTest.php
│   │                   │   └── NamePrettifierTest.php
│   │                   ├── XDebugFilterScriptGeneratorTest.php
│   │                   └── XmlTest.php
│   ├── psr
│   │   ├── cache
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE.txt
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── CacheException.php
│   │   │       ├── CacheItemInterface.php
│   │   │       ├── CacheItemPoolInterface.php
│   │   │       └── InvalidArgumentException.php
│   │   ├── container
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── ContainerExceptionInterface.php
│   │   │       ├── ContainerInterface.php
│   │   │       └── NotFoundExceptionInterface.php
│   │   ├── http-client
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── ClientExceptionInterface.php
│   │   │       ├── ClientInterface.php
│   │   │       ├── NetworkExceptionInterface.php
│   │   │       └── RequestExceptionInterface.php
│   │   ├── http-factory
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── RequestFactoryInterface.php
│   │   │       ├── ResponseFactoryInterface.php
│   │   │       ├── ServerRequestFactoryInterface.php
│   │   │       ├── StreamFactoryInterface.php
│   │   │       ├── UploadedFileFactoryInterface.php
│   │   │       └── UriFactoryInterface.php
│   │   ├── http-message
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── MessageInterface.php
│   │   │       ├── RequestInterface.php
│   │   │       ├── ResponseInterface.php
│   │   │       ├── ServerRequestInterface.php
│   │   │       ├── StreamInterface.php
│   │   │       ├── UploadedFileInterface.php
│   │   │       └── UriInterface.php
│   │   ├── log
│   │   │   ├── LICENSE
│   │   │   ├── Psr
│   │   │   │   └── Log
│   │   │   │       ├── AbstractLogger.php
│   │   │   │       ├── InvalidArgumentException.php
│   │   │   │       ├── LogLevel.php
│   │   │   │       ├── LoggerAwareInterface.php
│   │   │   │       ├── LoggerAwareTrait.php
│   │   │   │       ├── LoggerInterface.php
│   │   │   │       ├── LoggerTrait.php
│   │   │   │       ├── NullLogger.php
│   │   │   │       └── Test
│   │   │   │           ├── DummyTest.php
│   │   │   │           ├── LoggerInterfaceTest.php
│   │   │   │           └── TestLogger.php
│   │   │   ├── README.md
│   │   │   └── composer.json
│   │   └── simple-cache
│   │       ├── LICENSE.md
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           ├── CacheException.php
│   │           ├── CacheInterface.php
│   │           └── InvalidArgumentException.php
│   ├── ralouphie
│   │   └── getallheaders
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           └── getallheaders.php
│   ├── sebastian
│   │   ├── code-unit-reverse-lookup
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   └── Wizard.php
│   │   │   └── tests
│   │   │       └── WizardTest.php
│   │   ├── comparator
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── ArrayComparator.php
│   │   │   │   ├── Comparator.php
│   │   │   │   ├── ComparisonFailure.php
│   │   │   │   ├── DOMNodeComparator.php
│   │   │   │   ├── DateTimeComparator.php
│   │   │   │   ├── DoubleComparator.php
│   │   │   │   ├── ExceptionComparator.php
│   │   │   │   ├── Factory.php
│   │   │   │   ├── MockObjectComparator.php
│   │   │   │   ├── NumericComparator.php
│   │   │   │   ├── ObjectComparator.php
│   │   │   │   ├── ResourceComparator.php
│   │   │   │   ├── ScalarComparator.php
│   │   │   │   ├── SplObjectStorageComparator.php
│   │   │   │   └── TypeComparator.php
│   │   │   └── tests
│   │   │       ├── ArrayComparatorTest.php
│   │   │       ├── ComparisonFailureTest.php
│   │   │       ├── DOMNodeComparatorTest.php
│   │   │       ├── DateTimeComparatorTest.php
│   │   │       ├── DoubleComparatorTest.php
│   │   │       ├── ExceptionComparatorTest.php
│   │   │       ├── FactoryTest.php
│   │   │       ├── MockObjectComparatorTest.php
│   │   │       ├── NumericComparatorTest.php
│   │   │       ├── ObjectComparatorTest.php
│   │   │       ├── ResourceComparatorTest.php
│   │   │       ├── ScalarComparatorTest.php
│   │   │       ├── SplObjectStorageComparatorTest.php
│   │   │       ├── TypeComparatorTest.php
│   │   │       └── _fixture
│   │   │           ├── Author.php
│   │   │           ├── Book.php
│   │   │           ├── ClassWithToString.php
│   │   │           ├── SampleClass.php
│   │   │           ├── Struct.php
│   │   │           ├── TestClass.php
│   │   │           └── TestClassComparator.php
│   │   ├── diff
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Chunk.php
│   │   │   │   ├── Diff.php
│   │   │   │   ├── Differ.php
│   │   │   │   ├── Exception
│   │   │   │   │   ├── ConfigurationException.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   └── InvalidArgumentException.php
│   │   │   │   ├── Line.php
│   │   │   │   ├── LongestCommonSubsequenceCalculator.php
│   │   │   │   ├── MemoryEfficientLongestCommonSubsequenceCalculator.php
│   │   │   │   ├── Output
│   │   │   │   │   ├── AbstractChunkOutputBuilder.php
│   │   │   │   │   ├── DiffOnlyOutputBuilder.php
│   │   │   │   │   ├── DiffOutputBuilderInterface.php
│   │   │   │   │   ├── StrictUnifiedDiffOutputBuilder.php
│   │   │   │   │   └── UnifiedDiffOutputBuilder.php
│   │   │   │   ├── Parser.php
│   │   │   │   └── TimeEfficientLongestCommonSubsequenceCalculator.php
│   │   │   └── tests
│   │   │       ├── ChunkTest.php
│   │   │       ├── DiffTest.php
│   │   │       ├── DifferTest.php
│   │   │       ├── Exception
│   │   │       │   ├── ConfigurationExceptionTest.php
│   │   │       │   └── InvalidArgumentExceptionTest.php
│   │   │       ├── LineTest.php
│   │   │       ├── LongestCommonSubsequenceTest.php
│   │   │       ├── MemoryEfficientImplementationTest.php
│   │   │       ├── Output
│   │   │       │   ├── AbstractChunkOutputBuilderTest.php
│   │   │       │   ├── DiffOnlyOutputBuilderTest.php
│   │   │       │   ├── Integration
│   │   │       │   │   ├── StrictUnifiedDiffOutputBuilderIntegrationTest.php
│   │   │       │   │   └── UnifiedDiffOutputBuilderIntegrationTest.php
│   │   │       │   ├── StrictUnifiedDiffOutputBuilderDataProvider.php
│   │   │       │   ├── StrictUnifiedDiffOutputBuilderTest.php
│   │   │       │   ├── UnifiedDiffOutputBuilderDataProvider.php
│   │   │       │   └── UnifiedDiffOutputBuilderTest.php
│   │   │       ├── ParserTest.php
│   │   │       ├── TimeEfficientImplementationTest.php
│   │   │       ├── Utils
│   │   │       │   ├── FileUtils.php
│   │   │       │   ├── UnifiedDiffAssertTrait.php
│   │   │       │   ├── UnifiedDiffAssertTraitIntegrationTest.php
│   │   │       │   └── UnifiedDiffAssertTraitTest.php
│   │   │       └── fixtures
│   │   │           ├── UnifiedDiffAssertTraitIntegrationTest
│   │   │           │   ├── 1_a.txt
│   │   │           │   ├── 1_b.txt
│   │   │           │   ├── 2_a.txt
│   │   │           │   └── 2_b.txt
│   │   │           ├── out
│   │   │           ├── patch.txt
│   │   │           ├── patch2.txt
│   │   │           └── serialized_diff.bin
│   │   ├── environment
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Console.php
│   │   │   │   ├── OperatingSystem.php
│   │   │   │   └── Runtime.php
│   │   │   └── tests
│   │   │       ├── ConsoleTest.php
│   │   │       ├── OperatingSystemTest.php
│   │   │       └── RuntimeTest.php
│   │   ├── exporter
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   └── Exporter.php
│   │   │   └── tests
│   │   │       └── ExporterTest.php
│   │   ├── global-state
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Blacklist.php
│   │   │   │   ├── CodeExporter.php
│   │   │   │   ├── Restorer.php
│   │   │   │   ├── Snapshot.php
│   │   │   │   └── exceptions
│   │   │   │       ├── Exception.php
│   │   │   │       └── RuntimeException.php
│   │   │   └── tests
│   │   │       ├── BlacklistTest.php
│   │   │       ├── CodeExporterTest.php
│   │   │       ├── RestorerTest.php
│   │   │       ├── SnapshotTest.php
│   │   │       └── _fixture
│   │   │           ├── BlacklistedChildClass.php
│   │   │           ├── BlacklistedClass.php
│   │   │           ├── BlacklistedImplementor.php
│   │   │           ├── BlacklistedInterface.php
│   │   │           ├── SnapshotClass.php
│   │   │           ├── SnapshotDomDocument.php
│   │   │           ├── SnapshotFunctions.php
│   │   │           └── SnapshotTrait.php
│   │   ├── object-enumerator
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Enumerator.php
│   │   │   │   ├── Exception.php
│   │   │   │   └── InvalidArgumentException.php
│   │   │   └── tests
│   │   │       ├── EnumeratorTest.php
│   │   │       └── _fixture
│   │   │           └── ExceptionThrower.php
│   │   ├── object-reflector
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Exception.php
│   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   └── ObjectReflector.php
│   │   │   └── tests
│   │   │       ├── ObjectReflectorTest.php
│   │   │       └── _fixture
│   │   │           ├── ChildClass.php
│   │   │           ├── ClassWithIntegerAttributeName.php
│   │   │           └── ParentClass.php
│   │   ├── recursion-context
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phpunit.xml
│   │   │   ├── src
│   │   │   │   ├── Context.php
│   │   │   │   ├── Exception.php
│   │   │   │   └── InvalidArgumentException.php
│   │   │   └── tests
│   │   │       └── ContextTest.php
│   │   ├── resource-operations
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build
│   │   │   │   └── generate.php
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── src
│   │   │   │   └── ResourceOperations.php
│   │   │   └── tests
│   │   │       └── ResourceOperationsTest.php
│   │   ├── type
│   │   │   ├── ChangeLog.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── build.xml
│   │   │   ├── composer.json
│   │   │   ├── phive.xml
│   │   │   ├── phpunit.xml
│   │   │   ├── psalm.xml
│   │   │   ├── src
│   │   │   │   ├── CallableType.php
│   │   │   │   ├── GenericObjectType.php
│   │   │   │   ├── IterableType.php
│   │   │   │   ├── NullType.php
│   │   │   │   ├── ObjectType.php
│   │   │   │   ├── SimpleType.php
│   │   │   │   ├── Type.php
│   │   │   │   ├── TypeName.php
│   │   │   │   ├── UnknownType.php
│   │   │   │   ├── VoidType.php
│   │   │   │   └── exception
│   │   │   │       ├── Exception.php
│   │   │   │       └── RuntimeException.php
│   │   │   └── tests
│   │   │       ├── _fixture
│   │   │       │   ├── ChildClass.php
│   │   │       │   ├── ClassWithCallbackMethods.php
│   │   │       │   ├── ClassWithInvokeMethod.php
│   │   │       │   ├── Iterator.php
│   │   │       │   ├── ParentClass.php
│   │   │       │   └── callback_function.php
│   │   │       └── unit
│   │   │           ├── CallableTypeTest.php
│   │   │           ├── GenericObjectTypeTest.php
│   │   │           ├── IterableTypeTest.php
│   │   │           ├── NullTypeTest.php
│   │   │           ├── ObjectTypeTest.php
│   │   │           ├── SimpleTypeTest.php
│   │   │           ├── TypeNameTest.php
│   │   │           ├── TypeTest.php
│   │   │           ├── UnknownTypeTest.php
│   │   │           └── VoidTypeTest.php
│   │   └── version
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           └── Version.php
│   ├── services.php
│   ├── symfony
│   │   ├── polyfill-ctype
│   │   │   ├── Ctype.php
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-intl-idn
│   │   │   ├── Idn.php
│   │   │   ├── Info.php
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── Resources
│   │   │   │   └── unidata
│   │   │   │       ├── DisallowedRanges.php
│   │   │   │       ├── Regex.php
│   │   │   │       ├── deviation.php
│   │   │   │       ├── disallowed.php
│   │   │   │       ├── disallowed_STD3_mapped.php
│   │   │   │       ├── disallowed_STD3_valid.php
│   │   │   │       ├── ignored.php
│   │   │   │       ├── mapped.php
│   │   │   │       └── virama.php
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-intl-normalizer
│   │   │   ├── LICENSE
│   │   │   ├── Normalizer.php
│   │   │   ├── README.md
│   │   │   ├── Resources
│   │   │   │   ├── stubs
│   │   │   │   │   └── Normalizer.php
│   │   │   │   └── unidata
│   │   │   │       ├── canonicalComposition.php
│   │   │   │       ├── canonicalDecomposition.php
│   │   │   │       ├── combiningClass.php
│   │   │   │       └── compatibilityDecomposition.php
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-mbstring
│   │   │   ├── LICENSE
│   │   │   ├── Mbstring.php
│   │   │   ├── README.md
│   │   │   ├── Resources
│   │   │   │   └── unidata
│   │   │   │       ├── lowerCase.php
│   │   │   │       ├── titleCaseRegexp.php
│   │   │   │       └── upperCase.php
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-php70
│   │   │   ├── LICENSE
│   │   │   ├── Php70.php
│   │   │   ├── README.md
│   │   │   ├── Resources
│   │   │   │   └── stubs
│   │   │   │       ├── ArithmeticError.php
│   │   │   │       ├── AssertionError.php
│   │   │   │       ├── DivisionByZeroError.php
│   │   │   │       ├── Error.php
│   │   │   │       ├── ParseError.php
│   │   │   │       ├── SessionUpdateTimestampHandlerInterface.php
│   │   │   │       └── TypeError.php
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-php72
│   │   │   ├── LICENSE
│   │   │   ├── Php72.php
│   │   │   ├── README.md
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   ├── polyfill-php80
│   │   │   ├── LICENSE
│   │   │   ├── Php80.php
│   │   │   ├── README.md
│   │   │   ├── Resources
│   │   │   │   └── stubs
│   │   │   │       ├── Stringable.php
│   │   │   │       ├── UnhandledMatchError.php
│   │   │   │       └── ValueError.php
│   │   │   ├── bootstrap.php
│   │   │   └── composer.json
│   │   └── var-dumper
│   │       ├── CHANGELOG.md
│   │       ├── Caster
│   │       │   ├── AmqpCaster.php
│   │       │   ├── ArgsStub.php
│   │       │   ├── Caster.php
│   │       │   ├── ClassStub.php
│   │       │   ├── ConstStub.php
│   │       │   ├── CutArrayStub.php
│   │       │   ├── CutStub.php
│   │       │   ├── DOMCaster.php
│   │       │   ├── DateCaster.php
│   │       │   ├── DoctrineCaster.php
│   │       │   ├── DsCaster.php
│   │       │   ├── DsPairStub.php
│   │       │   ├── EnumStub.php
│   │       │   ├── ExceptionCaster.php
│   │       │   ├── FrameStub.php
│   │       │   ├── GmpCaster.php
│   │       │   ├── ImagineCaster.php
│   │       │   ├── ImgStub.php
│   │       │   ├── IntlCaster.php
│   │       │   ├── LinkStub.php
│   │       │   ├── MemcachedCaster.php
│   │       │   ├── PdoCaster.php
│   │       │   ├── PgSqlCaster.php
│   │       │   ├── ProxyManagerCaster.php
│   │       │   ├── RedisCaster.php
│   │       │   ├── ReflectionCaster.php
│   │       │   ├── ResourceCaster.php
│   │       │   ├── SplCaster.php
│   │       │   ├── StubCaster.php
│   │       │   ├── SymfonyCaster.php
│   │       │   ├── TraceStub.php
│   │       │   ├── UuidCaster.php
│   │       │   ├── XmlReaderCaster.php
│   │       │   └── XmlResourceCaster.php
│   │       ├── Cloner
│   │       │   ├── AbstractCloner.php
│   │       │   ├── ClonerInterface.php
│   │       │   ├── Cursor.php
│   │       │   ├── Data.php
│   │       │   ├── DumperInterface.php
│   │       │   ├── Stub.php
│   │       │   └── VarCloner.php
│   │       ├── Command
│   │       │   ├── Descriptor
│   │       │   │   ├── CliDescriptor.php
│   │       │   │   ├── DumpDescriptorInterface.php
│   │       │   │   └── HtmlDescriptor.php
│   │       │   └── ServerDumpCommand.php
│   │       ├── Dumper
│   │       │   ├── AbstractDumper.php
│   │       │   ├── CliDumper.php
│   │       │   ├── ContextProvider
│   │       │   │   ├── CliContextProvider.php
│   │       │   │   ├── ContextProviderInterface.php
│   │       │   │   ├── RequestContextProvider.php
│   │       │   │   └── SourceContextProvider.php
│   │       │   ├── ContextualizedDumper.php
│   │       │   ├── DataDumperInterface.php
│   │       │   ├── HtmlDumper.php
│   │       │   └── ServerDumper.php
│   │       ├── Exception
│   │       │   └── ThrowingCasterException.php
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── Resources
│   │       │   ├── bin
│   │       │   │   └── var-dump-server
│   │       │   ├── css
│   │       │   │   └── htmlDescriptor.css
│   │       │   ├── functions
│   │       │   │   └── dump.php
│   │       │   └── js
│   │       │       └── htmlDescriptor.js
│   │       ├── Server
│   │       │   ├── Connection.php
│   │       │   └── DumpServer.php
│   │       ├── Test
│   │       │   └── VarDumperTestTrait.php
│   │       ├── VarDumper.php
│   │       └── composer.json
│   ├── theseer
│   │   └── tokenizer
│   │       ├── CHANGELOG.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           ├── Exception.php
│   │           ├── NamespaceUri.php
│   │           ├── NamespaceUriException.php
│   │           ├── Token.php
│   │           ├── TokenCollection.php
│   │           ├── TokenCollectionException.php
│   │           ├── Tokenizer.php
│   │           └── XMLSerializer.php
│   ├── topthink
│   │   ├── framework
│   │   │   ├── CONTRIBUTING.md
│   │   │   ├── LICENSE.txt
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   ├── logo.png
│   │   │   ├── phpunit.xml.dist
│   │   │   ├── src
│   │   │   │   ├── helper.php
│   │   │   │   ├── lang
│   │   │   │   │   └── zh-cn.php
│   │   │   │   ├── think
│   │   │   │   │   ├── App.php
│   │   │   │   │   ├── Cache.php
│   │   │   │   │   ├── Config.php
│   │   │   │   │   ├── Console.php
│   │   │   │   │   ├── Container.php
│   │   │   │   │   ├── Cookie.php
│   │   │   │   │   ├── Db.php
│   │   │   │   │   ├── Env.php
│   │   │   │   │   ├── Event.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── Facade.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Filesystem.php
│   │   │   │   │   ├── Http.php
│   │   │   │   │   ├── Lang.php
│   │   │   │   │   ├── Log.php
│   │   │   │   │   ├── Manager.php
│   │   │   │   │   ├── Middleware.php
│   │   │   │   │   ├── Pipeline.php
│   │   │   │   │   ├── Request.php
│   │   │   │   │   ├── Response.php
│   │   │   │   │   ├── Route.php
│   │   │   │   │   ├── Service.php
│   │   │   │   │   ├── Session.php
│   │   │   │   │   ├── Validate.php
│   │   │   │   │   ├── View.php
│   │   │   │   │   ├── cache
│   │   │   │   │   │   ├── Driver.php
│   │   │   │   │   │   ├── TagSet.php
│   │   │   │   │   │   └── driver
│   │   │   │   │   │       ├── File.php
│   │   │   │   │   │       ├── Memcache.php
│   │   │   │   │   │       ├── Memcached.php
│   │   │   │   │   │       ├── Redis.php
│   │   │   │   │   │       └── Wincache.php
│   │   │   │   │   ├── console
│   │   │   │   │   │   ├── Command.php
│   │   │   │   │   │   ├── Input.php
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── Output.php
│   │   │   │   │   │   ├── Table.php
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── hiddeninput.exe
│   │   │   │   │   │   ├── command
│   │   │   │   │   │   │   ├── Clear.php
│   │   │   │   │   │   │   ├── Help.php
│   │   │   │   │   │   │   ├── Lists.php
│   │   │   │   │   │   │   ├── Make.php
│   │   │   │   │   │   │   ├── RouteList.php
│   │   │   │   │   │   │   ├── RunServer.php
│   │   │   │   │   │   │   ├── ServiceDiscover.php
│   │   │   │   │   │   │   ├── VendorPublish.php
│   │   │   │   │   │   │   ├── Version.php
│   │   │   │   │   │   │   ├── make
│   │   │   │   │   │   │   │   ├── Command.php
│   │   │   │   │   │   │   │   ├── Controller.php
│   │   │   │   │   │   │   │   ├── Event.php
│   │   │   │   │   │   │   │   ├── Listener.php
│   │   │   │   │   │   │   │   ├── Middleware.php
│   │   │   │   │   │   │   │   ├── Model.php
│   │   │   │   │   │   │   │   ├── Service.php
│   │   │   │   │   │   │   │   ├── Subscribe.php
│   │   │   │   │   │   │   │   ├── Validate.php
│   │   │   │   │   │   │   │   └── stubs
│   │   │   │   │   │   │   │       ├── command.stub
│   │   │   │   │   │   │   │       ├── controller.api.stub
│   │   │   │   │   │   │   │       ├── controller.plain.stub
│   │   │   │   │   │   │   │       ├── controller.stub
│   │   │   │   │   │   │   │       ├── event.stub
│   │   │   │   │   │   │   │       ├── listener.stub
│   │   │   │   │   │   │   │       ├── middleware.stub
│   │   │   │   │   │   │   │       ├── model.stub
│   │   │   │   │   │   │   │       ├── service.stub
│   │   │   │   │   │   │   │       ├── subscribe.stub
│   │   │   │   │   │   │   │       └── validate.stub
│   │   │   │   │   │   │   └── optimize
│   │   │   │   │   │   │       ├── Route.php
│   │   │   │   │   │   │       └── Schema.php
│   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   ├── Argument.php
│   │   │   │   │   │   │   ├── Definition.php
│   │   │   │   │   │   │   └── Option.php
│   │   │   │   │   │   └── output
│   │   │   │   │   │       ├── Ask.php
│   │   │   │   │   │       ├── Descriptor.php
│   │   │   │   │   │       ├── Formatter.php
│   │   │   │   │   │       ├── Question.php
│   │   │   │   │   │       ├── descriptor
│   │   │   │   │   │       │   └── Console.php
│   │   │   │   │   │       ├── driver
│   │   │   │   │   │       │   ├── Buffer.php
│   │   │   │   │   │       │   ├── Console.php
│   │   │   │   │   │       │   └── Nothing.php
│   │   │   │   │   │       ├── formatter
│   │   │   │   │   │       │   ├── Stack.php
│   │   │   │   │   │       │   └── Style.php
│   │   │   │   │   │       └── question
│   │   │   │   │   │           ├── Choice.php
│   │   │   │   │   │           └── Confirmation.php
│   │   │   │   │   ├── contract
│   │   │   │   │   │   ├── CacheHandlerInterface.php
│   │   │   │   │   │   ├── LogHandlerInterface.php
│   │   │   │   │   │   ├── ModelRelationInterface.php
│   │   │   │   │   │   ├── SessionHandlerInterface.php
│   │   │   │   │   │   └── TemplateHandlerInterface.php
│   │   │   │   │   ├── event
│   │   │   │   │   │   ├── AppInit.php
│   │   │   │   │   │   ├── HttpEnd.php
│   │   │   │   │   │   ├── HttpRun.php
│   │   │   │   │   │   ├── LogWrite.php
│   │   │   │   │   │   └── RouteLoaded.php
│   │   │   │   │   ├── exception
│   │   │   │   │   │   ├── ClassNotFoundException.php
│   │   │   │   │   │   ├── ErrorException.php
│   │   │   │   │   │   ├── FileException.php
│   │   │   │   │   │   ├── FuncNotFoundException.php
│   │   │   │   │   │   ├── Handle.php
│   │   │   │   │   │   ├── HttpException.php
│   │   │   │   │   │   ├── HttpResponseException.php
│   │   │   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   │   │   ├── RouteNotFoundException.php
│   │   │   │   │   │   └── ValidateException.php
│   │   │   │   │   ├── facade
│   │   │   │   │   │   ├── App.php
│   │   │   │   │   │   ├── Cache.php
│   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   ├── Console.php
│   │   │   │   │   │   ├── Cookie.php
│   │   │   │   │   │   ├── Env.php
│   │   │   │   │   │   ├── Event.php
│   │   │   │   │   │   ├── Filesystem.php
│   │   │   │   │   │   ├── Lang.php
│   │   │   │   │   │   ├── Log.php
│   │   │   │   │   │   ├── Middleware.php
│   │   │   │   │   │   ├── Request.php
│   │   │   │   │   │   ├── Route.php
│   │   │   │   │   │   ├── Session.php
│   │   │   │   │   │   ├── Validate.php
│   │   │   │   │   │   └── View.php
│   │   │   │   │   ├── file
│   │   │   │   │   │   └── UploadedFile.php
│   │   │   │   │   ├── filesystem
│   │   │   │   │   │   ├── CacheStore.php
│   │   │   │   │   │   ├── Driver.php
│   │   │   │   │   │   └── driver
│   │   │   │   │   │       └── Local.php
│   │   │   │   │   ├── initializer
│   │   │   │   │   │   ├── BootService.php
│   │   │   │   │   │   ├── Error.php
│   │   │   │   │   │   └── RegisterService.php
│   │   │   │   │   ├── log
│   │   │   │   │   │   ├── Channel.php
│   │   │   │   │   │   ├── ChannelSet.php
│   │   │   │   │   │   └── driver
│   │   │   │   │   │       ├── File.php
│   │   │   │   │   │       └── Socket.php
│   │   │   │   │   ├── middleware
│   │   │   │   │   │   ├── AllowCrossDomain.php
│   │   │   │   │   │   ├── CheckRequestCache.php
│   │   │   │   │   │   ├── FormTokenCheck.php
│   │   │   │   │   │   ├── LoadLangPack.php
│   │   │   │   │   │   └── SessionInit.php
│   │   │   │   │   ├── response
│   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   ├── Html.php
│   │   │   │   │   │   ├── Json.php
│   │   │   │   │   │   ├── Jsonp.php
│   │   │   │   │   │   ├── Redirect.php
│   │   │   │   │   │   ├── View.php
│   │   │   │   │   │   └── Xml.php
│   │   │   │   │   ├── route
│   │   │   │   │   │   ├── Dispatch.php
│   │   │   │   │   │   ├── Domain.php
│   │   │   │   │   │   ├── Resource.php
│   │   │   │   │   │   ├── Rule.php
│   │   │   │   │   │   ├── RuleGroup.php
│   │   │   │   │   │   ├── RuleItem.php
│   │   │   │   │   │   ├── RuleName.php
│   │   │   │   │   │   ├── Url.php
│   │   │   │   │   │   └── dispatch
│   │   │   │   │   │       ├── Callback.php
│   │   │   │   │   │       ├── Controller.php
│   │   │   │   │   │       └── Url.php
│   │   │   │   │   ├── service
│   │   │   │   │   │   ├── ModelService.php
│   │   │   │   │   │   ├── PaginatorService.php
│   │   │   │   │   │   └── ValidateService.php
│   │   │   │   │   ├── session
│   │   │   │   │   │   ├── Store.php
│   │   │   │   │   │   └── driver
│   │   │   │   │   │       ├── Cache.php
│   │   │   │   │   │       └── File.php
│   │   │   │   │   ├── validate
│   │   │   │   │   │   └── ValidateRule.php
│   │   │   │   │   └── view
│   │   │   │   │       └── driver
│   │   │   │   │           └── Php.php
│   │   │   │   └── tpl
│   │   │   │       └── think_exception.tpl
│   │   │   └── tests
│   │   │       ├── AppTest.php
│   │   │       ├── CacheTest.php
│   │   │       ├── ConfigTest.php
│   │   │       ├── ContainerTest.php
│   │   │       ├── DbTest.php
│   │   │       ├── EnvTest.php
│   │   │       ├── EventTest.php
│   │   │       ├── FilesystemTest.php
│   │   │       ├── HttpTest.php
│   │   │       ├── InteractsWithApp.php
│   │   │       ├── LogTest.php
│   │   │       ├── MiddlewareTest.php
│   │   │       ├── RouteTest.php
│   │   │       ├── SessionTest.php
│   │   │       ├── ViewTest.php
│   │   │       └── bootstrap.php
│   │   ├── think-helper
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── Collection.php
│   │   │       ├── contract
│   │   │       │   ├── Arrayable.php
│   │   │       │   └── Jsonable.php
│   │   │       ├── helper
│   │   │       │   ├── Arr.php
│   │   │       │   └── Str.php
│   │   │       └── helper.php
│   │   ├── think-multi-app
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── MultiApp.php
│   │   │       ├── Service.php
│   │   │       ├── Url.php
│   │   │       └── command
│   │   │           ├── Build.php
│   │   │           ├── Clear.php
│   │   │           └── stubs
│   │   │               └── controller.stub
│   │   ├── think-orm
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── composer.json
│   │   │   └── src
│   │   │       ├── DbManager.php
│   │   │       ├── Model.php
│   │   │       ├── Paginator.php
│   │   │       ├── db
│   │   │       │   ├── BaseQuery.php
│   │   │       │   ├── Builder.php
│   │   │       │   ├── CacheItem.php
│   │   │       │   ├── Connection.php
│   │   │       │   ├── ConnectionInterface.php
│   │   │       │   ├── Fetch.php
│   │   │       │   ├── Mongo.php
│   │   │       │   ├── PDOConnection.php
│   │   │       │   ├── Query.php
│   │   │       │   ├── Raw.php
│   │   │       │   ├── Where.php
│   │   │       │   ├── builder
│   │   │       │   │   ├── Mongo.php
│   │   │       │   │   ├── Mysql.php
│   │   │       │   │   ├── Oracle.php
│   │   │       │   │   ├── Pgsql.php
│   │   │       │   │   ├── Sqlite.php
│   │   │       │   │   └── Sqlsrv.php
│   │   │       │   ├── concern
│   │   │       │   │   ├── AggregateQuery.php
│   │   │       │   │   ├── JoinAndViewQuery.php
│   │   │       │   │   ├── ModelRelationQuery.php
│   │   │       │   │   ├── ParamsBind.php
│   │   │       │   │   ├── ResultOperation.php
│   │   │       │   │   ├── TableFieldInfo.php
│   │   │       │   │   ├── TimeFieldQuery.php
│   │   │       │   │   ├── Transaction.php
│   │   │       │   │   └── WhereQuery.php
│   │   │       │   ├── connector
│   │   │       │   │   ├── Mongo.php
│   │   │       │   │   ├── Mysql.php
│   │   │       │   │   ├── Oracle.php
│   │   │       │   │   ├── Pgsql.php
│   │   │       │   │   ├── Sqlite.php
│   │   │       │   │   ├── Sqlsrv.php
│   │   │       │   │   └── pgsql.sql
│   │   │       │   └── exception
│   │   │       │       ├── BindParamException.php
│   │   │       │       ├── DataNotFoundException.php
│   │   │       │       ├── DbException.php
│   │   │       │       ├── InvalidArgumentException.php
│   │   │       │       ├── ModelEventException.php
│   │   │       │       ├── ModelNotFoundException.php
│   │   │       │       └── PDOException.php
│   │   │       ├── facade
│   │   │       │   └── Db.php
│   │   │       ├── model
│   │   │       │   ├── Collection.php
│   │   │       │   ├── Pivot.php
│   │   │       │   ├── Relation.php
│   │   │       │   ├── concern
│   │   │       │   │   ├── Attribute.php
│   │   │       │   │   ├── Conversion.php
│   │   │       │   │   ├── ModelEvent.php
│   │   │       │   │   ├── OptimLock.php
│   │   │       │   │   ├── RelationShip.php
│   │   │       │   │   ├── SoftDelete.php
│   │   │       │   │   └── TimeStamp.php
│   │   │       │   └── relation
│   │   │       │       ├── BelongsTo.php
│   │   │       │       ├── BelongsToMany.php
│   │   │       │       ├── HasMany.php
│   │   │       │       ├── HasManyThrough.php
│   │   │       │       ├── HasOne.php
│   │   │       │       ├── HasOneThrough.php
│   │   │       │       ├── MorphMany.php
│   │   │       │       ├── MorphOne.php
│   │   │       │       ├── MorphTo.php
│   │   │       │       ├── MorphToMany.php
│   │   │       │       └── OneToOne.php
│   │   │       └── paginator
│   │   │           └── driver
│   │   │               └── Bootstrap.php
│   │   └── think-trace
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── composer.json
│   │       └── src
│   │           ├── Console.php
│   │           ├── Html.php
│   │           ├── Service.php
│   │           ├── TraceDebug.php
│   │           ├── config.php
│   │           └── tpl
│   │               └── page_trace.tpl
│   └── webmozart
│       └── assert
│           ├── CHANGELOG.md
│           ├── LICENSE
│           ├── README.md
│           ├── composer.json
│           ├── psalm.xml
│           └── src
│               ├── Assert.php
│               └── Mixin.php
├── 说明.htm
├── 安装文档.docx
└── 在线考试系统.zip

589 directories, 3089 files


实例下载地址

在线考试系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 分威风 发表于: 2022-04-26 14:24 12
用不了,直接报错

支持(0) 盖楼(回复)

第 2 楼 mtjwml 发表于: 2022-05-26 14:49 32
我也试了,不能正常启动,提示503错误,是不是网站配置不对啊?

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有2条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警