| .editorconfig | .env | .env.example | .gitattributes | .gitignore | artisan | composer.json | composer.lock | package.json | phpunit.xml | README.md | server.php | tree.txt | webpack.mix.js | yarn.lock | +---app | | Category.php | | Item.php | | Role.php | | Tag.php | | User.php | | | +---Console | | Kernel.php | | | +---Exceptions | | Handler.php | | | +---Http | | | Kernel.php | | | | | +---Controllers | | | | CategoryController.php | | | | ComponentPagesController.php | | | | Controller.php | | | | ExamplePagesController.php | | | | FormPagesController.php | | | | HomeController.php | | | | ItemController.php | | | | MapPagesController.php | | | | ProfileController.php | | | | RoleController.php | | | | TablePagesController.php | | | | TagController.php | | | | UserController.php | | | | | | | \---Auth | | | ForgotPasswordController.php | | | LoginController.php | | | RegisterController.php | | | ResetPasswordController.php | | | VerificationController.php | | | | | +---Middleware | | | Authenticate.php | | | CheckForMaintenanceMode.php | | | EncryptCookies.php | | | RedirectIfAuthenticated.php | | | TrimStrings.php | | | TrustProxies.php | | | VerifyCsrfToken.php | | | | | \---Requests | | CategoryRequest.php | | ItemRequest.php | | PasswordRequest.php | | ProfileRequest.php | | RoleRequest.php | | TagRequest.php | | UserRequest.php | | | +---Observers | | ItemObserver.php | | UserObserver.php | | | +---Policies | | CategoryPolicy.php | | ItemPolicy.php | | RolePolicy.php | | TagPolicy.php | | UserPolicy.php | | | +---Providers | | AppServiceProvider.php | | AuthServiceProvider.php | | BroadcastServiceProvider.php | | EventServiceProvider.php | | RouteServiceProvider.php | | | \---Rules | CurrentPasswordCheckRule.php | +---bootstrap | | app.php | | | \---cache | .gitignore | packages.php | services.php | +---config | app.php | auth.php | broadcasting.php | cache.php | database.php | filesystems.php | hashing.php | items.php | logging.php | mail.php | queue.php | services.php | session.php | view.php | +---database | | .gitignore | | | +---factories | | UserFactory.php | | | +---migrations | | 2014_10_12_100000_create_password_resets_table.php | | 2019_01_15_100000_create_roles_table.php | | 2019_01_15_110000_create_users_table.php | | 2019_01_17_121504_create_categories_table.php | | 2019_01_21_130422_create_tags_table.php | | 2019_01_21_163402_create_items_table.php | | 2019_01_21_163414_create_item_tag_table.php | | 2019_03_06_132557_add_photo_column_to_users_table.php | | 2019_03_06_143255_add_fields_to_items_table.php | | 2019_03_20_090438_add_color_tags_table.php | | | \---seeds | CategoriesTableSeeder.php | DatabaseSeeder.php | ItemsTableSeeder.php | RolesTableSeeder.php | TagsTableSeeder.php | UsersTableSeeder.php | +---public | | .htaccess | | favicon.ico | | index.php | | robots.txt | | | +---css | | app.css | | | +---js | | app.js | | | +---material | | +---css | | | | material-dashboard.css | | | | material-dashboard.css.map | | | | material-dashboard.min.css | | | | | | | \---partials | | | +---dashboard | | | | \---core | | | | \---bootstrap | | | | \---scss | | | | bootstrap-grid.css | | | | bootstrap-grid.css.map | | | | bootstrap-reboot.css | | | | bootstrap-reboot.css.map | | | | bootstrap.css | | | | bootstrap.css.map | | | | | | | \---kit | | | \---core | | | \---bootstrap | | | \---scss | | | bootstrap-grid.css | | | bootstrap-grid.css.map | | | bootstrap-reboot.css | | | bootstrap-reboot.css.map | | | bootstrap.css | | | bootstrap.css.map | | | | | +---demo | | | demo.css | | | demo.js | | | | | +---img | | | | apple-icon.png | | | | bg-pricing.jpg | | | | bg3.jpg | | | | bg9.jpg | | | | card-1.jpeg | | | | card-1.jpg | | | | card-2.jpeg | | | | card-2.jpg | | | | card-3.jpeg | | | | card-3.jpg | | | | clint-mckoy.jpg | | | | default-avatar.png | | | | favicon.png | | | | header-doc.jpg | | | | image_placeholder.jpg | | | | laravel.svg | | | | lock.jpg | | | | login.jpg | | | | mask.png | | | | new_logo.png | | | | placeholder.jpg | | | | product1.jpg | | | | product2.jpg | | | | product3.jpg | | | | register.jpg | | | | sidebar-1.jpg | | | | sidebar-2.jpg | | | | sidebar-3.jpg | | | | sidebar-4.jpg | | | | | | | +---faces | | | | avatar.jpg | | | | card-profile1-square.jpg | | | | card-profile2-square.jpg | | | | marc.jpg | | | | | | | \---flags | | | AU.png | | | BR.png | | | DE.png | | | GB.png | | | RO.png | | | US.png | | | | | +---js | | | | application.js | | | | material-dashboard.js | | | | material-dashboard.js.map | | | | material-dashboard.min.js | | | | | | | +---core | | | | bootstrap-material-design.min.js | | | | jquery.min.js | | | | popper.min.js | | | | | | | \---plugins | | | arrive.min.js | | | bootstrap-datetimepicker.min.js | | | bootstrap-notify.js | | | bootstrap-selectpicker.js | | | bootstrap-tagsinput.js | | | chartist.min.js | | | fullcalendar.min.js | | | jasny-bootstrap.min.js | | | jquery-jvectormap.js | | | jquery.bootstrap-wizard.js | | | jquery.dataTables.min.js | | | jquery.tagsinput.js | | | jquery.validate.min.js | | | moment.min.js | | | nouislider.min.js | | | perfect-scrollbar.jquery.min.js | | | sweetalert2.js | | | | | \---scss | | | material-dashboard.scss | | | | | \---material-dashboard | | | _alerts.scss | | | _badges.scss | | | _buttons.scss | | | _cards.scss | | | _checkboxes.scss | | | _core-bootstrap.scss | | | _dropdown.scss | | | _example-pages.scss | | | _fixed-plugin.scss | | | _footers-extend.scss | | | _footers.scss | | | _forms-extend.scss | | | _forms.scss | | | _headers.scss | | | _images.scss | | | _info-areas.scss | | | _input-group.scss | | | _misc-extend.scss | | | _misc.scss | | | _mixins.scss | | | _modal.scss | | | _navbar.scss | | | _pages.scss | | | _pagination.scss | | | _pills.scss | | | _popover.scss | | | _popups.scss | | | _progress.scss | | | _radios.scss | | | _responsive.scss | | | _ripples.scss | | | _rtl.scss | | | _sidebar-and-main-panel.scss | | | _social-buttons.scss | | | _tables.scss | | | _tabs.scss | | | _timeline.scss | | | _togglebutton.scss | | | _tooltip.scss | | | _type.scss | | | _variables.scss | | | | | +---bootstrap | | | \---scss | | | | bootstrap-grid.scss | | | | bootstrap-reboot.scss | | | | bootstrap.scss | | | | _alert.scss | | | | _badge.scss | | | | _breadcrumb.scss | | | | _button-group.scss | | | | _buttons.scss | | | | _card.scss | | | | _carousel.scss | | | | _close.scss | | | | _code.scss | | | | _custom-forms.scss | | | | _dropdown.scss | | | | _forms.scss | | | | _functions.scss | | | | _grid.scss | | | | _images.scss | | | | _input-group.scss | | | | _jumbotron.scss | | | | _list-group.scss | | | | _media.scss | | | | _mixins.scss | | | | _modal.scss | | | | _nav.scss | | | | _navbar.scss | | | | _pagination.scss | | | | _popover.scss | | | | _print.scss | | | | _progress.scss | | | | _reboot.scss | | | | _root.scss | | | | _tables.scss | | | | _tooltip.scss | | | | _transitions.scss | | | | _type.scss | | | | _utilities.scss | | | | _variables.scss | | | | | | | +---mixins | | | | _alert.scss | | | | _background-variant.scss | | | | _badge.scss | | | | _border-radius.scss | | | | _box-shadow.scss | | | | _breakpoints.scss | | | | _buttons.scss | | | | _caret.scss | | | | _clearfix.scss | | | | _float.scss | | | | _forms.scss | | | | _gradients.scss | | | | _grid-framework.scss | | | | _grid.scss | | | | _hover.scss | | | | _image.scss | | | | _list-group.scss | | | | _lists.scss | | | | _nav-divider.scss | | | | _navbar-align.scss | | | | _pagination.scss | | | | _reset-text.scss | | | | _resize.scss | | | | _screen-reader.scss | | | | _size.scss | | | | _table-row.scss | | | | _text-emphasis.scss | | | | _text-hide.scss | | | | _text-truncate.scss | | | | _transition.scss | | | | _visibility.scss | | | | | | | \---utilities | | | _align.scss | | | _background.scss | | | _borders.scss | | | _clearfix.scss | | | _display.scss | | | _embed.scss | | | _flex.scss | | | _float.scss | | | _position.scss | | | _screenreaders.scss | | | _sizing.scss | | | _spacing.scss | | | _text.scss | | | _visibility.scss | | | | | +---cards | | | _card-background.scss | | | _card-blog.scss | | | _card-collapse.scss | | | _card-contact.scss | | | _card-form-horizontal.scss | | | _card-plain-extend.scss | | | _card-plain.scss | | | _card-pricing.scss | | | _card-product.scss | | | _card-profile.scss | | | _card-rotate.scss | | | _card-signup.scss | | | _card-stats.scss | | | _card-testimonials.scss | | | | | +---mixins | | | _alert.scss | | | _animations.scss | | | _breakpoints.scss | | | _buttons.scss | | | _chartist.scss | | | _colored-shadows.scss | | | _drawer.scss | | | _forms.scss | | | _hover.scss | | | _layout.scss | | | _navbar-colors.scss | | | _navs.scss | | | _sidebar-color.scss | | | _social-buttons.scss | | | _transparency.scss | | | _type.scss | | | _utilities.scss | | | _variables.scss | | | _vendor-prefixes.scss | | | | | +---plugins | | | _animate.scss | | | _chartist.scss | | | _datatables.net.scss | | | _fullcalendar.scss | | | _jquery.jvectormap.scss | | | _perfect-scrollbar.scss | | | _plugin-bootstrap-select.scss | | | _plugin-datetime-picker.scss | | | _plugin-fileupload.scss | | | _plugin-flexisel.scss | | | _plugin-nouislider.scss | | | _plugin-tagsinput.scss | | | _sweetalert2.scss | | | _wizard-card.scss | | | | | \---variables | | _body.scss | | _bootstrap-material-design-base.scss | | _bootstrap-material-design.scss | | _brand.scss | | _buttons.scss | | _card.scss | | _code.scss | | _colors-map.scss | | _colors.scss | | _custom-forms.scss | | _drawer.scss | | _dropdown.scss | | _forms.scss | | _layout.scss | | _list-group.scss | | _menu.scss | | _modals.scss | | _nav.scss | | _pagination.scss | | _shadow.scss | | _snackbar.scss | | _spacing.scss | | _state.scss | | _tables.scss | | _tooltip.scss | | _type.scss | | | \---storage | | .gitignore | | | +---pictures | | | \---profile | +---resources | +---lang | | \---en | | auth.php | | pagination.php | | passwords.php | | validation.php | | | \---views | | home.blade.php | | | +---alerts | | errors.blade.php | | feedback.blade.php | | migrations_check.blade.php | | | +---auth | | | login.blade.php | | | register.blade.php | | | verify.blade.php | | | | | \---passwords | | email.blade.php | | reset.blade.php | | | +---categories | | create.blade.php | | edit.blade.php | | index.blade.php | | | +---errors | | 401.blade.php | | 403.blade.php | | 404.blade.php | | 419.blade.php | | 429.blade.php | | 500.blade.php | | 503.blade.php | | layout.blade.php | | | +---items | | create.blade.php | | edit.blade.php | | index.blade.php | | | +---layouts | | | app.blade.php | | | | | +---footers | | | auth.blade.php | | | guest.blade.php | | | | | +---navbars | | | | sidebar.blade.php | | | | | | | \---navs | | | auth.blade.php | | | guest.blade.php | | | | | \---page_templates | | auth.blade.php | | guest.blade.php | | | +---pages | | | calendar.blade.php | | | charts.blade.php | | | dashboard.blade.php | | | welcome.blade.php | | | widgets.blade.php | | | | | +---components | | | buttons.blade.php | | | grid.blade.php | | | icons.blade.php | | | notifications.blade.php | | | panels.blade.php | | | sweet_alert.blade.php | | | typography.blade.php | | | | | +---example_pages | | | error.blade.php | | | language.blade.php | | | lock.blade.php | | | pricing.blade.php | | | timeline.blade.php | | | | | +---forms | | | form_extended.blade.php | | | form_regular.blade.php | | | form_validation.blade.php | | | form_wizard.blade.php | | | | | +---maps | | | maps_fullscreen.blade.php | | | maps_google.blade.php | | | maps_vector.blade.php | | | | | \---tables | | tables_datatable.blade.php | | tables_extended.blade.php | | tables_regular.blade.php | | table_list.blade.php | | | +---profile | | edit.blade.php | | | +---roles | | create.blade.php | | edit.blade.php | | index.blade.php | | | +---tags | | create.blade.php | | edit.blade.php | | index.blade.php | | | \---users | create.blade.php | edit.blade.php | index.blade.php | +---routes | api.php | channels.php | console.php | web.php | +---screens | Dashboard.png | Login.png | Profile.png | Register.png | Tables.png | Users.png | +---storage | +---app | | | .gitignore | | | | | \---public | | | .gitignore | | | | | +---pictures | | | iZ58pSDWc7XMzipRKqAJKdeOdVqWOeIsDQSWEhBe.png | | | | | \---profile | | kU7WuvsVVVRgV9RevWeY1MlDfxazHTzVnjTSrIWg.png | | u6jqANeVEge65NiULWYIuQV2PUtXUAkTsAxOIEzj.jpeg | | | +---framework | | | .gitignore | | | | | +---cache | | | | .gitignore | | | | | | | \---data | | | | .gitignore | | | | | | | +---22 | | | | \---11 | | | | 22116422b9f9a06cb5a8b84b176af2dcddd2e311 | | | | | | | +---52 | | | | \---65 | | | | 5265c2c39f2ab8098e2523cc141c831756c96807 | | | | | | | +---56 | | | | \---0a | | | | 560a6def73df3983622fcf8d3cffb69f12a55b3e | | | | | | | +---5e | | | | \---c9 | | | | 5ec9e59a81a4f3e2343a252a3fce602c11d2be97 | | | | | | | +---6a | | | | \---e3 | | | | 6ae3bc299f5e05a7c2dd98f52fe9ba44f0e88fad | | | | | | | +---84 | | | | \---22 | | | | 842271cfe790ae6c7438b4ff5c1173d38387ffbc | | | | | | | +---89 | | | | \---e3 | | | | 89e318cb7b6474b493badd50720c09069ffd70b3 | | | | | | | +---cb | | | | \---c9 | | | +---d9 | | | | \---eb | | | | d9eb94d4acba8b6f22b537669cd6c830c801bb46 | | | | | | | +---dc | | | | \---c2 | | | | dcc25a99c47d3866ea339a206ef3207f8af555a8 | | | | | | | +---eb | | | | \---b3 | | | \---f5 | | | \---56 | | | f556d83ae5cd9376462d13be173bc72dab1c19d8 | | | | | +---sessions | | | .gitignore | | | hS4k4VQTOvpUBcIMjTLfvWT2zTPUSUC9y3nbkR0R | | | | | +---testing | | | .gitignore | | | | | \---views | | .gitignore | | 03e58d0678bf8b4fede8c21cd4c9f8abfe128a3e.php | | 07ddab40776b05ccb45597bc07fc52d2cf276e46.php | | 0a033bdb6f25bbb7ffd17bdb2c958f23b3df7a4d.php | | 0aaeac72f542deff443ca0e5975242ffc5a65795.php | | 1001f98db9f76aa9c9013d1f4bcfb3d6f1b5a4d0.php | | 134503144b479ea547e56a1fb434610118c63bb9.php | | 142f0e6037b9eb969c6f4ff720a0dde14306a6b9.php | | 1f17ba56b2a7b0523e576dbb8363a549c90d28c8.php | | 2e1bb9656494a9bf11a353820b77975ac86a98d3.php | | 2e2fa6395b6650256cfc636f6f109c6730a3bb26.php | | 377a5f0f9ff0a79db70ec298d66c34876c61c292.php | | 37fad072b8ffca85c5d3f9574aa9ad1e3c462c9c.php | | 3a3a6c75e3a1220d14859f33a01631de699f5b5a.php | | 3bfebef32540d19285f4a2d13542c80d668e9170.php | | 4228bcea4c800bfdbba393217fdce62d154799d6.php | | 442e0a812f2cd7341765669a0eebe98eb5a45b63.php | | 4751702aaa2730cddb9d3ab73443656621e1ee67.php | | 47abb3f77027795fc261c977d1eea8ce6f1db9d6.php | | 485e152fd903a994f9713309085f54daf26de9fd.php | | 4ba551a4b4ec0c39fc2f867ca42a1dea63774d4d.php | | 4bf6e99f504d75bab5a979cea5f98443ba34161d.php | | 4db67a94c25af62ed3716df71c476c9fedda1ebe.php | | 505dbecd05469072e15a634bad2c86cc19aa6cdb.php | | 597b49eb189901faf7d0c9b4d28bdf734ac2add9.php | | 5b398f790eae2886a110641702c16c0cbb48b7c9.php | | 5e2779ec63e523cbc80bb61f6eec98538bb820ea.php | | 6142c5711b441503684654eca665cbdbba788491.php | | 615c9d542be1a8f5e360feb2ef9c639b9e042a4f.php | | 618d7d8216eb363f0991d9aade03b659a95207a3.php | | 63ba2c0c35e0eb1db048f217c700fb07cddab1fe.php | | 648e121ffe827727f4a6f3c8c55f68f5bae3d62b.php | | 656861e2fe07291a6028f605e486761e30ca734d.php | | 66e4b6dd9258d39afef66c7c8298e976a8033c81.php | | 6fe35175cdeecbefa8f692204c2ae46c7abb04b4.php | | 714e6d6ba713805667d405b1517686f7a8813d19.php | | 822fcfeab6208c442af96b01fcf174cd180ee85c.php | | 842d5d52698dc07d6aa1555e1592f0685be71d53.php | | 8616071a09718e4900f4539654c74048d047faa6.php | | 86a4ee50fce9674183a92552795e7755ae1124b9.php | | 8711ec11c87fbde42bc1579168e0082700f0c21e.php | | 878510de20dc8738ded9598186d791cf9c88cd0a.php | | 8d5cacf4952d0ba2d3e1fa440837bb1238a399a4.php | | 8eeb96edc82b2bc2d730b661b8922d8c84029361.php | | 90eebceb0fca54bff4bc2f5f385cc949104b1a00.php | | 98f0ce4875014208fc249e34ee1cf771c87f56a0.php | | 9e4b2f561433f649bc301b5b1cd36b956b21f80c.php | | a3812b5d9f652167fb5c3366fb52be2f36a376e4.php | | a79b08b9dfdafbf9eeb1cb7961e03bc42d999fb2.php | | ae63ff70e4406aca3c6d31d9d3562bf22acbb3b4.php | | b113e923751a59cdadd8f1d66121f9321b41a9cd.php | | b59151aaf2f2b9937fd5cce730eddbe42bfee042.php | | b6775b16fe597a935db21f585c3ed2fc9345db25.php | | baf221a92fbd8713cff146d6fd125078c8c7f790.php | | bba350387b4f767ec63fe0fdf5d064c1e4d69487.php | | bbc53409799b1c057702d478cbb169df5da47163.php | | bce064937c9b66026ba4f1676873ffed123082b1.php | | c27ca194a6125f20869a1d0de2ff78f6d4649342.php | | c2dc2506b77ebfeb44271a309580bb01f75f2197.php | | c7ddc6e4cc2e3cdfc52d0c91c45648d53e9c935b.php | | c9da5ae4783439bdd69518d1f19b36dde19045df.php | | cdfbdb267bad6681d61fa39c4be127d3e8ef0629.php | | d162c2e08ac8cb8519b4b9de038c0d43b3aa9676.php | | d2d1fc098908e71ad2dee3841db470f792ffef80.php | | d2d2fa3eceb65dd95beaf54c45995e8aa0fe4fa5.php | | d7717f67dad0c22b67efd275cc05b40708b8f396.php | | db02af7bd18517ee13641565be0ece7b811a05ff.php | | dcd784437937ebf23597c8c8ef64e974e7630c14.php | | df8d8d0768747696f4196c132df05ff65adf631c.php | | e07050d1f2e6794ef9ec5a8fefa3160cb9326423.php | | e1c6537db625a01e501624222c0917bfeaeb86b7.php | | e9183fc406148255e1f9adcf58e19887d381f975.php | | ed00c6b3be6069019758943d2156980fa0e5c291.php | | eeebed60046ba78704ed13dcaf2a0a692ef2fecf.php | | ef7eec948b2d273c8716d492dcfa04d52a12048d.php | | f1a4693e498713aa62259b161edcef291a38f840.php | | f1bad2a0c31fc29224a25250bb5d763a58bcef01.php | | f3c495ace534250aba6db4f1bc2bb8954aba28c1.php | | f7c4647f79860418a4421754d522cc26de4e8cda.php | | fa7e35e15f1e6a108fc58d19e552d324caad1308.php | | fbcc938829fa5353a10a47a54eb12de38d00bdf8.php | | fc70d002acc8fee9c186a7bdb7c4cbf23ab69d94.php | | | \---logs | .gitignore | laravel-2019-04-04.log | laravel-2019-04-05.log | laravel-2019-04-08.log | laravel-2019-04-10.log | laravel-2019-04-11.log | laravel-2019-04-15.log | laravel-2019-04-16.log | +---tests | | CreatesApplication.php | | TestCase.php | | | +---Feature | | ExampleTest.php | | | \---Unit | ExampleTest.php | \---vendor | autoload.php | +---beyondcode | \---laravel-dump-server | | CHANGELOG.md | | composer.json | | CONTRIBUTING.md | | helpers.php | | LICENSE.md | | README.md | | | +---config | | config.php | | | \---src | Dumper.php | DumpServerCommand.php | DumpServerServiceProvider.php | RequestContextProvider.php | +---bin | php-parse | php-parse.bat | phpunit | phpunit.bat | psysh | psysh.bat | var-dump-server | var-dump-server.bat | +---composer | autoload_classmap.php | autoload_files.php | autoload_namespaces.php | autoload_psr4.php | autoload_real.php | autoload_static.php | ClassLoader.php | installed.json | LICENSE | +---dnoegel | \---php-xdg-base-dir | | .gitignore | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | | +---src | | Xdg.php | | | \---tests | XdgTest.php | +---doctrine | +---inflector | | | composer.json | | | LICENSE | | | README.md | | | | | \---lib | | \---Doctrine | | \---Common | | \---Inflector | | Inflector.php | | | +---instantiator | | | .doctrine-project.json | | | composer.json | | | CONTRIBUTING.md | | | LICENSE | | | phpbench.json | | | phpcs.xml.dist | | | phpstan.neon.dist | | | README.md | | | | | +---docs | | | \---en | | | index.rst | | | sidebar.rst | | | | | \---src | | \---Doctrine | | \---Instantiator | | | Instantiator.php | | | InstantiatorInterface.php | | | | | \---Exception | | ExceptionInterface.php | | InvalidArgumentException.php | | UnexpectedValueException.php | | | \---lexer | | composer.json | | LICENSE | | README.md | | | \---lib | \---Doctrine | \---Common | \---Lexer | AbstractLexer.php | +---dragonmantank | \---cron-expression | | .editorconfig | | CHANGELOG.md | | composer.json | | LICENSE | | README.md | | | +---src | | \---Cron | | AbstractField.php | | CronExpression.php | | DayOfMonthField.php | | DayOfWeekField.php | | FieldFactory.php | | FieldInterface.php | | HoursField.php | | MinutesField.php | | MonthField.php | | | \---tests | \---Cron | AbstractFieldTest.php | CronExpressionTest.php | DayOfMonthFieldTest.php | DayOfWeekFieldTest.php | FieldFactoryTest.php | HoursFieldTest.php | MinutesFieldTest.php | MonthFieldTest.php | +---egulias | \---email-validator | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | | \---EmailValidator | | EmailLexer.php | | EmailParser.php | | EmailValidator.php | | | +---Exception | | AtextAfterCFWS.php | | CharNotAllowed.php | | CommaInDomain.php | | ConsecutiveAt.php | | ConsecutiveDot.php | | CRLFAtTheEnd.php | | CRLFX2.php | | CRNoLF.php | | DomainHyphened.php | | DotAtEnd.php | | DotAtStart.php | | ExpectingAT.php | | ExpectingATEXT.php | | ExpectingCTEXT.php | | ExpectingDomainLiteralClose.php | | ExpectingDTEXT.php | | ExpectingQPair.php | | InvalidEmail.php | | NoDNSRecord.php | | NoDomainPart.php | | NoLocalPart.php | | UnclosedComment.php | | UnclosedQuotedString.php | | UnopenedComment.php | | | +---Parser | | DomainPart.php | | LocalPart.php | | Parser.php | | | +---Validation | | | DNSCheckValidation.php | | | EmailValidation.php | | | MultipleErrors.php | | | MultipleValidationWithAnd.php | | | NoRFCWarningsValidation.php | | | RFCValidation.php | | | SpoofCheckValidation.php | | | | | +---Error | | | RFCWarnings.php | | | SpoofEmail.php | | | | | \---Exception | | EmptyValidationList.php | | | \---Warning | AddressLiteral.php | CFWSNearAt.php | CFWSWithFWS.php | Comment.php | DeprecatedComment.php | DomainLiteral.php | DomainTooLong.php | EmailTooLong.php | IPV6BadChar.php | IPV6ColonEnd.php | IPV6ColonStart.php | IPV6Deprecated.php | IPV6DoubleColon.php | IPV6GroupCount.php | IPV6MaxGroups.php | LabelTooLong.php | LocalTooLong.php | NoDNSMXRecord.php | ObsoleteDTEXT.php | QuotedPart.php | QuotedString.php | TLD.php | Warning.php | +---erusev | \---parsedown | composer.json | LICENSE.txt | Parsedown.php | README.md | +---fideloper | \---proxy | | composer.json | | LICENSE.md | | | +---config | | trustedproxy.php | | | \---src | TrustedProxyServiceProvider.php | TrustProxies.php | +---filp | \---whoops | | CHANGELOG.md | | composer.json | | LICENSE.md | | | \---src | \---Whoops | | Run.php | | RunInterface.php | | | +---Exception | | ErrorException.php | | Formatter.php | | Frame.php | | FrameCollection.php | | Inspector.php | | | +---Handler | | CallbackHandler.php | | Handler.php | | HandlerInterface.php | | JsonResponseHandler.php | | PlainTextHandler.php | | PrettyPageHandler.php | | XmlResponseHandler.php | | | +---Resources | | +---css | | | whoops.base.css | | | | | +---js | | | clipboard.min.js | | | prettify.min.js | | | whoops.base.js | | | zepto.min.js | | | | | \---views | | env_details.html.php | | frames_container.html.php | | frames_description.html.php | | frame_code.html.php | | frame_list.html.php | | header.html.php | | header_outer.html.php | | layout.html.php | | panel_details.html.php | | panel_details_outer.html.php | | panel_left.html.php | | panel_left_outer.html.php | | | \---Util | HtmlDumperOutput.php | Misc.php | SystemFacade.php | TemplateHelper.php | +---fzaninotto | \---faker | | .gitignore | | .travis.yml | | CHANGELOG.md | | composer.json | | CONTRIBUTING.md | | LICENSE | | Makefile | | phpunit.xml.dist | | readme.md | | | +---src | | | autoload.php | | | | | \---Faker | | | DefaultGenerator.php | | | Documentor.php | | | Factory.php | | | Generator.php | | | UniqueGenerator.php | | | ValidGenerator.php | | | | | +---Calculator | | | Iban.php | | | Inn.php | | | Luhn.php | | | TCNo.php | | | | | +---Guesser | | | Name.php | | | | | +---ORM | | | +---CakePHP | | | | ColumnTypeGuesser.php | | | | EntityPopulator.php | | | | Populator.php | | | | | | | +---Doctrine | | | | ColumnTypeGuesser.php | | | | EntityPopulator.php | | | | Populator.php | | | | | | | +---Mandango | | | | ColumnTypeGuesser.php | | | | EntityPopulator.php | | | | Populator.php | | | | | | | +---Propel | | | | ColumnTypeGuesser.php | | | | EntityPopulator.php | | | | Populator.php | | | | | | | +---Propel2 | | | | ColumnTypeGuesser.php | | | | EntityPopulator.php | | | | Populator.php | | | | | | | \---Spot | | | ColumnTypeGuesser.php | | | EntityPopulator.php | | | Populator.php | | | | | \---Provider | | | Address.php | | | Barcode.php | | | Base.php | | | Biased.php | | | Color.php | | | Company.php | | | DateTime.php | | | File.php | | | HtmlLorem.php | | | Image.php | | | Internet.php | | | Lorem.php | | | Miscellaneous.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | UserAgent.php | | | Uuid.php | | | | | +---ar_JO | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | Text.php | | | | | +---ar_SA | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | Text.php | | | | | +---at_AT | | | Payment.php | | | | | +---bg_BG | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---bn_BD | | | Address.php | | | Company.php | | | Person.php | | | PhoneNumber.php | | | Utils.php | | | | | +---cs_CZ | | | Address.php | | | Company.php | | | DateTime.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---da_DK | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---de_AT | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---de_CH | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---de_DE | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---el_CY | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---el_GR | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---en_AU | | | Address.php | | | Internet.php | | | PhoneNumber.php | | | | | +---en_CA | | | Address.php | | | PhoneNumber.php | | | | | +---en_GB | | | Address.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---en_HK | | | Address.php | | | Internet.php | | | PhoneNumber.php | | | | | +---en_IN | | | Address.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---en_NG | | | Address.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---en_NZ | | | Address.php | | | Internet.php | | | PhoneNumber.php | | | | | +---en_PH | | | Address.php | | | PhoneNumber.php | | | | | +---en_SG | | | Address.php | | | PhoneNumber.php | | | | | +---en_UG | | | Address.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---en_US | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---en_ZA | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---es_AR | | | Address.php | | | Company.php | | | Person.php | | | PhoneNumber.php | | | | | +---es_ES | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---es_PE | | | Address.php | | | Company.php | | | Person.php | | | PhoneNumber.php | | | | | +---es_VE | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---fa_IR | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---fi_FI | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---fr_BE | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---fr_CA | | | Address.php | | | Company.php | | | Person.php | | | | | +---fr_CH | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---fr_FR | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---he_IL | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---hr_HR | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---hu_HU | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---hy_AM | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---id_ID | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---is_IS | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---it_CH | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---it_IT | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---ja_JP | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---ka_GE | | | Address.php | | | Color.php | | | Company.php | | | DateTime.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---kk_KZ | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---ko_KR | | | Address.php | | | Company.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---lt_LT | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---lv_LV | | | Address.php | | | Color.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---me_ME | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---mn_MN | | | Person.php | | | PhoneNumber.php | | | | | +---ms_MY | | | Address.php | | | Company.php | | | Miscellaneous.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---nb_NO | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---ne_NP | | | Address.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---nl_BE | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---nl_NL | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---pl_PL | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---pt_BR | | | Address.php | | | check_digit.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---pt_PT | | | Address.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---ro_MD | | | Address.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---ro_RO | | | Address.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---ru_RU | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---sk_SK | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---sl_SI | | | Address.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---sr_Cyrl_RS | | | Address.php | | | Payment.php | | | Person.php | | | | | +---sr_Latn_RS | | | Address.php | | | Payment.php | | | Person.php | | | | | +---sr_RS | | | Address.php | | | Payment.php | | | Person.php | | | | | +---sv_SE | | | Address.php | | | Company.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---th_TH | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | PhoneNumber.php | | | | | +---tr_TR | | | Address.php | | | Color.php | | | Company.php | | | DateTime.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | +---uk_UA | | | Address.php | | | Color.php | | | Company.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | Text.php | | | | | +---vi_VN | | | Address.php | | | Color.php | | | Internet.php | | | Person.php | | | PhoneNumber.php | | | | | +---zh_CN | | | Address.php | | | Color.php | | | Company.php | | | DateTime.php | | | Internet.php | | | Payment.php | | | Person.php | | | PhoneNumber.php | | | | | \---zh_TW | | Address.php | | Color.php | | Company.php | | DateTime.php | | Internet.php | | Payment.php | | Person.php | | PhoneNumber.php | | Text.php | | | \---test | | documentor.php | | test.php | | | \---Faker | | DefaultGeneratorTest.php | | GeneratorTest.php | | | +---Calculator | | IbanTest.php | | InnTest.php | | LuhnTest.php | | TCNoTest.php | | | \---Provider | | AddressTest.php | | BarcodeTest.php | | BaseTest.php | | BiasedTest.php | | ColorTest.php | | CompanyTest.php | | DateTimeTest.php | | HtmlLoremTest.php | | ImageTest.php | | InternetTest.php | | LocalizationTest.php | | LoremTest.php | | MiscellaneousTest.php | | PaymentTest.php | | PersonTest.php | | PhoneNumberTest.php | | ProviderOverrideTest.php | | TextTest.php | | UserAgentTest.php | | UuidTest.php | | | +---ar_JO | | InternetTest.php | | | +---ar_SA | | InternetTest.php | | | +---at_AT | | PaymentTest.php | | | +---bg_BG | | PaymentTest.php | | | +---bn_BD | | PersonTest.php | | | +---cs_CZ | | PersonTest.php | | | +---da_DK | | InternetTest.php | | | +---de_AT | | InternetTest.php | | PhoneNumberTest.php | | | +---de_CH | | AddressTest.php | | InternetTest.php | | PhoneNumberTest.php | | | +---de_DE | | InternetTest.php | | | +---el_GR | | TextTest.php | | | +---en_AU | | AddressTest.php | | | +---en_CA | | AddressTest.php | | | +---en_GB | | AddressTest.php | | | +---en_IN | | AddressTest.php | | | +---en_NG | | AddressTest.php | | InternetTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---en_NZ | | PhoneNumberTest.php | | | +---en_PH | | AddressTest.php | | | +---en_SG | | AddressTest.php | | PhoneNumberTest.php | | | +---en_UG | | AddressTest.php | | | +---en_US | | CompanyTest.php | | PaymentTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---en_ZA | | CompanyTest.php | | InternetTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---es_ES | | PaymentTest.php | | PersonTest.php | | TextTest.php | | | +---es_PE | | PersonTest.php | | | +---es_VE | | CompanyTest.php | | PersonTest.php | | | +---fi_FI | | InternetTest.php | | PersonTest.php | | | +---fr_BE | | PaymentTest.php | | | +---fr_CH | | AddressTest.php | | InternetTest.php | | PhoneNumberTest.php | | | +---fr_FR | | AddressTest.php | | CompanyTest.php | | PaymentTest.php | | PersonTest.php | | PhoneNumberTest.php | | TextTest.php | | | +---id_ID | | PersonTest.php | | | +---it_CH | | AddressTest.php | | InternetTest.php | | PhoneNumberTest.php | | | +---it_IT | | CompanyTest.php | | PersonTest.php | | | +---ja_JP | | InternetTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---ka_GE | | TextTest.php | | | +---kk_KZ | | CompanyTest.php | | PersonTest.php | | TextTest.php | | | +---ko_KR | | TextTest.php | | | +---mn_MN | | PersonTest.php | | | +---ms_MY | | PersonTest.php | | | +---nl_BE | | PaymentTest.php | | PersonTest.php | | | +---nl_NL | | CompanyTest.php | | PersonTest.php | | | +---pl_PL | | AddressTest.php | | PersonTest.php | | | +---pt_BR | | CompanyTest.php | | PersonTest.php | | | +---pt_PT | | AddressTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---ro_RO | | PersonTest.php | | PhoneNumberTest.php | | | +---ru_RU | | CompanyTest.php | | TextTest.php | | | +---sv_SE | | PersonTest.php | | | +---tr_TR | | CompanyTest.php | | PaymentTest.php | | PersonTest.php | | PhoneNumberTest.php | | | +---uk_UA | | AddressTest.php | | PersonTest.php | | PhoneNumberTest.php | | | \---zh_TW | CompanyTest.php | PersonTest.php | TextTest.php | +---hamcrest | \---hamcrest-php | | .coveralls.yml | | .gitignore | | .gush.yml | | .travis.yml | | CHANGES.txt | | composer.json | | composer.lock | | LICENSE.txt | | README.md | | TODO.txt | | | +---generator | | | FactoryCall.php | | | FactoryClass.php | | | FactoryFile.php | | | FactoryGenerator.php | | | FactoryMethod.php | | | FactoryParameter.php | | | GlobalFunctionFile.php | | | run.php | | | StaticMethodFile.php | | | | | \---parts | | file_header.txt | | functions_footer.txt | | functions_header.txt | | functions_imports.txt | | matchers_footer.txt | | matchers_header.txt | | matchers_imports.txt | | | +---hamcrest | | | Hamcrest.php | | | | | \---Hamcrest | | | AssertionError.php | | | BaseDescription.php | | | BaseMatcher.php | | | Description.php | | | DiagnosingMatcher.php | | | FeatureMatcher.php | | | Matcher.php | | | MatcherAssert.php | | | Matchers.php | | | NullDescription.php | | | SelfDescribing.php | | | StringDescription.php | | | TypeSafeDiagnosingMatcher.php | | | TypeSafeMatcher.php | | | Util.php | | | | | +---Arrays | | | IsArray.php | | | IsArrayContaining.php | | | IsArrayContainingInAnyOrder.php | | | IsArrayContainingInOrder.php | | | IsArrayContainingKey.php | | | IsArrayContainingKeyValuePair.php | | | IsArrayWithSize.php | | | MatchingOnce.php | | | SeriesMatchingOnce.php | | | | | +---Collection | | | IsEmptyTraversable.php | | | IsTraversableWithSize.php | | | | | +---Core | | | AllOf.php | | | AnyOf.php | | | CombinableMatcher.php | | | DescribedAs.php | | | Every.php | | | HasToString.php | | | Is.php | | | IsAnything.php | | | IsCollectionContaining.php | | | IsEqual.php | | | IsIdentical.php | | | IsInstanceOf.php | | | IsNot.php | | | IsNull.php | | | IsSame.php | | | IsTypeOf.php | | | Set.php | | | ShortcutCombination.php | | | | | +---Internal | | | SelfDescribingValue.php | | | | | +---Number | | | IsCloseTo.php | | | OrderingComparison.php | | | | | +---Text | | | IsEmptyString.php | | | IsEqualIgnoringCase.php | | | IsEqualIgnoringWhiteSpace.php | | | MatchesPattern.php | | | StringContains.php | | | StringContainsIgnoringCase.php | | | StringContainsInOrder.php | | | StringEndsWith.php | | | StringStartsWith.php | | | SubstringMatcher.php | | | | | +---Type | | | IsArray.php | | | IsBoolean.php | | | IsCallable.php | | | IsDouble.php | | | IsInteger.php | | | IsNumeric.php | | | IsObject.php | | | IsResource.php | | | IsScalar.php | | | IsString.php | | | | | \---Xml | | HasXPath.php | | | \---tests | | bootstrap.php | | phpunit.xml.dist | | | \---Hamcrest | | AbstractMatcherTest.php | | BaseMatcherTest.php | | FeatureMatcherTest.php | | MatcherAssertTest.php | | StringDescriptionTest.php | | UtilTest.php | | | +---Array | | IsArrayContainingInAnyOrderTest.php | | IsArrayContainingInOrderTest.php | | IsArrayContainingKeyTest.php | | IsArrayContainingKeyValuePairTest.php | | IsArrayContainingTest.php | | IsArrayTest.php | | IsArrayWithSizeTest.php | | | +---Collection | | IsEmptyTraversableTest.php | | IsTraversableWithSizeTest.php | | | +---Core | | AllOfTest.php | | AnyOfTest.php | | CombinableMatcherTest.php | | DescribedAsTest.php | | EveryTest.php | | HasToStringTest.php | | IsAnythingTest.php | | IsCollectionContainingTest.php | | IsEqualTest.php | | IsIdenticalTest.php | | IsInstanceOfTest.php | | IsNotTest.php | | IsNullTest.php | | IsSameTest.php | | IsTest.php | | IsTypeOfTest.php | | SampleBaseClass.php | | SampleSubClass.php | | SetTest.php | | | +---Number | | IsCloseToTest.php | | OrderingComparisonTest.php | | | +---Text | | IsEmptyStringTest.php | | IsEqualIgnoringCaseTest.php | | IsEqualIgnoringWhiteSpaceTest.php | | MatchesPatternTest.php | | StringContainsIgnoringCaseTest.php | | StringContainsInOrderTest.php | | StringContainsTest.php | | StringEndsWithTest.php | | StringStartsWithTest.php | | | +---Type | | IsArrayTest.php | | IsBooleanTest.php | | IsCallableTest.php | | IsDoubleTest.php | | IsIntegerTest.php | | IsNumericTest.php | | IsObjectTest.php | | IsResourceTest.php | | IsScalarTest.php | | IsStringTest.php | | | \---Xml | HasXPathTest.php | +---jakub-onderka | +---php-console-color | | | .gitignore | | | .travis.yml | | | build.xml | | | composer.json | | | example.php | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | ConsoleColor.php | | | InvalidStyleException.php | | | | | \---tests | | ConsoleColorTest.php | | | \---php-console-highlighter | | .gitignore | | .travis.yml | | build.xml | | composer.json | | LICENSE | | phpunit.xml | | README.md | | | +---examples | | snippet.php | | whole_file.php | | whole_file_line_numbers.php | | | +---src | | Highlighter.php | | | \---tests | HigligterTest.php | +---laravel | +---framework | | | composer.json | | | LICENSE.md | | | README.md | | | | | \---src | | \---Illuminate | | +---Auth | | | | Authenticatable.php | | | | AuthenticationException.php | | | | AuthManager.php | | | | AuthServiceProvider.php | | | | composer.json | | | | CreatesUserProviders.php | | | | DatabaseUserProvider.php | | | | EloquentUserProvider.php | | | | GenericUser.php | | | | GuardHelpers.php | | | | LICENSE.md | | | | MustVerifyEmail.php | | | | Recaller.php | | | | RequestGuard.php | | | | SessionGuard.php | | | | TokenGuard.php | | | | | | | +---Access | | | | AuthorizationException.php | | | | Gate.php | | | | HandlesAuthorization.php | | | | Response.php | | | | | | | +---Console | | | | | AuthMakeCommand.php | | | | | ClearResetsCommand.php | | | | | | | | | \---stubs | | | | \---make | | | | | routes.stub | | | | | | | | | +---controllers | | | | | HomeController.stub | | | | | | | | | \---views | | | | | home.stub | | | | | | | | | +---auth | | | | | | login.stub | | | | | | register.stub | | | | | | verify.stub | | | | | | | | | | | \---passwords | | | | | email.stub | | | | | reset.stub | | | | | | | | | \---layouts | | | | app.stub | | | | | | | +---Events | | | | Attempting.php | | | | Authenticated.php | | | | Failed.php | | | | Lockout.php | | | | Login.php | | | | Logout.php | | | | OtherDeviceLogout.php | | | | PasswordReset.php | | | | Registered.php | | | | Verified.php | | | | | | | +---Listeners | | | | SendEmailVerificationNotification.php | | | | | | | +---Middleware | | | | Authenticate.php | | | | AuthenticateWithBasicAuth.php | | | | Authorize.php | | | | EnsureEmailIsVerified.php | | | | | | | +---Notifications | | | | ResetPassword.php | | | | VerifyEmail.php | | | | | | | \---Passwords | | | CanResetPassword.php | | | DatabaseTokenRepository.php | | | PasswordBroker.php | | | PasswordBrokerManager.php | | | PasswordResetServiceProvider.php | | | TokenRepositoryInterface.php | | | | | +---Broadcasting | | | | BroadcastController.php | | | | BroadcastEvent.php | | | | BroadcastException.php | | | | BroadcastManager.php | | | | BroadcastServiceProvider.php | | | | Channel.php | | | | composer.json | | | | InteractsWithSockets.php | | | | LICENSE.md | | | | PendingBroadcast.php | | | | PresenceChannel.php | | | | PrivateChannel.php | | | | | | | \---Broadcasters | | | Broadcaster.php | | | LogBroadcaster.php | | | NullBroadcaster.php | | | PusherBroadcaster.php | | | RedisBroadcaster.php | | | UsePusherChannelConventions.php | | | | | +---Bus | | | BusServiceProvider.php | | | composer.json | | | Dispatcher.php | | | LICENSE.md | | | Queueable.php | | | | | +---Cache | | | | ApcStore.php | | | | ApcWrapper.php | | | | ArrayStore.php | | | | CacheManager.php | | | | CacheServiceProvider.php | | | | composer.json | | | | DatabaseStore.php | | | | DynamoDbLock.php | | | | DynamoDbStore.php | | | | FileStore.php | | | | LICENSE.md | | | | Lock.php | | | | LuaScripts.php | | | | MemcachedConnector.php | | | | MemcachedLock.php | | | | MemcachedStore.php | | | | NullStore.php | | | | RateLimiter.php | | | | RedisLock.php | | | | RedisStore.php | | | | RedisTaggedCache.php | | | | Repository.php | | | | RetrievesMultipleKeys.php | | | | TaggableStore.php | | | | TaggedCache.php | | | | TagSet.php | | | | | | | +---Console | | | | | CacheTableCommand.php | | | | | ClearCommand.php | | | | | ForgetCommand.php | | | | | | | | | \---stubs | | | | cache.stub | | | | | | | \---Events | | | CacheEvent.php | | | CacheHit.php | | | CacheMissed.php | | | KeyForgotten.php | | | KeyWritten.php | | | | | +---Config | | | composer.json | | | LICENSE.md | | | Repository.php | | | | | +---Console | | | | Application.php | | | | Command.php | | | | composer.json | | | | ConfirmableTrait.php | | | | DetectsApplicationNamespace.php | | | | GeneratorCommand.php | | | | LICENSE.md | | | | OutputStyle.php | | | | Parser.php | | | | | | | +---Events | | | | ArtisanStarting.php | | | | CommandFinished.php | | | | CommandStarting.php | | | | | | | \---Scheduling | | | CacheEventMutex.php | | | CacheSchedulingMutex.php | | | CallbackEvent.php | | | CommandBuilder.php | | | Event.php | | | EventMutex.php | | | ManagesFrequencies.php | | | Schedule.php | | | ScheduleFinishCommand.php | | | ScheduleRunCommand.php | | | SchedulingMutex.php | | | | | +---Container | | | BoundMethod.php | | | composer.json | | | Container.php | | | ContextualBindingBuilder.php | | | EntryNotFoundException.php | | | LICENSE.md | | | RewindableGenerator.php | | | | | +---Contracts | | | | composer.json | | | | LICENSE.md | | | | | | | +---Auth | | | | | Authenticatable.php | | | | | CanResetPassword.php | | | | | Factory.php | | | | | Guard.php | | | | | MustVerifyEmail.php | | | | | PasswordBroker.php | | | | | PasswordBrokerFactory.php | | | | | StatefulGuard.php | | | | | SupportsBasicAuth.php | | | | | UserProvider.php | | | | | | | | | \---Access | | | | Authorizable.php | | | | Gate.php | | | | | | | +---Broadcasting | | | | Broadcaster.php | | | | Factory.php | | | | ShouldBroadcast.php | | | | ShouldBroadcastNow.php | | | | | | | +---Bus | | | | Dispatcher.php | | | | QueueingDispatcher.php | | | | | | | +---Cache | | | | Factory.php | | | | Lock.php | | | | LockProvider.php | | | | LockTimeoutException.php | | | | Repository.php | | | | Store.php | | | | | | | +---Config | | | | Repository.php | | | | | | | +---Console | | | | Application.php | | | | Kernel.php | | | | | | | +---Container | | | | BindingResolutionException.php | | | | Container.php | | | | ContextualBindingBuilder.php | | | | | | | +---Cookie | | | | Factory.php | | | | QueueingFactory.php | | | | | | | +---Database | | | | ModelIdentifier.php | | | | | | | +---Debug | | | | ExceptionHandler.php | | | | | | | +---Encryption | | | | DecryptException.php | | | | Encrypter.php | | | | EncryptException.php | | | | | | | +---Events | | | | Dispatcher.php | | | | | | | +---Filesystem | | | | Cloud.php | | | | Factory.php | | | | FileExistsException.php | | | | FileNotFoundException.php | | | | Filesystem.php | | | | | | | +---Foundation | | | | Application.php | | | | | | | +---Hashing | | | | Hasher.php | | | | | | | +---Http | | | | Kernel.php | | | | | | | +---Mail | | | | Mailable.php | | | | Mailer.php | | | | MailQueue.php | | | | | | | +---Notifications | | | | Dispatcher.php | | | | Factory.php | | | | | | | +---Pagination | | | | LengthAwarePaginator.php | | | | Paginator.php | | | | | | | +---Pipeline | | | | Hub.php | | | | Pipeline.php | | | | | | | +---Queue | | | | EntityNotFoundException.php | | | | EntityResolver.php | | | | Factory.php | | | | Job.php | | | | Monitor.php | | | | Queue.php | | | | QueueableCollection.php | | | | QueueableEntity.php | | | | ShouldQueue.php | | | | | | | +---Redis | | | | Connection.php | | | | Factory.php | | | | LimiterTimeoutException.php | | | | | | | +---Routing | | | | BindingRegistrar.php | | | | Registrar.php | | | | ResponseFactory.php | | | | UrlGenerator.php | | | | UrlRoutable.php | | | | | | | +---Session | | | | Session.php | | | | | | | +---Support | | | | Arrayable.php | | | | DeferrableProvider.php | | | | Htmlable.php | | | | Jsonable.php | | | | MessageBag.php | | | | MessageProvider.php | | | | Renderable.php | | | | Responsable.php | | | | | | | +---Translation | | | | HasLocalePreference.php | | | | Loader.php | | | | Translator.php | | | | | | | +---Validation | | | | Factory.php | | | | ImplicitRule.php | | | | Rule.php | | | | ValidatesWhenResolved.php | | | | Validator.php | | | | | | | \---View | | | Engine.php | | | Factory.php | | | View.php | | | | | +---Cookie | | | | composer.json | | | | CookieJar.php | | | | CookieServiceProvider.php | | | | LICENSE.md | | | | | | | \---Middleware | | | AddQueuedCookiesToResponse.php | | | EncryptCookies.php | | | | | +---Database | | | | composer.json | | | | Connection.php | | | | ConnectionInterface.php | | | | ConnectionResolver.php | | | | ConnectionResolverInterface.php | | | | DatabaseManager.php | | | | DatabaseServiceProvider.php | | | | DetectsDeadlocks.php | | | | DetectsLostConnections.php | | | | Grammar.php | | | | LICENSE.md | | | | MigrationServiceProvider.php | | | | MySqlConnection.php | | | | PostgresConnection.php | | | | QueryException.php | | | | README.md | | | | Seeder.php | | | | SQLiteConnection.php | | | | SqlServerConnection.php | | | | | | | +---Capsule | | | | Manager.php | | | | | | | +---Concerns | | | | BuildsQueries.php | | | | ManagesTransactions.php | | | | | | | +---Connectors | | | | ConnectionFactory.php | | | | Connector.php | | | | ConnectorInterface.php | | | | MySqlConnector.php | | | | PostgresConnector.php | | | | SQLiteConnector.php | | | | SqlServerConnector.php | | | | | | | +---Console | | | | +---Factories | | | | | | FactoryMakeCommand.php | | | | | | | | | | | \---stubs | | | | | factory.stub | | | | | | | | | +---Migrations | | | | | BaseCommand.php | | | | | FreshCommand.php | | | | | InstallCommand.php | | | | | MigrateCommand.php | | | | | MigrateMakeCommand.php | | | | | RefreshCommand.php | | | | | ResetCommand.php | | | | | RollbackCommand.php | | | | | StatusCommand.php | | | | | TableGuesser.php | | | | | | | | | \---Seeds | | | | | SeedCommand.php | | | | | SeederMakeCommand.php | | | | | | | | | \---stubs | | | | seeder.stub | | | | | | | +---Eloquent | | | | | Builder.php | | | | | Collection.php | | | | | Factory.php | | | | | FactoryBuilder.php | | | | | HigherOrderBuilderProxy.php | | | | | JsonEncodingException.php | | | | | MassAssignmentException.php | | | | | Model.php | | | | | ModelNotFoundException.php | | | | | QueueEntityResolver.php | | | | | RelationNotFoundException.php | | | | | Scope.php | | | | | SoftDeletes.php | | | | | SoftDeletingScope.php | | | | | | | | | +---Concerns | | | | | GuardsAttributes.php | | | | | HasAttributes.php | | | | | HasEvents.php | | | | | HasGlobalScopes.php | | | | | HasRelationships.php | | | | | HasTimestamps.php | | | | | HidesAttributes.php | | | | | QueriesRelationships.php | | | | | | | | | \---Relations | | | | | BelongsTo.php | | | | | BelongsToMany.php | | | | | HasMany.php | | | | | HasManyThrough.php | | | | | HasOne.php | | | | | HasOneOrMany.php | | | | | HasOneThrough.php | | | | | MorphMany.php | | | | | MorphOne.php | | | | | MorphOneOrMany.php | | | | | MorphPivot.php | | | | | MorphTo.php | | | | | MorphToMany.php | | | | | Pivot.php | | | | | Relation.php | | | | | | | | | \---Concerns | | | | AsPivot.php | | | | InteractsWithPivotTable.php | | | | SupportsDefaultModels.php | | | | | | | +---Events | | | | ConnectionEvent.php | | | | QueryExecuted.php | | | | StatementPrepared.php | | | | TransactionBeginning.php | | | | TransactionCommitted.php | | | | TransactionRolledBack.php | | | | | | | +---Migrations | | | | | DatabaseMigrationRepository.php | | | | | Migration.php | | | | | MigrationCreator.php | | | | | MigrationRepositoryInterface.php | | | | | Migrator.php | | | | | | | | | \---stubs | | | | blank.stub | | | | create.stub | | | | update.stub | | | | | | | +---Query | | | | | Builder.php | | | | | Expression.php | | | | | JoinClause.php | | | | | JsonExpression.php | | | | | | | | | +---Grammars | | | | | Grammar.php | | | | | MySqlGrammar.php | | | | | PostgresGrammar.php | | | | | SQLiteGrammar.php | | | | | SqlServerGrammar.php | | | | | | | | | \---Processors | | | | MySqlProcessor.php | | | | PostgresProcessor.php | | | | Processor.php | | | | SQLiteProcessor.php | | | | SqlServerProcessor.php | | | | | | | \---Schema | | | | Blueprint.php | | | | Builder.php | | | | ColumnDefinition.php | | | | MySqlBuilder.php | | | | PostgresBuilder.php | | | | SQLiteBuilder.php | | | | SqlServerBuilder.php | | | | | | | \---Grammars | | | ChangeColumn.php | | | Grammar.php | | | MySqlGrammar.php | | | PostgresGrammar.php | | | RenameColumn.php | | | SQLiteGrammar.php | | | SqlServerGrammar.php | | | | | +---Encryption | | | composer.json | | | Encrypter.php | | | EncryptionServiceProvider.php | | | LICENSE.md | | | | | +---Events | | | CallQueuedListener.php | | | composer.json | | | Dispatcher.php | | | EventServiceProvider.php | | | LICENSE.md | | | | | +---Filesystem | | | Cache.php | | | composer.json | | | Filesystem.php | | | FilesystemAdapter.php | | | FilesystemManager.php | | | FilesystemServiceProvider.php | | | LICENSE.md | | | | | +---Foundation | | | | AliasLoader.php | | | | Application.php | | | | ComposerScripts.php | | | | EnvironmentDetector.php | | | | helpers.php | | | | Inspiring.php | | | | Mix.php | | | | PackageManifest.php | | | | ProviderRepository.php | | | | | | | +---Auth | | | | | AuthenticatesUsers.php | | | | | RedirectsUsers.php | | | | | RegistersUsers.php | | | | | ResetsPasswords.php | | | | | SendsPasswordResetEmails.php | | | | | ThrottlesLogins.php | | | | | User.php | | | | | VerifiesEmails.php | | | | | | | | | \---Access | | | | Authorizable.php | | | | AuthorizesRequests.php | | | | | | | +---Bootstrap | | | | BootProviders.php | | | | HandleExceptions.php | | | | LoadConfiguration.php | | | | LoadEnvironmentVariables.php | | | | RegisterFacades.php | | | | RegisterProviders.php | | | | SetRequestForConsole.php | | | | | | | +---Bus | | | | Dispatchable.php | | | | DispatchesJobs.php | | | | PendingChain.php | | | | PendingDispatch.php | | | | | | | +---Console | | | | | AppNameCommand.php | | | | | ChannelMakeCommand.php | | | | | ClearCompiledCommand.php | | | | | ClosureCommand.php | | | | | ConfigCacheCommand.php | | | | | ConfigClearCommand.php | | | | | ConsoleMakeCommand.php | | | | | DownCommand.php | | | | | EnvironmentCommand.php | | | | | EventCacheCommand.php | | | | | EventClearCommand.php | | | | | EventGenerateCommand.php | | | | | EventListCommand.php | | | | | EventMakeCommand.php | | | | | ExceptionMakeCommand.php | | | | | JobMakeCommand.php | | | | | Kernel.php | | | | | KeyGenerateCommand.php | | | | | ListenerMakeCommand.php | | | | | MailMakeCommand.php | | | | | ModelMakeCommand.php | | | | | NotificationMakeCommand.php | | | | | ObserverMakeCommand.php | | | | | OptimizeClearCommand.php | | | | | OptimizeCommand.php | | | | | PackageDiscoverCommand.php | | | | | PolicyMakeCommand.php | | | | | PresetCommand.php | | | | | ProviderMakeCommand.php | | | | | QueuedCommand.php | | | | | RequestMakeCommand.php | | | | | ResourceMakeCommand.php | | | | | RouteCacheCommand.php | | | | | RouteClearCommand.php | | | | | RouteListCommand.php | | | | | RuleMakeCommand.php | | | | | ServeCommand.php | | | | | StorageLinkCommand.php | | | | | TestMakeCommand.php | | | | | UpCommand.php | | | | | VendorPublishCommand.php | | | | | ViewCacheCommand.php | | | | | ViewClearCommand.php | | | | | | | | | +---Presets | | | | | | Bootstrap.php | | | | | | None.php | | | | | | Preset.php | | | | | | React.php | | | | | | Vue.php | | | | | | | | | | | +---bootstrap-stubs | | | | | | app.scss | | | | | | _variables.scss | | | | | | | | | | | +---none-stubs | | | | | | app.js | | | | | | bootstrap.js | | | | | | | | | | | +---react-stubs | | | | | | app.js | | | | | | Example.js | | | | | | webpack.mix.js | | | | | | | | | | | \---vue-stubs | | | | | app.js | | | | | ExampleComponent.vue | | | | | webpack.mix.js | | | | | | | | | \---stubs | | | | channel.stub | | | | console.stub | | | | event-handler-queued.stub | | | | event-handler.stub | | | | event.stub | | | | exception-render-report.stub | | | | exception-render.stub | | | | exception-report.stub | | | | exception.stub | | | | job-queued.stub | | | | job.stub | | | | listener-duck.stub | | | | listener-queued-duck.stub | | | | listener-queued.stub | | | | listener.stub | | | | mail.stub | | | | markdown-mail.stub | | | | markdown-notification.stub | | | | markdown.stub | | | | model.stub | | | | notification.stub | | | | observer.plain.stub | | | | observer.stub | | | | pivot.model.stub | | | | policy.plain.stub | | | | policy.stub | | | | provider.stub | | | | request.stub | | | | resource-collection.stub | | | | resource.stub | | | | routes.stub | | | | rule.stub | | | | test.stub | | | | unit-test.stub | | | | | | | +---Events | | | | DiscoverEvents.php | | | | Dispatchable.php | | | | LocaleUpdated.php | | | | | | | +---Exceptions | | | | | Handler.php | | | | | WhoopsHandler.php | | | | | | | | | \---views | | | | 401.blade.php | | | | 403.blade.php | | | | 404.blade.php | | | | 419.blade.php | | | | 429.blade.php | | | | 500.blade.php | | | | 503.blade.php | | | | illustrated-layout.blade.php | | | | layout.blade.php | | | | minimal.blade.php | | | | | | | +---Http | | | | | FormRequest.php | | | | | Kernel.php | | | | | | | | | +---Events | | | | | RequestHandled.php | | | | | | | | | +---Exceptions | | | | | MaintenanceModeException.php | | | | | | | | | \---Middleware | | | | CheckForMaintenanceMode.php | | | | ConvertEmptyStringsToNull.php | | | | TransformsRequest.php | | | | TrimStrings.php | | | | ValidatePostSize.php | | | | VerifyCsrfToken.php | | | | | | | +---Providers | | | | ArtisanServiceProvider.php | | | | ComposerServiceProvider.php | | | | ConsoleSupportServiceProvider.php | | | | FormRequestServiceProvider.php | | | | FoundationServiceProvider.php | | | | | | | +---stubs | | | | facade.stub | | | | | | | +---Support | | | | \---Providers | | | | AuthServiceProvider.php | | | | EventServiceProvider.php | | | | RouteServiceProvider.php | | | | | | | +---Testing | | | | | Assert.php | | | | | DatabaseMigrations.php | | | | | DatabaseTransactions.php | | | | | PendingCommand.php | | | | | RefreshDatabase.php | | | | | RefreshDatabaseState.php | | | | | TestCase.php | | | | | TestResponse.php | | | | | WithFaker.php | | | | | WithoutEvents.php | | | | | WithoutMiddleware.php | | | | | | | | | +---Concerns | | | | | InteractsWithAuthentication.php | | | | | InteractsWithConsole.php | | | | | InteractsWithContainer.php | | | | | InteractsWithDatabase.php | | | | | InteractsWithExceptionHandling.php | | | | | InteractsWithRedis.php | | | | | InteractsWithSession.php | | | | | MakesHttpRequests.php | | | | | MocksApplicationServices.php | | | | | | | | | \---Constraints | | | | HasInDatabase.php | | | | SeeInOrder.php | | | | SoftDeletedInDatabase.php | | | | | | | \---Validation | | | ValidatesRequests.php | | | | | +---Hashing | | | AbstractHasher.php | | | Argon2IdHasher.php | | | ArgonHasher.php | | | BcryptHasher.php | | | composer.json | | | HashManager.php | | | HashServiceProvider.php | | | LICENSE.md | | | | | +---Http | | | | composer.json | | | | File.php | | | | FileHelpers.php | | | | JsonResponse.php | | | | LICENSE.md | | | | RedirectResponse.php | | | | Request.php | | | | Response.php | | | | ResponseTrait.php | | | | UploadedFile.php | | | | | | | +---Concerns | | | | InteractsWithContentTypes.php | | | | InteractsWithFlashData.php | | | | InteractsWithInput.php | | | | | | | +---Exceptions | | | | HttpResponseException.php | | | | PostTooLargeException.php | | | | ThrottleRequestsException.php | | | | | | | +---Middleware | | | | CheckResponseForModifications.php | | | | FrameGuard.php | | | | SetCacheHeaders.php | | | | | | | +---Resources | | | | | CollectsResources.php | | | | | ConditionallyLoadsAttributes.php | | | | | DelegatesToResource.php | | | | | MergeValue.php | | | | | MissingValue.php | | | | | PotentiallyMissing.php | | | | | | | | | \---Json | | | | AnonymousResourceCollection.php | | | | JsonResource.php | | | | PaginatedResourceResponse.php | | | | Resource.php | | | | ResourceCollection.php | | | | ResourceResponse.php | | | | | | | \---Testing | | | File.php | | | FileFactory.php | | | MimeType.php | | | | | +---Log | | | | composer.json | | | | LICENSE.md | | | | Logger.php | | | | LogManager.php | | | | LogServiceProvider.php | | | | ParsesLogConfiguration.php | | | | | | | \---Events | | | MessageLogged.php | | | | | +---Mail | | | | composer.json | | | | LICENSE.md | | | | Mailable.php | | | | Mailer.php | | | | MailServiceProvider.php | | | | Markdown.php | | | | Message.php | | | | PendingMail.php | | | | SendQueuedMailable.php | | | | TransportManager.php | | | | | | | +---Events | | | | MessageSending.php | | | | MessageSent.php | | | | | | | +---resources | | | | \---views | | | | +---html | | | | | | button.blade.php | | | | | | footer.blade.php | | | | | | header.blade.php | | | | | | layout.blade.php | | | | | | message.blade.php | | | | | | panel.blade.php | | | | | | promotion.blade.php | | | | | | subcopy.blade.php | | | | | | table.blade.php | | | | | | | | | | | +---promotion | | | | | | button.blade.php | | | | | | | | | | | \---themes | | | | | default.css | | | | | | | | | \---text | | | | | button.blade.php | | | | | footer.blade.php | | | | | header.blade.php | | | | | layout.blade.php | | | | | message.blade.php | | | | | panel.blade.php | | | | | promotion.blade.php | | | | | subcopy.blade.php | | | | | table.blade.php | | | | | | | | | \---promotion | | | | button.blade.php | | | | | | | \---Transport | | | ArrayTransport.php | | | LogTransport.php | | | MailgunTransport.php | | | MandrillTransport.php | | | SesTransport.php | | | SparkPostTransport.php | | | Transport.php | | | | | +---Notifications | | | | Action.php | | | | AnonymousNotifiable.php | | | | ChannelManager.php | | | | composer.json | | | | DatabaseNotification.php | | | | DatabaseNotificationCollection.php | | | | HasDatabaseNotifications.php | | | | LICENSE.md | | | | Notifiable.php | | | | Notification.php | | | | NotificationSender.php | | | | NotificationServiceProvider.php | | | | RoutesNotifications.php | | | | SendQueuedNotifications.php | | | | | | | +---Channels | | | | BroadcastChannel.php | | | | DatabaseChannel.php | | | | MailChannel.php | | | | | | | +---Console | | | | | NotificationTableCommand.php | | | | | | | | | \---stubs | | | | notifications.stub | | | | | | | +---Events | | | | BroadcastNotificationCreated.php | | | | NotificationFailed.php | | | | NotificationSending.php | | | | NotificationSent.php | | | | | | | +---Messages | | | | BroadcastMessage.php | | | | DatabaseMessage.php | | | | MailMessage.php | | | | SimpleMessage.php | | | | | | | \---resources | | | \---views | | | email.blade.php | | | | | +---Pagination | | | | AbstractPaginator.php | | | | composer.json | | | | LengthAwarePaginator.php | | | | LICENSE.md | | | | PaginationServiceProvider.php | | | | Paginator.php | | | | UrlWindow.php | | | | | | | \---resources | | | \---views | | | bootstrap-4.blade.php | | | default.blade.php | | | semantic-ui.blade.php | | | simple-bootstrap-4.blade.php | | | simple-default.blade.php | | | | | +---Pipeline | | | composer.json | | | Hub.php | | | LICENSE.md | | | Pipeline.php | | | PipelineServiceProvider.php | | | | | +---Queue | | | | BeanstalkdQueue.php | | | | CallQueuedClosure.php | | | | CallQueuedHandler.php | | | | composer.json | | | | DatabaseQueue.php | | | | InteractsWithQueue.php | | | | InvalidPayloadException.php | | | | LICENSE.md | | | | Listener.php | | | | ListenerOptions.php | | | | LuaScripts.php | | | | ManuallyFailedException.php | | | | MaxAttemptsExceededException.php | | | | NullQueue.php | | | | Queue.php | | | | QueueManager.php | | | | QueueServiceProvider.php | | | | README.md | | | | RedisQueue.php | | | | SerializableClosure.php | | | | SerializesAndRestoresModelIdentifiers.php | | | | SerializesModels.php | | | | SqsQueue.php | | | | SyncQueue.php | | | | Worker.php | | | | WorkerOptions.php | | | | | | | +---Capsule | | | | Manager.php | | | | | | | +---Connectors | | | | BeanstalkdConnector.php | | | | ConnectorInterface.php | | | | DatabaseConnector.php | | | | NullConnector.php | | | | RedisConnector.php | | | | SqsConnector.php | | | | SyncConnector.php | | | | | | | +---Console | | | | | FailedTableCommand.php | | | | | FlushFailedCommand.php | | | | | ForgetFailedCommand.php | | | | | ListenCommand.php | | | | | ListFailedCommand.php | | | | | RestartCommand.php | | | | | RetryCommand.php | | | | | TableCommand.php | | | | | WorkCommand.php | | | | | | | | | \---stubs | | | | failed_jobs.stub | | | | jobs.stub | | | | | | | +---Events | | | | JobExceptionOccurred.php | | | | JobFailed.php | | | | JobProcessed.php | | | | JobProcessing.php | | | | Looping.php | | | | WorkerStopping.php | | | | | | | +---Failed | | | | DatabaseFailedJobProvider.php | | | | FailedJobProviderInterface.php | | | | NullFailedJobProvider.php | | | | | | | \---Jobs | | | BeanstalkdJob.php | | | DatabaseJob.php | | | DatabaseJobRecord.php | | | Job.php | | | JobName.php | | | RedisJob.php | | | SqsJob.php | | | SyncJob.php | | | | | +---Redis | | | | composer.json | | | | LICENSE.md | | | | RedisManager.php | | | | RedisServiceProvider.php | | | | | | | +---Connections | | | | Connection.php | | | | PhpRedisClusterConnection.php | | | | PhpRedisConnection.php | | | | PredisClusterConnection.php | | | | PredisConnection.php | | | | | | | +---Connectors | | | | PhpRedisConnector.php | | | | PredisConnector.php | | | | | | | +---Events | | | | CommandExecuted.php | | | | | | | \---Limiters | | | ConcurrencyLimiter.php | | | ConcurrencyLimiterBuilder.php | | | DurationLimiter.php | | | DurationLimiterBuilder.php | | | | | +---Routing | | | | composer.json | | | | Controller.php | | | | ControllerDispatcher.php | | | | ControllerMiddlewareOptions.php | | | | ImplicitRouteBinding.php | | | | LICENSE.md | | | | MiddlewareNameResolver.php | | | | PendingResourceRegistration.php | | | | Pipeline.php | | | | RedirectController.php | | | | Redirector.php | | | | ResourceRegistrar.php | | | | ResponseFactory.php | | | | Route.php | | | | RouteAction.php | | | | RouteBinding.php | | | | RouteCollection.php | | | | RouteCompiler.php | | | | RouteDependencyResolverTrait.php | | | | RouteFileRegistrar.php | | | | RouteGroup.php | | | | RouteParameterBinder.php | | | | Router.php | | | | RouteRegistrar.php | | | | RouteSignatureParameters.php | | | | RouteUrlGenerator.php | | | | RoutingServiceProvider.php | | | | SortedMiddleware.php | | | | UrlGenerator.php | | | | ViewController.php | | | | | | | +---Console | | | | | ControllerMakeCommand.php | | | | | MiddlewareMakeCommand.php | | | | | | | | | \---stubs | | | | controller.api.stub | | | | controller.invokable.stub | | | | controller.model.api.stub | | | | controller.model.stub | | | | controller.nested.api.stub | | | | controller.nested.stub | | | | controller.plain.stub | | | | controller.stub | | | | middleware.stub | | | | | | | +---Contracts | | | | ControllerDispatcher.php | | | | | | | +---Events | | | | RouteMatched.php | | | | | | | +---Exceptions | | | | InvalidSignatureException.php | | | | UrlGenerationException.php | | | | | | | +---Matching | | | | HostValidator.php | | | | MethodValidator.php | | | | SchemeValidator.php | | | | UriValidator.php | | | | ValidatorInterface.php | | | | | | | \---Middleware | | | SubstituteBindings.php | | | ThrottleRequests.php | | | ThrottleRequestsWithRedis.php | | | ValidateSignature.php | | | | | +---Session | | | | CacheBasedSessionHandler.php | | | | composer.json | | | | CookieSessionHandler.php | | | | DatabaseSessionHandler.php | | | | EncryptedStore.php | | | | ExistenceAwareInterface.php | | | | FileSessionHandler.php | | | | LICENSE.md | | | | NullSessionHandler.php | | | | SessionManager.php | | | | SessionServiceProvider.php | | | | Store.php | | | | TokenMismatchException.php | | | | | | | +---Console | | | | | SessionTableCommand.php | | | | | | | | | \---stubs | | | | database.stub | | | | | | | \---Middleware | | | AuthenticateSession.php | | | StartSession.php | | | | | +---Support | | | | AggregateServiceProvider.php | | | | Arr.php | | | | Carbon.php | | | | Collection.php | | | | composer.json | | | | Composer.php | | | | DateFactory.php | | | | Fluent.php | | | | helpers.php | | | | HigherOrderCollectionProxy.php | | | | HigherOrderTapProxy.php | | | | HtmlString.php | | | | InteractsWithTime.php | | | | LICENSE.md | | | | Manager.php | | | | MessageBag.php | | | | NamespacedItemResolver.php | | | | Optional.php | | | | Pluralizer.php | | | | ProcessUtils.php | | | | ServiceProvider.php | | | | Str.php | | | | ViewErrorBag.php | | | | | | | +---Facades | | | | App.php | | | | Artisan.php | | | | Auth.php | | | | Blade.php | | | | Broadcast.php | | | | Bus.php | | | | Cache.php | | | | Config.php | | | | Cookie.php | | | | Crypt.php | | | | Date.php | | | | DB.php | | | | Event.php | | | | Facade.php | | | | File.php | | | | Gate.php | | | | Hash.php | | | | Input.php | | | | Lang.php | | | | Log.php | | | | Mail.php | | | | Notification.php | | | | Password.php | | | | Queue.php | | | | Redirect.php | | | | Redis.php | | | | Request.php | | | | Response.php | | | | Route.php | | | | Schema.php | | | | Session.php | | | | Storage.php | | | | URL.php | | | | Validator.php | | | | View.php | | | | | | | +---Testing | | | | \---Fakes | | | | BusFake.php | | | | EventFake.php | | | | MailFake.php | | | | NotificationFake.php | | | | PendingMailFake.php | | | | QueueFake.php | | | | | | | \---Traits | | | CapsuleManagerTrait.php | | | ForwardsCalls.php | | | Localizable.php | | | Macroable.php | | | | | +---Translation | | | ArrayLoader.php | | | composer.json | | | FileLoader.php | | | LICENSE.md | | | MessageSelector.php | | | TranslationServiceProvider.php | | | Translator.php | | | | | +---Validation | | | | ClosureValidationRule.php | | | | composer.json | | | | DatabasePresenceVerifier.php | | | | Factory.php | | | | LICENSE.md | | | | PresenceVerifierInterface.php | | | | Rule.php | | | | UnauthorizedException.php | | | | ValidatesWhenResolvedTrait.php | | | | ValidationData.php | | | | ValidationException.php | | | | ValidationRuleParser.php | | | | ValidationServiceProvider.php | | | | Validator.php | | | | | | | +---Concerns | | | | FormatsMessages.php | | | | ReplacesAttributes.php | | | | ValidatesAttributes.php | | | | | | | \---Rules | | | DatabaseRule.php | | | Dimensions.php | | | Exists.php | | | In.php | | | NotIn.php | | | RequiredIf.php | | | Unique.php | | | | | \---View | | | composer.json | | | Factory.php | | | FileViewFinder.php | | | LICENSE.md | | | View.php | | | ViewFinderInterface.php | | | ViewName.php | | | ViewServiceProvider.php | | | | | +---Compilers | | | | BladeCompiler.php | | | | Compiler.php | | | | CompilerInterface.php | | | | | | | \---Concerns | | | CompilesAuthorizations.php | | | CompilesComments.php | | | CompilesComponents.php | | | CompilesConditionals.php | | | CompilesEchos.php | | | CompilesHelpers.php | | | CompilesIncludes.php | | | CompilesInjections.php | | | CompilesJson.php | | | CompilesLayouts.php | | | CompilesLoops.php | | | CompilesRawPhp.php | | | CompilesStacks.php | | | CompilesTranslations.php | | | | | +---Concerns | | | ManagesComponents.php | | | ManagesEvents.php | | | ManagesLayouts.php | | | ManagesLoops.php | | | ManagesStacks.php | | | ManagesTranslations.php | | | | | +---Engines | | | CompilerEngine.php | | | Engine.php | | | EngineResolver.php | | | FileEngine.php | | | PhpEngine.php | | | | | \---Middleware | | ShareErrorsFromSession.php | | | \---tinker | | composer.json | | LICENSE.txt | | README.md | | | +---config | | tinker.php | | | \---src | | ClassAliasAutoloader.php | | TinkerCaster.php | | TinkerServiceProvider.php | | | \---Console | TinkerCommand.php | +---league | \---flysystem | | composer.json | | deprecations.md | | LICENSE | | | \---src | | AdapterInterface.php | | Config.php | | ConfigAwareTrait.php | | Directory.php | | Exception.php | | File.php | | FileExistsException.php | | FileNotFoundException.php | | Filesystem.php | | FilesystemInterface.php | | FilesystemNotFoundException.php | | Handler.php | | MountManager.php | | NotSupportedException.php | | PluginInterface.php | | ReadInterface.php | | RootViolationException.php | | SafeStorage.php | | UnreadableFileException.php | | Util.php | | | +---Adapter | | | AbstractAdapter.php | | | AbstractFtpAdapter.php | | | CanOverwriteFiles.php | | | Ftp.php | | | Ftpd.php | | | Local.php | | | NullAdapter.php | | | SynologyFtp.php | | | | | \---Polyfill | | NotSupportingVisibilityTrait.php | | StreamedCopyTrait.php | | StreamedReadingTrait.php | | StreamedTrait.php | | StreamedWritingTrait.php | | | +---Plugin | | AbstractPlugin.php | | EmptyDir.php | | ForcedCopy.php | | ForcedRename.php | | GetWithMetadata.php | | ListFiles.php | | ListPaths.php | | ListWith.php | | PluggableTrait.php | | PluginNotFoundException.php | | | \---Util | ContentListingFormatter.php | MimeType.php | StreamHasher.php | +---mockery | \---mockery | | .gitignore | | .phpstorm.meta.php | | .php_cs | | .scrutinizer.yml | | .styleci.yml | | .travis.yml | | CHANGELOG.md | | composer.json | | CONTRIBUTING.md | | LICENSE | | Makefile | | phpunit.xml.dist | | README.md | | | +---docker | | \---php56 | | Dockerfile | | | +---docs | | | .gitignore | | | conf.py | | | index.rst | | | Makefile | | | README.md | | | | | +---cookbook | | | big_parent_class.rst | | | class_constants.rst | | | default_expectations.rst | | | detecting_mock_objects.rst | | | index.rst | | | map.rst.inc | | | mockery_on.rst | | | mocking_hard_dependencies.rst | | | not_calling_the_constructor.rst | | | | | +---getting_started | | | index.rst | | | installation.rst | | | map.rst.inc | | | quick_reference.rst | | | simple_example.rst | | | upgrading.rst | | | | | +---mockery | | | configuration.rst | | | exceptions.rst | | | gotchas.rst | | | index.rst | | | map.rst.inc | | | reserved_method_names.rst | | | | | \---reference | | alternative_should_receive_syntax.rst | | argument_validation.rst | | creating_test_doubles.rst | | demeter_chains.rst | | expectations.rst | | final_methods_classes.rst | | index.rst | | instance_mocking.rst | | magic_methods.rst | | map.rst.inc | | partial_mocks.rst | | pass_by_reference_behaviours.rst | | phpunit_integration.rst | | protected_methods.rst | | public_properties.rst | | public_static_properties.rst | | spies.rst | | | +---library | | | helpers.php | | | Mockery.php | | | | | \---Mockery | | | ClosureWrapper.php | | | CompositeExpectation.php | | | Configuration.php | | | Container.php | | | Exception.php | | | Expectation.php | | | ExpectationDirector.php | | | ExpectationInterface.php | | | ExpectsHigherOrderMessage.php | | | HigherOrderMessage.php | | | Instantiator.php | | | MethodCall.php | | | Mock.php | | | MockInterface.php | | | ReceivedMethodCalls.php | | | Undefined.php | | | VerificationDirector.php | | | VerificationExpectation.php | | | | | +---Adapter | | | \---Phpunit | | | | MockeryPHPUnitIntegration.php | | | | MockeryPHPUnitIntegrationAssertPostConditionsForV7AndPrevious.php | | | | MockeryPHPUnitIntegrationAssertPostConditionsForV8.php | | | | MockeryTestCase.php | | | | MockeryTestCaseSetUpForV7AndPrevious.php | | | | MockeryTestCaseSetUpForV8.php | | | | TestListener.php | | | | | | | \---Legacy | | | TestListenerForV5.php | | | TestListenerForV6.php | | | TestListenerForV7.php | | | TestListenerTrait.php | | | | | +---CountValidator | | | AtLeast.php | | | AtMost.php | | | CountValidatorAbstract.php | | | Exact.php | | | Exception.php | | | | | +---Exception | | | BadMethodCallException.php | | | InvalidArgumentException.php | | | InvalidCountException.php | | | InvalidOrderException.php | | | NoMatchingExpectationException.php | | | RuntimeException.php | | | | | +---Generator | | | | CachingGenerator.php | | | | DefinedTargetClass.php | | | | Generator.php | | | | Method.php | | | | MockConfiguration.php | | | | MockConfigurationBuilder.php | | | | MockDefinition.php | | | | Parameter.php | | | | StringManipulationGenerator.php | | | | TargetClassInterface.php | | | | UndefinedTargetClass.php | | | | | | | \---StringManipulation | | | \---Pass | | | CallTypeHintPass.php | | | ClassNamePass.php | | | ClassPass.php | | | ConstantsPass.php | | | InstanceMockPass.php | | | InterfacePass.php | | | MagicMethodTypeHintsPass.php | | | MethodDefinitionPass.php | | | Pass.php | | | RemoveBuiltinMethodsThatAreFinalPass.php | | | RemoveDestructorPass.php | | | RemoveUnserializeForInternalSerializableClassesPass.php | | | TraitPass.php | | | | | +---Loader | | | EvalLoader.php | | | Loader.php | | | RequireLoader.php | | | | | \---Matcher | | AndAnyOtherArgs.php | | Any.php | | AnyArgs.php | | AnyOf.php | | ArgumentListMatcher.php | | Closure.php | | Contains.php | | Ducktype.php | | HasKey.php | | HasValue.php | | MatcherAbstract.php | | MultiArgumentClosure.php | | MustBe.php | | NoArgs.php | | Not.php | | NotAnyOf.php | | Pattern.php | | PHPUnitConstraint.php | | Subset.php | | Type.php | | | \---tests | | Bootstrap.php | | | +---Mockery | | | AdhocTest.php | | | AllowsExpectsSyntaxTest.php | | | CallableSpyTest.php | | | ContainerTest.php | | | DemeterChainTest.php | | | ExpectationTest.php | | | GlobalHelpersTest.php | | | HamcrestExpectationTest.php | | | MockClassWithFinalWakeupTest.php | | | MockClassWithMethodOverloadingTest.php | | | MockClassWithUnknownTypeHintTest.php | | | MockeryCanMockClassesWithSemiReservedWordsTest.php | | | MockeryCanMockMultipleInterfacesWhichOverlapTest.php | | | MockingAllLowerCasedMethodsTest.php | | | MockingClassConstantsTest.php | | | MockingHHVMMethodsTest.php | | | MockingMethodsWithIterableTypeHintsTest.php | | | MockingMethodsWithNullableParametersTest.php | | | MockingNullableMethodsTest.php | | | MockingProtectedMethodsTest.php | | | MockingStaticMethodsCalledObjectStyleTest.php | | | MockingVariadicArgumentsTest.php | | | MockingVoidMethodsTest.php | | | MockTest.php | | | NamedMockTest.php | | | SpyTest.php | | | TraitsTest.php | | | WithFormatterExpectationTest.php | | | | | +---Adapter | | | \---Phpunit | | | MockeryPHPUnitIntegrationTest.php | | | TestListenerTest.php | | | | | +---DummyClasses | | | DemeterChain.php | | | Namespaced.php | | | | | +---Fixtures | | | ClassWithAllLowerCaseMethod.php | | | ClassWithConstants.php | | | EmptyTestCaseV5.php | | | EmptyTestCaseV6.php | | | EmptyTestCaseV7.php | | | MethodWithHHVMReturnType.php | | | MethodWithIterableTypeHints.php | | | MethodWithNullableReturnType.php | | | MethodWithNullableTypedParameter.php | | | MethodWithParametersWithDefaultValues.php | | | MethodWithVoidReturnType.php | | | SemiReservedWordsAsMethods.php | | | | | +---Generator | | | | DefinedTargetClassTest.php | | | | MockConfigurationBuilderTest.php | | | | MockConfigurationTest.php | | | | | | | \---StringManipulation | | | \---Pass | | | CallTypeHintPassTest.php | | | ClassNamePassTest.php | | | ClassPassTest.php | | | ConstantsPassTest.php | | | InstanceMockPassTest.php | | | InterfacePassTest.php | | | | | +---Loader | | | EvalLoaderTest.php | | | LoaderTestCase.php | | | RequireLoaderTest.php | | | | | +---Matcher | | | PHPUnitConstraintTest.php | | | SubsetTest.php | | | | | +---Stubs | | | Animal.php | | | Habitat.php | | | | | \---_files | | file.txt | | | +---PHP56 | | MockingOldStyleConstructorTest.php | | | +---PHP70 | | | MockingParameterAndReturnTypesTest.php | | | | | \---Generator | | \---StringManipulation | | \---Pass | | MagicMethodTypeHintsPassTest.php | | | \---PHP72 | Php72LanguageFeaturesTest.php | +---monolog | \---monolog | | .php_cs | | CHANGELOG.md | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | | +---doc | | 01-usage.md | | 02-handlers-formatters-processors.md | | 03-utilities.md | | 04-extending.md | | sockets.md | | | +---src | | \---Monolog | | | ErrorHandler.php | | | Logger.php | | | Registry.php | | | ResettableInterface.php | | | SignalHandler.php | | | Utils.php | | | | | +---Formatter | | | ChromePHPFormatter.php | | | ElasticaFormatter.php | | | FlowdockFormatter.php | | | FluentdFormatter.php | | | FormatterInterface.php | | | GelfMessageFormatter.php | | | HtmlFormatter.php | | | JsonFormatter.php | | | LineFormatter.php | | | LogglyFormatter.php | | | LogstashFormatter.php | | | MongoDBFormatter.php | | | NormalizerFormatter.php | | | ScalarFormatter.php | | | WildfireFormatter.php | | | | | +---Handler | | | | AbstractHandler.php | | | | AbstractProcessingHandler.php | | | | AbstractSyslogHandler.php | | | | AmqpHandler.php | | | | BrowserConsoleHandler.php | | | | BufferHandler.php | | | | ChromePHPHandler.php | | | | CouchDBHandler.php | | | | CubeHandler.php | | | | DeduplicationHandler.php | | | | DoctrineCouchDBHandler.php | | | | DynamoDbHandler.php | | | | ElasticSearchHandler.php | | | | ErrorLogHandler.php | | | | FilterHandler.php | | | | FingersCrossedHandler.php | | | | FirePHPHandler.php | | | | FleepHookHandler.php | | | | FlowdockHandler.php | | | | GelfHandler.php | | | | GroupHandler.php | | | | HandlerInterface.php | | | | HandlerWrapper.php | | | | HipChatHandler.php | | | | IFTTTHandler.php | | | | InsightOpsHandler.php | | | | LogEntriesHandler.php | | | | LogglyHandler.php | | | | MailHandler.php | | | | MandrillHandler.php | | | | MissingExtensionException.php | | | | MongoDBHandler.php | | | | NativeMailerHandler.php | | | | NewRelicHandler.php | | | | NullHandler.php | | | | PHPConsoleHandler.php | | | | PsrHandler.php | | | | PushoverHandler.php | | | | RavenHandler.php | | | | RedisHandler.php | | | | RollbarHandler.php | | | | RotatingFileHandler.php | | | | SamplingHandler.php | | | | SlackbotHandler.php | | | | SlackHandler.php | | | | SlackWebhookHandler.php | | | | SocketHandler.php | | | | StreamHandler.php | | | | SwiftMailerHandler.php | | | | SyslogHandler.php | | | | SyslogUdpHandler.php | | | | TestHandler.php | | | | WhatFailureGroupHandler.php | | | | ZendMonitorHandler.php | | | | | | | +---Curl | | | | Util.php | | | | | | | +---FingersCrossed | | | | ActivationStrategyInterface.php | | | | ChannelLevelActivationStrategy.php | | | | ErrorLevelActivationStrategy.php | | | | | | | +---Slack | | | | SlackRecord.php | | | | | | | \---SyslogUdp | | | UdpSocket.php | | | | | \---Processor | | GitProcessor.php | | IntrospectionProcessor.php | | MemoryPeakUsageProcessor.php | | MemoryProcessor.php | | MemoryUsageProcessor.php | | MercurialProcessor.php | | ProcessIdProcessor.php | | ProcessorInterface.php | | PsrLogMessageProcessor.php | | TagProcessor.php | | UidProcessor.php | | WebProcessor.php | | | \---tests | \---Monolog | | ErrorHandlerTest.php | | LoggerTest.php | | PsrLogCompatTest.php | | RegistryTest.php | | SignalHandlerTest.php | | TestCase.php | | | +---Formatter | | ChromePHPFormatterTest.php | | ElasticaFormatterTest.php | | FlowdockFormatterTest.php | | FluentdFormatterTest.php | | GelfMessageFormatterTest.php | | JsonFormatterTest.php | | LineFormatterTest.php | | LogglyFormatterTest.php | | LogstashFormatterTest.php | | MongoDBFormatterTest.php | | NormalizerFormatterTest.php | | ScalarFormatterTest.php | | WildfireFormatterTest.php | | | +---Handler | | | AbstractHandlerTest.php | | | AbstractProcessingHandlerTest.php | | | AmqpHandlerTest.php | | | BrowserConsoleHandlerTest.php | | | BufferHandlerTest.php | | | ChromePHPHandlerTest.php | | | CouchDBHandlerTest.php | | | DeduplicationHandlerTest.php | | | DoctrineCouchDBHandlerTest.php | | | DynamoDbHandlerTest.php | | | ElasticSearchHandlerTest.php | | | ErrorLogHandlerTest.php | | | FilterHandlerTest.php | | | FingersCrossedHandlerTest.php | | | FirePHPHandlerTest.php | | | FleepHookHandlerTest.php | | | FlowdockHandlerTest.php | | | GelfHandlerLegacyTest.php | | | GelfHandlerTest.php | | | GelfMockMessagePublisher.php | | | GroupHandlerTest.php | | | HandlerWrapperTest.php | | | HipChatHandlerTest.php | | | InsightOpsHandlerTest.php | | | LogEntriesHandlerTest.php | | | MailHandlerTest.php | | | MockRavenClient.php | | | MongoDBHandlerTest.php | | | NativeMailerHandlerTest.php | | | NewRelicHandlerTest.php | | | NullHandlerTest.php | | | PHPConsoleHandlerTest.php | | | PsrHandlerTest.php | | | PushoverHandlerTest.php | | | RavenHandlerTest.php | | | RedisHandlerTest.php | | | RollbarHandlerTest.php | | | RotatingFileHandlerTest.php | | | SamplingHandlerTest.php | | | SlackbotHandlerTest.php | | | SlackHandlerTest.php | | | SlackWebhookHandlerTest.php | | | SocketHandlerTest.php | | | StreamHandlerTest.php | | | SwiftMailerHandlerTest.php | | | SyslogHandlerTest.php | | | SyslogUdpHandlerTest.php | | | TestHandlerTest.php | | | UdpSocketTest.php | | | WhatFailureGroupHandlerTest.php | | | ZendMonitorHandlerTest.php | | | | | +---Fixtures | | | .gitkeep | | | | | \---Slack | | SlackRecordTest.php | | | \---Processor | GitProcessorTest.php | IntrospectionProcessorTest.php | MemoryPeakUsageProcessorTest.php | MemoryUsageProcessorTest.php | MercurialProcessorTest.php | ProcessIdProcessorTest.php | PsrLogMessageProcessorTest.php | TagProcessorTest.php | UidProcessorTest.php | WebProcessorTest.php | +---myclabs | \---deep-copy | | .gitattributes | | .gitignore | | .scrutinizer.yml | | .travis.yml | | composer.json | | LICENSE | | README.md | | | +---doc | | clone.png | | deep-clone.png | | deep-copy.png | | graph.png | | | +---fixtures | | +---f001 | | | A.php | | | B.php | | | | | +---f002 | | | A.php | | | | | +---f003 | | | Foo.php | | | | | +---f004 | | | UnclonableItem.php | | | | | +---f005 | | | Foo.php | | | | | +---f006 | | | A.php | | | B.php | | | | | +---f007 | | | FooDateInterval.php | | | FooDateTimeZone.php | | | | | \---f008 | | A.php | | B.php | | | \---src | \---DeepCopy | | DeepCopy.php | | deep_copy.php | | | +---Exception | | CloneException.php | | PropertyException.php | | | +---Filter | | | Filter.php | | | KeepFilter.php | | | ReplaceFilter.php | | | SetNullFilter.php | | | | | \---Doctrine | | DoctrineCollectionFilter.php | | DoctrineEmptyCollectionFilter.php | | DoctrineProxyFilter.php | | | +---Matcher | | | Matcher.php | | | PropertyMatcher.php | | | PropertyNameMatcher.php | | | PropertyTypeMatcher.php | | | | | \---Doctrine | | DoctrineProxyMatcher.php | | | +---Reflection | | ReflectionHelper.php | | | +---TypeFilter | | | ReplaceFilter.php | | | ShallowCopyFilter.php | | | TypeFilter.php | | | | | +---Date | | | DateIntervalFilter.php | | | | | \---Spl | | SplDoublyLinkedList.php | | SplDoublyLinkedListFilter.php | | | \---TypeMatcher | TypeMatcher.php | +---nesbot | \---carbon | | .multi-tester.yml | | composer.json | | contributing.md | | LICENSE | | phpmd.xml | | readme.md | | | +---.github | | ISSUE_TEMPLATE.md | | | \---src | \---Carbon | | Carbon.php | | CarbonImmutable.php | | CarbonInterface.php | | CarbonInterval.php | | CarbonPeriod.php | | CarbonTimeZone.php | | Factory.php | | FactoryImmutable.php | | Language.php | | Translator.php | | | +---Exceptions | | InvalidDateException.php | | | +---Lang | | aa.php | | aa_DJ.php | | aa_ER.php | | aa_ER@saaho.php | | aa_ET.php | | af.php | | af_NA.php | | af_ZA.php | | agq.php | | agr.php | | agr_PE.php | | ak.php | | ak_GH.php | | am.php | | am_ET.php | | an.php | | anp.php | | anp_IN.php | | an_ES.php | | ar.php | | ar_AE.php | | ar_BH.php | | ar_DJ.php | | ar_DZ.php | | ar_EG.php | | ar_EH.php | | ar_ER.php | | ar_IL.php | | ar_IN.php | | ar_IQ.php | | ar_JO.php | | ar_KM.php | | ar_KW.php | | ar_LB.php | | ar_LY.php | | ar_MA.php | | ar_MR.php | | ar_OM.php | | ar_PS.php | | ar_QA.php | | ar_SA.php | | ar_SD.php | | ar_Shakl.php | | ar_SO.php | | ar_SS.php | | ar_SY.php | | ar_TD.php | | ar_TN.php | | ar_YE.php | | as.php | | asa.php | | ast.php | | ast_ES.php | | as_IN.php | | ayc.php | | ayc_PE.php | | az.php | | az_AZ.php | | az_Cyrl.php | | az_IR.php | | az_Latn.php | | bas.php | | be.php | | bem.php | | bem_ZM.php | | ber.php | | ber_DZ.php | | ber_MA.php | | bez.php | | be_BY.php | | be_BY@latin.php | | bg.php | | bg_BG.php | | bhb.php | | bhb_IN.php | | bho.php | | bho_IN.php | | bi.php | | bi_VU.php | | bm.php | | bn.php | | bn_BD.php | | bn_IN.php | | bo.php | | bo_CN.php | | bo_IN.php | | br.php | | brx.php | | brx_IN.php | | br_FR.php | | bs.php | | bs_BA.php | | bs_Cyrl.php | | bs_Latn.php | | byn.php | | byn_ER.php | | ca.php | | ca_AD.php | | ca_ES.php | | ca_ES_Valencia.php | | ca_FR.php | | ca_IT.php | | ccp.php | | ccp_IN.php | | ce.php | | ce_RU.php | | cgg.php | | chr.php | | chr_US.php | | cmn.php | | cmn_TW.php | | crh.php | | crh_UA.php | | cs.php | | csb.php | | csb_PL.php | | cs_CZ.php | | cu.php | | cv.php | | cv_RU.php | | cy.php | | cy_GB.php | | da.php | | dav.php | | da_DK.php | | da_GL.php | | de.php | | de_AT.php | | de_BE.php | | de_CH.php | | de_DE.php | | de_IT.php | | de_LI.php | | de_LU.php | | dje.php | | doi.php | | doi_IN.php | | dsb.php | | dsb_DE.php | | dua.php | | dv.php | | dv_MV.php | | dyo.php | | dz.php | | dz_BT.php | | ebu.php | | ee.php | | ee_TG.php | | el.php | | el_CY.php | | el_GR.php | | en.php | | en_001.php | | en_150.php | | en_AG.php | | en_AI.php | | en_AS.php | | en_AT.php | | en_AU.php | | en_BB.php | | en_BE.php | | en_BI.php | | en_BM.php | | en_BS.php | | en_BW.php | | en_BZ.php | | en_CA.php | | en_CC.php | | en_CH.php | | en_CK.php | | en_CM.php | | en_CX.php | | en_CY.php | | en_DE.php | | en_DG.php | | en_DK.php | | en_DM.php | | en_ER.php | | en_FI.php | | en_FJ.php | | en_FK.php | | en_FM.php | | en_GB.php | | en_GD.php | | en_GG.php | | en_GH.php | | en_GI.php | | en_GM.php | | en_GU.php | | en_GY.php | | en_HK.php | | en_IE.php | | en_IL.php | | en_IM.php | | en_IN.php | | en_IO.php | | en_ISO.php | | en_JE.php | | en_JM.php | | en_KE.php | | en_KI.php | | en_KN.php | | en_KY.php | | en_LC.php | | en_LR.php | | en_LS.php | | en_MG.php | | en_MH.php | | en_MO.php | | en_MP.php | | en_MS.php | | en_MT.php | | en_MU.php | | en_MW.php | | en_MY.php | | en_NA.php | | en_NF.php | | en_NG.php | | en_NL.php | | en_NR.php | | en_NU.php | | en_NZ.php | | en_PG.php | | en_PH.php | | en_PK.php | | en_PN.php | | en_PR.php | | en_PW.php | | en_RW.php | | en_SB.php | | en_SC.php | | en_SD.php | | en_SE.php | | en_SG.php | | en_SH.php | | en_SI.php | | en_SL.php | | en_SS.php | | en_SX.php | | en_SZ.php | | en_TC.php | | en_TK.php | | en_TO.php | | en_TT.php | | en_TV.php | | en_TZ.php | | en_UG.php | | en_UM.php | | en_US.php | | en_US_Posix.php | | en_VC.php | | en_VG.php | | en_VI.php | | en_VU.php | | en_WS.php | | en_ZA.php | | en_ZM.php | | en_ZW.php | | eo.php | | es.php | | es_419.php | | es_AR.php | | es_BO.php | | es_BR.php | | es_BZ.php | | es_CL.php | | es_CO.php | | es_CR.php | | es_CU.php | | es_DO.php | | es_EA.php | | es_EC.php | | es_ES.php | | es_GQ.php | | es_GT.php | | es_HN.php | | es_IC.php | | es_MX.php | | es_NI.php | | es_PA.php | | es_PE.php | | es_PH.php | | es_PR.php | | es_PY.php | | es_SV.php | | es_US.php | | es_UY.php | | es_VE.php | | et.php | | et_EE.php | | eu.php | | eu_ES.php | | ewo.php | | fa.php | | fa_AF.php | | fa_IR.php | | ff.php | | ff_CM.php | | ff_GN.php | | ff_MR.php | | ff_SN.php | | fi.php | | fil.php | | fil_PH.php | | fi_FI.php | | fo.php | | fo_DK.php | | fo_FO.php | | fr.php | | fr_BE.php | | fr_BF.php | | fr_BI.php | | fr_BJ.php | | fr_BL.php | | fr_CA.php | | fr_CD.php | | fr_CF.php | | fr_CG.php | | fr_CH.php | | fr_CI.php | | fr_CM.php | | fr_DJ.php | | fr_DZ.php | | fr_FR.php | | fr_GA.php | | fr_GF.php | | fr_GN.php | | fr_GP.php | | fr_GQ.php | | fr_HT.php | | fr_KM.php | | fr_LU.php | | fr_MA.php | | fr_MC.php | | fr_MF.php | | fr_MG.php | | fr_ML.php | | fr_MQ.php | | fr_MR.php | | fr_MU.php | | fr_NC.php | | fr_NE.php | | fr_PF.php | | fr_PM.php | | fr_RE.php | | fr_RW.php | | fr_SC.php | | fr_SN.php | | fr_SY.php | | fr_TD.php | | fr_TG.php | | fr_TN.php | | fr_VU.php | | fr_WF.php | | fr_YT.php | | fur.php | | fur_IT.php | | fy.php | | fy_DE.php | | fy_NL.php | | ga.php | | ga_IE.php | | gd.php | | gd_GB.php | | gez.php | | gez_ER.php | | gez_ET.php | | gl.php | | gl_ES.php | | gom.php | | gom_Latn.php | | gsw.php | | gsw_CH.php | | gsw_FR.php | | gsw_LI.php | | gu.php | | guz.php | | gu_IN.php | | gv.php | | gv_GB.php | | ha.php | | hak.php | | hak_TW.php | | haw.php | | ha_GH.php | | ha_NE.php | | ha_NG.php | | he.php | | he_IL.php | | hi.php | | hif.php | | hif_FJ.php | | hi_IN.php | | hne.php | | hne_IN.php | | hr.php | | hr_BA.php | | hr_HR.php | | hsb.php | | hsb_DE.php | | ht.php | | ht_HT.php | | hu.php | | hu_HU.php | | hy.php | | hy_AM.php | | i18n.php | | ia.php | | ia_FR.php | | id.php | | id_ID.php | | ig.php | | ig_NG.php | | ii.php | | ik.php | | ik_CA.php | | in.php | | is.php | | is_IS.php | | it.php | | it_CH.php | | it_IT.php | | it_SM.php | | it_VA.php | | iu.php | | iu_CA.php | | iw.php | | ja.php | | ja_JP.php | | jgo.php | | jmc.php | | jv.php | | ka.php | | kab.php | | kab_DZ.php | | kam.php | | ka_GE.php | | kde.php | | kea.php | | khq.php | | ki.php | | kk.php | | kkj.php | | kk_KZ.php | | kl.php | | kln.php | | kl_GL.php | | km.php | | km_KH.php | | kn.php | | kn_IN.php | | ko.php | | kok.php | | kok_IN.php | | ko_KP.php | | ko_KR.php | | ks.php | | ksb.php | | ksf.php | | ksh.php | | ks_IN.php | | ks_IN@devanagari.php | | ku.php | | ku_TR.php | | kw.php | | kw_GB.php | | ky.php | | ky_KG.php | | lag.php | | lb.php | | lb_LU.php | | lg.php | | lg_UG.php | | li.php | | lij.php | | lij_IT.php | | li_NL.php | | lkt.php | | ln.php | | ln_AO.php | | ln_CD.php | | ln_CF.php | | ln_CG.php | | lo.php | | lo_LA.php | | lrc.php | | lrc_IQ.php | | lt.php | | lt_LT.php | | lu.php | | luo.php | | luy.php | | lv.php | | lv_LV.php | | lzh.php | | lzh_TW.php | | mag.php | | mag_IN.php | | mai.php | | mai_IN.php | | mas.php | | mas_TZ.php | | me.php | | mer.php | | mfe.php | | mfe_MU.php | | mg.php | | mgh.php | | mgo.php | | mg_MG.php | | mhr.php | | mhr_RU.php | | mi.php | | miq.php | | miq_NI.php | | mi_NZ.php | | mjw.php | | mjw_IN.php | | mk.php | | mk_MK.php | | ml.php | | ml_IN.php | | mn.php | | mni.php | | mni_IN.php | | mn_MN.php | | mo.php | | mr.php | | mr_IN.php | | ms.php | | ms_BN.php | | ms_MY.php | | ms_SG.php | | mt.php | | mt_MT.php | | mua.php | | my.php | | my_MM.php | | mzn.php | | nan.php | | nan_TW.php | | nan_TW@latin.php | | naq.php | | nb.php | | nb_NO.php | | nb_SJ.php | | nd.php | | nds.php | | nds_DE.php | | nds_NL.php | | ne.php | | ne_IN.php | | ne_NP.php | | nhn.php | | nhn_MX.php | | niu.php | | niu_NU.php | | nl.php | | nl_AW.php | | nl_BE.php | | nl_BQ.php | | nl_CW.php | | nl_NL.php | | nl_SR.php | | nl_SX.php | | nmg.php | | nn.php | | nnh.php | | nn_NO.php | | no.php | | nr.php | | nr_ZA.php | | nso.php | | nso_ZA.php | | nus.php | | nyn.php | | oc.php | | oc_FR.php | | om.php | | om_ET.php | | om_KE.php | | or.php | | or_IN.php | | os.php | | os_RU.php | | pa.php | | pap.php | | pap_AW.php | | pap_CW.php | | pa_Arab.php | | pa_Guru.php | | pa_IN.php | | pa_PK.php | | pl.php | | pl_PL.php | | prg.php | | ps.php | | ps_AF.php | | pt.php | | pt_AO.php | | pt_BR.php | | pt_CH.php | | pt_CV.php | | pt_GQ.php | | pt_GW.php | | pt_LU.php | | pt_MO.php | | pt_MZ.php | | pt_PT.php | | pt_ST.php | | pt_TL.php | | qu.php | | quz.php | | quz_PE.php | | qu_BO.php | | qu_EC.php | | raj.php | | raj_IN.php | | rm.php | | rn.php | | ro.php | | rof.php | | ro_MD.php | | ro_RO.php | | ru.php | | ru_BY.php | | ru_KG.php | | ru_KZ.php | | ru_MD.php | | ru_RU.php | | ru_UA.php | | rw.php | | rwk.php | | rw_RW.php | | sa.php | | sah.php | | sah_RU.php | | saq.php | | sat.php | | sat_IN.php | | sa_IN.php | | sbp.php | | sc.php | | scr.php | | sc_IT.php | | sd.php | | sd_IN.php | | sd_IN@devanagari.php | | se.php | | seh.php | | ses.php | | se_FI.php | | se_NO.php | | se_SE.php | | sg.php | | sgs.php | | sgs_LT.php | | sh.php | | shi.php | | shi_Latn.php | | shi_Tfng.php | | shn.php | | shn_MM.php | | shs.php | | shs_CA.php | | si.php | | sid.php | | sid_ET.php | | si_LK.php | | sk.php | | sk_SK.php | | sl.php | | sl_SI.php | | sm.php | | smn.php | | sm_WS.php | | sn.php | | so.php | | so_DJ.php | | so_ET.php | | so_KE.php | | so_SO.php | | sq.php | | sq_AL.php | | sq_MK.php | | sq_XK.php | | sr.php | | sr_Cyrl.php | | sr_Cyrl_BA.php | | sr_Cyrl_ME.php | | sr_Cyrl_XK.php | | sr_Latn.php | | sr_Latn_BA.php | | sr_Latn_ME.php | | sr_Latn_XK.php | | sr_ME.php | | sr_RS.php | | sr_RS@latin.php | | ss.php | | ss_ZA.php | | st.php | | st_ZA.php | | sv.php | | sv_AX.php | | sv_FI.php | | sv_SE.php | | sw.php | | sw_CD.php | | sw_KE.php | | sw_TZ.php | | sw_UG.php | | szl.php | | szl_PL.php | | ta.php | | ta_IN.php | | ta_LK.php | | ta_MY.php | | ta_SG.php | | tcy.php | | tcy_IN.php | | te.php | | teo.php | | teo_KE.php | | tet.php | | te_IN.php | | tg.php | | tg_TJ.php | | th.php | | the.php | | the_NP.php | | th_TH.php | | ti.php | | tig.php | | tig_ER.php | | ti_ER.php | | ti_ET.php | | tk.php | | tk_TM.php | | tl.php | | tlh.php | | tl_PH.php | | tn.php | | tn_ZA.php | | to.php | | to_TO.php | | tpi.php | | tpi_PG.php | | tr.php | | tr_CY.php | | tr_TR.php | | ts.php | | ts_ZA.php | | tt.php | | tt_RU.php | | tt_RU@iqtelif.php | | twq.php | | tzl.php | | tzm.php | | tzm_Latn.php | | ug.php | | ug_CN.php | | uk.php | | uk_UA.php | | unm.php | | unm_US.php | | ur.php | | ur_IN.php | | ur_PK.php | | uz.php | | uz_Arab.php | | uz_Cyrl.php | | uz_Latn.php | | uz_UZ.php | | uz_UZ@cyrillic.php | | vai.php | | vai_Latn.php | | vai_Vaii.php | | ve.php | | ve_ZA.php | | vi.php | | vi_VN.php | | vo.php | | vun.php | | wa.php | | wae.php | | wae_CH.php | | wal.php | | wal_ET.php | | wa_BE.php | | wo.php | | wo_SN.php | | xh.php | | xh_ZA.php | | xog.php | | yav.php | | yi.php | | yi_US.php | | yo.php | | yo_BJ.php | | yo_NG.php | | yue.php | | yue_Hans.php | | yue_Hant.php | | yue_HK.php | | yuw.php | | yuw_PG.php | | zgh.php | | zh.php | | zh_CN.php | | zh_Hans.php | | zh_Hans_HK.php | | zh_Hans_MO.php | | zh_Hans_SG.php | | zh_Hant.php | | zh_Hant_HK.php | | zh_Hant_MO.php | | zh_HK.php | | zh_MO.php | | zh_SG.php | | zh_TW.php | | zh_YUE.php | | zu.php | | zu_ZA.php | | | +---Laravel | | ServiceProvider.php | | | +---List | | languages.php | | regions.php | | | \---Traits | Boundaries.php | Comparison.php | Converter.php | Creator.php | Date.php | Difference.php | Localization.php | Macro.php | Modifiers.php | Mutability.php | Options.php | Rounding.php | Serialization.php | Test.php | Timestamp.php | Units.php | Week.php | +---nikic | \---php-parser | | .gitignore | | .travis.yml | | CHANGELOG.md | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | UPGRADE-1.0.md | | UPGRADE-2.0.md | | UPGRADE-3.0.md | | UPGRADE-4.0.md | | | +---bin | | php-parse | | | +---doc | | | 0_Introduction.markdown | | | 2_Usage_of_basic_components.markdown | | | README.md | | | | | \---component | | AST_builders.markdown | | Constant_expression_evaluation.markdown | | Error_handling.markdown | | FAQ.markdown | | JSON_representation.markdown | | Lexer.markdown | | Name_resolution.markdown | | Performance.markdown | | Pretty_printing.markdown | | Walking_the_AST.markdown | | | +---grammar | | parser.template | | php5.y | | php7.y | | README.md | | rebuildParsers.php | | tokens.template | | tokens.y | | | +---lib | | \---PhpParser | | | Builder.php | | | BuilderFactory.php | | | BuilderHelpers.php | | | Comment.php | | | ConstExprEvaluationException.php | | | ConstExprEvaluator.php | | | Error.php | | | ErrorHandler.php | | | JsonDecoder.php | | | Lexer.php | | | NameContext.php | | | Node.php | | | NodeAbstract.php | | | NodeDumper.php | | | NodeFinder.php | | | NodeTraverser.php | | | NodeTraverserInterface.php | | | NodeVisitor.php | | | NodeVisitorAbstract.php | | | Parser.php | | | ParserAbstract.php | | | ParserFactory.php | | | PrettyPrinterAbstract.php | | | | | +---Builder | | | Class_.php | | | Declaration.php | | | FunctionLike.php | | | Function_.php | | | Interface_.php | | | Method.php | | | Namespace_.php | | | Param.php | | | Property.php | | | TraitUse.php | | | TraitUseAdaptation.php | | | Trait_.php | | | Use_.php | | | | | +---Comment | | | Doc.php | | | | | +---ErrorHandler | | | Collecting.php | | | Throwing.php | | | | | +---Internal | | | DiffElem.php | | | Differ.php | | | PrintableNewAnonClassNode.php | | | TokenStream.php | | | | | +---Lexer | | | Emulative.php | | | | | +---Node | | | | Arg.php | | | | Const_.php | | | | Expr.php | | | | FunctionLike.php | | | | Identifier.php | | | | Name.php | | | | NullableType.php | | | | Param.php | | | | Scalar.php | | | | Stmt.php | | | | VarLikeIdentifier.php | | | | | | | +---Expr | | | | | ArrayDimFetch.php | | | | | ArrayItem.php | | | | | Array_.php | | | | | Assign.php | | | | | AssignOp.php | | | | | AssignRef.php | | | | | BinaryOp.php | | | | | BitwiseNot.php | | | | | BooleanNot.php | | | | | Cast.php | | | | | ClassConstFetch.php | | | | | Clone_.php | | | | | Closure.php | | | | | ClosureUse.php | | | | | ConstFetch.php | | | | | Empty_.php | | | | | Error.php | | | | | ErrorSuppress.php | | | | | Eval_.php | | | | | Exit_.php | | | | | FuncCall.php | | | | | Include_.php | | | | | Instanceof_.php | | | | | Isset_.php | | | | | List_.php | | | | | MethodCall.php | | | | | New_.php | | | | | PostDec.php | | | | | PostInc.php | | | | | PreDec.php | | | | | PreInc.php | | | | | Print_.php | | | | | PropertyFetch.php | | | | | ShellExec.php | | | | | StaticCall.php | | | | | StaticPropertyFetch.php | | | | | Ternary.php | | | | | UnaryMinus.php | | | | | UnaryPlus.php | | | | | Variable.php | | | | | YieldFrom.php | | | | | Yield_.php | | | | | | | | | +---AssignOp | | | | | BitwiseAnd.php | | | | | BitwiseOr.php | | | | | BitwiseXor.php | | | | | Coalesce.php | | | | | Concat.php | | | | | Div.php | | | | | Minus.php | | | | | Mod.php | | | | | Mul.php | | | | | Plus.php | | | | | Pow.php | | | | | ShiftLeft.php | | | | | ShiftRight.php | | | | | | | | | +---BinaryOp | | | | | BitwiseAnd.php | | | | | BitwiseOr.php | | | | | BitwiseXor.php | | | | | BooleanAnd.php | | | | | BooleanOr.php | | | | | Coalesce.php | | | | | Concat.php | | | | | Div.php | | | | | Equal.php | | | | | Greater.php | | | | | GreaterOrEqual.php | | | | | Identical.php | | | | | LogicalAnd.php | | | | | LogicalOr.php | | | | | LogicalXor.php | | | | | Minus.php | | | | | Mod.php | | | | | Mul.php | | | | | NotEqual.php | | | | | NotIdentical.php | | | | | Plus.php | | | | | Pow.php | | | | | ShiftLeft.php | | | | | ShiftRight.php | | | | | Smaller.php | | | | | SmallerOrEqual.php | | | | | Spaceship.php | | | | | | | | | \---Cast | | | | Array_.php | | | | Bool_.php | | | | Double.php | | | | Int_.php | | | | Object_.php | | | | String_.php | | | | Unset_.php | | | | | | | +---Name | | | | FullyQualified.php | | | | Relative.php | | | | | | | +---Scalar | | | | | DNumber.php | | | | | Encapsed.php | | | | | EncapsedStringPart.php | | | | | LNumber.php | | | | | MagicConst.php | | | | | String_.php | | | | | | | | | \---MagicConst | | | | Class_.php | | | | Dir.php | | | | File.php | | | | Function_.php | | | | Line.php | | | | Method.php | | | | Namespace_.php | | | | Trait_.php | | | | | | | \---Stmt | | | | Break_.php | | | | Case_.php | | | | Catch_.php | | | | ClassConst.php | | | | ClassLike.php | | | | ClassMethod.php | | | | Class_.php | | | | Const_.php | | | | Continue_.php | | | | DeclareDeclare.php | | | | Declare_.php | | | | Do_.php | | | | Echo_.php | | | | ElseIf_.php | | | | Else_.php | | | | Expression.php | | | | Finally_.php | | | | Foreach_.php | | | | For_.php | | | | Function_.php | | | | Global_.php | | | | Goto_.php | | | | GroupUse.php | | | | HaltCompiler.php | | | | If_.php | | | | InlineHTML.php | | | | Interface_.php | | | | Label.php | | | | Namespace_.php | | | | Nop.php | | | | Property.php | | | | PropertyProperty.php | | | | Return_.php | | | | StaticVar.php | | | | Static_.php | | | | Switch_.php | | | | Throw_.php | | | | TraitUse.php | | | | TraitUseAdaptation.php | | | | Trait_.php | | | | TryCatch.php | | | | Unset_.php | | | | UseUse.php | | | | Use_.php | | | | While_.php | | | | | | | \---TraitUseAdaptation | | | Alias.php | | | Precedence.php | | | | | +---NodeVisitor | | | CloningVisitor.php | | | FindingVisitor.php | | | FirstFindingVisitor.php | | | NameResolver.php | | | | | +---Parser | | | Multiple.php | | | Php5.php | | | Php7.php | | | Tokens.php | | | | | \---PrettyPrinter | | Standard.php | | | +---test | | | bootstrap.php | | | updateTests.php | | | | | +---code | | | +---formatPreservation | | | | addingPropertyType.test | | | | anonClasses.test | | | | basic.test | | | | blockConversion.test | | | | comments.test | | | | fixup.test | | | | inlineHtml.test | | | | insertionOfNullable.test | | | | listInsertion.test | | | | listInsertionIndentation.test | | | | listRemoval.test | | | | modifierChange.test | | | | nopCommentAtEnd.test | | | | removalViaNull.test | | | | removingPropertyType.test | | | | traitAlias.test | | | | | | | +---parser | | | | | blockComments.test | | | | | commentAtEndOfClass.test | | | | | comments.test | | | | | exprStmtMode.test | | | | | semiReserved.test | | | | | | | | | +---errorHandling | | | | | eofError.test | | | | | lexerErrors.test | | | | | recovery.test | | | | | | | | | +---expr | | | | | | arrayDef.test | | | | | | arrayDestructuring.test | | | | | | assign.test | | | | | | assignNewByRef.test | | | | | | cast.test | | | | | | clone.test | | | | | | closure.test | | | | | | comparison.test | | | | | | constant_expr.test | | | | | | errorSuppress.test | | | | | | exit.test | | | | | | includeAndEval.test | | | | | | issetAndEmpty.test | | | | | | listReferences.test | | | | | | listWithKeys.test | | | | | | logic.test | | | | | | math.test | | | | | | new.test | | | | | | newWithoutClass.test | | | | | | print.test | | | | | | shellExec.test | | | | | | ternaryAndCoalesce.test | | | | | | trailingCommas.test | | | | | | variable.test | | | | | | | | | | | +---fetchAndCall | | | | | | args.test | | | | | | constantDeref.test | | | | | | constFetch.test | | | | | | funcCall.test | | | | | | newDeref.test | | | | | | objectAccess.test | | | | | | simpleArrayAccess.test | | | | | | staticCall.test | | | | | | staticPropertyFetch.test | | | | | | | | | | | \---uvs | | | | | globalNonSimpleVarError.test | | | | | indirectCall.test | | | | | isset.test | | | | | misc.test | | | | | new.test | | | | | staticProperty.test | | | | | | | | | +---scalar | | | | | constantString.test | | | | | docString.test | | | | | docStringNewlines.test | | | | | encapsedNegVarOffset.test | | | | | encapsedString.test | | | | | flexibleDocString.test | | | | | flexibleDocStringErrors.test | | | | | float.test | | | | | int.test | | | | | invalidOctal.test | | | | | magicConst.test | | | | | unicodeEscape.test | | | | | | | | | \---stmt | | | | | blocklessStatement.test | | | | | const.test | | | | | controlFlow.test | | | | | declare.test | | | | | echo.test | | | | | haltCompiler.test | | | | | haltCompilerInvalidSyntax.test | | | | | haltCompilerOffset.test | | | | | haltCompilerOutermostScope.test | | | | | hashbang.test | | | | | if.test | | | | | inlineHTML.test | | | | | multiCatch.test | | | | | switch.test | | | | | tryCatch.test | | | | | tryWithoutCatch.test | | | | | unset.test | | | | | | | | | +---class | | | | | abstract.test | | | | | anonymous.test | | | | | conditional.test | | | | | constModifierErrors.test | | | | | constModifiers.test | | | | | final.test | | | | | implicitPublic.test | | | | | interface.test | | | | | modifier.test | | | | | name.test | | | | | php4Style.test | | | | | propertyTypes.test | | | | | simple.test | | | | | staticMethod.test | | | | | trait.test | | | | | | | | | +---function | | | | | builtinTypeDeclarations.test | | | | | byRef.test | | | | | conditional.test | | | | | defaultValues.test | | | | | nullableTypes.test | | | | | returnTypes.test | | | | | specialVars.test | | | | | typeDeclarations.test | | | | | variadic.test | | | | | variadicDefaultValue.test | | | | | | | | | +---generator | | | | | basic.test | | | | | yieldPrecedence.test | | | | | yieldUnaryPrecedence.test | | | | | | | | | +---loop | | | | | do.test | | | | | for.test | | | | | foreach.test | | | | | while.test | | | | | | | | | \---namespace | | | | alias.test | | | | braced.test | | | | commentAfterNamespace.test | | | | groupUse.test | | | | groupUseErrors.test | | | | groupUsePositions.test | | | | groupUseTrailingComma.test | | | | invalidName.test | | | | mix.test | | | | name.test | | | | nested.test | | | | notBraced.test | | | | nsAfterHashbang.test | | | | outsideStmt.test | | | | outsideStmtInvalid.test | | | | | | | \---prettyPrinter | | | | comments.test | | | | commentsInCommaList.test | | | | inlineHTMLandPHPtest.file-test | | | | nestedInlineHTML.test | | | | onlyInlineHTML.file-test | | | | onlyPHP.file-test | | | | | | | +---expr | | | | anonymousClass.test | | | | arrayDestructuring.test | | | | call.test | | | | closure.test | | | | constant_deref.test | | | | docStrings.test | | | | include.test | | | | intrinsics.test | | | | list.test | | | | literals.test | | | | numbers.test | | | | operators.test | | | | parentheses.test | | | | shortArraySyntax.test | | | | stringEscaping.test | | | | uvs.test | | | | variables.test | | | | yield.test | | | | | | | \---stmt | | | alias.test | | | break_continue.test | | | class.test | | | class_const.test | | | const.test | | | declare.test | | | do_while.test | | | for.test | | | foreach.test | | | function_signatures.test | | | global_static_variables.test | | | goto.test | | | groupUse.test | | | haltCompiler.file-test | | | if.test | | | multiCatch.test | | | namespaces.test | | | nullable_types.test | | | properties.test | | | switch.test | | | throw.test | | | traitUse.test | | | tryCatch.test | | | while.test | | | | | \---PhpParser | | | BuilderFactoryTest.php | | | CodeParsingTest.php | | | CodeTestAbstract.php | | | CodeTestParser.php | | | CommentTest.php | | | ConstExprEvaluatorTest.php | | | ErrorTest.php | | | JsonDecoderTest.php | | | LexerTest.php | | | NameContextTest.php | | | NodeAbstractTest.php | | | NodeDumperTest.php | | | NodeFinderTest.php | | | NodeTraverserTest.php | | | ParserFactoryTest.php | | | ParserTest.php | | | PrettyPrinterTest.php | | | | | +---Builder | | | ClassTest.php | | | FunctionTest.php | | | InterfaceTest.php | | | MethodTest.php | | | NamespaceTest.php | | | ParamTest.php | | | PropertyTest.php | | | TraitTest.php | | | TraitUseAdaptationTest.php | | | TraitUseTest.php | | | UseTest.php | | | | | +---ErrorHandler | | | CollectingTest.php | | | ThrowingTest.php | | | | | +---Internal | | | DifferTest.php | | | | | +---Lexer | | | EmulativeTest.php | | | | | +---Node | | | | IdentifierTest.php | | | | NameTest.php | | | | | | | +---Scalar | | | | MagicConstTest.php | | | | StringTest.php | | | | | | | \---Stmt | | | ClassConstTest.php | | | ClassMethodTest.php | | | ClassTest.php | | | InterfaceTest.php | | | PropertyTest.php | | | | | +---NodeVisitor | | | FindingVisitorTest.php | | | FirstFindingVisitorTest.php | | | NameResolverTest.php | | | | | \---Parser | | MultipleTest.php | | Php5Test.php | | Php7Test.php | | | \---test_old | run-php-src.sh | run.php | +---nunomaduro | \---collision | | composer.json | | LICENSE.md | | phpstan.neon.dist | | phpunit.xml.dist | | README.md | | | \---src | | ArgumentFormatter.php | | Handler.php | | Highlighter.php | | Provider.php | | Writer.php | | | +---Adapters | | +---Laravel | | | CollisionServiceProvider.php | | | ExceptionHandler.php | | | Inspector.php | | | | | \---Phpunit | | Listener.php | | | \---Contracts | | ArgumentFormatter.php | | Handler.php | | Highlighter.php | | Provider.php | | Writer.php | | | \---Adapters | \---Phpunit | Listener.php | +---opis | \---closure | | autoload.php | | CHANGELOG.md | | composer.json | | functions.php | | LICENSE | | NOTICE | | README.md | | | \---src | Analyzer.php | ClosureContext.php | ClosureScope.php | ClosureStream.php | ISecurityProvider.php | ReflectionClosure.php | SecurityException.php | SecurityProvider.php | SelfReference.php | SerializableClosure.php | +---paragonie | \---random_compat | | build-phar.sh | | composer.json | | LICENSE | | psalm-autoload.php | | psalm.xml | | | +---dist | | random_compat.phar.pubkey | | random_compat.phar.pubkey.asc | | | +---lib | | random.php | | | \---other | build_phar.php | +---phar-io | +---manifest | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | composer.json | | | composer.lock | | | LICENSE | | | phive.xml | | | phpunit.xml | | | README.md | | | | | +---examples | | | example-01.php | | | | | +---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 | | | | | +---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 | | | | | \---_fixture | | custom.xml | | extension-invalidcompatible.xml | | extension.xml | | invalidversion.xml | | invalidversionconstraint.xml | | library.xml | | manifest.xml | | phpunit-5.6.5.xml | | test.phar | | | \---version | | .gitignore | | .php_cs | | .travis.yml | | build.xml | | CHANGELOG.md | | composer.json | | LICENSE | | phive.xml | | phpunit.xml | | README.md | | | +---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 | | | .travis.yml | | | composer.json | | | LICENSE | | | README.md | | | | | \---src | | Element.php | | File.php | | Fqsen.php | | Location.php | | Project.php | | ProjectFactory.php | | | +---reflection-docblock | | | .coveralls.yml | | | composer.json | | | easy-coding-standard.neon | | | LICENSE | | | README.md | | | | | \---src | | | DocBlock.php | | | DocBlockFactory.php | | | DocBlockFactoryInterface.php | | | | | \---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 | | | Formatter.php | | | Generic.php | | | Link.php | | | Method.php | | | Param.php | | | Property.php | | | PropertyRead.php | | | PropertyWrite.php | | | Return_.php | | | See.php | | | Since.php | | | Source.php | | | Throws.php | | | Uses.php | | | Var_.php | | | Version.php | | | | | +---Factory | | | StaticMethod.php | | | Strategy.php | | | | | +---Formatter | | | AlignFormatter.php | | | PassthroughFormatter.php | | | | | \---Reference | | Fqsen.php | | Reference.php | | Url.php | | | \---type-resolver | | composer.json | | LICENSE | | README.md | | | \---src | | FqsenResolver.php | | Type.php | | TypeResolver.php | | | \---Types | Array_.php | Boolean.php | Callable_.php | Compound.php | Context.php | ContextFactory.php | Float_.php | Integer.php | Iterable_.php | Mixed_.php | Nullable.php | Null_.php | Object_.php | Parent_.php | Resource_.php | Scalar.php | Self_.php | Static_.php | String_.php | This.php | Void_.php | +---phpoption | \---phpoption | | .gitignore | | .travis.yml | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | | +---src | | \---PhpOption | | LazyOption.php | | None.php | | Option.php | | Some.php | | | \---tests | | bootstrap.php | | | \---PhpOption | \---Tests | EnsureTest.php | LazyOptionTest.php | NoneTest.php | OptionTest.php | PerformanceTest.php | SomeTest.php | +---phpspec | \---prophecy | | CHANGES.md | | composer.json | | LICENSE | | README.md | | | \---src | \---Prophecy | | Argument.php | | Prophet.php | | | +---Argument | | | ArgumentsWildcard.php | | | | | \---Token | | AnyValuesToken.php | | AnyValueToken.php | | ApproximateValueToken.php | | ArrayCountToken.php | | ArrayEntryToken.php | | ArrayEveryEntryToken.php | | CallbackToken.php | | ExactValueToken.php | | IdenticalValueToken.php | | LogicalAndToken.php | | LogicalNotToken.php | | ObjectStateToken.php | | StringContainsToken.php | | TokenInterface.php | | TypeToken.php | | | +---Call | | Call.php | | CallCenter.php | | | +---Comparator | | ClosureComparator.php | | Factory.php | | ProphecyComparator.php | | | +---Doubler | | | CachedDoubler.php | | | DoubleInterface.php | | | Doubler.php | | | LazyDouble.php | | | NameGenerator.php | | | | | +---ClassPatch | | | ClassPatchInterface.php | | | DisableConstructorPatch.php | | | HhvmExceptionPatch.php | | | KeywordPatch.php | | | MagicCallPatch.php | | | ProphecySubjectPatch.php | | | ReflectionClassNewInstancePatch.php | | | SplFileInfoPatch.php | | | ThrowablePatch.php | | | TraversablePatch.php | | | | | \---Generator | | | ClassCodeGenerator.php | | | ClassCreator.php | | | ClassMirror.php | | | ReflectionInterface.php | | | TypeHintReference.php | | | | | \---Node | | ArgumentNode.php | | ClassNode.php | | MethodNode.php | | | +---Exception | | | Exception.php | | | InvalidArgumentException.php | | | | | +---Call | | | UnexpectedCallException.php | | | | | +---Doubler | | | ClassCreatorException.php | | | ClassMirrorException.php | | | ClassNotFoundException.php | | | DoubleException.php | | | DoublerException.php | | | InterfaceNotFoundException.php | | | MethodNotExtendableException.php | | | MethodNotFoundException.php | | | ReturnByReferenceException.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 | | CallbackPrediction.php | | CallPrediction.php | | CallTimesPrediction.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 | | | \---Util | ExportUtil.php | StringUtil.php | +---phpunit | +---php-code-coverage | | | .gitattributes | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | build.xml | | | ChangeLog-6.1.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | CONTRIBUTING.md | | | ISSUE_TEMPLATE.md | | | stale.yml | | | | | +---src | | | | CodeCoverage.php | | | | Filter.php | | | | Util.php | | | | Version.php | | | | | | | +---Driver | | | | Driver.php | | | | PHPDBG.php | | | | Xdebug.php | | | | | | | +---Exception | | | | CoveredCodeNotExecutedException.php | | | | Exception.php | | | | InvalidArgumentException.php | | | | MissingCoversAnnotationException.php | | | | RuntimeException.php | | | | UnintentionallyCoveredCodeException.php | | | | | | | +---Node | | | | AbstractNode.php | | | | Builder.php | | | | Directory.php | | | | File.php | | | | Iterator.php | | | | | | | \---Report | | | | Clover.php | | | | Crap4j.php | | | | PHP.php | | | | Text.php | | | | | | | +---Html | | | | | Facade.php | | | | | Renderer.php | | | | | | | | | \---Renderer | | | | | Dashboard.php | | | | | Directory.php | | | | | File.php | | | | | | | | | \---Template | | | | | coverage_bar.html.dist | | | | | dashboard.html.dist | | | | | directory.html.dist | | | | | directory_item.html.dist | | | | | file.html.dist | | | | | file_item.html.dist | | | | | method_item.html.dist | | | | | | | | | +---css | | | | | bootstrap.min.css | | | | | custom.css | | | | | nv.d3.min.css | | | | | octicons.css | | | | | style.css | | | | | | | | | +---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 | | | | | | | \---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 | | | | | \---tests | | | bootstrap.php | | | TestCase.php | | | | | +---tests | | | BuilderTest.php | | | CloverTest.php | | | CodeCoverageTest.php | | | Crap4jTest.php | | | FilterTest.php | | | HTMLTest.php | | | TextTest.php | | | UtilTest.php | | | XmlTest.php | | | | | \---_files | | | BankAccount-clover.xml | | | BankAccount-crap4j.xml | | | BankAccount-text.txt | | | BankAccount.php | | | BankAccountTest.php | | | class-with-anonymous-function-clover.xml | | | class-with-anonymous-function-crap4j.xml | | | class-with-anonymous-function-text.txt | | | CoverageClassExtendedTest.php | | | CoverageClassTest.php | | | CoverageFunctionParenthesesTest.php | | | CoverageFunctionParenthesesWhitespaceTest.php | | | CoverageFunctionTest.php | | | CoverageMethodOneLineAnnotationTest.php | | | CoverageMethodParenthesesTest.php | | | CoverageMethodParenthesesWhitespaceTest.php | | | CoverageMethodTest.php | | | CoverageNoneTest.php | | | CoverageNothingTest.php | | | CoverageNotPrivateTest.php | | | CoverageNotProtectedTest.php | | | CoverageNotPublicTest.php | | | CoveragePrivateTest.php | | | CoverageProtectedTest.php | | | CoveragePublicTest.php | | | CoverageTwoDefaultClassAnnotations.php | | | CoveredClass.php | | | CoveredFunction.php | | | Crash.php | | | ignored-lines-clover.xml | | | ignored-lines-crap4j.xml | | | ignored-lines-text.txt | | | 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 | | | source_without_ignore.php | | | source_without_namespace.php | | | source_with_class_and_anonymous_function.php | | | source_with_ignore.php | | | source_with_namespace.php | | | source_with_oneline_annotations.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 | | | +---php-file-iterator | | | .gitattributes | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | Facade.php | | | Factory.php | | | Iterator.php | | | | | \---tests | | FactoryTest.php | | | +---php-text-template | | | .gitattributes | | | .gitignore | | | composer.json | | | LICENSE | | | README.md | | | | | \---src | | Template.php | | | +---php-timer | | | .gitattributes | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | Exception.php | | | RuntimeException.php | | | Timer.php | | | | | \---tests | | TimerTest.php | | | +---php-token-stream | | | .gitattributes | | | .gitignore | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | | Token.php | | | | | | | \---Token | | | | Stream.php | | | | | | | \---Stream | | | CachingFactory.php | | | | | \---tests | | | bootstrap.php | | | | | +---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 | | | \---phpunit | | .editorconfig | | .gitattributes | | .gitignore | | .php_cs.dist | | .travis.yml | | appveyor.yml | | build.xml | | ChangeLog-7.5.md | | composer.json | | LICENSE | | phive.xml | | phpunit | | phpunit.xml | | phpunit.xsd | | README.md | | | +---.github | | CODE_OF_CONDUCT.md | | CONTRIBUTING.md | | ISSUE_TEMPLATE.md | | stale.yml | | | +---.phan | | config.php | | | +---src | | | Exception.php | | | | | +---Framework | | | | Assert.php | | | | AssertionFailedError.php | | | | CodeCoverageException.php | | | | CoveredCodeNotExecutedException.php | | | | DataProviderTestSuite.php | | | | Exception.php | | | | ExceptionWrapper.php | | | | ExpectationFailedException.php | | | | IncompleteTest.php | | | | IncompleteTestCase.php | | | | IncompleteTestError.php | | | | InvalidCoversTargetException.php | | | | MissingCoversAnnotationException.php | | | | OutputError.php | | | | RiskyTest.php | | | | RiskyTestError.php | | | | SelfDescribing.php | | | | SkippedTest.php | | | | SkippedTestCase.php | | | | SkippedTestError.php | | | | SkippedTestSuiteError.php | | | | SyntheticError.php | | | | Test.php | | | | TestCase.php | | | | TestFailure.php | | | | TestListener.php | | | | TestListenerDefaultImplementation.php | | | | TestResult.php | | | | TestSuite.php | | | | TestSuiteIterator.php | | | | UnintentionallyCoveredCodeError.php | | | | Warning.php | | | | WarningTestCase.php | | | | | | | +---Assert | | | | Functions.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 | | | | TraversableContainsOnly.php | | | | | | | +---Error | | | | Deprecated.php | | | | Error.php | | | | Notice.php | | | | Warning.php | | | | | | | \---MockObject | | | | Generator.php | | | | InvocationMocker.php | | | | Invokable.php | | | | Matcher.php | | | | MockBuilder.php | | | | MockMethod.php | | | | MockMethodSet.php | | | | MockObject.php | | | | Stub.php | | | | Verifiable.php | | | | | | | +---Builder | | | | Identity.php | | | | InvocationMocker.php | | | | Match.php | | | | MethodNameMatch.php | | | | NamespaceMatch.php | | | | ParametersMatch.php | | | | Stub.php | | | | | | | +---Exception | | | | BadMethodCallException.php | | | | Exception.php | | | | RuntimeException.php | | | | | | | +---ForwardCompatibility | | | | MockObject.php | | | | | | | +---Generator | | | | deprecation.tpl.dist | | | | mocked_class.tpl.dist | | | | mocked_class_method.tpl.dist | | | | mocked_clone.tpl.dist | | | | mocked_method.tpl.dist | | | | mocked_method_void.tpl.dist | | | | mocked_static_method.tpl.dist | | | | proxied_method.tpl.dist | | | | proxied_method_void.tpl.dist | | | | trait_class.tpl.dist | | | | unmocked_clone.tpl.dist | | | | wsdl_class.tpl.dist | | | | wsdl_method.tpl.dist | | | | | | | +---Invocation | | | | Invocation.php | | | | ObjectInvocation.php | | | | StaticInvocation.php | | | | | | | +---Matcher | | | | AnyInvokedCount.php | | | | AnyParameters.php | | | | ConsecutiveParameters.php | | | | DeferredError.php | | | | Invocation.php | | | | InvokedAtIndex.php | | | | InvokedAtLeastCount.php | | | | InvokedAtLeastOnce.php | | | | InvokedAtMostCount.php | | | | InvokedCount.php | | | | InvokedRecorder.php | | | | MethodName.php | | | | Parameters.php | | | | StatelessInvocation.php | | | | | | | \---Stub | | | ConsecutiveCalls.php | | | Exception.php | | | MatcherCollection.php | | | ReturnArgument.php | | | ReturnCallback.php | | | ReturnReference.php | | | ReturnSelf.php | | | ReturnStub.php | | | ReturnValueMap.php | | | | | +---Runner | | | | BaseTestRunner.php | | | | Exception.php | | | | PhptTestCase.php | | | | ResultCacheExtension.php | | | | StandardTestSuiteLoader.php | | | | TestSuiteLoader.php | | | | TestSuiteSorter.php | | | | Version.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 | | | | | +---TextUI | | | Command.php | | | ResultPrinter.php | | | TestRunner.php | | | | | \---Util | | | Blacklist.php | | | Configuration.php | | | ConfigurationGenerator.php | | | ErrorHandler.php | | | FileLoader.php | | | Filesystem.php | | | Filter.php | | | Getopt.php | | | GlobalState.php | | | InvalidArgumentHelper.php | | | Json.php | | | NullTestResultCache.php | | | Printer.php | | | RegularExpression.php | | | Test.php | | | TestResultCache.php | | | TestResultCacheInterface.php | | | TextTestListRenderer.php | | | Type.php | | | XdebugFilterScriptGenerator.php | | | Xml.php | | | XmlTestListRenderer.php | | | | | +---Log | | | JUnit.php | | | TeamCity.php | | | | | +---PHP | | | | AbstractPhpProcess.php | | | | DefaultPhpProcess.php | | | | eval-stdin.php | | | | WindowsPhpProcess.php | | | | | | | \---Template | | | PhptTestCase.tpl.dist | | | TestCaseClass.tpl.dist | | | TestCaseMethod.tpl.dist | | | | | \---TestDox | | CliTestDoxPrinter.php | | HtmlResultPrinter.php | | NamePrettifier.php | | ResultPrinter.php | | TestResult.php | | TextResultPrinter.php | | XmlResultPrinter.php | | | \---tests | | bootstrap.php | | | +---end-to-end | | | abstract-test-class.phpt | | | assertion.phpt | | | cache-result.phpt | | | code-coverage-ignore.phpt | | | code-coverage-phpt.phpt | | | colors-always.phpt | | | concrete-test-class.phpt | | | custom-printer-debug.phpt | | | custom-printer-verbose.phpt | | | dataprovider-debug.phpt | | | dataprovider-issue-2833.phpt | | | dataprovider-issue-2859.phpt | | | dataprovider-issue-2922.phpt | | | dataprovider-log-xml-isolation.phpt | | | dataprovider-log-xml.phpt | | | dataprovider-testdox.phpt | | | debug.phpt | | | default-isolation.phpt | | | default.phpt | | | defaulttestsuite-using-testsuite.phpt | | | defaulttestsuite.phpt | | | defects-first-order-via-cli.phpt | | | dependencies-clone.phpt | | | dependencies-isolation.phpt | | | dependencies.phpt | | | dependencies2-isolation.phpt | | | dependencies2.phpt | | | dependencies3-isolation.phpt | | | dependencies3.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-options-via-config.phpt | | | failure-isolation.phpt | | | failure-reverse-list.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 | | | group-isolation.phpt | | | group.phpt | | | help.phpt | | | help2.phpt | | | hooks.phpt | | | ini-isolation.phpt | | | list-groups.phpt | | | list-suites.phpt | | | list-tests-dataprovider.phpt | | | list-tests-xml-dataprovider.phpt | | | log-junit-phpt.phpt | | | log-junit.phpt | | | log-teamcity-phpt.phpt | | | log-teamcity.phpt | | | mycommand.phpt | | | options-after-arguments.phpt | | | order-by-default-invalid-via-cli.phpt | | | output-isolation.phpt | | | phar-extension-suppressed.phpt | | | phar-extension.phpt | | | phpt-args.phpt | | | phpt-env.phpt | | | phpt-external.phpt | | | phpt-parsing.phpt | | | phpt-stderr.phpt | | | phpt-stdin.phpt | | | phpt-xfail.phpt | | | repeat.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 | | | 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 | | | teamcity-inner-exceptions.phpt | | | teamcity.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-suffix-multiple.phpt | | | test-suffix-single.phpt | | | testdox-dataprovider-placeholder.phpt | | | testdox-exclude-group.phpt | | | testdox-group.phpt | | | testdox-html.phpt | | | testdox-text.phpt | | | testdox-verbose.phpt | | | testdox-xml.phpt | | | testdox.phpt | | | | | +---mock-objects | | | +---generator | | | | 232.phpt | | | | 3154_namespaced_constant_resolving.phpt | | | | 3530.phpt | | | | 397.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_without_description.phpt | | | deprecated_with_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_arguments.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 | | | | | +---regression | | | +---GitHub | | | | | 1149.phpt | | | | | 1216.phpt | | | | | 1265.phpt | | | | | 1330.phpt | | | | | 1335.phpt | | | | | 1337.phpt | | | | | 1348.phpt | | | | | 1351.phpt | | | | | 1374.phpt | | | | | 1437.phpt | | | | | 1468.phpt | | | | | 1471.phpt | | | | | 1472.phpt | | | | | 1570.phpt | | | | | 2085-enforce-time-limit-options-via-config-without-invoker.phpt | | | | | 2085-without-invoker.phpt | | | | | 2085.phpt | | | | | 2137-filter.phpt | | | | | 2137-no_filter.phpt | | | | | 2145.phpt | | | | | 2158.phpt | | | | | 2366.phpt | | | | | 2380.phpt | | | | | 2382.phpt | | | | | 2435.phpt | | | | | 244.phpt | | | | | 2448-existing-test.phpt | | | | | 2448-not-existing-test.phpt | | | | | 2591-separate-class-preserve-no-bootstrap.phpt | | | | | 2591-separate-class-preserve.phpt | | | | | 2591-separate-function-no-preserve-no-bootstrap-php73.phpt | | | | | 2591-separate-function-no-preserve-no-bootstrap-xdebug.phpt | | | | | 2591-separate-function-no-preserve-no-bootstrap.phpt | | | | | 2591-separate-function-no-preserve.phpt | | | | | 2591-separate-function-preserve.phpt | | | | | 2724-diff-pid-from-master-process.phpt | | | | | 2725-separate-class-before-after-pid.phpt | | | | | 2731.phpt | | | | | 2811.phpt | | | | | 2830.phpt | | | | | 2972.phpt | | | | | 322.phpt | | | | | 3379.phpt | | | | | 433.phpt | | | | | 445.phpt | | | | | 498.phpt | | | | | 503.phpt | | | | | 581.phpt | | | | | 74.phpt | | | | | 765.phpt | | | | | 797.phpt | | | | | 863.phpt | | | | | 873.phpt | | | | | | | | | +---1149 | | | | | Issue1149Test.php | | | | | | | | | +---1216 | | | | | bootstrap1216.php | | | | | Issue1216Test.php | | | | | phpunit1216.xml | | | | | | | | | +---1265 | | | | | Issue1265Test.php | | | | | phpunit1265.xml | | | | | | | | | +---1330 | | | | | Issue1330Test.php | | | | | phpunit1330.xml | | | | | | | | | +---1335 | | | | | bootstrap1335.php | | | | | Issue1335Test.php | | | | | | | | | +---1337 | | | | | Issue1337Test.php | | | | | | | | | +---1348 | | | | | Issue1348Test.php | | | | | | | | | +---1351 | | | | | ChildProcessClass1351.php | | | | | Issue1351Test.php | | | | | | | | | +---1374 | | | | | Issue1374Test.php | | | | | | | | | +---1437 | | | | | Issue1437Test.php | | | | | | | | | +---1468 | | | | | Issue1468Test.php | | | | | | | | | +---1471 | | | | | Issue1471Test.php | | | | | | | | | +---1472 | | | | | Issue1472Test.php | | | | | | | | | +---1570 | | | | | Issue1570Test.php | | | | | | | | | +---2085 | | | | | configuration_enforce_time_limit_options.xml | | | | | Issue2085Test.php | | | | | | | | | +---2137 | | | | | Issue2137Test.php | | | | | | | | | +---2145 | | | | | Issue2145Test.php | | | | | | | | | +---2158 | | | | | constant.inc | | | | | Issue2158Test.php | | | | | | | | | +---2366 | | | | | Issue2366Test.php | | | | | | | | | +---2380 | | | | | Issue2380Test.php | | | | | | | | | +---2382 | | | | | Issue2382Test.php | | | | | | | | | +---2435 | | | | | Issue2435Test.php | | | | | | | | | +---244 | | | | | Issue244Test.php | | | | | | | | | +---2448 | | | | | .gitignore | | | | | Test.php | | | | | | | | | +---2591 | | | | | bootstrapNoBootstrap.php | | | | | bootstrapWithBootstrap.php | | | | | bootstrapWithBootstrapNoGlobal.php | | | | | SeparateClassPreserveTest.php | | | | | SeparateFunctionNoPreserveTest.php | | | | | SeparateFunctionPreserveTest.php | | | | | | | | | +---2724 | | | | | SeparateClassRunMethodInNewProcessTest.php | | | | | | | | | +---2725 | | | | | BeforeAfterClassPidTest.php | | | | | | | | | +---2731 | | | | | Issue2731Test.php | | | | | | | | | +---2811 | | | | | Issue2811Test.php | | | | | | | | | +---2830 | | | | | Issue2830Test.php | | | | | | | | | +---2972 | | | | | issue-2972-test.phpt | | | | | unconventiallyNamedIssue2972Test.php | | | | | | | | | +---3093 | | | | | issue-3093-test.phpt | | | | | Issue3093Test.php | | | | | | | | | +---3107 | | | | | issue-3107-test.phpt | | | | | Issue3107Test.php | | | | | | | | | +---3156 | | | | | Issue3156Test.php | | | | | | | | | +---322 | | | | | Issue322Test.php | | | | | phpunit322.xml | | | | | | | | | +---3364 | | | | | | issue-3364-test.phpt | | | | | | | | | | | \---tests | | | | | Issue3364SetupBeforeClassTest.php | | | | | Issue3364SetupTest.php | | | | | | | | | +---3379 | | | | | Issue3379Test.php | | | | | Issue3379TestListener.php | | | | | phpunit.xml | | | | | | | | | +---3380 | | | | | issue-3380-test.phpt | | | | | | | | | +---3396 | | | | | issue-3396-test.phpt | | | | | | | | | +---433 | | | | | Issue433Test.php | | | | | | | | | +---445 | | | | | Issue445Test.php | | | | | | | | | +---498 | | | | | Issue498Test.php | | | | | | | | | +---503 | | | | | Issue503Test.php | | | | | | | | | +---581 | | | | | Issue581Test.php | | | | | | | | | +---74 | | | | | Issue74Test.php | | | | | NewException.php | | | | | | | | | +---765 | | | | | Issue765Test.php | | | | | | | | | +---797 | | | | | bootstrap797.php | | | | | Issue797Test.php | | | | | | | | | \---873 | | | | Issue873Test.php | | | | | | | \---Trac | | | | 1021.phpt | | | | 523.phpt | | | | 578.phpt | | | | 684.phpt | | | | 783.phpt | | | | | | | +---1021 | | | | Issue1021Test.php | | | | | | | +---523 | | | | Issue523Test.php | | | | | | | +---578 | | | | Issue578Test.php | | | | | | | +---684 | | | | Issue684Test.php | | | | | | | \---783 | | | ChildSuite.php | | | OneTest.php | | | ParentSuite.php | | | TwoTest.php | | | | | \---_files | | expect_external.txt | | Extension.php | | hooks.xml | | HookTest.php | | NullPrinter.php | | phpt-env.expected.txt | | phpt_external.php | | | +---fail | | fail.phpt | | | +---unit | | +---Framework | | | | AssertTest.php | | | | ConstraintTest.php | | | | ExceptionWrapperTest.php | | | | TestCaseTest.php | | | | TestFailureTest.php | | | | TestImplementorTest.php | | | | TestListenerTest.php | | | | TestResultTest.php | | | | TestSuiteTest.php | | | | | | | +---Constraint | | | | ArrayHasKeyTest.php | | | | ArraySubsetTest.php | | | | AttributeTest.php | | | | CallbackTest.php | | | | ClassHasAttributeTest.php | | | | ClassHasStaticAttributeTest.php | | | | ConstraintTestCase.php | | | | CountTest.php | | | | DirectoryExistsTest.php | | | | ExceptionMessageRegExpTest.php | | | | ExceptionMessageTest.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 | | | | LogicalOrTest.php | | | | LogicalXorTest.php | | | | ObjectHasAttributeTest.php | | | | RegularExpressionTest.php | | | | SameSizeTest.php | | | | StringContainsTest.php | | | | StringEndsWithTest.php | | | | StringMatchesFormatDescriptionTest.php | | | | StringStartsWithTest.php | | | | TraversableContainsTest.php | | | | | | | \---MockObject | | | | GeneratorTest.php | | | | MockBuilderTest.php | | | | MockMethodTest.php | | | | MockObjectTest.php | | | | ProxyObjectTest.php | | | | | | | +---Builder | | | | InvocationMockerTest.php | | | | | | | +---Invocation | | | | ObjectInvocationTest.php | | | | StaticInvocationTest.php | | | | | | | \---Matcher | | | ConsecutiveParametersTest.php | | | | | +---Runner | | | | PhptTestCaseTest.php | | | | ResultCacheExtensionTest.php | | | | TestSuiteSorterTest.php | | | | | | | \---Filter | | | NameFilterIteratorTest.php | | | | | +---TextUI | | | TestRunnerTest.php | | | | | \---Util | | | ConfigurationGeneratorTest.php | | | ConfigurationTest.php | | | GetoptTest.php | | | GlobalStateTest.php | | | JsonTest.php | | | NullTestResultCacheTest.php | | | RegularExpressionTest.php | | | TestResultCacheTest.php | | | TestTest.php | | | XDebugFilterScriptGeneratorTest.php | | | XmlTest.php | | | | | +---PHP | | | AbstractPhpProcessTest.php | | | | | \---TestDox | | CliTestDoxPrinterTest.php | | NamePrettifierTest.php | | | \---_files | | 3194.php | | 3530.wsdl | | AbstractMockTestClass.php | | AbstractTest.php | | AbstractTrait.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 | | bar.xml | | 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 | | ClonedDependencyTest.php | | ConcreteTest.my.php | | ConcreteTest.php | | configuration.colors.empty.xml | | configuration.colors.false.xml | | configuration.colors.invalid.xml | | configuration.colors.true.xml | | configuration.columns.default.xml | | configuration.custom-printer.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_whitelist.xml | | configuration_xinclude.xml | | CountConstraint.php | | CoverageClassExtendedTest.php | | CoverageClassTest.php | | CoverageCoversOverridesCoversNothingTest.php | | CoverageFunctionParenthesesTest.php | | CoverageFunctionParenthesesWhitespaceTest.php | | CoverageFunctionTest.php | | CoverageMethodOneLineAnnotationTest.php | | CoverageMethodParenthesesTest.php | | CoverageMethodParenthesesWhitespaceTest.php | | CoverageMethodTest.php | | CoverageNamespacedFunctionTest.php | | CoverageNoneTest.php | | CoverageNothingTest.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 | | DataproviderExecutionOrderTest.php | | DataproviderExecutionOrderTest_result_cache.txt | | DataProviderFilterTest.php | | DataProviderIncompleteTest.php | | DataProviderSkippedTest.php | | DataProviderTest.php | | DataProviderTestDoxTest.php | | DependencyFailureTest.php | | DependencySuccessTest.php | | DependencyTestSuite.php | | DoesNotPerformAssertionsButPerformingAssertionsTest.php | | DoNoAssertionTestCase.php | | DoubleTestCase.php | | DummyBarTest.php | | DummyException.php | | DummyFooTest.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 | | expectedFileFormat.txt | | Failure.php | | FailureTest.php | | FalsyConstraint.php | | FatalTest.php | | Foo.php | | foo.xml | | FunctionCallback.php | | Go ogle-Sea.rch.wsdl | | GoogleSearch.wsdl | | IgnoreCodeCoverageClass.php | | IgnoreCodeCoverageClassTest.php | | IncompleteTest.php | | InheritedTestCase.php | | IniTest.php | | InterfaceWithSemiReservedMethodName.php | | InterfaceWithStaticMethod.php | | IsolationTest.php | | MethodCallback.php | | MethodCallbackByReference.php | | Mockable.php | | MockRunner.php | | MockTestInterface.php | | MultiDependencyTest.php | | MultiDependencyTest_result_cache.txt | | MultipleDataProviderTest.php | | MyCommand.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 | | NonStatic.php | | NoTestCaseClass.php | | NoTestCases.php | | NotExistingCoveredElementTest.php | | NothingTest.php | | NotPublicTestCase.php | | NotSelfDescribingTest.php | | NotVoidTestCase.php | | NumericGroupAnnotationTest.php | | OneTestCase.php | | OutputTestCase.php | | OverrideTestCase.php | | ParseTestMethodAnnotationsMock.php | | PartialMockTestClass.php | | phpt-for-coverage.phpt | | phpt-unsupported-section.phpt | | phpt-xfail.phpt | | RequirementsClassBeforeClassHookTest.php | | RequirementsClassDocBlockTest.php | | RequirementsTest.php | | RouterTest.php | | SampleArrayAccess.php | | SampleClass.php | | Singleton.php | | SingletonClass.php | | SomeClass.php | | StackTest.php | | StaticMockTestClass.php | | StatusTest.php | | StopOnErrorTestSuite.php | | StopOnWarningTestSuite.php | | StopsOnWarningTest.php | | StringableClass.php | | Struct.php | | structureAttributesAreSameButValuesAreNot.xml | | structureExpected.xml | | structureIgnoreTextNodes.xml | | structureIsSameButDataIsNot.xml | | structureWrongNumberOfAttributes.xml | | structureWrongNumberOfNodes.xml | | Success.php | | TemplateMethodsTest.php | | TestableCliTestDoxPrinter.php | | TestAutoreferenced.php | | TestDoxGroupTest.php | | TestGeneratorMaker.php | | TestIncomplete.php | | TestIterator.php | | TestIterator2.php | | TestIteratorAggregate.php | | TestIteratorAggregate2.php | | TestRisky.php | | TestSkipped.php | | TestTestError.php | | TestWarning.php | | TestWithTest.php | | ThrowExceptionTestCase.php | | ThrowNoExceptionTestCase.php | | TraversableMockTestInterface.php | | TruthyConstraint.php | | VariousIterableDataProviderTest.php | | WasRun.php | | WrapperIteratorAggregate.php | | | +---DataProviderIssue2833 | | FirstTest.php | | SecondTest.php | | | +---DataProviderIssue2859 | | | phpunit.xml | | | | | \---tests | | \---another | | TestWithDataProviderTest.php | | | +---DataProviderIssue2922 | | FirstTest.php | | SecondTest.php | | | +---Inheritance | | InheritanceA.php | | InheritanceB.php | | | +---JsonData | | arrayObject.json | | simpleObject.json | | | \---phpunit-example-extension | | phpunit.xml | | | +---tests | | OneTest.php | | | \---tools | \---phpunit.d | phpunit-example-extension-3.0.3.phar | +---psr | +---container | | | .gitignore | | | composer.json | | | LICENSE | | | README.md | | | | | \---src | | ContainerExceptionInterface.php | | ContainerInterface.php | | NotFoundExceptionInterface.php | | | +---log | | | .gitignore | | | composer.json | | | LICENSE | | | README.md | | | | | \---Psr | | \---Log | | | AbstractLogger.php | | | InvalidArgumentException.php | | | LoggerAwareInterface.php | | | LoggerAwareTrait.php | | | LoggerInterface.php | | | LoggerTrait.php | | | LogLevel.php | | | NullLogger.php | | | | | \---Test | | LoggerInterfaceTest.php | | TestLogger.php | | | \---simple-cache | | .editorconfig | | composer.json | | LICENSE.md | | README.md | | | \---src | CacheException.php | CacheInterface.php | InvalidArgumentException.php | +---psy | \---psysh | | .editorconfig | | .gitignore | | .php_cs | | .styleci.yml | | .travis.yml | | box.json.dist | | composer.json | | LICENSE | | Makefile | | phpunit.xml.dist | | README.md | | | +---.github | | CONTRIBUTING.md | | | +---.phan | | config.php | | | +---bin | | build-stub | | psysh | | | +---src | | | CodeCleaner.php | | | ConfigPaths.php | | | Configuration.php | | | ConsoleColorFactory.php | | | Context.php | | | ContextAware.php | | | ExecutionClosure.php | | | ExecutionLoop.php | | | ExecutionLoopClosure.php | | | functions.php | | | ParserFactory.php | | | Shell.php | | | Sudo.php | | | | | +---CodeCleaner | | | AbstractClassPass.php | | | AssignThisVariablePass.php | | | CalledClassPass.php | | | CallTimePassByReferencePass.php | | | CodeCleanerPass.php | | | ExitPass.php | | | FinalClassPass.php | | | FunctionContextPass.php | | | FunctionReturnInWriteContextPass.php | | | ImplicitReturnPass.php | | | InstanceOfPass.php | | | LeavePsyshAlonePass.php | | | LegacyEmptyPass.php | | | ListPass.php | | | LoopContextPass.php | | | MagicConstantsPass.php | | | NamespaceAwarePass.php | | | NamespacePass.php | | | NoReturnValue.php | | | PassableByReferencePass.php | | | RequirePass.php | | | StrictTypesPass.php | | | UseStatementPass.php | | | ValidClassNamePass.php | | | ValidConstantPass.php | | | ValidConstructorPass.php | | | ValidFunctionNamePass.php | | | | | +---Command | | | | BufferCommand.php | | | | ClearCommand.php | | | | Command.php | | | | DocCommand.php | | | | DumpCommand.php | | | | EditCommand.php | | | | ExitCommand.php | | | | HelpCommand.php | | | | HistoryCommand.php | | | | ListCommand.php | | | | ParseCommand.php | | | | PsyVersionCommand.php | | | | ReflectingCommand.php | | | | ShowCommand.php | | | | SudoCommand.php | | | | ThrowUpCommand.php | | | | TimeitCommand.php | | | | TraceCommand.php | | | | WhereamiCommand.php | | | | WtfCommand.php | | | | | | | +---ListCommand | | | | ClassConstantEnumerator.php | | | | ClassEnumerator.php | | | | ConstantEnumerator.php | | | | Enumerator.php | | | | FunctionEnumerator.php | | | | GlobalVariableEnumerator.php | | | | InterfaceEnumerator.php | | | | MethodEnumerator.php | | | | PropertyEnumerator.php | | | | TraitEnumerator.php | | | | VariableEnumerator.php | | | | | | | \---TimeitCommand | | | TimeitVisitor.php | | | | | +---Exception | | | BreakException.php | | | DeprecatedException.php | | | ErrorException.php | | | Exception.php | | | FatalErrorException.php | | | ParseErrorException.php | | | RuntimeException.php | | | ThrowUpException.php | | | TypeErrorException.php | | | | | +---ExecutionLoop | | | AbstractListener.php | | | Listener.php | | | ProcessForker.php | | | RunkitReloader.php | | | | | +---Formatter | | | CodeFormatter.php | | | DocblockFormatter.php | | | Formatter.php | | | SignatureFormatter.php | | | | | +---Input | | | CodeArgument.php | | | FilterOptions.php | | | ShellInput.php | | | SilentInput.php | | | | | +---Output | | | OutputPager.php | | | PassthruPager.php | | | ProcOutputPager.php | | | ShellOutput.php | | | | | +---Readline | | | GNUReadline.php | | | HoaConsole.php | | | Libedit.php | | | Readline.php | | | Transient.php | | | | | +---Reflection | | | ReflectionClassConstant.php | | | ReflectionConstant.php | | | ReflectionConstant_.php | | | ReflectionLanguageConstruct.php | | | ReflectionLanguageConstructParameter.php | | | | | +---Sudo | | | SudoVisitor.php | | | | | +---TabCompletion | | | | AutoCompleter.php | | | | | | | \---Matcher | | | AbstractContextAwareMatcher.php | | | AbstractDefaultParametersMatcher.php | | | AbstractMatcher.php | | | ClassAttributesMatcher.php | | | ClassMethodDefaultParametersMatcher.php | | | ClassMethodsMatcher.php | | | ClassNamesMatcher.php | | | CommandsMatcher.php | | | ConstantsMatcher.php | | | FunctionDefaultParametersMatcher.php | | | FunctionsMatcher.php | | | KeywordsMatcher.php | | | MongoClientMatcher.php | | | MongoDatabaseMatcher.php | | | ObjectAttributesMatcher.php | | | ObjectMethodDefaultParametersMatcher.php | | | ObjectMethodsMatcher.php | | | VariablesMatcher.php | | | | | +---Util | | | Docblock.php | | | Json.php | | | Mirror.php | | | Str.php | | | | | +---VarDumper | | | Cloner.php | | | Dumper.php | | | Presenter.php | | | PresenterAware.php | | | | | \---VersionUpdater | | Checker.php | | GitHubChecker.php | | IntervalChecker.php | | NoopChecker.php | | | +---test | | | ClassWithSecrets.php | | | CodeCleanerTest.php | | | ConfigurationTest.php | | | ConsoleColorFactoryTest.php | | | ContextTest.php | | | FakeShell.php | | | ParserTestCase.php | | | ShellTest.php | | | SudoTest.php | | | | | +---CodeCleaner | | | | AbstractClassPassTest.php | | | | AssignThisVariablePassTest.php | | | | CalledClassPassTest.php | | | | CallTimePassByReferencePassTest.php | | | | CodeCleanerTestCase.php | | | | ExitPassTest.php | | | | FinalClassPassTest.php | | | | FunctionContextPassTest.php | | | | FunctionReturnInWriteContextPassTest.php | | | | ImplicitReturnPassTest.php | | | | InstanceOfPassTest.php | | | | LeavePsyshAlonePassTest.php | | | | LegacyEmptyPassTest.php | | | | ListPassTest.php | | | | LoopContextPassTest.php | | | | MagicConstantsPassTest.php | | | | NamespacePassTest.php | | | | NoReturnValueTest.php | | | | PassableByReferencePassTest.php | | | | RequirePassTest.php | | | | StrictTypesPassTest.php | | | | UseStatementPassTest.php | | | | ValidClassNamePassTest.php | | | | ValidConstantPassTest.php | | | | ValidConstructorPassTest.php | | | | ValidFunctionNamePassTest.php | | | | | | | \---Fixtures | | | ClassWithCallStatic.php | | | ClassWithStatic.php | | | TraitWithStatic.php | | | | | +---Command | | | | ExitCommandTest.php | | | | ThrowUpCommandTest.php | | | | | | | \---TimeitCommand | | | TimeitVisitorTest.php | | | | | +---Exception | | | BreakExceptionTest.php | | | ErrorExceptionTest.php | | | FatalErrorExceptionTest.php | | | ParseErrorExceptionTest.php | | | RuntimeExceptionTest.php | | | ThrowUpExceptionTest.php | | | TypeErrorExceptionTest.php | | | | | +---fixtures | | | | config.php | | | | empty.php | | | | unvis_fixtures.json | | | | | | | +---default | | | | +---.config | | | | | \---psysh | | | | | config.php | | | | | psysh_history | | | | | | | | | \---.local | | | | \---share | | | | \---psysh | | | | php_manual.sqlite | | | | | | | +---legacy | | | | \---.psysh | | | | history | | | | php_manual.sqlite | | | | rc.php | | | | | | | +---mixed | | | | \---.psysh | | | | config.php | | | | psysh_history | | | | rc.php | | | | | | | \---project | | | .psysh.php | | | | | +---Formatter | | | | CodeFormatterTest.php | | | | DocblockFormatterTest.php | | | | SignatureFormatterTest.php | | | | | | | \---Fixtures | | | BoringTrait.php | | | SomeClass.php | | | | | +---Input | | | CodeArgumentTest.php | | | FilterOptionsTest.php | | | ShellInputTest.php | | | | | +---Readline | | | GNUReadlineTest.php | | | HoaConsoleTest.php | | | LibeditTest.php | | | TransientTest.php | | | | | +---Reflection | | | ReflectionClassConstantTest.php | | | ReflectionConstantBCTest.php | | | ReflectionConstantTest.php | | | ReflectionLanguageConstructParameterTest.php | | | ReflectionLanguageConstructTest.php | | | | | +---Sudo | | | SudoVisitorTest.php | | | | | +---TabCompletion | | | AutoCompleterTest.php | | | StaticSample.php | | | | | +---tools | | | gen_unvis_fixtures.py | | | vis.py | | | | | +---Util | | | DocblockTest.php | | | MirrorTest.php | | | StrTest.php | | | | | \---VersionUpdater | | GitHubCheckerTest.php | | NoopCheckerTest.php | | | \---vendor-bin | \---box | composer.json | composer.lock | +---ramsey | \---uuid | | CHANGELOG.md | | CODE_OF_CONDUCT.md | | composer.json | | CONTRIBUTING.md | | LICENSE | | README.md | | | \---src | | BinaryUtils.php | | DegradedUuid.php | | FeatureSet.php | | Uuid.php | | UuidFactory.php | | UuidFactoryInterface.php | | UuidInterface.php | | | +---Builder | | DefaultUuidBuilder.php | | DegradedUuidBuilder.php | | UuidBuilderInterface.php | | | +---Codec | | CodecInterface.php | | GuidStringCodec.php | | OrderedTimeCodec.php | | StringCodec.php | | TimestampFirstCombCodec.php | | TimestampLastCombCodec.php | | | +---Converter | | | NumberConverterInterface.php | | | TimeConverterInterface.php | | | | | +---Number | | | BigNumberConverter.php | | | DegradedNumberConverter.php | | | | | \---Time | | BigNumberTimeConverter.php | | DegradedTimeConverter.php | | PhpTimeConverter.php | | | +---Exception | | InvalidUuidStringException.php | | UnsatisfiedDependencyException.php | | UnsupportedOperationException.php | | | +---Generator | | CombGenerator.php | | DefaultTimeGenerator.php | | MtRandGenerator.php | | OpenSslGenerator.php | | PeclUuidRandomGenerator.php | | PeclUuidTimeGenerator.php | | RandomBytesGenerator.php | | RandomGeneratorFactory.php | | RandomGeneratorInterface.php | | RandomLibAdapter.php | | SodiumRandomGenerator.php | | TimeGeneratorFactory.php | | TimeGeneratorInterface.php | | | \---Provider | | NodeProviderInterface.php | | TimeProviderInterface.php | | | +---Node | | FallbackNodeProvider.php | | RandomNodeProvider.php | | SystemNodeProvider.php | | | \---Time | FixedTimeProvider.php | SystemTimeProvider.php | +---sebastian | +---code-unit-reverse-lookup | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | Wizard.php | | | | | \---tests | | WizardTest.php | | | +---comparator | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | ArrayComparator.php | | | Comparator.php | | | ComparisonFailure.php | | | DateTimeComparator.php | | | DOMNodeComparator.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 | | | DateTimeComparatorTest.php | | | DOMNodeComparatorTest.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 | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | | Chunk.php | | | | Diff.php | | | | Differ.php | | | | Line.php | | | | LongestCommonSubsequenceCalculator.php | | | | MemoryEfficientLongestCommonSubsequenceCalculator.php | | | | Parser.php | | | | TimeEfficientLongestCommonSubsequenceCalculator.php | | | | | | | +---Exception | | | | ConfigurationException.php | | | | Exception.php | | | | InvalidArgumentException.php | | | | | | | \---Output | | | AbstractChunkOutputBuilder.php | | | DiffOnlyOutputBuilder.php | | | DiffOutputBuilderInterface.php | | | StrictUnifiedDiffOutputBuilder.php | | | UnifiedDiffOutputBuilder.php | | | | | \---tests | | | ChunkTest.php | | | DifferTest.php | | | DiffTest.php | | | LineTest.php | | | LongestCommonSubsequenceTest.php | | | MemoryEfficientImplementationTest.php | | | ParserTest.php | | | TimeEfficientImplementationTest.php | | | | | +---Exception | | | ConfigurationExceptionTest.php | | | InvalidArgumentExceptionTest.php | | | | | +---fixtures | | | | .editorconfig | | | | patch.txt | | | | patch2.txt | | | | serialized_diff.bin | | | | | | | +---out | | | | .editorconfig | | | | .gitignore | | | | | | | \---UnifiedDiffAssertTraitIntegrationTest | | | 1_a.txt | | | 1_b.txt | | | 2_a.txt | | | 2_b.txt | | | | | +---Output | | | | AbstractChunkOutputBuilderTest.php | | | | DiffOnlyOutputBuilderTest.php | | | | StrictUnifiedDiffOutputBuilderDataProvider.php | | | | StrictUnifiedDiffOutputBuilderTest.php | | | | UnifiedDiffOutputBuilderDataProvider.php | | | | UnifiedDiffOutputBuilderTest.php | | | | | | | \---Integration | | | StrictUnifiedDiffOutputBuilderIntegrationTest.php | | | UnifiedDiffOutputBuilderIntegrationTest.php | | | | | \---Utils | | FileUtils.php | | UnifiedDiffAssertTrait.php | | UnifiedDiffAssertTraitIntegrationTest.php | | UnifiedDiffAssertTraitTest.php | | | +---environment | | | .gitignore | | | .php_cs.dist | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---src | | | Console.php | | | OperatingSystem.php | | | Runtime.php | | | | | \---tests | | ConsoleTest.php | | OperatingSystemTest.php | | RuntimeTest.php | | | +---exporter | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | Exporter.php | | | | | \---tests | | ExporterTest.php | | | +---global-state | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---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 | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | Enumerator.php | | | Exception.php | | | InvalidArgumentException.php | | | | | \---tests | | | EnumeratorTest.php | | | | | \---_fixture | | ExceptionThrower.php | | | +---object-reflector | | | .gitignore | | | .php_cs | | | .travis.yml | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | Exception.php | | | InvalidArgumentException.php | | | ObjectReflector.php | | | | | \---tests | | | ObjectReflectorTest.php | | | | | \---_fixture | | ChildClass.php | | ClassWithIntegerAttributeName.php | | ParentClass.php | | | +---recursion-context | | | .gitignore | | | .travis.yml | | | build.xml | | | composer.json | | | LICENSE | | | phpunit.xml | | | README.md | | | | | +---src | | | Context.php | | | Exception.php | | | InvalidArgumentException.php | | | | | \---tests | | ContextTest.php | | | +---resource-operations | | | .gitignore | | | .php_cs.dist | | | build.xml | | | ChangeLog.md | | | composer.json | | | LICENSE | | | README.md | | | | | +---.github | | | stale.yml | | | | | +---build | | | generate.php | | | | | +---src | | | ResourceOperations.php | | | | | \---tests | | ResourceOperationsTest.php | | | \---version | | .gitattributes | | .gitignore | | .php_cs | | composer.json | | LICENSE | | README.md | | | \---src | Version.php | +---swiftmailer | \---swiftmailer | | .gitattributes | | .gitignore | | .php_cs.dist | | .travis.yml | | CHANGES | | composer.json | | LICENSE | | phpunit.xml.dist | | README | | | +---.github | | ISSUE_TEMPLATE.md | | PULL_REQUEST_TEMPLATE.md | | | +---doc | | headers.rst | | index.rst | | introduction.rst | | japanese.rst | | messages.rst | | plugins.rst | | sending.rst | | | +---lib | | | mime_types.php | | | preferences.php | | | swiftmailer_generate_mimes_config.php | | | swift_required.php | | | | | +---classes | | | | Swift.php | | | | | | | \---Swift | | | | AddressEncoder.php | | | | AddressEncoderException.php | | | | Attachment.php | | | | CharacterReader.php | | | | CharacterReaderFactory.php | | | | CharacterStream.php | | | | ConfigurableSpool.php | | | | DependencyContainer.php | | | | DependencyException.php | | | | EmbeddedFile.php | | | | Encoder.php | | | | FailoverTransport.php | | | | FileSpool.php | | | | FileStream.php | | | | Filterable.php | | | | IdGenerator.php | | | | Image.php | | | | InputByteStream.php | | | | IoException.php | | | | KeyCache.php | | | | LoadBalancedTransport.php | | | | Mailer.php | | | | MemorySpool.php | | | | Message.php | | | | MimePart.php | | | | NullTransport.php | | | | OutputByteStream.php | | | | Preferences.php | | | | ReplacementFilterFactory.php | | | | RfcComplianceException.php | | | | SendmailTransport.php | | | | Signer.php | | | | SmtpTransport.php | | | | Spool.php | | | | SpoolTransport.php | | | | StreamFilter.php | | | | SwiftException.php | | | | Transport.php | | | | TransportException.php | | | | | | | +---AddressEncoder | | | | IdnAddressEncoder.php | | | | Utf8AddressEncoder.php | | | | | | | +---ByteStream | | | | AbstractFilterableInputStream.php | | | | ArrayByteStream.php | | | | FileByteStream.php | | | | TemporaryFileByteStream.php | | | | | | | +---CharacterReader | | | | GenericFixedWidthReader.php | | | | UsAsciiReader.php | | | | Utf8Reader.php | | | | | | | +---CharacterReaderFactory | | | | SimpleCharacterReaderFactory.php | | | | | | | +---CharacterStream | | | | ArrayCharacterStream.php | | | | CharacterStream.php | | | | NgCharacterStream.php | | | | | | | +---Encoder | | | | Base64Encoder.php | | | | QpEncoder.php | | | | Rfc2231Encoder.php | | | | | | | +---Events | | | | CommandEvent.php | | | | CommandListener.php | | | | Event.php | | | | EventDispatcher.php | | | | EventListener.php | | | | EventObject.php | | | | ResponseEvent.php | | | | ResponseListener.php | | | | SendEvent.php | | | | SendListener.php | | | | SimpleEventDispatcher.php | | | | TransportChangeEvent.php | | | | TransportChangeListener.php | | | | TransportExceptionEvent.php | | | | TransportExceptionListener.php | | | | | | | +---KeyCache | | | | ArrayKeyCache.php | | | | DiskKeyCache.php | | | | KeyCacheInputStream.php | | | | NullKeyCache.php | | | | SimpleKeyCacheInputStream.php | | | | | | | +---Mailer | | | | ArrayRecipientIterator.php | | | | RecipientIterator.php | | | | | | | +---Mime | | | | | Attachment.php | | | | | CharsetObserver.php | | | | | ContentEncoder.php | | | | | EmbeddedFile.php | | | | | EncodingObserver.php | | | | | Header.php | | | | | HeaderEncoder.php | | | | | IdGenerator.php | | | | | MimePart.php | | | | | SimpleHeaderFactory.php | | | | | SimpleHeaderSet.php | | | | | SimpleMessage.php | | | | | SimpleMimeEntity.php | | | | | | | | | +---ContentEncoder | | | | | Base64ContentEncoder.php | | | | | NativeQpContentEncoder.php | | | | | NullContentEncoder.php | | | | | PlainContentEncoder.php | | | | | QpContentEncoder.php | | | | | QpContentEncoderProxy.php | | | | | RawContentEncoder.php | | | | | | | | | +---HeaderEncoder | | | | | Base64HeaderEncoder.php | | | | | QpHeaderEncoder.php | | | | | | | | | \---Headers | | | | AbstractHeader.php | | | | DateHeader.php | | | | IdentificationHeader.php | | | | MailboxHeader.php | | | | OpenDKIMHeader.php | | | | ParameterizedHeader.php | | | | PathHeader.php | | | | UnstructuredHeader.php | | | | | | | +---Plugins | | | | | AntiFloodPlugin.php | | | | | BandwidthMonitorPlugin.php | | | | | DecoratorPlugin.php | | | | | ImpersonatePlugin.php | | | | | Logger.php | | | | | LoggerPlugin.php | | | | | MessageLogger.php | | | | | PopBeforeSmtpPlugin.php | | | | | RedirectingPlugin.php | | | | | Reporter.php | | | | | ReporterPlugin.php | | | | | Sleeper.php | | | | | ThrottlerPlugin.php | | | | | Timer.php | | | | | | | | | +---Decorator | | | | | Replacements.php | | | | | | | | | +---Loggers | | | | | ArrayLogger.php | | | | | EchoLogger.php | | | | | | | | | +---Pop | | | | | Pop3Connection.php | | | | | Pop3Exception.php | | | | | | | | | \---Reporters | | | | HitReporter.php | | | | HtmlReporter.php | | | | | | | +---Signers | | | | BodySigner.php | | | | DKIMSigner.php | | | | DomainKeySigner.php | | | | HeaderSigner.php | | | | OpenDKIMSigner.php | | | | SMimeSigner.php | | | | | | | +---StreamFilters | | | | ByteArrayReplacementFilter.php | | | | StringReplacementFilter.php | | | | StringReplacementFilterFactory.php | | | | | | | \---Transport | | | | AbstractSmtpTransport.php | | | | EsmtpHandler.php | | | | EsmtpTransport.php | | | | FailoverTransport.php | | | | IoBuffer.php | | | | LoadBalancedTransport.php | | | | NullTransport.php | | | | SendmailTransport.php | | | | SmtpAgent.php | | | | SpoolTransport.php | | | | StreamBuffer.php | | | | | | | \---Esmtp | | | | Authenticator.php | | | | AuthHandler.php | | | | EightBitMimeHandler.php | | | | SmtpUtf8Handler.php | | | | | | | \---Auth | | | CramMd5Authenticator.php | | | LoginAuthenticator.php | | | NTLMAuthenticator.php | | | PlainAuthenticator.php | | | XOAuth2Authenticator.php | | | | | \---dependency_maps | | cache_deps.php | | message_deps.php | | mime_deps.php | | transport_deps.php | | | \---tests | | acceptance.conf.php.default | | bootstrap.php | | IdenticalBinaryConstraint.php | | smoke.conf.php.default | | StreamCollector.php | | SwiftMailerSmokeTestCase.php | | SwiftMailerTestCase.php | | | +---acceptance | | \---Swift | | | AttachmentAcceptanceTest.php | | | DependencyContainerAcceptanceTest.php | | | EmbeddedFileAcceptanceTest.php | | | MessageAcceptanceTest.php | | | MimePartAcceptanceTest.php | | | | | +---ByteStream | | | FileByteStreamAcceptanceTest.php | | | | | +---CharacterReaderFactory | | | SimpleCharacterReaderFactoryAcceptanceTest.php | | | | | +---Encoder | | | Base64EncoderAcceptanceTest.php | | | QpEncoderAcceptanceTest.php | | | Rfc2231EncoderAcceptanceTest.php | | | | | +---KeyCache | | | ArrayKeyCacheAcceptanceTest.php | | | DiskKeyCacheAcceptanceTest.php | | | | | +---Mime | | | | AttachmentAcceptanceTest.php | | | | EmbeddedFileAcceptanceTest.php | | | | MimePartAcceptanceTest.php | | | | SimpleMessageAcceptanceTest.php | | | | | | | +---ContentEncoder | | | | Base64ContentEncoderAcceptanceTest.php | | | | NativeQpContentEncoderAcceptanceTest.php | | | | PlainContentEncoderAcceptanceTest.php | | | | QpContentEncoderAcceptanceTest.php | | | | | | | \---HeaderEncoder | | | Base64HeaderEncoderAcceptanceTest.php | | | | | \---Transport | | \---StreamBuffer | | AbstractStreamBufferAcceptanceTest.php | | BasicSocketAcceptanceTest.php | | ProcessAcceptanceTest.php | | SocketTimeoutTest.php | | SslSocketAcceptanceTest.php | | TlsSocketAcceptanceTest.php | | | +---bug | | \---Swift | | Bug111Test.php | | Bug118Test.php | | Bug206Test.php | | Bug274Test.php | | Bug34Test.php | | Bug35Test.php | | Bug38Test.php | | Bug518Test.php | | Bug51Test.php | | Bug534Test.php | | Bug650Test.php | | Bug71Test.php | | Bug76Test.php | | BugFileByteStreamConsecutiveReadCallsTest.php | | | +---fixtures | | MimeEntityFixture.php | | | +---smoke | | \---Swift | | \---Smoke | | AttachmentSmokeTest.php | | BasicSmokeTest.php | | HtmlWithAttachmentSmokeTest.php | | InternationalSmokeTest.php | | | +---unit | | \---Swift | | | DependencyContainerTest.php | | | MailerTest.php | | | MessageTest.php | | | | | +---ByteStream | | | ArrayByteStreamTest.php | | | | | +---CharacterReader | | | GenericFixedWidthReaderTest.php | | | UsAsciiReaderTest.php | | | Utf8ReaderTest.php | | | | | +---CharacterStream | | | ArrayCharacterStreamTest.php | | | | | +---Encoder | | | Base64EncoderTest.php | | | QpEncoderTest.php | | | Rfc2231EncoderTest.php | | | | | +---Events | | | CommandEventTest.php | | | EventObjectTest.php | | | ResponseEventTest.php | | | SendEventTest.php | | | SimpleEventDispatcherTest.php | | | TransportChangeEventTest.php | | | TransportExceptionEventTest.php | | | | | +---KeyCache | | | ArrayKeyCacheTest.php | | | SimpleKeyCacheInputStreamTest.php | | | | | +---Mailer | | | ArrayRecipientIteratorTest.php | | | | | +---Mime | | | | AbstractMimeEntityTest.php | | | | AttachmentTest.php | | | | EmbeddedFileTest.php | | | | IdGeneratorTest.php | | | | MimePartTest.php | | | | SimpleHeaderFactoryTest.php | | | | SimpleHeaderSetTest.php | | | | SimpleMessageTest.php | | | | SimpleMimeEntityTest.php | | | | | | | +---ContentEncoder | | | | Base64ContentEncoderTest.php | | | | PlainContentEncoderTest.php | | | | QpContentEncoderTest.php | | | | | | | +---HeaderEncoder | | | | Base64HeaderEncoderTest.php | | | | QpHeaderEncoderTest.php | | | | | | | \---Headers | | | DateHeaderTest.php | | | IdentificationHeaderTest.php | | | MailboxHeaderTest.php | | | ParameterizedHeaderTest.php | | | PathHeaderTest.php | | | UnstructuredHeaderTest.php | | | | | +---Plugins | | | | AntiFloodPluginTest.php | | | | BandwidthMonitorPluginTest.php | | | | DecoratorPluginTest.php | | | | LoggerPluginTest.php | | | | PopBeforeSmtpPluginTest.php | | | | RedirectingPluginTest.php | | | | ReporterPluginTest.php | | | | ThrottlerPluginTest.php | | | | | | | +---Loggers | | | | ArrayLoggerTest.php | | | | EchoLoggerTest.php | | | | | | | \---Reporters | | | HitReporterTest.php | | | HtmlReporterTest.php | | | | | +---Signers | | | DKIMSignerTest.php | | | OpenDKIMSignerTest.php | | | SMimeSignerTest.php | | | | | +---StreamFilters | | | ByteArrayReplacementFilterTest.php | | | StringReplacementFilterFactoryTest.php | | | StringReplacementFilterTest.php | | | | | \---Transport | | | AbstractSmtpEventSupportTest.php | | | AbstractSmtpTest.php | | | EsmtpTransportTest.php | | | FailoverTransportTest.php | | | LoadBalancedTransportTest.php | | | SendmailTransportTest.php | | | StreamBufferTest.php | | | | | +---Esmtp | | | | AuthHandlerTest.php | | | | | | | \---Auth | | | CramMd5AuthenticatorTest.php | | | LoginAuthenticatorTest.php | | | NTLMAuthenticatorTest.php | | | PlainAuthenticatorTest.php | | | | | \---EsmtpTransport | | ExtensionSupportTest.php | | | \---_samples | +---charsets | | +---iso-2022-jp | | | one.txt | | | | | +---iso-8859-1 | | | one.txt | | | | | \---utf-8 | | one.txt | | three.txt | | two.txt | | | +---dkim | | dkim.test.priv | | dkim.test.pub | | | +---files | | data.txt | | swiftmailer.png | | textfile.zip | | | \---smime | ca.crt | ca.key | CA.srl | create-cert.sh | encrypt.crt | encrypt.key | encrypt2.crt | encrypt2.key | intermediate.crt | intermediate.key | sign.crt | sign.key | sign2.crt | sign2.key | +---symfony | +---console | | | .gitignore | | | Application.php | | | CHANGELOG.md | | | composer.json | | | ConsoleEvents.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | Terminal.php | | | | | +---Command | | | Command.php | | | HelpCommand.php | | | ListCommand.php | | | LockableTrait.php | | | | | +---CommandLoader | | | CommandLoaderInterface.php | | | ContainerCommandLoader.php | | | FactoryCommandLoader.php | | | | | +---DependencyInjection | | | AddConsoleCommandPass.php | | | | | +---Descriptor | | | ApplicationDescription.php | | | Descriptor.php | | | DescriptorInterface.php | | | JsonDescriptor.php | | | MarkdownDescriptor.php | | | TextDescriptor.php | | | XmlDescriptor.php | | | | | +---Event | | | ConsoleCommandEvent.php | | | ConsoleErrorEvent.php | | | ConsoleEvent.php | | | ConsoleTerminateEvent.php | | | | | +---EventListener | | | ErrorListener.php | | | | | +---Exception | | | CommandNotFoundException.php | | | ExceptionInterface.php | | | InvalidArgumentException.php | | | InvalidOptionException.php | | | LogicException.php | | | NamespaceNotFoundException.php | | | RuntimeException.php | | | | | +---Formatter | | | OutputFormatter.php | | | OutputFormatterInterface.php | | | OutputFormatterStyle.php | | | OutputFormatterStyleInterface.php | | | OutputFormatterStyleStack.php | | | WrappableOutputFormatterInterface.php | | | | | +---Helper | | | DebugFormatterHelper.php | | | DescriptorHelper.php | | | FormatterHelper.php | | | Helper.php | | | HelperInterface.php | | | HelperSet.php | | | InputAwareHelper.php | | | ProcessHelper.php | | | ProgressBar.php | | | ProgressIndicator.php | | | QuestionHelper.php | | | SymfonyQuestionHelper.php | | | Table.php | | | TableCell.php | | | TableRows.php | | | TableSeparator.php | | | TableStyle.php | | | | | +---Input | | | ArgvInput.php | | | ArrayInput.php | | | Input.php | | | InputArgument.php | | | InputAwareInterface.php | | | InputDefinition.php | | | InputInterface.php | | | InputOption.php | | | StreamableInputInterface.php | | | StringInput.php | | | | | +---Logger | | | ConsoleLogger.php | | | | | +---Output | | | BufferedOutput.php | | | ConsoleOutput.php | | | ConsoleOutputInterface.php | | | ConsoleSectionOutput.php | | | NullOutput.php | | | Output.php | | | OutputInterface.php | | | StreamOutput.php | | | | | +---Question | | | ChoiceQuestion.php | | | ConfirmationQuestion.php | | | Question.php | | | | | +---Resources | | | \---bin | | | hiddeninput.exe | | | | | +---Style | | | OutputStyle.php | | | StyleInterface.php | | | SymfonyStyle.php | | | | | +---Tester | | | ApplicationTester.php | | | CommandTester.php | | | TesterTrait.php | | | | | \---Tests | | | ApplicationTest.php | | | TerminalTest.php | | | | | +---Command | | | CommandTest.php | | | HelpCommandTest.php | | | ListCommandTest.php | | | LockableTraitTest.php | | | | | +---CommandLoader | | | ContainerCommandLoaderTest.php | | | FactoryCommandLoaderTest.php | | | | | +---DependencyInjection | | | AddConsoleCommandPassTest.php | | | | | +---Descriptor | | | AbstractDescriptorTest.php | | | JsonDescriptorTest.php | | | MarkdownDescriptorTest.php | | | ObjectsProvider.php | | | TextDescriptorTest.php | | | XmlDescriptorTest.php | | | | | +---EventListener | | | ErrorListenerTest.php | | | | | +---Fixtures | | | | application_1.json | | | | application_1.md | | | | application_1.txt | | | | application_1.xml | | | | application_2.json | | | | application_2.md | | | | application_2.txt | | | | application_2.xml | | | | application_filtered_namespace.txt | | | | application_gethelp.txt | | | | application_mbstring.md | | | | application_mbstring.txt | | | | application_renderexception1.txt | | | | application_renderexception2.txt | | | | application_renderexception3.txt | | | | application_renderexception3decorated.txt | | | | application_renderexception4.txt | | | | application_renderexception_doublewidth1.txt | | | | application_renderexception_doublewidth1decorated.txt | | | | application_renderexception_doublewidth2.txt | | | | application_renderexception_escapeslines.txt | | | | application_renderexception_linebreaks.txt | | | | application_run1.txt | | | | application_run2.txt | | | | application_run3.txt | | | | application_run4.txt | | | | BarBucCommand.php | | | | command_1.json | | | | command_1.md | | | | command_1.txt | | | | command_1.xml | | | | command_2.json | | | | command_2.md | | | | command_2.txt | | | | command_2.xml | | | | command_mbstring.md | | | | command_mbstring.txt | | | | DescriptorApplication1.php | | | | DescriptorApplication2.php | | | | DescriptorApplicationMbString.php | | | | DescriptorCommand1.php | | | | DescriptorCommand2.php | | | | DescriptorCommand3.php | | | | DescriptorCommand4.php | | | | DescriptorCommandMbString.php | | | | DummyOutput.php | | | | Foo1Command.php | | | | Foo2Command.php | | | | Foo3Command.php | | | | Foo4Command.php | | | | Foo5Command.php | | | | Foo6Command.php | | | | FoobarCommand.php | | | | FooCommand.php | | | | FooLock2Command.php | | | | FooLockCommand.php | | | | FooOptCommand.php | | | | FooSameCaseLowercaseCommand.php | | | | FooSameCaseUppercaseCommand.php | | | | FooSubnamespaced1Command.php | | | | FooSubnamespaced2Command.php | | | | FooWithoutAliasCommand.php | | | | input_argument_1.json | | | | input_argument_1.md | | | | input_argument_1.txt | | | | input_argument_1.xml | | | | input_argument_2.json | | | | input_argument_2.md | | | | input_argument_2.txt | | | | input_argument_2.xml | | | | input_argument_3.json | | | | input_argument_3.md | | | | input_argument_3.txt | | | | input_argument_3.xml | | | | input_argument_4.json | | | | input_argument_4.md | | | | input_argument_4.txt | | | | input_argument_4.xml | | | | input_argument_with_default_inf_value.json | | | | input_argument_with_default_inf_value.md | | | | input_argument_with_default_inf_value.txt | | | | input_argument_with_default_inf_value.xml | | | | input_argument_with_style.json | | | | input_argument_with_style.md | | | | input_argument_with_style.txt | | | | input_argument_with_style.xml | | | | input_definition_1.json | | | | input_definition_1.md | | | | input_definition_1.txt | | | | input_definition_1.xml | | | | input_definition_2.json | | | | input_definition_2.md | | | | input_definition_2.txt | | | | input_definition_2.xml | | | | input_definition_3.json | | | | input_definition_3.md | | | | input_definition_3.txt | | | | input_definition_3.xml | | | | input_definition_4.json | | | | input_definition_4.md | | | | input_definition_4.txt | | | | input_definition_4.xml | | | | input_option_1.json | | | | input_option_1.md | | | | input_option_1.txt | | | | input_option_1.xml | | | | input_option_2.json | | | | input_option_2.md | | | | input_option_2.txt | | | | input_option_2.xml | | | | input_option_3.json | | | | input_option_3.md | | | | input_option_3.txt | | | | input_option_3.xml | | | | input_option_4.json | | | | input_option_4.md | | | | input_option_4.txt | | | | input_option_4.xml | | | | input_option_5.json | | | | input_option_5.md | | | | input_option_5.txt | | | | input_option_5.xml | | | | input_option_6.json | | | | input_option_6.md | | | | input_option_6.txt | | | | input_option_6.xml | | | | input_option_with_default_inf_value.json | | | | input_option_with_default_inf_value.md | | | | input_option_with_default_inf_value.txt | | | | input_option_with_default_inf_value.xml | | | | input_option_with_style.json | | | | input_option_with_style.md | | | | input_option_with_style.txt | | | | input_option_with_style.xml | | | | input_option_with_style_array.json | | | | input_option_with_style_array.md | | | | input_option_with_style_array.txt | | | | input_option_with_style_array.xml | | | | TestCommand.php | | | | TestTiti.php | | | | TestToto.php | | | | | | | \---Style | | | \---SymfonyStyle | | | +---command | | | | command_0.php | | | | command_1.php | | | | command_10.php | | | | command_11.php | | | | command_12.php | | | | command_13.php | | | | command_14.php | | | | command_15.php | | | | command_16.php | | | | command_17.php | | | | command_2.php | | | | command_3.php | | | | command_4.php | | | | command_4_with_iterators.php | | | | command_5.php | | | | command_6.php | | | | command_7.php | | | | command_8.php | | | | command_9.php | | | | interactive_command_1.php | | | | | | | \---output | | | interactive_output_1.txt | | | output_0.txt | | | output_1.txt | | | output_10.txt | | | output_11.txt | | | output_12.txt | | | output_13.txt | | | output_14.txt | | | output_15.txt | | | output_16.txt | | | output_17.txt | | | output_2.txt | | | output_3.txt | | | output_4.txt | | | output_4_with_iterators.txt | | | output_5.txt | | | output_6.txt | | | output_7.txt | | | output_8.txt | | | output_9.txt | | | | | +---Formatter | | | OutputFormatterStyleStackTest.php | | | OutputFormatterStyleTest.php | | | OutputFormatterTest.php | | | | | +---Helper | | | AbstractQuestionHelperTest.php | | | FormatterHelperTest.php | | | HelperSetTest.php | | | HelperTest.php | | | ProcessHelperTest.php | | | ProgressBarTest.php | | | ProgressIndicatorTest.php | | | QuestionHelperTest.php | | | SymfonyQuestionHelperTest.php | | | TableStyleTest.php | | | TableTest.php | | | | | +---Input | | | ArgvInputTest.php | | | ArrayInputTest.php | | | InputArgumentTest.php | | | InputDefinitionTest.php | | | InputOptionTest.php | | | InputTest.php | | | StringInputTest.php | | | | | +---Logger | | | ConsoleLoggerTest.php | | | | | +---Output | | | ConsoleOutputTest.php | | | ConsoleSectionOutputTest.php | | | NullOutputTest.php | | | OutputTest.php | | | StreamOutputTest.php | | | | | +---Question | | | ConfirmationQuestionTest.php | | | | | +---Style | | | SymfonyStyleTest.php | | | | | \---Tester | | ApplicationTesterTest.php | | CommandTesterTest.php | | | +---contracts | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | | | +---Cache | | | CacheInterface.php | | | CacheTrait.php | | | CallbackInterface.php | | | ItemInterface.php | | | TagAwareCacheInterface.php | | | | | +---Service | | | ResetInterface.php | | | ServiceLocatorTrait.php | | | ServiceSubscriberInterface.php | | | ServiceSubscriberTrait.php | | | | | +---Tests | | | +---Cache | | | | CacheTraitTest.php | | | | | | | +---Service | | | | ServiceLocatorTest.php | | | | ServiceSubscriberTraitTest.php | | | | | | | \---Translation | | | TranslatorTest.php | | | | | \---Translation | | LocaleAwareInterface.php | | TranslatorInterface.php | | TranslatorTrait.php | | | +---css-selector | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | CssSelectorConverter.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | | | +---Exception | | | ExceptionInterface.php | | | ExpressionErrorException.php | | | InternalErrorException.php | | | ParseException.php | | | SyntaxErrorException.php | | | | | +---Node | | | AbstractNode.php | | | AttributeNode.php | | | ClassNode.php | | | CombinedSelectorNode.php | | | ElementNode.php | | | FunctionNode.php | | | HashNode.php | | | NegationNode.php | | | NodeInterface.php | | | PseudoNode.php | | | SelectorNode.php | | | Specificity.php | | | | | +---Parser | | | | Parser.php | | | | ParserInterface.php | | | | Reader.php | | | | Token.php | | | | TokenStream.php | | | | | | | +---Handler | | | | CommentHandler.php | | | | HandlerInterface.php | | | | HashHandler.php | | | | IdentifierHandler.php | | | | NumberHandler.php | | | | StringHandler.php | | | | WhitespaceHandler.php | | | | | | | +---Shortcut | | | | ClassParser.php | | | | ElementParser.php | | | | EmptyStringParser.php | | | | HashParser.php | | | | | | | \---Tokenizer | | | Tokenizer.php | | | TokenizerEscaping.php | | | TokenizerPatterns.php | | | | | +---Tests | | | | CssSelectorConverterTest.php | | | | | | | +---Node | | | | AbstractNodeTest.php | | | | AttributeNodeTest.php | | | | ClassNodeTest.php | | | | CombinedSelectorNodeTest.php | | | | ElementNodeTest.php | | | | FunctionNodeTest.php | | | | HashNodeTest.php | | | | NegationNodeTest.php | | | | PseudoNodeTest.php | | | | SelectorNodeTest.php | | | | SpecificityTest.php | | | | | | | +---Parser | | | | | ParserTest.php | | | | | ReaderTest.php | | | | | TokenStreamTest.php | | | | | | | | | +---Handler | | | | | AbstractHandlerTest.php | | | | | CommentHandlerTest.php | | | | | HashHandlerTest.php | | | | | IdentifierHandlerTest.php | | | | | NumberHandlerTest.php | | | | | StringHandlerTest.php | | | | | WhitespaceHandlerTest.php | | | | | | | | | \---Shortcut | | | | ClassParserTest.php | | | | ElementParserTest.php | | | | EmptyStringParserTest.php | | | | HashParserTest.php | | | | | | | \---XPath | | | | TranslatorTest.php | | | | | | | \---Fixtures | | | ids.html | | | lang.xml | | | shakespear.html | | | | | \---XPath | | | Translator.php | | | TranslatorInterface.php | | | XPathExpr.php | | | | | \---Extension | | AbstractExtension.php | | AttributeMatchingExtension.php | | CombinationExtension.php | | ExtensionInterface.php | | FunctionExtension.php | | HtmlExtension.php | | NodeExtension.php | | PseudoClassExtension.php | | | +---debug | | | .gitignore | | | BufferingLogger.php | | | CHANGELOG.md | | | composer.json | | | Debug.php | | | DebugClassLoader.php | | | ErrorHandler.php | | | ExceptionHandler.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | | | +---Exception | | | ClassNotFoundException.php | | | FatalErrorException.php | | | FatalThrowableError.php | | | FlattenException.php | | | OutOfMemoryException.php | | | SilencedErrorContext.php | | | UndefinedFunctionException.php | | | UndefinedMethodException.php | | | | | +---FatalErrorHandler | | | ClassNotFoundFatalErrorHandler.php | | | FatalErrorHandlerInterface.php | | | UndefinedFunctionFatalErrorHandler.php | | | UndefinedMethodFatalErrorHandler.php | | | | | \---Tests | | | DebugClassLoaderTest.php | | | ErrorHandlerTest.php | | | ExceptionHandlerTest.php | | | HeaderMock.php | | | MockExceptionHandler.php | | | | | +---Exception | | | FlattenExceptionTest.php | | | | | +---FatalErrorHandler | | | ClassNotFoundFatalErrorHandlerTest.php | | | UndefinedFunctionFatalErrorHandlerTest.php | | | UndefinedMethodFatalErrorHandlerTest.php | | | | | +---Fixtures | | | | AnnotatedClass.php | | | | casemismatch.php | | | | ClassAlias.php | | | | ClassWithAnnotatedParameters.php | | | | DefinitionInEvaluatedCode.php | | | | DeprecatedClass.php | | | | DeprecatedInterface.php | | | | ErrorHandlerThatUsesThePreviousOne.php | | | | ExtendedFinalMethod.php | | | | FinalClasses.php | | | | FinalMethod.php | | | | FinalMethod2Trait.php | | | | InterfaceWithAnnotatedParameters.php | | | | InternalClass.php | | | | InternalInterface.php | | | | InternalTrait.php | | | | InternalTrait2.php | | | | LoggerThatSetAnErrorHandler.php | | | | NonDeprecatedInterface.php | | | | notPsr0Bis.php | | | | PEARClass.php | | | | reallyNotPsr0.php | | | | SubClassWithAnnotatedParameters.php | | | | Throwing.php | | | | ToStringThrower.php | | | | TraitWithAnnotatedParameters.php | | | | TraitWithInternalMethod.php | | | | | | | \---psr4 | | | Psr4CaseMismatch.php | | | | | +---Fixtures2 | | | RequiredTwice.php | | | | | \---phpt | | debug_class_loader.phpt | | decorate_exception_hander.phpt | | exception_rethrown.phpt | | fatal_with_nested_handlers.phpt | | | +---event-dispatcher | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | Event.php | | | EventDispatcher.php | | | EventDispatcherInterface.php | | | EventSubscriberInterface.php | | | GenericEvent.php | | | ImmutableEventDispatcher.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | | | +---Debug | | | TraceableEventDispatcher.php | | | TraceableEventDispatcherInterface.php | | | WrappedListener.php | | | | | +---DependencyInjection | | | RegisterListenersPass.php | | | | | \---Tests | | | AbstractEventDispatcherTest.php | | | EventDispatcherTest.php | | | EventTest.php | | | GenericEventTest.php | | | ImmutableEventDispatcherTest.php | | | | | +---Debug | | | TraceableEventDispatcherTest.php | | | WrappedListenerTest.php | | | | | \---DependencyInjection | | RegisterListenersPassTest.php | | | +---finder | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | Finder.php | | | Glob.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | SplFileInfo.php | | | | | +---Comparator | | | Comparator.php | | | DateComparator.php | | | NumberComparator.php | | | | | +---Exception | | | AccessDeniedException.php | | | | | +---Iterator | | | CustomFilterIterator.php | | | DateRangeFilterIterator.php | | | DepthRangeFilterIterator.php | | | ExcludeDirectoryFilterIterator.php | | | FilecontentFilterIterator.php | | | FilenameFilterIterator.php | | | FileTypeFilterIterator.php | | | MultiplePcreFilterIterator.php | | | PathFilterIterator.php | | | RecursiveDirectoryIterator.php | | | SizeRangeFilterIterator.php | | | SortableIterator.php | | | | | \---Tests | | | FinderTest.php | | | GlobTest.php | | | | | +---Comparator | | | ComparatorTest.php | | | DateComparatorTest.php | | | NumberComparatorTest.php | | | | | +---Fixtures | | | | dolor.txt | | | | ipsum.txt | | | | lorem.txt | | | | | | | +---.dot | | | | | a | | | | | | | | | \---b | | | | c.neon | | | | d.neon | | | | | | | +---A | | | | | a.dat | | | | | | | | | \---B | | | | | ab.dat | | | | | | | | | \---C | | | | abc.dat | | | | | | | +---copy | | | | \---A | | | | | a.dat.copy | | | | | | | | | \---B | | | | | ab.dat.copy | | | | | | | | | \---C | | | | abc.dat.copy | | | | | | | +---one | | | | | .dot | | | | | a | | | | | | | | | \---b | | | | c.neon | | | | d.neon | | | | | | | +---r+e.gex[c]a(r)s | | | | \---dir | | | | bar.dat | | | | | | | \---with space | | | foo.txt | | | | | \---Iterator | | CustomFilterIteratorTest.php | | DateRangeFilterIteratorTest.php | | DepthRangeFilterIteratorTest.php | | ExcludeDirectoryFilterIteratorTest.php | | FilecontentFilterIteratorTest.php | | FilenameFilterIteratorTest.php | | FileTypeFilterIteratorTest.php | | Iterator.php | | IteratorTestCase.php | | MockFileListIterator.php | | MockSplFileInfo.php | | MultiplePcreFilterIteratorTest.php | | PathFilterIteratorTest.php | | RealIteratorTestCase.php | | RecursiveDirectoryIteratorTest.php | | SizeRangeFilterIteratorTest.php | | SortableIteratorTest.php | | | +---http-foundation | | | .gitignore | | | AcceptHeader.php | | | AcceptHeaderItem.php | | | ApacheRequest.php | | | BinaryFileResponse.php | | | CHANGELOG.md | | | composer.json | | | Cookie.php | | | ExpressionRequestMatcher.php | | | FileBag.php | | | HeaderBag.php | | | HeaderUtils.php | | | IpUtils.php | | | JsonResponse.php | | | LICENSE | | | ParameterBag.php | | | phpunit.xml.dist | | | README.md | | | RedirectResponse.php | | | Request.php | | | RequestMatcher.php | | | RequestMatcherInterface.php | | | RequestStack.php | | | Response.php | | | ResponseHeaderBag.php | | | ServerBag.php | | | StreamedResponse.php | | | | | +---Exception | | | ConflictingHeadersException.php | | | RequestExceptionInterface.php | | | SuspiciousOperationException.php | | | | | +---File | | | | File.php | | | | Stream.php | | | | UploadedFile.php | | | | | | | +---Exception | | | | AccessDeniedException.php | | | | CannotWriteFileException.php | | | | ExtensionFileException.php | | | | FileException.php | | | | FileNotFoundException.php | | | | FormSizeFileException.php | | | | IniSizeFileException.php | | | | NoFileException.php | | | | NoTmpDirFileException.php | | | | PartialFileException.php | | | | UnexpectedTypeException.php | | | | UploadException.php | | | | | | | \---MimeType | | | ExtensionGuesser.php | | | ExtensionGuesserInterface.php | | | FileBinaryMimeTypeGuesser.php | | | FileinfoMimeTypeGuesser.php | | | MimeTypeExtensionGuesser.php | | | MimeTypeGuesser.php | | | MimeTypeGuesserInterface.php | | | | | +---Session | | | | Session.php | | | | SessionBagInterface.php | | | | SessionBagProxy.php | | | | SessionInterface.php | | | | SessionUtils.php | | | | | | | +---Attribute | | | | AttributeBag.php | | | | AttributeBagInterface.php | | | | NamespacedAttributeBag.php | | | | | | | +---Flash | | | | AutoExpireFlashBag.php | | | | FlashBag.php | | | | FlashBagInterface.php | | | | | | | \---Storage | | | | MetadataBag.php | | | | MockArraySessionStorage.php | | | | MockFileSessionStorage.php | | | | NativeSessionStorage.php | | | | PhpBridgeSessionStorage.php | | | | SessionStorageInterface.php | | | | | | | +---Handler | | | | AbstractSessionHandler.php | | | | MemcachedSessionHandler.php | | | | MigratingSessionHandler.php | | | | MongoDbSessionHandler.php | | | | NativeFileSessionHandler.php | | | | NullSessionHandler.php | | | | PdoSessionHandler.php | | | | RedisSessionHandler.php | | | | StrictSessionHandler.php | | | | | | | \---Proxy | | | AbstractProxy.php | | | SessionHandlerProxy.php | | | | | \---Tests | | | AcceptHeaderItemTest.php | | | AcceptHeaderTest.php | | | ApacheRequestTest.php | | | BinaryFileResponseTest.php | | | CookieTest.php | | | ExpressionRequestMatcherTest.php | | | FileBagTest.php | | | HeaderBagTest.php | | | HeaderUtilsTest.php | | | IpUtilsTest.php | | | JsonResponseTest.php | | | ParameterBagTest.php | | | RedirectResponseTest.php | | | RequestMatcherTest.php | | | RequestStackTest.php | | | RequestTest.php | | | ResponseFunctionalTest.php | | | ResponseHeaderBagTest.php | | | ResponseTest.php | | | ResponseTestCase.php | | | ServerBagTest.php | | | StreamedResponseTest.php | | | | | +---File | | | | FakeFile.php | | | | FileTest.php | | | | UploadedFileTest.php | | | | | | | +---Fixtures | | | | | .unknownextension | | | | | other-file.example | | | | | test | | | | | test.gif | | | | | | | | | \---directory | | | | .empty | | | | | | | \---MimeType | | | MimeTypeTest.php | | | | | +---Fixtures | | | \---response-functional | | | common.inc | | | cookie_max_age.expected | | | cookie_max_age.php | | | cookie_raw_urlencode.expected | | | cookie_raw_urlencode.php | | | cookie_samesite_lax.expected | | | cookie_samesite_lax.php | | | cookie_samesite_strict.expected | | | cookie_samesite_strict.php | | | cookie_urlencode.expected | | | cookie_urlencode.php | | | invalid_cookie_name.expected | | | invalid_cookie_name.php | | | | | +---schema | | | http-status-codes.rng | | | iana-registry.rng | | | | | \---Session | | | SessionTest.php | | | | | +---Attribute | | | AttributeBagTest.php | | | NamespacedAttributeBagTest.php | | | | | +---Flash | | | AutoExpireFlashBagTest.php | | | FlashBagTest.php | | | | | \---Storage | | | MetadataBagTest.php | | | MockArraySessionStorageTest.php | | | MockFileSessionStorageTest.php | | | NativeSessionStorageTest.php | | | PhpBridgeSessionStorageTest.php | | | | | +---Handler | | | | AbstractRedisSessionHandlerTestCase.php | | | | AbstractSessionHandlerTest.php | | | | MemcachedSessionHandlerTest.php | | | | MigratingSessionHandlerTest.php | | | | MongoDbSessionHandlerTest.php | | | | NativeFileSessionHandlerTest.php | | | | NullSessionHandlerTest.php | | | | PdoSessionHandlerTest.php | | | | PredisClusterSessionHandlerTest.php | | | | PredisSessionHandlerTest.php | | | | RedisArraySessionHandlerTest.php | | | | RedisClusterSessionHandlerTest.php | | | | RedisSessionHandlerTest.php | | | | StrictSessionHandlerTest.php | | | | | | | \---Fixtures | | | common.inc | | | empty_destroys.expected | | | empty_destroys.php | | | read_only.expected | | | read_only.php | | | regenerate.expected | | | regenerate.php | | | storage.expected | | | storage.php | | | with_cookie.expected | | | with_cookie.php | | | with_cookie_and_session.expected | | | with_cookie_and_session.php | | | with_samesite.expected | | | with_samesite.php | | | with_samesite_and_migration.expected | | | with_samesite_and_migration.php | | | | | \---Proxy | | AbstractProxyTest.php | | SessionHandlerProxyTest.php | | | +---http-kernel | | | .gitignore | | | CHANGELOG.md | | | Client.php | | | composer.json | | | HttpKernel.php | | | HttpKernelInterface.php | | | Kernel.php | | | KernelEvents.php | | | KernelInterface.php | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | RebootableInterface.php | | | TerminableInterface.php | | | UriSigner.php | | | | | +---Bundle | | | Bundle.php | | | BundleInterface.php | | | | | +---CacheClearer | | | CacheClearerInterface.php | | | ChainCacheClearer.php | | | Psr6CacheClearer.php | | | | | +---CacheWarmer | | | CacheWarmer.php | | | CacheWarmerAggregate.php | | | CacheWarmerInterface.php | | | WarmableInterface.php | | | | | +---Config | | | FileLocator.php | | | | | +---Controller | | | | ArgumentResolver.php | | | | ArgumentResolverInterface.php | | | | ArgumentValueResolverInterface.php | | | | ContainerControllerResolver.php | | | | ControllerReference.php | | | | ControllerResolver.php | | | | ControllerResolverInterface.php | | | | TraceableArgumentResolver.php | | | | TraceableControllerResolver.php | | | | | | | \---ArgumentResolver | | | DefaultValueResolver.php | | | RequestAttributeValueResolver.php | | | RequestValueResolver.php | | | ServiceValueResolver.php | | | SessionValueResolver.php | | | TraceableValueResolver.php | | | VariadicValueResolver.php | | | | | +---ControllerMetadata | | | ArgumentMetadata.php | | | ArgumentMetadataFactory.php | | | ArgumentMetadataFactoryInterface.php | | | | | +---DataCollector | | | AjaxDataCollector.php | | | ConfigDataCollector.php | | | DataCollector.php | | | DataCollectorInterface.php | | | DumpDataCollector.php | | | EventDataCollector.php | | | ExceptionDataCollector.php | | | LateDataCollectorInterface.php | | | LoggerDataCollector.php | | | MemoryDataCollector.php | | | RequestDataCollector.php | | | RouterDataCollector.php | | | TimeDataCollector.php | | | | | +---Debug | | | FileLinkFormatter.php | | | TraceableEventDispatcher.php | | | | | +---DependencyInjection | | | AddAnnotatedClassesToCachePass.php | | | ConfigurableExtension.php | | | ControllerArgumentValueResolverPass.php | | | Extension.php | | | FragmentRendererPass.php | | | LazyLoadingFragmentHandler.php | | | LoggerPass.php | | | MergeExtensionConfigurationPass.php | | | RegisterControllerArgumentLocatorsPass.php | | | RemoveEmptyControllerArgumentLocatorsPass.php | | | ResettableServicePass.php | | | ServicesResetter.php | | | | | +---Event | | | FilterControllerArgumentsEvent.php | | | FilterControllerEvent.php | | | FilterResponseEvent.php | | | FinishRequestEvent.php | | | GetResponseEvent.php | | | GetResponseForControllerResultEvent.php | | | GetResponseForExceptionEvent.php | | | KernelEvent.php | | | PostResponseEvent.php | | | | | +---EventListener | | | AbstractSessionListener.php | | | AbstractTestSessionListener.php | | | AddRequestFormatsListener.php | | | DebugHandlersListener.php | | | DumpListener.php | | | ExceptionListener.php | | | FragmentListener.php | | | LocaleListener.php | | | ProfilerListener.php | | | ResponseListener.php | | | RouterListener.php | | | SaveSessionListener.php | | | SessionListener.php | | | StreamedResponseListener.php | | | SurrogateListener.php | | | TestSessionListener.php | | | TranslatorListener.php | | | ValidateRequestListener.php | | | | | +---Exception | | | AccessDeniedHttpException.php | | | BadRequestHttpException.php | | | ConflictHttpException.php | | | ControllerDoesNotReturnResponseException.php | | | GoneHttpException.php | | | HttpException.php | | | HttpExceptionInterface.php | | | LengthRequiredHttpException.php | | | MethodNotAllowedHttpException.php | | | NotAcceptableHttpException.php | | | NotFoundHttpException.php | | | PreconditionFailedHttpException.php | | | PreconditionRequiredHttpException.php | | | ServiceUnavailableHttpException.php | | | TooManyRequestsHttpException.php | | | UnauthorizedHttpException.php | | | UnprocessableEntityHttpException.php | | | UnsupportedMediaTypeHttpException.php | | | | | +---Fragment | | | AbstractSurrogateFragmentRenderer.php | | | EsiFragmentRenderer.php | | | FragmentHandler.php | | | FragmentRendererInterface.php | | | HIncludeFragmentRenderer.php | | | InlineFragmentRenderer.php | | | RoutableFragmentRenderer.php | | | SsiFragmentRenderer.php | | | | | +---HttpCache | | | AbstractSurrogate.php | | | Esi.php | | | HttpCache.php | | | ResponseCacheStrategy.php | | | ResponseCacheStrategyInterface.php | | | Ssi.php | | | Store.php | | | StoreInterface.php | | | SubRequestHandler.php | | | SurrogateInterface.php | | | | | +---Log | | | DebugLoggerInterface.php | | | Logger.php | | | | | +---Profiler | | | FileProfilerStorage.php | | | Profile.php | | | Profiler.php | | | ProfilerStorageInterface.php | | | | | +---Resources | | | welcome.html.php | | | | | \---Tests | | | ClientTest.php | | | HttpKernelTest.php | | | KernelTest.php | | | Logger.php | | | TestHttpKernel.php | | | UriSignerTest.php | | | | | +---Bundle | | | BundleTest.php | | | | | +---CacheClearer | | | ChainCacheClearerTest.php | | | Psr6CacheClearerTest.php | | | | | +---CacheWarmer | | | CacheWarmerAggregateTest.php | | | CacheWarmerTest.php | | | | | +---Config | | | FileLocatorTest.php | | | | | +---Controller | | | | ArgumentResolverTest.php | | | | ContainerControllerResolverTest.php | | | | ControllerResolverTest.php | | | | | | | \---ArgumentResolver | | | ServiceValueResolverTest.php | | | TraceableValueResolverTest.php | | | | | +---ControllerMetadata | | | ArgumentMetadataFactoryTest.php | | | ArgumentMetadataTest.php | | | | | +---DataCollector | | | Compiler.log | | | ConfigDataCollectorTest.php | | | DataCollectorTest.php | | | DumpDataCollectorTest.php | | | ExceptionDataCollectorTest.php | | | LoggerDataCollectorTest.php | | | MemoryDataCollectorTest.php | | | RequestDataCollectorTest.php | | | TimeDataCollectorTest.php | | | | | +---Debug | | | FileLinkFormatterTest.php | | | TraceableEventDispatcherTest.php | | | | | +---DependencyInjection | | | AddAnnotatedClassesToCachePassTest.php | | | ControllerArgumentValueResolverPassTest.php | | | FragmentRendererPassTest.php | | | LazyLoadingFragmentHandlerTest.php | | | LoggerPassTest.php | | | MergeExtensionConfigurationPassTest.php | | | RegisterControllerArgumentLocatorsPassTest.php | | | RemoveEmptyControllerArgumentLocatorsPassTest.php | | | ResettableServicePassTest.php | | | ServicesResetterTest.php | | | | | +---Event | | | FilterControllerArgumentsEventTest.php | | | GetResponseForExceptionEventTest.php | | | | | +---EventListener | | | AddRequestFormatsListenerTest.php | | | DebugHandlersListenerTest.php | | | DumpListenerTest.php | | | ExceptionListenerTest.php | | | FragmentListenerTest.php | | | LocaleListenerTest.php | | | ProfilerListenerTest.php | | | ResponseListenerTest.php | | | RouterListenerTest.php | | | SaveSessionListenerTest.php | | | SessionListenerTest.php | | | SurrogateListenerTest.php | | | TestSessionListenerTest.php | | | TranslatorListenerTest.php | | | ValidateRequestListenerTest.php | | | | | +---Exception | | | AccessDeniedHttpExceptionTest.php | | | BadRequestHttpExceptionTest.php | | | ConflictHttpExceptionTest.php | | | GoneHttpExceptionTest.php | | | HttpExceptionTest.php | | | LengthRequiredHttpExceptionTest.php | | | MethodNotAllowedHttpExceptionTest.php | | | NotAcceptableHttpExceptionTest.php | | | NotFoundHttpExceptionTest.php | | | PreconditionFailedHttpExceptionTest.php | | | PreconditionRequiredHttpExceptionTest.php | | | ServiceUnavailableHttpExceptionTest.php | | | TooManyRequestsHttpExceptionTest.php | | | UnauthorizedHttpExceptionTest.php | | | UnprocessableEntityHttpExceptionTest.php | | | UnsupportedMediaTypeHttpExceptionTest.php | | | | | +---Fixtures | | | | ClearableService.php | | | | KernelForOverrideName.php | | | | KernelForTest.php | | | | KernelWithoutBundles.php | | | | ResettableService.php | | | | TestClient.php | | | | TestEventDispatcher.php | | | | | | | +---BaseBundle | | | | \---Resources | | | | foo.txt | | | | hide.txt | | | | | | | +---Bundle1Bundle | | | | | bar.txt | | | | | foo.txt | | | | | | | | | \---Resources | | | | foo.txt | | | | | | | +---Bundle2Bundle | | | | foo.txt | | | | | | | +---ChildBundle | | | | \---Resources | | | | foo.txt | | | | hide.txt | | | | | | | +---Controller | | | | BasicTypesController.php | | | | ExtendingRequest.php | | | | ExtendingSession.php | | | | NullableController.php | | | | VariadicController.php | | | | | | | +---DataCollector | | | | CloneVarDataCollector.php | | | | | | | +---ExtensionAbsentBundle | | | | ExtensionAbsentBundle.php | | | | | | | +---ExtensionLoadedBundle | | | | | ExtensionLoadedBundle.php | | | | | | | | | \---DependencyInjection | | | | ExtensionLoadedExtension.php | | | | | | | +---ExtensionNotValidBundle | | | | | ExtensionNotValidBundle.php | | | | | | | | | \---DependencyInjection | | | | ExtensionNotValidExtension.php | | | | | | | +---ExtensionPresentBundle | | | | | ExtensionPresentBundle.php | | | | | | | | | +---Command | | | | | BarCommand.php | | | | | FooCommand.php | | | | | | | | | \---DependencyInjection | | | | ExtensionPresentExtension.php | | | | | | | \---Resources | | | +---BaseBundle | | | | hide.txt | | | | | | | +---Bundle1Bundle | | | | foo.txt | | | | | | | +---ChildBundle | | | | foo.txt | | | | | | | \---FooBundle | | | foo.txt | | | | | +---Fragment | | | EsiFragmentRendererTest.php | | | FragmentHandlerTest.php | | | HIncludeFragmentRendererTest.php | | | InlineFragmentRendererTest.php | | | RoutableFragmentRendererTest.php | | | SsiFragmentRendererTest.php | | | | | +---HttpCache | | | EsiTest.php | | | HttpCacheTest.php | | | HttpCacheTestCase.php | | | ResponseCacheStrategyTest.php | | | SsiTest.php | | | StoreTest.php | | | SubRequestHandlerTest.php | | | TestHttpKernel.php | | | TestMultipleHttpKernel.php | | | | | +---Log | | | LoggerTest.php | | | | | \---Profiler | | FileProfilerStorageTest.php | | ProfilerTest.php | | | +---polyfill-ctype | | bootstrap.php | | composer.json | | Ctype.php | | LICENSE | | README.md | | | +---polyfill-iconv | | | bootstrap.php | | | composer.json | | | Iconv.php | | | LICENSE | | | README.md | | | | | \---Resources | | \---charset | | from.big5.php | | from.cp037.php | | from.cp1006.php | | from.cp1026.php | | from.cp424.php | | from.cp437.php | | from.cp500.php | | from.cp737.php | | from.cp775.php | | from.cp850.php | | from.cp852.php | | from.cp855.php | | from.cp856.php | | from.cp857.php | | from.cp860.php | | from.cp861.php | | from.cp862.php | | from.cp863.php | | from.cp864.php | | from.cp865.php | | from.cp866.php | | from.cp869.php | | from.cp874.php | | from.cp875.php | | from.cp932.php | | from.cp936.php | | from.cp949.php | | from.cp950.php | | from.iso-8859-1.php | | from.iso-8859-10.php | | from.iso-8859-11.php | | from.iso-8859-13.php | | from.iso-8859-14.php | | from.iso-8859-15.php | | from.iso-8859-16.php | | from.iso-8859-2.php | | from.iso-8859-3.php | | from.iso-8859-4.php | | from.iso-8859-5.php | | from.iso-8859-6.php | | from.iso-8859-7.php | | from.iso-8859-8.php | | from.iso-8859-9.php | | from.koi8-r.php | | from.koi8-u.php | | from.us-ascii.php | | from.windows-1250.php | | from.windows-1251.php | | from.windows-1252.php | | from.windows-1253.php | | from.windows-1254.php | | from.windows-1255.php | | from.windows-1256.php | | from.windows-1257.php | | from.windows-1258.php | | translit.php | | | +---polyfill-intl-idn | | bootstrap.php | | composer.json | | Idn.php | | LICENSE | | README.md | | | +---polyfill-mbstring | | | bootstrap.php | | | composer.json | | | LICENSE | | | Mbstring.php | | | README.md | | | | | \---Resources | | \---unidata | | lowerCase.php | | titleCaseRegexp.php | | upperCase.php | | | +---polyfill-php72 | | bootstrap.php | | composer.json | | LICENSE | | Php72.php | | README.md | | | +---process | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | ExecutableFinder.php | | | InputStream.php | | | LICENSE | | | PhpExecutableFinder.php | | | PhpProcess.php | | | phpunit.xml.dist | | | Process.php | | | ProcessUtils.php | | | README.md | | | | | +---Exception | | | ExceptionInterface.php | | | InvalidArgumentException.php | | | LogicException.php | | | ProcessFailedException.php | | | ProcessSignaledException.php | | | ProcessTimedOutException.php | | | RuntimeException.php | | | | | +---Pipes | | | AbstractPipes.php | | | PipesInterface.php | | | UnixPipes.php | | | WindowsPipes.php | | | | | \---Tests | | ExecutableFinderTest.php | | KillableProcessWithOutput.php | | NonStopableProcess.php | | PhpExecutableFinderTest.php | | PhpProcessTest.php | | PipeStdinInStdoutStdErrStreamSelect.php | | ProcessFailedExceptionTest.php | | ProcessTest.php | | SignalListener.php | | | +---routing | | | .gitignore | | | CHANGELOG.md | | | CompiledRoute.php | | | composer.json | | | LICENSE | | | phpunit.xml.dist | | | README.md | | | RequestContext.php | | | RequestContextAwareInterface.php | | | Route.php | | | RouteCollection.php | | | RouteCollectionBuilder.php | | | RouteCompiler.php | | | RouteCompilerInterface.php | | | Router.php | | | RouterInterface.php | | | | | +---Annotation | | | Route.php | | | | | +---DependencyInjection | | | RoutingResolverPass.php | | | | | +---Exception | | | ExceptionInterface.php | | | InvalidParameterException.php | | | MethodNotAllowedException.php | | | MissingMandatoryParametersException.php | | | NoConfigurationException.php | | | ResourceNotFoundException.php | | | RouteNotFoundException.php | | | | | +---Generator | | | | ConfigurableRequirementsInterface.php | | | | UrlGenerator.php | | | | UrlGeneratorInterface.php | | | | | | | \---Dumper | | | GeneratorDumper.php | | | GeneratorDumperInterface.php | | | PhpGeneratorDumper.php | | | | | +---Loader | | | | AnnotationClassLoader.php | | | | AnnotationDirectoryLoader.php | | | | AnnotationFileLoader.php | | | | ClosureLoader.php | | | | DirectoryLoader.php | | | | GlobFileLoader.php | | | | ObjectRouteLoader.php | | | | PhpFileLoader.php | | | | XmlFileLoader.php | | | | YamlFileLoader.php | | | | | | | +---Configurator | | | | | CollectionConfigurator.php | | | | | ImportConfigurator.php | | | | | RouteConfigurator.php | | | | | RoutingConfigurator.php | | | | | | | | | \---Traits | | | | AddTrait.php | | | | RouteTrait.php | | | | | | | +---DependencyInjection | | | | ServiceRouterLoader.php | | | | | | | \---schema | | | \---routing | | | routing-1.0.xsd | | | | | +---Matcher | | | | RedirectableUrlMatcher.php | | | | RedirectableUrlMatcherInterface.php | | | | RequestMatcherInterface.php | | | | TraceableUrlMatcher.php | | | | UrlMatcher.php | | | | UrlMatcherInterface.php | | | | | | | \---Dumper | | | MatcherDumper.php | | | MatcherDumperInterface.php | | | PhpMatcherDumper.php | | | PhpMatcherTrait.php | | | StaticPrefixCollection.php | | | | | \---Tests | | | CompiledRouteTest.php | | | RequestContextTest.php | | | RouteCollectionBuilderTest.php | | | RouteCollectionTest.php | | | RouteCompilerTest.php | | | RouterTest.php | | | RouteTest.php | | | | | +---Annotation | | | RouteTest.php | | | | | +---DependencyInjection | | | RoutingResolverPassTest.php | | | | | +---Fixtures | | | | annotated.php | | | | bad_format.yml | | | | bar.xml | | | | CustomCompiledRoute.php | | | | CustomRouteCompiler.php | | | | CustomXmlFileLoader.php | | | | empty.yml | | | | file_resource.yml | | | | foo.xml | | | | foo1.xml | | | | incomplete.yml | | | | list_defaults.xml | | | | list_in_list_defaults.xml | | | | list_in_map_defaults.xml | | | | list_null_values.xml | | | | localized.xml | | | | map_defaults.xml | | | | map_in_list_defaults.xml | | | | map_in_map_defaults.xml | | | | map_null_values.xml | | | | missing_id.xml | | | | missing_path.xml | | | | namespaceprefix.xml | | | | nonesense_resource_plus_path.yml | | | | nonesense_type_without_resource.yml | | | | nonvalid.xml | | | | nonvalid.yml | | | | nonvalid2.yml | | | | nonvalidkeys.yml | | | | nonvalidnode.xml | | | | nonvalidroute.xml | | | | null_values.xml | | | | php_dsl.php | | | | php_dsl_i18n.php | | | | php_dsl_sub.php | | | | php_dsl_sub_i18n.php | | | | php_dsl_sub_root.php | | | | php_object_dsl.php | | | | RedirectableUrlMatcher.php | | | | requirements_without_placeholder_name.yml | | | | scalar_defaults.xml | | | | special_route_name.yml | | | | validpattern.php | | | | validpattern.xml | | | | validpattern.yml | | | | validresource.php | | | | validresource.xml | | | | validresource.yml | | | | withdoctype.xml | | | | with_define_path_variable.php | | | | | | | +---AnnotatedClasses | | | | AbstractClass.php | | | | BarClass.php | | | | BazClass.php | | | | FooClass.php | | | | FooTrait.php | | | | | | | +---AnnotationFixtures | | | | AbstractClassController.php | | | | ActionPathController.php | | | | DefaultValueController.php | | | | ExplicitLocalizedActionPathController.php | | | | InvokableController.php | | | | InvokableLocalizedController.php | | | | LocalizedActionPathController.php | | | | LocalizedMethodActionControllers.php | | | | LocalizedPrefixLocalizedActionController.php | | | | LocalizedPrefixMissingLocaleActionController.php | | | | LocalizedPrefixMissingRouteLocaleActionController.php | | | | LocalizedPrefixWithRouteWithoutLocale.php | | | | MethodActionControllers.php | | | | MissingRouteNameController.php | | | | NothingButNameController.php | | | | PrefixedActionLocalizedRouteController.php | | | | PrefixedActionPathController.php | | | | RequirementsWithoutPlaceholderNameController.php | | | | RouteWithPrefixController.php | | | | | | | +---controller | | | | import_controller.xml | | | | import_controller.yml | | | | import_override_defaults.xml | | | | import_override_defaults.yml | | | | import__controller.xml | | | | import__controller.yml | | | | override_defaults.xml | | | | override_defaults.yml | | | | routing.xml | | | | routing.yml | | | | | | | +---directory | | | | | routes3.yml | | | | | | | | | \---recurse | | | | routes1.yml | | | | routes2.yml | | | | | | | +---directory_import | | | | import.yml | | | | | | | +---dumper | | | | url_matcher0.php | | | | url_matcher1.php | | | | url_matcher10.php | | | | url_matcher11.php | | | | url_matcher12.php | | | | url_matcher13.php | | | | url_matcher2.php | | | | url_matcher3.php | | | | url_matcher4.php | | | | url_matcher5.php | | | | url_matcher6.php | | | | url_matcher7.php | | | | url_matcher8.php | | | | url_matcher9.php | | | | | | | +---glob | | | | bar.xml | | | | bar.yml | | | | baz.xml | | | | baz.yml | | | | import_multiple.xml | | | | import_multiple.yml | | | | import_single.xml | | | | import_single.yml | | | | php_dsl.php | | | | php_dsl_bar.php | | | | php_dsl_baz.php | | | | | | | +---import_with_name_prefix | | | | routing.xml | | | | routing.yml | | | | | | | +---import_with_no_trailing_slash | | | | routing.xml | | | | routing.yml | | | | | | | +---localized | | | | imported-with-locale-but-not-localized.xml | | | | imported-with-locale-but-not-localized.yml | | | | imported-with-locale.xml | | | | imported-with-locale.yml | | | | importer-with-controller-default.yml | | | | importer-with-locale-imports-non-localized-route.xml | | | | importer-with-locale-imports-non-localized-route.yml | | | | importer-with-locale.xml | | | | importer-with-locale.yml | | | | importing-localized-route.yml | | | | localized-route.yml | | | | missing-locale-in-importer.yml | | | | not-localized.yml | | | | officially_formatted_locales.yml | | | | route-without-path-or-locales.yml | | | | utf8.xml | | | | | | | \---OtherAnnotatedClasses | | | AnonymousClassInTrait.php | | | NoStartTagClass.php | | | VariadicClass.php | | | | | +---Generator | | | | UrlGeneratorTest.php | | | | | | | \---Dumper | | | PhpGeneratorDumperTest.php | | | | | +---Loader | | | AbstractAnnotationLoaderTest.php | | | AnnotationClassLoaderTest.php | | | AnnotationDirectoryLoaderTest.php | | | AnnotationFileLoaderTest.php | | | ClosureLoaderTest.php | | | DirectoryLoaderTest.php | | | FileLocatorStub.php | | | GlobFileLoaderTest.php | | | ObjectRouteLoaderTest.php | | | PhpFileLoaderTest.php | | | XmlFileLoaderTest.php | | | YamlFileLoaderTest.php | | | | | \---Matcher | | | DumpedRedirectableUrlMatcherTest.php | | | DumpedUrlMatcherTest.php | | | RedirectableUrlMatcherTest.php | | | TraceableUrlMatcherTest.php | | | UrlMatcherTest.php | | | | | \---Dumper | | PhpMatcherDumperTest.php | | StaticPrefixCollectionTest.php | | | +---translation | | | .gitignore | | | CHANGELOG.md | | | composer.json | | | DataCollectorTranslator.php | | | IdentityTranslator.php | | | Interval.php | | | LICENSE | | | LoggingTranslator.php | | | MessageCatalogue.php | | | MessageCatalogueInterface.php | | | MessageSelector.php | | | MetadataAwareInterface.php | | | phpunit.xml.dist | | | PluralizationRules.php | | | README.md | | | Translator.php | | | TranslatorBagInterface.php | | | TranslatorInterface.php | | | | | +---Catalogue | | | AbstractOperation.php | | | MergeOperation.php | | | OperationInterface.php | | | TargetOperation.php | | | | | +---Command | | | XliffLintCommand.php | | | | | +---DataCollector | | | TranslationDataCollector.php | | | | | +---DependencyInjection | | | TranslationDumperPass.php | | | TranslationExtractorPass.php | | | TranslatorPass.php | | | | | +---Dumper | | | CsvFileDumper.php | | | DumperInterface.php | | | FileDumper.php | | | IcuResFileDumper.php | | | IniFileDumper.php | | | JsonFileDumper.php | | | MoFileDumper.php | | | PhpFileDumper.php | | | PoFileDumper.php | | | QtFileDumper.php | | | XliffFileDumper.php | | | YamlFileDumper.php | | | | | +---Exception | | | ExceptionInterface.php | | | InvalidArgumentException.php | | | InvalidResourceException.php | | | LogicException.php | | | NotFoundResourceException.php | | | RuntimeException.php | | | | | +---Extractor | | | AbstractFileExtractor.php | | | ChainExtractor.php | | | ExtractorInterface.php | | | PhpExtractor.php | | | PhpStringTokenParser.php | | | | | +---Formatter | | | ChoiceMessageFormatterInterface.php | | | IntlFormatter.php | | | IntlFormatterInterface.php | | | MessageFormatter.php | | | MessageFormatterInterface.php | | | | | +---Loader | | | ArrayLoader.php | | | CsvFileLoader.php | | | FileLoader.php | | | IcuDatFileLoader.php | | | IcuResFileLoader.php | | | IniFileLoader.php | | | JsonFileLoader.php | | | LoaderInterface.php | | | MoFileLoader.php | | | PhpFileLoader.php | | | PoFileLoader.php | | | QtFileLoader.php | | | XliffFileLoader.php | | | YamlFileLoader.php | | | | | +---Reader | | | TranslationReader.php | | | TranslationReaderInterface.php | | | | | +---Resources | | | +---bin | | | | translation-status.php | | | | | | | +---data | | | | parents.json | | | | | | | \---schemas | | | xliff-core-1.2-strict.xsd | | | xliff-core-2.0.xsd | | | xml.xsd | | | | | +---Tests | | | | DataCollectorTranslatorTest.php | | | | IdentityTranslatorTest.php | | | | IntervalTest.php | | | | LoggingTranslatorTest.php | | | | MessageCatalogueTest.php | | | | MessageSelectorTest.php | | | | PluralizationRulesTest.php | | | | TranslatorCacheTest.php | | | | TranslatorTest.php | | | | | | | +---Catalogue | | | | AbstractOperationTest.php | | | | MergeOperationTest.php | | | | TargetOperationTest.php | | | | | | | +---Command | | | | XliffLintCommandTest.php | | | | | | | +---DataCollector | | | | TranslationDataCollectorTest.php | | | | | | | +---DependencyInjection | | | | TranslationDumperPassTest.php | | | | TranslationExtractorPassTest.php | | | | TranslationPassTest.php | | | | | | | +---Dumper | | | | CsvFileDumperTest.php | | | | FileDumperTest.php | | | | IcuResFileDumperTest.php | | | | IniFileDumperTest.php | | | | JsonFileDumperTest.php | | | | MoFileDumperTest.php | | | | PhpFileDumperTest.php | | | | PoFileDumperTest.php | | | | QtFileDumperTest.php | | | | XliffFileDumperTest.php | | | | YamlFileDumperTest.php | | | | | | | +---Extractor | | | | PhpExtractorTest.php | | | | | | | +---fixtures | | | | | empty-translation.mo | | | | | empty-translation.po | | | | | empty.csv | | | | | empty.ini | | | | | empty.json | | | | | empty.mo | | | | | empty.po | | | | | empty.xlf | | | | | empty.yml | | | | | encoding.xlf | | | | | escaped-id-plurals.po | | | | | escaped-id.po | | | | | fuzzy-translations.po | | | | | invalid-xml-resources.xlf | | | | | malformed.json | | | | | messages.yml | | | | | messages_linear.yml | | | | | non-valid.xlf | | | | | non-valid.yml | | | | | plurals.mo | | | | | plurals.po | | | | | resname.xlf | | | | | resources-2.0+intl-icu.xlf | | | | | resources-2.0-clean.xlf | | | | | resources-2.0-multi-segment-unit.xlf | | | | | resources-2.0.xlf | | | | | resources-clean.xlf | | | | | resources-notes-meta.xlf | | | | | resources-target-attributes.xlf | | | | | resources-tool-info.xlf | | | | | resources.csv | | | | | resources.dump.json | | | | | resources.ini | | | | | resources.json | | | | | resources.mo | | | | | resources.php | | | | | resources.po | | | | | resources.ts | | | | | resources.xlf | | | | | resources.yml | | | | | valid.csv | | | | | with-attributes.xlf | | | | | withdoctype.xlf | | | | | withnote.xlf | | | | | | | | | +---extractor | | | | | resource.format.engine | | | | | this.is.a.template.format.engine | | | | | translation.html.php | | | | | | | | | \---resourcebundle | | | | +---corrupted | | | | | resources.dat | | | | | | | | | +---dat | | | | | en.res | | | | | en.txt | | | | | fr.res | | | | | fr.txt | | | | | packagelist.txt | | | | | resources.dat | | | | | | | | | \---res | | | | en.res | | | | | | | +---Formatter | | | | IntlFormatterTest.php | | | | MessageFormatterTest.php | | | | | | | +---Loader | | | | CsvFileLoaderTest.php | | | | IcuDatFileLoaderTest.php | | | | IcuResFileLoaderTest.php | | | | IniFileLoaderTest.php | | | | JsonFileLoaderTest.php | | | | LocalizedTestCase.php | | | | MoFileLoaderTest.php | | | | PhpFileLoaderTest.php | | | | PoFileLoaderTest.php | | | | QtFileLoaderTest.php | | | | XliffFileLoaderTest.php | | | | YamlFileLoaderTest.php | | | | | | | +---Util | | | | ArrayConverterTest.php | | | | | | | \---Writer | | | TranslationWriterTest.php | | | | | +---Util | | | ArrayConverter.php | | | XliffUtils.php | | | | | \---Writer | | TranslationWriter.php | | TranslationWriterInterface.php | | | \---var-dumper | | .gitignore | | CHANGELOG.md | | composer.json | | LICENSE | | phpunit.xml.dist | | README.md | | VarDumper.php | | | +---Caster | | AmqpCaster.php | | ArgsStub.php | | Caster.php | | ClassStub.php | | ConstStub.php | | CutArrayStub.php | | CutStub.php | | DateCaster.php | | DoctrineCaster.php | | DOMCaster.php | | EnumStub.php | | ExceptionCaster.php | | FrameStub.php | | GmpCaster.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 | | XmlReaderCaster.php | | XmlResourceCaster.php | | | +---Cloner | | AbstractCloner.php | | ClonerInterface.php | | Cursor.php | | Data.php | | DumperInterface.php | | Stub.php | | VarCloner.php | | | +---Command | | | ServerDumpCommand.php | | | | | \---Descriptor | | CliDescriptor.php | | DumpDescriptorInterface.php | | HtmlDescriptor.php | | | +---Dumper | | | AbstractDumper.php | | | CliDumper.php | | | DataDumperInterface.php | | | HtmlDumper.php | | | ServerDumper.php | | | | | \---ContextProvider | | CliContextProvider.php | | ContextProviderInterface.php | | RequestContextProvider.php | | SourceContextProvider.php | | | +---Exception | | ThrowingCasterException.php | | | +---Resources | | +---bin | | | var-dump-server | | | | | +---css | | | htmlDescriptor.css | | | | | +---functions | | | dump.php | | | | | \---js | | htmlDescriptor.js | | | +---Server | | Connection.php | | DumpServer.php | | | +---Test | | VarDumperTestTrait.php | | | \---Tests | +---Caster | | CasterTest.php | | DateCasterTest.php | | ExceptionCasterTest.php | | GmpCasterTest.php | | IntlCasterTest.php | | MemcachedCasterTest.php | | PdoCasterTest.php | | RedisCasterTest.php | | ReflectionCasterTest.php | | SplCasterTest.php | | StubCasterTest.php | | XmlReaderCasterTest.php | | | +---Cloner | | DataTest.php | | VarClonerTest.php | | | +---Command | | \---Descriptor | | CliDescriptorTest.php | | HtmlDescriptorTest.php | | | +---Dumper | | CliDumperTest.php | | FunctionsTest.php | | HtmlDumperTest.php | | ServerDumperTest.php | | | +---Fixtures | | dumb-var.php | | dump_server.php | | FooInterface.php | | GeneratorDemo.php | | NotLoadableClass.php | | Twig.php | | xml_reader.xml | | | +---Server | | ConnectionTest.php | | | \---Test | VarDumperTestTraitTest.php | +---theseer | \---tokenizer | | .gitignore | | .php_cs | | .travis.yml | | build.xml | | CHANGELOG.md | | composer.json | | LICENSE | | phive.xml | | phpunit.xml | | README.md | | | +---src | | Exception.php | | NamespaceUri.php | | NamespaceUriException.php | | Token.php | | TokenCollection.php | | TokenCollectionException.php | | Tokenizer.php | | XMLSerializer.php | | | \---tests | | NamespaceUriTest.php | | TokenCollectionTest.php | | TokenizerTest.php | | TokenTest.php | | XMLSerializerTest.php | | | \---_files | customns.xml | test.php | test.php.tokens | test.php.xml | +---tijsverkoyen | \---css-to-inline-styles | | composer.json | | LICENSE.md | | phpunit.xml.dist | | | \---src | | CssToInlineStyles.php | | | \---Css | | Processor.php | | | +---Property | | Processor.php | | Property.php | | | \---Rule | Processor.php | Rule.php | +---vlucas | \---phpdotenv | | composer.json | | LICENSE.txt | | | \---src | | Dotenv.php | | Lines.php | | Loader.php | | Parser.php | | Validator.php | | | +---Environment | | | AbstractVariables.php | | | DotenvFactory.php | | | DotenvVariables.php | | | FactoryInterface.php | | | VariablesInterface.php | | | | | \---Adapter | | AdapterInterface.php | | ApacheAdapter.php | | ArrayAdapter.php | | EnvConstAdapter.php | | PutenvAdapter.php | | ServerConstAdapter.php | | | +---Exception | | ExceptionInterface.php | | InvalidFileException.php | | InvalidPathException.php | | ValidationException.php | | | \---Regex | Error.php | Regex.php | Result.php | Success.php | \---webmozart \---assert | CHANGELOG.md | composer.json | LICENSE | README.md | \---src Assert.php