From b7749be5fa3dfb96b194e6fe5a8fb6607632e8ff Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 29 Aug 2023 09:41:18 +0800 Subject: [PATCH] Allow dynamic properties everywhere --- library/Zend/Acl.php | 1 + library/Zend/Acl/Exception.php | 1 + library/Zend/Acl/Resource.php | 1 + library/Zend/Acl/Role.php | 1 + library/Zend/Acl/Role/Registry.php | 1 + library/Zend/Acl/Role/Registry/Exception.php | 1 + library/Zend/Application.php | 1 + library/Zend/Application/Bootstrap/BootstrapAbstract.php | 1 + library/Zend/Application/Bootstrap/Exception.php | 1 + library/Zend/Application/Exception.php | 1 + library/Zend/Application/Module/Autoloader.php | 1 + library/Zend/Application/Module/Bootstrap.php | 1 + library/Zend/Application/Resource/Cachemanager.php | 1 + library/Zend/Application/Resource/Db.php | 1 + library/Zend/Application/Resource/Exception.php | 1 + library/Zend/Application/Resource/Frontcontroller.php | 1 + library/Zend/Application/Resource/Layout.php | 1 + library/Zend/Application/Resource/Locale.php | 1 + library/Zend/Application/Resource/Mail.php | 1 + library/Zend/Application/Resource/Modules.php | 1 + library/Zend/Application/Resource/Navigation.php | 1 + library/Zend/Application/Resource/ResourceAbstract.php | 1 + library/Zend/Application/Resource/Router.php | 1 + library/Zend/Application/Resource/Session.php | 1 + library/Zend/Application/Resource/UserAgent.php | 1 + library/Zend/Application/Resource/View.php | 1 + library/Zend/Cache.php | 1 + library/Zend/Cache/Backend.php | 1 + library/Zend/Cache/Backend/BlackHole.php | 1 + library/Zend/Cache/Backend/File.php | 1 + library/Zend/Cache/Backend/Test.php | 1 + library/Zend/Cache/Core.php | 1 + library/Zend/Cache/Exception.php | 1 + library/Zend/Cache/Frontend/Capture.php | 1 + library/Zend/Cache/Frontend/Class.php | 1 + library/Zend/Cache/Frontend/File.php | 1 + library/Zend/Cache/Frontend/Function.php | 1 + library/Zend/Cache/Frontend/Output.php | 1 + library/Zend/Cache/Frontend/Page.php | 1 + library/Zend/Cache/Manager.php | 1 + library/Zend/Captcha/Base.php | 1 + library/Zend/Captcha/Exception.php | 1 + library/Zend/Captcha/Word.php | 1 + library/Zend/Config.php | 1 + library/Zend/Config/Exception.php | 1 + library/Zend/Config/Ini.php | 1 + library/Zend/Config/Xml.php | 1 + library/Zend/Console/Getopt.php | 1 + library/Zend/Console/Getopt/Exception.php | 1 + library/Zend/Controller/Action.php | 1 + library/Zend/Controller/Action/Exception.php | 1 + library/Zend/Controller/Action/Helper/Abstract.php | 1 + library/Zend/Controller/Action/Helper/ActionStack.php | 1 + library/Zend/Controller/Action/Helper/AjaxContext.php | 1 + .../Controller/Action/Helper/AutoComplete/Abstract.php | 1 + library/Zend/Controller/Action/Helper/Cache.php | 1 + library/Zend/Controller/Action/Helper/ContextSwitch.php | 1 + library/Zend/Controller/Action/Helper/FlashMessenger.php | 1 + library/Zend/Controller/Action/Helper/Json.php | 1 + library/Zend/Controller/Action/Helper/Redirector.php | 1 + library/Zend/Controller/Action/Helper/Url.php | 1 + library/Zend/Controller/Action/Helper/ViewRenderer.php | 1 + library/Zend/Controller/Action/HelperBroker.php | 1 + .../Zend/Controller/Action/HelperBroker/PriorityStack.php | 1 + library/Zend/Controller/Dispatcher/Abstract.php | 1 + library/Zend/Controller/Dispatcher/Exception.php | 1 + library/Zend/Controller/Dispatcher/Standard.php | 1 + library/Zend/Controller/Exception.php | 1 + library/Zend/Controller/Front.php | 1 + library/Zend/Controller/Plugin/Abstract.php | 1 + library/Zend/Controller/Plugin/ActionStack.php | 1 + library/Zend/Controller/Plugin/Broker.php | 1 + library/Zend/Controller/Plugin/ErrorHandler.php | 1 + library/Zend/Controller/Plugin/PutHandler.php | 1 + library/Zend/Controller/Request/Abstract.php | 1 + library/Zend/Controller/Request/Apache404.php | 1 + library/Zend/Controller/Request/Exception.php | 1 + library/Zend/Controller/Request/Http.php | 1 + library/Zend/Controller/Request/HttpTestCase.php | 1 + library/Zend/Controller/Request/Simple.php | 1 + library/Zend/Controller/Response/Abstract.php | 1 + library/Zend/Controller/Response/Cli.php | 1 + library/Zend/Controller/Response/Exception.php | 1 + library/Zend/Controller/Response/Http.php | 1 + library/Zend/Controller/Response/HttpTestCase.php | 1 + library/Zend/Controller/Router/Abstract.php | 1 + library/Zend/Controller/Router/Exception.php | 1 + library/Zend/Controller/Router/Rewrite.php | 1 + library/Zend/Controller/Router/Route.php | 1 + library/Zend/Controller/Router/Route/Abstract.php | 1 + library/Zend/Controller/Router/Route/Hostname.php | 1 + library/Zend/Controller/Router/Route/Module.php | 1 + library/Zend/Controller/Router/Route/Regex.php | 1 + library/Zend/Controller/Router/Route/Static.php | 1 + library/Zend/Date.php | 1 + library/Zend/Date/Cities.php | 1 + library/Zend/Date/DateObject.php | 1 + library/Zend/Date/Exception.php | 1 + library/Zend/Exception.php | 1 + library/Zend/File/ClassFileLocator.php | 1 + library/Zend/File/PhpClassFile.php | 1 + library/Zend/File/Transfer.php | 1 + library/Zend/File/Transfer/Adapter/Abstract.php | 1 + library/Zend/File/Transfer/Adapter/Http.php | 1 + library/Zend/File/Transfer/Exception.php | 1 + library/Zend/Filter.php | 1 + library/Zend/Filter/Alnum.php | 1 + library/Zend/Filter/Alpha.php | 1 + library/Zend/Filter/BaseName.php | 1 + library/Zend/Filter/Boolean.php | 1 + library/Zend/Filter/Callback.php | 1 + library/Zend/Filter/Compress.php | 1 + library/Zend/Filter/Compress/Bz2.php | 1 + library/Zend/Filter/Compress/CompressAbstract.php | 1 + library/Zend/Filter/Compress/Gz.php | 1 + library/Zend/Filter/Compress/Lzf.php | 1 + library/Zend/Filter/Compress/Rar.php | 1 + library/Zend/Filter/Compress/Tar.php | 1 + library/Zend/Filter/Compress/Zip.php | 1 + library/Zend/Filter/Decompress.php | 1 + library/Zend/Filter/Digits.php | 1 + library/Zend/Filter/Dir.php | 1 + library/Zend/Filter/Exception.php | 1 + library/Zend/Filter/File/LowerCase.php | 1 + library/Zend/Filter/File/Rename.php | 1 + library/Zend/Filter/File/UpperCase.php | 1 + library/Zend/Filter/HtmlEntities.php | 1 + library/Zend/Filter/Inflector.php | 1 + library/Zend/Filter/Input.php | 1 + library/Zend/Filter/Int.php | 1 + library/Zend/Filter/Null.php | 1 + library/Zend/Filter/PregReplace.php | 1 + library/Zend/Filter/RealPath.php | 1 + library/Zend/Filter/StringToLower.php | 1 + library/Zend/Filter/StringToUpper.php | 1 + library/Zend/Filter/StringTrim.php | 1 + library/Zend/Filter/StripNewlines.php | 1 + library/Zend/Filter/StripTags.php | 1 + library/Zend/Filter/Word/CamelCaseToDash.php | 1 + library/Zend/Filter/Word/CamelCaseToSeparator.php | 1 + library/Zend/Filter/Word/CamelCaseToUnderscore.php | 1 + library/Zend/Filter/Word/DashToCamelCase.php | 1 + library/Zend/Filter/Word/DashToSeparator.php | 1 + library/Zend/Filter/Word/DashToUnderscore.php | 1 + library/Zend/Filter/Word/Separator/Abstract.php | 1 + library/Zend/Filter/Word/SeparatorToCamelCase.php | 1 + library/Zend/Filter/Word/SeparatorToDash.php | 1 + library/Zend/Filter/Word/SeparatorToSeparator.php | 1 + library/Zend/Filter/Word/UnderscoreToCamelCase.php | 1 + library/Zend/Filter/Word/UnderscoreToDash.php | 1 + library/Zend/Filter/Word/UnderscoreToSeparator.php | 1 + library/Zend/Form.php | 1 + library/Zend/Form/Decorator/Abstract.php | 1 + library/Zend/Form/Decorator/Callback.php | 1 + library/Zend/Form/Decorator/Captcha.php | 1 + library/Zend/Form/Decorator/Captcha/Word.php | 1 + library/Zend/Form/Decorator/Description.php | 1 + library/Zend/Form/Decorator/DtDdWrapper.php | 1 + library/Zend/Form/Decorator/Errors.php | 1 + library/Zend/Form/Decorator/Exception.php | 1 + library/Zend/Form/Decorator/Fieldset.php | 1 + library/Zend/Form/Decorator/File.php | 1 + library/Zend/Form/Decorator/Form.php | 1 + library/Zend/Form/Decorator/FormElements.php | 1 + library/Zend/Form/Decorator/FormErrors.php | 1 + library/Zend/Form/Decorator/HtmlTag.php | 1 + library/Zend/Form/Decorator/Image.php | 1 + library/Zend/Form/Decorator/PrepareElements.php | 1 + library/Zend/Form/Decorator/Tooltip.php | 1 + library/Zend/Form/Decorator/ViewHelper.php | 1 + library/Zend/Form/Decorator/ViewScript.php | 1 + library/Zend/Form/DisplayGroup.php | 1 + library/Zend/Form/Element/Multi.php | 1 + library/Zend/Form/Element/Xhtml.php | 1 + library/Zend/Form/Exception.php | 1 + library/Zend/Form/SubForm.php | 1 + library/Zend/Http/Client.php | 1 + library/Zend/Http/Client/Adapter/Curl.php | 1 + library/Zend/Http/Client/Adapter/Exception.php | 1 + library/Zend/Http/Client/Adapter/Proxy.php | 1 + library/Zend/Http/Client/Adapter/Socket.php | 1 + library/Zend/Http/Client/Adapter/Test.php | 1 + library/Zend/Http/Client/Exception.php | 1 + library/Zend/Http/Cookie.php | 1 + library/Zend/Http/CookieJar.php | 1 + library/Zend/Http/Exception.php | 1 + .../Http/Header/Exception/InvalidArgumentException.php | 1 + library/Zend/Http/Header/Exception/RuntimeException.php | 1 + library/Zend/Http/Header/SetCookie.php | 1 + library/Zend/Http/Response.php | 1 + library/Zend/Http/Response/Stream.php | 1 + library/Zend/Http/UserAgent.php | 1 + library/Zend/Http/UserAgent/AbstractDevice.php | 1 + library/Zend/Http/UserAgent/Bot.php | 1 + library/Zend/Http/UserAgent/Checker.php | 1 + library/Zend/Http/UserAgent/Console.php | 1 + library/Zend/Http/UserAgent/Desktop.php | 1 + library/Zend/Http/UserAgent/Email.php | 1 + library/Zend/Http/UserAgent/Exception.php | 1 + library/Zend/Http/UserAgent/Features/Adapter/Browscap.php | 1 + .../Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php | 1 + library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php | 1 + library/Zend/Http/UserAgent/Features/Exception.php | 1 + library/Zend/Http/UserAgent/Feed.php | 1 + library/Zend/Http/UserAgent/Mobile.php | 1 + library/Zend/Http/UserAgent/Offline.php | 1 + library/Zend/Http/UserAgent/Probe.php | 1 + library/Zend/Http/UserAgent/Spam.php | 1 + library/Zend/Http/UserAgent/Storage/Exception.php | 1 + library/Zend/Http/UserAgent/Storage/NonPersistent.php | 1 + library/Zend/Http/UserAgent/Storage/Session.php | 1 + library/Zend/Http/UserAgent/Text.php | 1 + library/Zend/Http/UserAgent/Validator.php | 1 + library/Zend/Json.php | 1 + library/Zend/Json/Encoder.php | 1 + library/Zend/Json/Exception.php | 1 + library/Zend/Json/Expr.php | 1 + library/Zend/Layout.php | 1 + library/Zend/Layout/Controller/Action/Helper/Layout.php | 1 + library/Zend/Layout/Controller/Plugin/Layout.php | 1 + library/Zend/Layout/Exception.php | 1 + library/Zend/Loader.php | 1 + library/Zend/Loader/Autoloader.php | 1 + library/Zend/Loader/AutoloaderFactory.php | 1 + library/Zend/Loader/ClassMapAutoloader.php | 1 + library/Zend/Loader/Exception.php | 1 + library/Zend/Loader/Exception/InvalidArgumentException.php | 1 + library/Zend/Loader/PluginLoader.php | 1 + library/Zend/Loader/PluginLoader/Exception.php | 1 + library/Zend/Loader/StandardAutoloader.php | 1 + library/Zend/Locale.php | 1 + library/Zend/Locale/Data.php | 1 + library/Zend/Locale/Data/Translation.php | 1 + library/Zend/Locale/Exception.php | 1 + library/Zend/Locale/Format.php | 1 + library/Zend/Locale/Math.php | 1 + library/Zend/Locale/Math/Exception.php | 1 + library/Zend/Locale/Math/PhpMath.php | 1 + library/Zend/Navigation.php | 1 + library/Zend/Navigation/Container.php | 1 + library/Zend/Navigation/Exception.php | 1 + library/Zend/Navigation/Page.php | 1 + library/Zend/Navigation/Page/Mvc.php | 1 + library/Zend/Navigation/Page/Uri.php | 1 + library/Zend/Paginator.php | 1 + library/Zend/Paginator/Adapter/Array.php | 1 + library/Zend/Paginator/Adapter/Iterator.php | 1 + library/Zend/Paginator/Adapter/Null.php | 1 + library/Zend/Paginator/Exception.php | 1 + library/Zend/Paginator/ScrollingStyle/All.php | 1 + library/Zend/Paginator/ScrollingStyle/Elastic.php | 1 + library/Zend/Paginator/ScrollingStyle/Jumping.php | 1 + library/Zend/Paginator/ScrollingStyle/Sliding.php | 1 + library/Zend/Paginator/SerializableLimitIterator.php | 1 + library/Zend/ProgressBar.php | 1 + library/Zend/Registry.php | 1 + library/Zend/Rest/Client.php | 1 + library/Zend/Rest/Client/Exception.php | 1 + library/Zend/Rest/Client/Result.php | 1 + library/Zend/Rest/Client/Result/Exception.php | 1 + library/Zend/Rest/Controller.php | 1 + library/Zend/Rest/Exception.php | 1 + library/Zend/Rest/Route.php | 1 + library/Zend/Service/Abstract.php | 1 + library/Zend/Service/Exception.php | 1 + library/Zend/Session.php | 1 + library/Zend/Session/Abstract.php | 1 + library/Zend/Session/Exception.php | 1 + library/Zend/Session/Namespace.php | 1 + library/Zend/Session/Validator/Abstract.php | 1 + library/Zend/Session/Validator/Exception.php | 1 + library/Zend/Session/Validator/HttpUserAgent.php | 1 + library/Zend/Test/PHPUnit/ControllerTestCase.php | 1 + library/Zend/Text/Exception.php | 1 + library/Zend/Text/Figlet.php | 1 + library/Zend/Text/Figlet/Exception.php | 1 + library/Zend/Translate.php | 1 + library/Zend/Translate/Adapter.php | 1 + library/Zend/Translate/Adapter/Array.php | 1 + library/Zend/Translate/Exception.php | 1 + library/Zend/Translate/Plural.php | 1 + library/Zend/Uri.php | 1 + library/Zend/Uri/Exception.php | 1 + library/Zend/Uri/Http.php | 1 + library/Zend/Validate.php | 1 + library/Zend/Validate/Abstract.php | 1 + library/Zend/Validate/Barcode.php | 1 + library/Zend/Validate/Barcode/AdapterAbstract.php | 1 + library/Zend/Validate/Barcode/Code25.php | 1 + library/Zend/Validate/Barcode/Code25interleaved.php | 1 + library/Zend/Validate/Barcode/Code39.php | 1 + library/Zend/Validate/Barcode/Code39ext.php | 1 + library/Zend/Validate/Barcode/Code93.php | 1 + library/Zend/Validate/Barcode/Code93ext.php | 1 + library/Zend/Validate/Barcode/Ean12.php | 1 + library/Zend/Validate/Barcode/Ean13.php | 1 + library/Zend/Validate/Barcode/Ean14.php | 1 + library/Zend/Validate/Barcode/Ean18.php | 1 + library/Zend/Validate/Barcode/Ean2.php | 1 + library/Zend/Validate/Barcode/Ean5.php | 1 + library/Zend/Validate/Barcode/Ean8.php | 1 + library/Zend/Validate/Barcode/Gtin12.php | 1 + library/Zend/Validate/Barcode/Gtin13.php | 1 + library/Zend/Validate/Barcode/Gtin14.php | 1 + library/Zend/Validate/Barcode/Identcode.php | 1 + library/Zend/Validate/Barcode/Intelligentmail.php | 1 + library/Zend/Validate/Barcode/Issn.php | 1 + library/Zend/Validate/Barcode/Itf14.php | 1 + library/Zend/Validate/Barcode/Leitcode.php | 1 + library/Zend/Validate/Barcode/Planet.php | 1 + library/Zend/Validate/Barcode/Postnet.php | 1 + library/Zend/Validate/Barcode/Royalmail.php | 1 + library/Zend/Validate/Barcode/Sscc.php | 1 + library/Zend/Validate/Barcode/Upca.php | 1 + library/Zend/Validate/Barcode/Upce.php | 1 + library/Zend/Validate/Ccnum.php | 1 + library/Zend/Validate/CreditCard.php | 1 + library/Zend/Validate/Date.php | 1 + library/Zend/Validate/Db/Abstract.php | 1 + library/Zend/Validate/Db/NoRecordExists.php | 1 + library/Zend/Validate/Db/RecordExists.php | 1 + library/Zend/Validate/Exception.php | 1 + library/Zend/Validate/File/Count.php | 1 + library/Zend/Validate/File/Crc32.php | 1 + library/Zend/Validate/File/ExcludeExtension.php | 1 + library/Zend/Validate/File/ExcludeMimeType.php | 1 + library/Zend/Validate/File/Exists.php | 1 + library/Zend/Validate/File/Extension.php | 1 + library/Zend/Validate/File/FilesSize.php | 1 + library/Zend/Validate/File/Hash.php | 1 + library/Zend/Validate/File/ImageSize.php | 1 + library/Zend/Validate/File/IsCompressed.php | 1 + library/Zend/Validate/File/IsImage.php | 1 + library/Zend/Validate/File/Md5.php | 1 + library/Zend/Validate/File/MimeType.php | 1 + library/Zend/Validate/File/NotExists.php | 1 + library/Zend/Validate/File/Sha1.php | 1 + library/Zend/Validate/File/Size.php | 1 + library/Zend/Validate/File/Upload.php | 1 + library/Zend/Validate/File/WordCount.php | 1 + library/Zend/Validate/Float.php | 1 + library/Zend/Validate/GreaterThan.php | 1 + library/Zend/Validate/Hex.php | 1 + library/Zend/Validate/Hostname.php | 1 + library/Zend/Validate/Iban.php | 1 + library/Zend/Validate/Ip.php | 1 + library/Zend/Validate/Isbn.php | 1 + library/Zend/Validate/LessThan.php | 1 + library/Zend/Validate/PostCode.php | 1 + library/Zend/Validate/Sitemap/Changefreq.php | 1 + library/Zend/Validate/Sitemap/Lastmod.php | 1 + library/Zend/Validate/Sitemap/Loc.php | 1 + library/Zend/Validate/Sitemap/Priority.php | 1 + library/Zend/View/Abstract.php | 1 + library/Zend/View/Helper/Abstract.php | 1 + library/Zend/View/Helper/FormElement.php | 1 + library/Zend/View/Helper/HtmlElement.php | 1 + library/Zend/View/Helper/Navigation/HelperAbstract.php | 1 + .../Zend/View/Helper/Placeholder/Container/Abstract.php | 1 + .../Zend/View/Helper/Placeholder/Container/Standalone.php | 1 + library/Zend/Xml/Exception.php | 1 + library/Zend/Xml/Security.php | 1 + library/ZendX/Exception.php | 1 + library/ZendX/JQuery.php | 1 + library/ZendX/JQuery/Exception.php | 1 + library/ZendX/JQuery/Form.php | 1 + library/ZendX/JQuery/Form/Decorator/AccordionContainer.php | 1 + library/ZendX/JQuery/Form/Decorator/AccordionPane.php | 1 + library/ZendX/JQuery/Form/Decorator/DialogContainer.php | 1 + library/ZendX/JQuery/Form/Decorator/TabContainer.php | 1 + library/ZendX/JQuery/Form/Decorator/TabPane.php | 1 + library/ZendX/JQuery/Form/Decorator/UiWidgetContainer.php | 1 + library/ZendX/JQuery/Form/Decorator/UiWidgetElement.php | 1 + library/ZendX/JQuery/Form/Decorator/UiWidgetPane.php | 1 + library/ZendX/JQuery/Form/Element/AutoComplete.php | 1 + library/ZendX/JQuery/Form/Element/DatePicker.php | 1 + library/ZendX/JQuery/Form/Element/Slider.php | 1 + library/ZendX/JQuery/Form/Element/Spinner.php | 1 + library/ZendX/JQuery/Form/Element/UiWidget.php | 1 + library/ZendX/JQuery/View/Exception.php | 1 + library/ZendX/JQuery/View/Helper/AutoComplete.php | 1 + library/ZendX/JQuery/View/Helper/DatePicker.php | 1 + library/ZendX/JQuery/View/Helper/DialogContainer.php | 1 + library/ZendX/JQuery/View/Helper/JQuery.php | 1 + library/ZendX/JQuery/View/Helper/JQuery/Container.php | 1 + library/ZendX/JQuery/View/Helper/Slider.php | 1 + library/ZendX/JQuery/View/Helper/Spinner.php | 1 + library/ZendX/JQuery/View/Helper/TabContainer.php | 1 + library/ZendX/JQuery/View/Helper/TabPane.php | 1 + library/ZendX/JQuery/View/Helper/UiWidget.php | 1 + library/ZendX/JQuery/View/Helper/UiWidgetPane.php | 1 + tests/Zend/Acl/AclTest.php | 1 + tests/Zend/AllTests/StreamWrapper/PhpInput.php | 1 + tests/Zend/Application/Resource/SessionTest.php | 1 + tests/Zend/Application/Resource/TestAsset/ViewRenderer.php | 1 + tests/Zend/Application/Resource/mailTestCAsE.php | 1 + .../Application/_files/BootstrapBaseCircularDependency.php | 1 + tests/Zend/Application/_files/ZfAppBadBootstrap.php | 1 + tests/Zend/Application/_files/modules/bar/Bootstrap.php | 1 + .../Zend/Application/_files/modules/default/Bootstrap.php | 1 + .../Zend/Application/_files/modules/foo-bar/Bootstrap.php | 1 + tests/Zend/Application/_files/modules/foo/Bootstrap.php | 1 + .../Zend/Application/_files/more_modules/bat/Bootstrap.php | 1 + tests/Zend/Application/_files/resources/Autoloaded.php | 1 + tests/Zend/Application/_files/resources/Baz.php | 1 + tests/Zend/Application/_files/resources/Foo.php | 1 + tests/Zend/Application/_files/resources/Foobar.php | 1 + tests/Zend/ConfigTest.php | 1 + tests/Zend/Console/GetoptTest.php | 1 + tests/Zend/Controller/Action/Helper/ActionStackTest.php | 1 + tests/Zend/Controller/Action/Helper/AjaxContextTest.php | 1 + tests/Zend/Controller/Action/Helper/CacheTest.php | 1 + tests/Zend/Controller/Action/Helper/ContextSwitchTest.php | 1 + tests/Zend/Controller/Action/Helper/FlashMessengerTest.php | 2 ++ tests/Zend/Controller/Action/Helper/JsonTest.php | 2 ++ tests/Zend/Controller/Action/Helper/NamespaceTest.php | 1 + tests/Zend/Controller/Action/Helper/RedirectorTest.php | 2 ++ tests/Zend/Controller/Action/Helper/UrlTest.php | 1 + tests/Zend/Controller/Action/Helper/ViewRendererTest.php | 1 + .../Controller/Action/HelperBroker/PriorityStackTest.php | 1 + tests/Zend/Controller/Action/HelperBrokerTest.php | 1 + tests/Zend/Controller/ActionTest.php | 1 + tests/Zend/Controller/FrontTest.php | 1 + tests/Zend/Controller/Plugin/ActionStackTest.php | 1 + tests/Zend/Controller/Plugin/BrokerTest.php | 1 + tests/Zend/Controller/Plugin/ErrorHandlerTest.php | 1 + tests/Zend/Controller/Plugin/PutHandlerTest.php | 1 + tests/Zend/Controller/Request/Apache404Test.php | 1 + tests/Zend/Controller/Request/HttpTest.php | 1 + tests/Zend/Controller/Request/HttpTestCaseTest.php | 1 + tests/Zend/Controller/Request/SimpleTest.php | 1 + tests/Zend/Controller/Response/HttpTest.php | 1 + tests/Zend/Controller/Response/HttpTestCaseTest.php | 1 + tests/Zend/Controller/Router/RewriteTest.php | 5 +++++ tests/Zend/Controller/Router/Route/ChainTest.php | 2 ++ tests/Zend/Controller/Router/Route/HostnameTest.php | 2 ++ tests/Zend/Controller/Router/Route/ModuleTest.php | 1 + tests/Zend/Controller/Router/Route/RegexTest.php | 1 + tests/Zend/Controller/Router/Route/StaticTest.php | 1 + tests/Zend/Controller/Router/RouteTest.php | 1 + tests/Zend/Controller/_files/Admin/BazController.php | 1 + tests/Zend/Controller/_files/Admin/FooBarController.php | 1 + tests/Zend/Controller/_files/Admin/FooController.php | 1 + tests/Zend/Controller/_files/BazController.php | 1 + tests/Zend/Controller/_files/EmptyController.php | 1 + tests/Zend/Controller/_files/FooBarController.php | 1 + tests/Zend/Controller/_files/FooController.php | 1 + tests/Zend/Controller/_files/HelperBrokerController.php | 1 + .../Controller/_files/HelperFlashMessengerController.php | 1 + tests/Zend/Controller/_files/Helpers/TestHelper.php | 1 + tests/Zend/Controller/_files/Helpers/Url.php | 1 + tests/Zend/Controller/_files/IndexController.php | 1 + .../Zend/Controller/_files/ManuallyIncludedControllers.php | 1 + tests/Zend/Controller/_files/ObController.php | 1 + tests/Zend/Controller/_files/ViewController.php | 1 + .../_files/modules/bar/controllers/IndexController.php | 1 + .../_files/modules/baz-bat/controllers/FooController.php | 1 + .../modules/default/controllers/Admin/HelperController.php | 1 + .../modules/foo/controllers/Admin/IndexController.php | 1 + .../_files/modules/foo/controllers/IndexController.php | 1 + .../_files/modules/foo/views/helpers/FooUseHelper.php | 1 + tests/Zend/Date/DateObjectTest.php | 1 + tests/Zend/DateTest.php | 1 + tests/Zend/ExceptionTest.php | 1 + tests/Zend/File/ClassFileLocatorTest.php | 1 + tests/Zend/File/Transfer/Adapter/AbstractTest.php | 1 + tests/Zend/File/Transfer/Adapter/HttpTest.php | 1 + tests/Zend/Filter/AlnumTest.php | 1 + tests/Zend/Filter/AlphaTest.php | 1 + tests/Zend/Filter/BaseNameTest.php | 1 + tests/Zend/Filter/BooleanTest.php | 1 + tests/Zend/Filter/CallbackTest.php | 1 + tests/Zend/Filter/Compress/Bz2Test.php | 1 + tests/Zend/Filter/Compress/GzTest.php | 1 + tests/Zend/Filter/Compress/LzfTest.php | 1 + tests/Zend/Filter/Compress/RarTest.php | 1 + tests/Zend/Filter/Compress/TarTest.php | 1 + tests/Zend/Filter/Compress/ZipTest.php | 1 + tests/Zend/Filter/CompressTest.php | 1 + tests/Zend/Filter/DecompressTest.php | 1 + tests/Zend/Filter/DigitsTest.php | 1 + tests/Zend/Filter/DirTest.php | 1 + tests/Zend/Filter/File/LowerCaseTest.php | 1 + tests/Zend/Filter/File/RenameTest.php | 1 + tests/Zend/Filter/File/UpperCaseTest.php | 1 + tests/Zend/Filter/HtmlEntitiesTest.php | 1 + tests/Zend/Filter/InputTest.php | 1 + tests/Zend/Filter/IntTest.php | 1 + tests/Zend/Filter/NullTest.php | 1 + tests/Zend/Filter/PregReplaceTest.php | 1 + tests/Zend/Filter/RealPathTest.php | 1 + tests/Zend/Filter/StringToLowerTest.php | 1 + tests/Zend/Filter/StringToUpperTest.php | 1 + tests/Zend/Filter/StringTrimTest.php | 1 + tests/Zend/Filter/StripNewlinesTest.php | 1 + tests/Zend/Filter/StripTagsTest.php | 1 + tests/Zend/Filter/Word/CamelCaseToDashTest.php | 1 + tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php | 1 + tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php | 1 + tests/Zend/Filter/Word/DashToCamelCaseTest.php | 1 + tests/Zend/Filter/Word/DashToSeparatorTest.php | 1 + tests/Zend/Filter/Word/DashToUnderscoreTest.php | 1 + tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php | 1 + tests/Zend/Filter/Word/SeparatorToDashTest.php | 1 + tests/Zend/Filter/Word/SeparatorToSeparatorTest.php | 1 + tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php | 1 + tests/Zend/Filter/Word/UnderscoreToDashTest.php | 1 + tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php | 1 + tests/Zend/Filter/_files/TestNamespace/MyDigits.php | 1 + tests/Zend/Filter/_files/TestNamespace/StringEquals.php | 1 + tests/Zend/Form/Element/_files/TransferAdapter/Bar.php | 1 + tests/Zend/Form/_files/decorators/Label.php | 1 + tests/Zend/Form/_files/decorators/TableRow.php | 1 + tests/Zend/Json/JsonXMLTest.php | 1 + tests/Zend/Json/_files/ZF11356-NamespacedClass.php | 1 + tests/Zend/JsonTest.php | 7 +++++++ tests/Zend/Layout/FunctionalTest.php | 1 + tests/Zend/Layout/HelperTest.php | 2 ++ tests/Zend/Layout/LayoutTest.php | 2 ++ tests/Zend/Layout/PluginTest.php | 2 ++ tests/Zend/Layout/_files/MinimalCustomView.php | 1 + .../ZendLayoutFunctionalTestErrorController.php | 1 + .../controllers/ZendLayoutFunctionalTestTestController.php | 1 + .../Zend/Layout/_files/layouts-basepath/helpers/FooBar.php | 1 + tests/Zend/Loader/AutoloadableClass.php | 1 + .../_files/forms/ZendLoaderAutoloaderResourceTest.php | 1 + tests/Zend/Loader/Autoloader/_files/models/Baz.php | 1 + .../ZendLoaderAutoloaderResourceMethodOverloading.php | 1 + .../_files/models/ZendLoaderAutoloaderResourceTest.php | 1 + .../_files/services/ZendLoaderAutoloaderResourceTest.php | 1 + tests/Zend/Loader/AutoloaderFactoryClassMapLoaderTest.php | 1 + tests/Zend/Loader/MyLoader.php | 1 + tests/Zend/Loader/MyOverloader.php | 1 + tests/Zend/Loader/TestAsset/ClassMappedClass.php | 1 + .../Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php | 1 + tests/Zend/Loader/TestAsset/NamespacedClass.php | 1 + tests/Zend/Loader/TestAsset/StandardAutoloader.php | 1 + tests/Zend/Loader/TestAsset/TestPlugins/Bar.php | 1 + tests/Zend/Loader/TestAsset/TestPlugins/Baz.php | 1 + tests/Zend/Loader/TestAsset/TestPlugins/Foo.php | 1 + tests/Zend/Loader/TestAsset/TestPrefix/FallbackCase.php | 1 + .../TestAsset/TestPrefix/NoDuplicateAutoloadersCase.php | 1 + .../Zend/Loader/TestAsset/UnusualPrefix/PrefixedClass.php | 1 + tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php | 1 + tests/Zend/Loader/_files/ZfTest/CacheTest.php | 1 + tests/Zend/Loader/_files/ZfTest/FormSubmit.php | 1 + tests/Zend/Locale/DataTest.php | 1 + tests/Zend/Locale/FormatTest.php | 1 + tests/Zend/Locale/MathTest.php | 1 + tests/Zend/Navigation/ContainerTest.php | 1 + tests/Zend/Navigation/Page/MvcTest.php | 1 + tests/Zend/Navigation/Page/UriTest.php | 1 + tests/Zend/Navigation/PageFactoryTest.php | 1 + tests/Zend/Navigation/PageTest.php | 1 + tests/Zend/Navigation/_files/My/Container.php | 1 + tests/Zend/Navigation/_files/My/InvalidPage.php | 1 + tests/Zend/Navigation/_files/My/Page.php | 1 + tests/Zend/Navigation/_files/My/SchemeHelper.php | 1 + tests/Zend/Navigation/_files/My/UrlHelper.php | 1 + tests/Zend/NavigationTest.php | 1 + tests/Zend/Paginator/Adapter/ArrayTest.php | 1 + tests/Zend/Paginator/Adapter/NullTest.php | 1 + tests/Zend/Paginator/ScrollingStyle/AllTest.php | 1 + tests/Zend/Paginator/ScrollingStyle/ElasticTest.php | 1 + tests/Zend/Paginator/ScrollingStyle/JumpingTest.php | 1 + tests/Zend/Paginator/ScrollingStyle/SlidingTest.php | 1 + tests/Zend/Paginator/_files/TestTable.php | 1 + tests/Zend/Paginator/_files/Zf4207.php | 1 + tests/Zend/RegistryTest.php | 1 + tests/Zend/Rest/ControllerTest.php | 2 ++ tests/Zend/Rest/ResultTest.php | 1 + tests/Zend/Rest/RouteTest.php | 1 + .../_files/application/controllers/ErrorController.php | 1 + .../_files/application/controllers/IndexController.php | 1 + .../controllers/ZendTestPhpUnitFooController.php | 1 + .../controllers/ZendTestRedirectFromInitController.php | 1 + .../ZendTestRedirectFromPreDispatchController.php | 1 + .../plugins/RedirectFromDispatchLoopStartup.php | 1 + .../_files/application/plugins/RedirectFromPreDispatch.php | 1 + .../application/plugins/RedirectFromRouteShutdown.php | 1 + .../application/plugins/RedirectFromRouteStartup.php | 1 + tests/Zend/Translate/Adapter/ArrayTest.php | 1 + tests/Zend/TranslateTest.php | 1 + tests/Zend/Uri/HttpTest.php | 1 + tests/Zend/Validate/BarcodeTest.php | 1 + tests/Zend/Validate/CreditCardTest.php | 1 + tests/Zend/Validate/DateTest.php | 1 + tests/Zend/Validate/File/CountTest.php | 1 + tests/Zend/Validate/File/Crc32Test.php | 1 + tests/Zend/Validate/File/ExcludeExtensionTest.php | 1 + tests/Zend/Validate/File/ExcludeMimeTypeTest.php | 1 + tests/Zend/Validate/File/ExistsTest.php | 1 + tests/Zend/Validate/File/ExtensionTest.php | 1 + tests/Zend/Validate/File/FilesSizeTest.php | 1 + tests/Zend/Validate/File/HashTest.php | 1 + tests/Zend/Validate/File/ImageSizeTest.php | 1 + tests/Zend/Validate/File/IsCompressedTest.php | 1 + tests/Zend/Validate/File/IsImageTest.php | 1 + tests/Zend/Validate/File/Md5Test.php | 1 + tests/Zend/Validate/File/MimeTypeTest.php | 1 + tests/Zend/Validate/File/NotExistsTest.php | 1 + tests/Zend/Validate/File/Sha1Test.php | 1 + tests/Zend/Validate/File/SizeTest.php | 1 + tests/Zend/Validate/File/UploadTest.php | 1 + tests/Zend/Validate/File/WordCountTest.php | 1 + tests/Zend/Validate/FloatTest.php | 1 + tests/Zend/Validate/GreaterThanTest.php | 1 + tests/Zend/Validate/HexTest.php | 1 + tests/Zend/Validate/HostnameTest.php | 1 + tests/Zend/Validate/IbanTest.php | 1 + tests/Zend/Validate/IpTest.php | 1 + tests/Zend/Validate/IsbnTest.php | 1 + tests/Zend/Validate/LessThanTest.php | 1 + tests/Zend/Validate/MessageTest.php | 1 + tests/Zend/Validate/PostCodeTest.php | 1 + tests/Zend/Validate/Sitemap/ChangefreqTest.php | 1 + tests/Zend/Validate/Sitemap/LastmodTest.php | 1 + tests/Zend/Validate/Sitemap/LocTest.php | 1 + tests/Zend/Validate/Sitemap/PriorityTest.php | 1 + tests/Zend/ValidateTest.php | 3 +++ tests/Zend/View/Helper/Navigation/TestAbstract.php | 1 + .../modules/default/controllers/ActionBarController.php | 1 + .../modules/default/controllers/ActionFooController.php | 1 + .../_files/modules/foo/controllers/BazController.php | 1 + .../_files/modules/foo/controllers/FooController.php | 1 + tests/Zend/View/_stubs/HelperDir1/Stub1.php | 1 + tests/Zend/Xml/MultibyteTest.php | 1 + tests/Zend/Xml/SecurityTest.php | 1 + tests/Zend/_files/_testDir1/Class1.php | 1 + tests/Zend/_files/_testDir1/Class1/Subclass2.php | 1 + tests/Zend/_files/_testDir1/Class3.php | 1 + tests/Zend/_files/_testDir1/Class4.php | 1 + tests/Zend/_files/_testDir2/Class2.php | 1 + 633 files changed, 654 insertions(+) diff --git a/library/Zend/Acl.php b/library/Zend/Acl.php index 0011cb8c..8d5539d1 100644 --- a/library/Zend/Acl.php +++ b/library/Zend/Acl.php @@ -45,6 +45,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl { /** diff --git a/library/Zend/Acl/Exception.php b/library/Zend/Acl/Exception.php index 12cf38e8..be492b5c 100644 --- a/library/Zend/Acl/Exception.php +++ b/library/Zend/Acl/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_Exception extends Zend_Exception { } diff --git a/library/Zend/Acl/Resource.php b/library/Zend/Acl/Resource.php index ddd60f9b..c4ebc7e3 100644 --- a/library/Zend/Acl/Resource.php +++ b/library/Zend/Acl/Resource.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_Resource implements Zend_Acl_Resource_Interface { /** diff --git a/library/Zend/Acl/Role.php b/library/Zend/Acl/Role.php index 649a3ecd..9aab1e24 100644 --- a/library/Zend/Acl/Role.php +++ b/library/Zend/Acl/Role.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_Role implements Zend_Acl_Role_Interface { /** diff --git a/library/Zend/Acl/Role/Registry.php b/library/Zend/Acl/Role/Registry.php index 5d578b70..b95dad55 100644 --- a/library/Zend/Acl/Role/Registry.php +++ b/library/Zend/Acl/Role/Registry.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_Role_Registry { /** diff --git a/library/Zend/Acl/Role/Registry/Exception.php b/library/Zend/Acl/Role/Registry/Exception.php index c30a24fd..b2d405dd 100644 --- a/library/Zend/Acl/Role/Registry/Exception.php +++ b/library/Zend/Acl/Role/Registry/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception { } diff --git a/library/Zend/Application.php b/library/Zend/Application.php index 74cb38be..8c470d30 100644 --- a/library/Zend/Application.php +++ b/library/Zend/Application.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application { /** diff --git a/library/Zend/Application/Bootstrap/BootstrapAbstract.php b/library/Zend/Application/Bootstrap/BootstrapAbstract.php index 5ef29ef3..576dc28c 100644 --- a/library/Zend/Application/Bootstrap/BootstrapAbstract.php +++ b/library/Zend/Application/Bootstrap/BootstrapAbstract.php @@ -35,6 +35,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Application_Bootstrap_BootstrapAbstract implements Zend_Application_Bootstrap_Bootstrapper, Zend_Application_Bootstrap_ResourceBootstrapper diff --git a/library/Zend/Application/Bootstrap/Exception.php b/library/Zend/Application/Bootstrap/Exception.php index 0a423dc1..baf06310 100644 --- a/library/Zend/Application/Bootstrap/Exception.php +++ b/library/Zend/Application/Bootstrap/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception { } diff --git a/library/Zend/Application/Exception.php b/library/Zend/Application/Exception.php index bfc1c973..0643f561 100644 --- a/library/Zend/Application/Exception.php +++ b/library/Zend/Application/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Exception extends Zend_Exception { } diff --git a/library/Zend/Application/Module/Autoloader.php b/library/Zend/Application/Module/Autoloader.php index efb085e8..5dbcb4c6 100644 --- a/library/Zend/Application/Module/Autoloader.php +++ b/library/Zend/Application/Module/Autoloader.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource { /** diff --git a/library/Zend/Application/Module/Bootstrap.php b/library/Zend/Application/Module/Bootstrap.php index 1df47080..05ab45e7 100644 --- a/library/Zend/Application/Module/Bootstrap.php +++ b/library/Zend/Application/Module/Bootstrap.php @@ -30,6 +30,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Application_Module_Bootstrap extends Zend_Application_Bootstrap_Bootstrap { /** diff --git a/library/Zend/Application/Resource/Cachemanager.php b/library/Zend/Application/Resource/Cachemanager.php index de6a5e0a..11d687b7 100644 --- a/library/Zend/Application/Resource/Cachemanager.php +++ b/library/Zend/Application/Resource/Cachemanager.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Db.php b/library/Zend/Application/Resource/Db.php index 877cc81d..0e454983 100644 --- a/library/Zend/Application/Resource/Db.php +++ b/library/Zend/Application/Resource/Db.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Exception.php b/library/Zend/Application/Resource/Exception.php index 2fc506b0..a97bc395 100644 --- a/library/Zend/Application/Resource/Exception.php +++ b/library/Zend/Application/Resource/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Exception extends Zend_Application_Exception { } diff --git a/library/Zend/Application/Resource/Frontcontroller.php b/library/Zend/Application/Resource/Frontcontroller.php index 24d79fcb..d629fcd8 100644 --- a/library/Zend/Application/Resource/Frontcontroller.php +++ b/library/Zend/Application/Resource/Frontcontroller.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Layout.php b/library/Zend/Application/Resource/Layout.php index bd20f4e0..b3cb418a 100644 --- a/library/Zend/Application/Resource/Layout.php +++ b/library/Zend/Application/Resource/Layout.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Layout extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Locale.php b/library/Zend/Application/Resource/Locale.php index 26ce747e..0d5a80be 100644 --- a/library/Zend/Application/Resource/Locale.php +++ b/library/Zend/Application/Resource/Locale.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Locale extends Zend_Application_Resource_ResourceAbstract { public const DEFAULT_REGISTRY_KEY = 'Zend_Locale'; diff --git a/library/Zend/Application/Resource/Mail.php b/library/Zend/Application/Resource/Mail.php index 06006567..abcfe5e9 100644 --- a/library/Zend/Application/Resource/Mail.php +++ b/library/Zend/Application/Resource/Mail.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Modules.php b/library/Zend/Application/Resource/Modules.php index 12bd95d6..990071a1 100644 --- a/library/Zend/Application/Resource/Modules.php +++ b/library/Zend/Application/Resource/Modules.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Navigation.php b/library/Zend/Application/Resource/Navigation.php index d1bf2dc5..5bd3aa03 100644 --- a/library/Zend/Application/Resource/Navigation.php +++ b/library/Zend/Application/Resource/Navigation.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Navigation extends Zend_Application_Resource_ResourceAbstract { public const DEFAULT_REGISTRY_KEY = 'Zend_Navigation'; diff --git a/library/Zend/Application/Resource/ResourceAbstract.php b/library/Zend/Application/Resource/ResourceAbstract.php index 7693d502..962857fd 100644 --- a/library/Zend/Application/Resource/ResourceAbstract.php +++ b/library/Zend/Application/Resource/ResourceAbstract.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource { /** diff --git a/library/Zend/Application/Resource/Router.php b/library/Zend/Application/Resource/Router.php index db1e99dc..102ac608 100644 --- a/library/Zend/Application/Resource/Router.php +++ b/library/Zend/Application/Resource/Router.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Router extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/Session.php b/library/Zend/Application/Resource/Session.php index bf314bab..57e1084e 100644 --- a/library/Zend/Application/Resource/Session.php +++ b/library/Zend/Application/Resource/Session.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/UserAgent.php b/library/Zend/Application/Resource/UserAgent.php index b40a03eb..a163406a 100644 --- a/library/Zend/Application/Resource/UserAgent.php +++ b/library/Zend/Application/Resource/UserAgent.php @@ -18,6 +18,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Application/Resource/View.php b/library/Zend/Application/Resource/View.php index a0dc7f19..fa88d6cf 100644 --- a/library/Zend/Application/Resource/View.php +++ b/library/Zend/Application/Resource/View.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract { /** diff --git a/library/Zend/Cache.php b/library/Zend/Cache.php index bfa283af..63eede1d 100644 --- a/library/Zend/Cache.php +++ b/library/Zend/Cache.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Cache { /** diff --git a/library/Zend/Cache/Backend.php b/library/Zend/Cache/Backend.php index 774cbb29..3fe2558c 100644 --- a/library/Zend/Cache/Backend.php +++ b/library/Zend/Cache/Backend.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Backend { /** diff --git a/library/Zend/Cache/Backend/BlackHole.php b/library/Zend/Cache/Backend/BlackHole.php index 681a4a98..4d977875 100644 --- a/library/Zend/Cache/Backend/BlackHole.php +++ b/library/Zend/Cache/Backend/BlackHole.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Backend_BlackHole extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface { /** diff --git a/library/Zend/Cache/Backend/File.php b/library/Zend/Cache/Backend/File.php index 5bd83cbb..063790b9 100644 --- a/library/Zend/Cache/Backend/File.php +++ b/library/Zend/Cache/Backend/File.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface { /** diff --git a/library/Zend/Cache/Backend/Test.php b/library/Zend/Cache/Backend/Test.php index 6b064cd8..d3415d0a 100644 --- a/library/Zend/Cache/Backend/Test.php +++ b/library/Zend/Cache/Backend/Test.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Backend_Test extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface { /** diff --git a/library/Zend/Cache/Core.php b/library/Zend/Cache/Core.php index 9a78bf32..492da807 100644 --- a/library/Zend/Cache/Core.php +++ b/library/Zend/Cache/Core.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Exception.php b/library/Zend/Cache/Exception.php index 4cf209c9..67f021ae 100644 --- a/library/Zend/Cache/Exception.php +++ b/library/Zend/Cache/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Exception extends Zend_Exception { } diff --git a/library/Zend/Cache/Frontend/Capture.php b/library/Zend/Cache/Frontend/Capture.php index 18e4e0a4..e36b4f73 100644 --- a/library/Zend/Cache/Frontend/Capture.php +++ b/library/Zend/Cache/Frontend/Capture.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_Capture extends Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Frontend/Class.php b/library/Zend/Cache/Frontend/Class.php index 1b75be1c..cb11e128 100644 --- a/library/Zend/Cache/Frontend/Class.php +++ b/library/Zend/Cache/Frontend/Class.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_Class extends Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Frontend/File.php b/library/Zend/Cache/Frontend/File.php index 17dd327a..a6f4d8e6 100644 --- a/library/Zend/Cache/Frontend/File.php +++ b/library/Zend/Cache/Frontend/File.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_File extends Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Frontend/Function.php b/library/Zend/Cache/Frontend/Function.php index 2513e99b..c93b461f 100644 --- a/library/Zend/Cache/Frontend/Function.php +++ b/library/Zend/Cache/Frontend/Function.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_Function extends Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Frontend/Output.php b/library/Zend/Cache/Frontend/Output.php index 30198e0c..f81581bb 100644 --- a/library/Zend/Cache/Frontend/Output.php +++ b/library/Zend/Cache/Frontend/Output.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_Output extends Zend_Cache_Core { private array $_idStack = []; diff --git a/library/Zend/Cache/Frontend/Page.php b/library/Zend/Cache/Frontend/Page.php index 88f4e1b3..6d3584c3 100644 --- a/library/Zend/Cache/Frontend/Page.php +++ b/library/Zend/Cache/Frontend/Page.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Frontend_Page extends Zend_Cache_Core { /** diff --git a/library/Zend/Cache/Manager.php b/library/Zend/Cache/Manager.php index 7c5d7474..6a3f32df 100644 --- a/library/Zend/Cache/Manager.php +++ b/library/Zend/Cache/Manager.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_Manager { /** diff --git a/library/Zend/Captcha/Base.php b/library/Zend/Captcha/Base.php index 9dbadfe6..d6f9f179 100644 --- a/library/Zend/Captcha/Base.php +++ b/library/Zend/Captcha/Base.php @@ -30,6 +30,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] abstract class Zend_Captcha_Base extends Zend_Validate_Abstract implements Zend_Captcha_Adapter { /** diff --git a/library/Zend/Captcha/Exception.php b/library/Zend/Captcha/Exception.php index 41804a84..bd93f5bb 100755 --- a/library/Zend/Captcha/Exception.php +++ b/library/Zend/Captcha/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Captcha_Exception extends Zend_Exception { } diff --git a/library/Zend/Captcha/Word.php b/library/Zend/Captcha/Word.php index 3a09612d..91066e54 100644 --- a/library/Zend/Captcha/Word.php +++ b/library/Zend/Captcha/Word.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] abstract class Zend_Captcha_Word extends Zend_Captcha_Base { /**#@+ diff --git a/library/Zend/Config.php b/library/Zend/Config.php index 927a50b1..21f357fe 100644 --- a/library/Zend/Config.php +++ b/library/Zend/Config.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Config implements Countable, Iterator { /** diff --git a/library/Zend/Config/Exception.php b/library/Zend/Config/Exception.php index 7509c667..e6ebf976 100644 --- a/library/Zend/Config/Exception.php +++ b/library/Zend/Config/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Config_Exception extends Zend_Exception { } diff --git a/library/Zend/Config/Ini.php b/library/Zend/Config/Ini.php index 6f37abce..e4feb38d 100644 --- a/library/Zend/Config/Ini.php +++ b/library/Zend/Config/Ini.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Config_Ini extends Zend_Config { /** diff --git a/library/Zend/Config/Xml.php b/library/Zend/Config/Xml.php index 120340f9..176dd4cd 100644 --- a/library/Zend/Config/Xml.php +++ b/library/Zend/Config/Xml.php @@ -33,6 +33,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Config_Xml extends Zend_Config { /** diff --git a/library/Zend/Console/Getopt.php b/library/Zend/Console/Getopt.php index 4d939096..7e653f27 100644 --- a/library/Zend/Console/Getopt.php +++ b/library/Zend/Console/Getopt.php @@ -113,6 +113,7 @@ * @todo Feature request to implement callbacks. * e.g. if -a is specified, run function 'handleOptionA'(). */ +#[AllowDynamicProperties] class Zend_Console_Getopt { /** diff --git a/library/Zend/Console/Getopt/Exception.php b/library/Zend/Console/Getopt/Exception.php index 5ce547fd..9e943aca 100644 --- a/library/Zend/Console/Getopt/Exception.php +++ b/library/Zend/Console/Getopt/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Console_Getopt_Exception extends Zend_Exception { /** diff --git a/library/Zend/Controller/Action.php b/library/Zend/Controller/Action.php index a7047efc..cd204477 100644 --- a/library/Zend/Controller/Action.php +++ b/library/Zend/Controller/Action.php @@ -35,6 +35,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Action implements Zend_Controller_Action_Interface { /** diff --git a/library/Zend/Controller/Action/Exception.php b/library/Zend/Controller/Action/Exception.php index f5d11cd1..7e792226 100644 --- a/library/Zend/Controller/Action/Exception.php +++ b/library/Zend/Controller/Action/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Exception extends Zend_Controller_Exception { } diff --git a/library/Zend/Controller/Action/Helper/Abstract.php b/library/Zend/Controller/Action/Helper/Abstract.php index 5010c1a6..f7b54904 100644 --- a/library/Zend/Controller/Action/Helper/Abstract.php +++ b/library/Zend/Controller/Action/Helper/Abstract.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/ActionStack.php b/library/Zend/Controller/Action/Helper/ActionStack.php index 74d1a82f..18cce84f 100644 --- a/library/Zend/Controller/Action/Helper/ActionStack.php +++ b/library/Zend/Controller/Action/Helper/ActionStack.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ActionStack extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/AjaxContext.php b/library/Zend/Controller/Action/Helper/AjaxContext.php index c2b123fe..58130088 100644 --- a/library/Zend/Controller/Action/Helper/AjaxContext.php +++ b/library/Zend/Controller/Action/Helper/AjaxContext.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_AjaxContext extends Zend_Controller_Action_Helper_ContextSwitch { /** diff --git a/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php b/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php index 8ef7031e..ae73492f 100644 --- a/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php +++ b/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Action_Helper_AutoComplete_Abstract extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/Cache.php b/library/Zend/Controller/Action/Helper/Cache.php index 34e89b6f..bdfef34e 100644 --- a/library/Zend/Controller/Action/Helper/Cache.php +++ b/library/Zend/Controller/Action/Helper/Cache.php @@ -35,6 +35,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_Cache extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/ContextSwitch.php b/library/Zend/Controller/Action/Helper/ContextSwitch.php index d9aebbe0..40c3b937 100644 --- a/library/Zend/Controller/Action/Helper/ContextSwitch.php +++ b/library/Zend/Controller/Action/Helper/ContextSwitch.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ContextSwitch extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/FlashMessenger.php b/library/Zend/Controller/Action/Helper/FlashMessenger.php index 85ae9b21..18e007c5 100644 --- a/library/Zend/Controller/Action/Helper/FlashMessenger.php +++ b/library/Zend/Controller/Action/Helper/FlashMessenger.php @@ -34,6 +34,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_FlashMessenger extends Zend_Controller_Action_Helper_Abstract implements IteratorAggregate, Countable { /** diff --git a/library/Zend/Controller/Action/Helper/Json.php b/library/Zend/Controller/Action/Helper/Json.php index 5b350196..e909de7a 100644 --- a/library/Zend/Controller/Action/Helper/Json.php +++ b/library/Zend/Controller/Action/Helper/Json.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_Json extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/Redirector.php b/library/Zend/Controller/Action/Helper/Redirector.php index 14729bec..3530738d 100644 --- a/library/Zend/Controller/Action/Helper/Redirector.php +++ b/library/Zend/Controller/Action/Helper/Redirector.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_Redirector extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/Url.php b/library/Zend/Controller/Action/Helper/Url.php index e705a8ae..5bf08feb 100644 --- a/library/Zend/Controller/Action/Helper/Url.php +++ b/library/Zend/Controller/Action/Helper/Url.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_Url extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/Helper/ViewRenderer.php b/library/Zend/Controller/Action/Helper/ViewRenderer.php index 1deb01b1..1f70dccf 100644 --- a/library/Zend/Controller/Action/Helper/ViewRenderer.php +++ b/library/Zend/Controller/Action/Helper/ViewRenderer.php @@ -66,6 +66,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ViewRenderer extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Controller/Action/HelperBroker.php b/library/Zend/Controller/Action/HelperBroker.php index 96e9ff26..adb7987c 100644 --- a/library/Zend/Controller/Action/HelperBroker.php +++ b/library/Zend/Controller/Action/HelperBroker.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_HelperBroker { /** diff --git a/library/Zend/Controller/Action/HelperBroker/PriorityStack.php b/library/Zend/Controller/Action/HelperBroker/PriorityStack.php index 0dccfc18..35ba5006 100644 --- a/library/Zend/Controller/Action/HelperBroker/PriorityStack.php +++ b/library/Zend/Controller/Action/HelperBroker/PriorityStack.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Action_HelperBroker_PriorityStack implements IteratorAggregate, ArrayAccess, Countable { protected $_helpersByPriority = []; diff --git a/library/Zend/Controller/Dispatcher/Abstract.php b/library/Zend/Controller/Dispatcher/Abstract.php index a94456ad..6d4156b0 100644 --- a/library/Zend/Controller/Dispatcher/Abstract.php +++ b/library/Zend/Controller/Dispatcher/Abstract.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Dispatcher_Abstract implements Zend_Controller_Dispatcher_Interface { /** diff --git a/library/Zend/Controller/Dispatcher/Exception.php b/library/Zend/Controller/Dispatcher/Exception.php index 4dd773a6..366c9ac6 100644 --- a/library/Zend/Controller/Dispatcher/Exception.php +++ b/library/Zend/Controller/Dispatcher/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Dispatcher_Exception extends Zend_Controller_Exception { } diff --git a/library/Zend/Controller/Dispatcher/Standard.php b/library/Zend/Controller/Dispatcher/Standard.php index d153aff6..4c80b960 100644 --- a/library/Zend/Controller/Dispatcher/Standard.php +++ b/library/Zend/Controller/Dispatcher/Standard.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Dispatcher_Standard extends Zend_Controller_Dispatcher_Abstract { /** diff --git a/library/Zend/Controller/Exception.php b/library/Zend/Controller/Exception.php index 991e3370..c85fb9f3 100644 --- a/library/Zend/Controller/Exception.php +++ b/library/Zend/Controller/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Exception extends Zend_Exception { } diff --git a/library/Zend/Controller/Front.php b/library/Zend/Controller/Front.php index 528fe2e0..9e92807a 100644 --- a/library/Zend/Controller/Front.php +++ b/library/Zend/Controller/Front.php @@ -29,6 +29,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Front { /** diff --git a/library/Zend/Controller/Plugin/Abstract.php b/library/Zend/Controller/Plugin/Abstract.php index 7acfeda8..e038176a 100644 --- a/library/Zend/Controller/Plugin/Abstract.php +++ b/library/Zend/Controller/Plugin/Abstract.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Plugin_Abstract { /** diff --git a/library/Zend/Controller/Plugin/ActionStack.php b/library/Zend/Controller/Plugin/ActionStack.php index d5b717c2..44098f07 100644 --- a/library/Zend/Controller/Plugin/ActionStack.php +++ b/library/Zend/Controller/Plugin/ActionStack.php @@ -30,6 +30,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_ActionStack extends Zend_Controller_Plugin_Abstract { /** diff --git a/library/Zend/Controller/Plugin/Broker.php b/library/Zend/Controller/Plugin/Broker.php index af8821e7..caceaf0c 100644 --- a/library/Zend/Controller/Plugin/Broker.php +++ b/library/Zend/Controller/Plugin/Broker.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_Broker extends Zend_Controller_Plugin_Abstract { /** diff --git a/library/Zend/Controller/Plugin/ErrorHandler.php b/library/Zend/Controller/Plugin/ErrorHandler.php index 071c3cfc..2fabfb42 100644 --- a/library/Zend/Controller/Plugin/ErrorHandler.php +++ b/library/Zend/Controller/Plugin/ErrorHandler.php @@ -28,6 +28,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_ErrorHandler extends Zend_Controller_Plugin_Abstract { /** diff --git a/library/Zend/Controller/Plugin/PutHandler.php b/library/Zend/Controller/Plugin/PutHandler.php index 4877dab2..7347a073 100644 --- a/library/Zend/Controller/Plugin/PutHandler.php +++ b/library/Zend/Controller/Plugin/PutHandler.php @@ -32,6 +32,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_PutHandler extends Zend_Controller_Plugin_Abstract { /** diff --git a/library/Zend/Controller/Request/Abstract.php b/library/Zend/Controller/Request/Abstract.php index adee3bab..193867a5 100644 --- a/library/Zend/Controller/Request/Abstract.php +++ b/library/Zend/Controller/Request/Abstract.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Request_Abstract { /** diff --git a/library/Zend/Controller/Request/Apache404.php b/library/Zend/Controller/Request/Apache404.php index 0888e253..d68e7337 100644 --- a/library/Zend/Controller/Request/Apache404.php +++ b/library/Zend/Controller/Request/Apache404.php @@ -36,6 +36,7 @@ * * @uses Zend_Controller_Request_Http */ +#[AllowDynamicProperties] class Zend_Controller_Request_Apache404 extends Zend_Controller_Request_Http { public function setRequestUri($requestUri = null) diff --git a/library/Zend/Controller/Request/Exception.php b/library/Zend/Controller/Request/Exception.php index 73a60085..dc13a4da 100644 --- a/library/Zend/Controller/Request/Exception.php +++ b/library/Zend/Controller/Request/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Request_Exception extends Zend_Controller_Exception { } diff --git a/library/Zend/Controller/Request/Http.php b/library/Zend/Controller/Request/Http.php index bf59156d..c4d39080 100644 --- a/library/Zend/Controller/Request/Http.php +++ b/library/Zend/Controller/Request/Http.php @@ -30,6 +30,7 @@ * * @uses Zend_Controller_Request_Abstract */ +#[AllowDynamicProperties] class Zend_Controller_Request_Http extends Zend_Controller_Request_Abstract { /** diff --git a/library/Zend/Controller/Request/HttpTestCase.php b/library/Zend/Controller/Request/HttpTestCase.php index 2b716f39..11b6b4f6 100644 --- a/library/Zend/Controller/Request/HttpTestCase.php +++ b/library/Zend/Controller/Request/HttpTestCase.php @@ -29,6 +29,7 @@ * * @uses Zend_Controller_Request_Http */ +#[AllowDynamicProperties] class Zend_Controller_Request_HttpTestCase extends Zend_Controller_Request_Http { /** diff --git a/library/Zend/Controller/Request/Simple.php b/library/Zend/Controller/Request/Simple.php index c10d5539..e4562162 100644 --- a/library/Zend/Controller/Request/Simple.php +++ b/library/Zend/Controller/Request/Simple.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Request_Simple extends Zend_Controller_Request_Abstract { public function __construct($action = null, $controller = null, $module = null, array $params = []) diff --git a/library/Zend/Controller/Response/Abstract.php b/library/Zend/Controller/Response/Abstract.php index 444133ed..38abfa84 100644 --- a/library/Zend/Controller/Response/Abstract.php +++ b/library/Zend/Controller/Response/Abstract.php @@ -24,6 +24,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Response_Abstract { /** diff --git a/library/Zend/Controller/Response/Cli.php b/library/Zend/Controller/Response/Cli.php index 5d6185a7..c63f8d39 100644 --- a/library/Zend/Controller/Response/Cli.php +++ b/library/Zend/Controller/Response/Cli.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Response_Cli extends Zend_Controller_Response_Abstract { /** diff --git a/library/Zend/Controller/Response/Exception.php b/library/Zend/Controller/Response/Exception.php index 8c0956be..1059379b 100644 --- a/library/Zend/Controller/Response/Exception.php +++ b/library/Zend/Controller/Response/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Response_Exception extends Zend_Controller_Exception { } diff --git a/library/Zend/Controller/Response/Http.php b/library/Zend/Controller/Response/Http.php index 56da15e3..17f4c94e 100644 --- a/library/Zend/Controller/Response/Http.php +++ b/library/Zend/Controller/Response/Http.php @@ -27,6 +27,7 @@ * * @uses Zend_Controller_Response_Abstract */ +#[AllowDynamicProperties] class Zend_Controller_Response_Http extends Zend_Controller_Response_Abstract { } diff --git a/library/Zend/Controller/Response/HttpTestCase.php b/library/Zend/Controller/Response/HttpTestCase.php index f0966eaa..298e6b00 100644 --- a/library/Zend/Controller/Response/HttpTestCase.php +++ b/library/Zend/Controller/Response/HttpTestCase.php @@ -27,6 +27,7 @@ * * @uses Zend_Controller_Response_Http */ +#[AllowDynamicProperties] class Zend_Controller_Response_HttpTestCase extends Zend_Controller_Response_Http { /** diff --git a/library/Zend/Controller/Router/Abstract.php b/library/Zend/Controller/Router/Abstract.php index bf50a6bb..999d5c1b 100644 --- a/library/Zend/Controller/Router/Abstract.php +++ b/library/Zend/Controller/Router/Abstract.php @@ -26,6 +26,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router_Interface { /** diff --git a/library/Zend/Controller/Router/Exception.php b/library/Zend/Controller/Router/Exception.php index 3bb95ebf..8675697b 100644 --- a/library/Zend/Controller/Router/Exception.php +++ b/library/Zend/Controller/Router/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Router_Exception extends Zend_Controller_Exception { } diff --git a/library/Zend/Controller/Router/Rewrite.php b/library/Zend/Controller/Router/Rewrite.php index e61a8def..d1753c84 100644 --- a/library/Zend/Controller/Router/Rewrite.php +++ b/library/Zend/Controller/Router/Rewrite.php @@ -30,6 +30,7 @@ * * @see http://manuals.rubyonrails.com/read/chapter/65 */ +#[AllowDynamicProperties] class Zend_Controller_Router_Rewrite extends Zend_Controller_Router_Abstract { /** diff --git a/library/Zend/Controller/Router/Route.php b/library/Zend/Controller/Router/Route.php index 8520cc88..16219df5 100644 --- a/library/Zend/Controller/Router/Route.php +++ b/library/Zend/Controller/Router/Route.php @@ -27,6 +27,7 @@ * * @see http://manuals.rubyonrails.com/read/chapter/65 */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route extends Zend_Controller_Router_Route_Abstract { /** diff --git a/library/Zend/Controller/Router/Route/Abstract.php b/library/Zend/Controller/Router/Route/Abstract.php index 7676f758..c7549e2b 100644 --- a/library/Zend/Controller/Router/Route/Abstract.php +++ b/library/Zend/Controller/Router/Route/Abstract.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_Router_Route_Interface { /** diff --git a/library/Zend/Controller/Router/Route/Hostname.php b/library/Zend/Controller/Router/Route/Hostname.php index 3e36b26c..e1b4b20a 100644 --- a/library/Zend/Controller/Router/Route/Hostname.php +++ b/library/Zend/Controller/Router/Route/Hostname.php @@ -27,6 +27,7 @@ * * @see http://manuals.rubyonrails.com/read/chapter/65 */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route_Abstract { /** diff --git a/library/Zend/Controller/Router/Route/Module.php b/library/Zend/Controller/Router/Route/Module.php index a8577983..23076940 100644 --- a/library/Zend/Controller/Router/Route/Module.php +++ b/library/Zend/Controller/Router/Route/Module.php @@ -29,6 +29,7 @@ * * @see http://manuals.rubyonrails.com/read/chapter/65 */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_Module extends Zend_Controller_Router_Route_Abstract { /** diff --git a/library/Zend/Controller/Router/Route/Regex.php b/library/Zend/Controller/Router/Route/Regex.php index 739e40c7..11e78fd6 100644 --- a/library/Zend/Controller/Router/Route/Regex.php +++ b/library/Zend/Controller/Router/Route/Regex.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_Regex extends Zend_Controller_Router_Route_Abstract { /** diff --git a/library/Zend/Controller/Router/Route/Static.php b/library/Zend/Controller/Router/Route/Static.php index dc2f859a..51af912b 100644 --- a/library/Zend/Controller/Router/Route/Static.php +++ b/library/Zend/Controller/Router/Route/Static.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_Abstract { /** diff --git a/library/Zend/Date.php b/library/Zend/Date.php index 70b1e1cd..c040dbdd 100644 --- a/library/Zend/Date.php +++ b/library/Zend/Date.php @@ -28,6 +28,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Date extends Zend_Date_DateObject { private $_locale; diff --git a/library/Zend/Date/Cities.php b/library/Zend/Date/Cities.php index 16dc84d6..7974c8c2 100644 --- a/library/Zend/Date/Cities.php +++ b/library/Zend/Date/Cities.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Date_Cities { /** diff --git a/library/Zend/Date/DateObject.php b/library/Zend/Date/DateObject.php index a66b4714..5219b68d 100644 --- a/library/Zend/Date/DateObject.php +++ b/library/Zend/Date/DateObject.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Date_DateObject { /** diff --git a/library/Zend/Date/Exception.php b/library/Zend/Date/Exception.php index 1d2dda5b..19034c4e 100644 --- a/library/Zend/Date/Exception.php +++ b/library/Zend/Date/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Date_Exception extends Zend_Exception { protected $operand; diff --git a/library/Zend/Exception.php b/library/Zend/Exception.php index 82dd4365..e6a245c9 100644 --- a/library/Zend/Exception.php +++ b/library/Zend/Exception.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Exception extends Exception { private ?\Exception $_previous = null; diff --git a/library/Zend/File/ClassFileLocator.php b/library/Zend/File/ClassFileLocator.php index 15028f92..46feddc2 100644 --- a/library/Zend/File/ClassFileLocator.php +++ b/library/Zend/File/ClassFileLocator.php @@ -21,6 +21,7 @@ * * @license New BSD {@link http://framework.zend.com/license/new-bsd} */ +#[AllowDynamicProperties] class Zend_File_ClassFileLocator extends FilterIterator { /** diff --git a/library/Zend/File/PhpClassFile.php b/library/Zend/File/PhpClassFile.php index 4cb8c03b..32875931 100644 --- a/library/Zend/File/PhpClassFile.php +++ b/library/Zend/File/PhpClassFile.php @@ -20,6 +20,7 @@ * * @license New BSD {@link http://framework.zend.com/license/new-bsd} */ +#[AllowDynamicProperties] class Zend_File_PhpClassFile extends SplFileInfo { /** diff --git a/library/Zend/File/Transfer.php b/library/Zend/File/Transfer.php index 9b5a421e..a78bc380 100644 --- a/library/Zend/File/Transfer.php +++ b/library/Zend/File/Transfer.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_File_Transfer { /** diff --git a/library/Zend/File/Transfer/Adapter/Abstract.php b/library/Zend/File/Transfer/Adapter/Abstract.php index 802bb237..e532d449 100644 --- a/library/Zend/File/Transfer/Adapter/Abstract.php +++ b/library/Zend/File/Transfer/Adapter/Abstract.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_File_Transfer_Adapter_Abstract { /**@+ diff --git a/library/Zend/File/Transfer/Adapter/Http.php b/library/Zend/File/Transfer/Adapter/Http.php index 11b7a805..db43f646 100644 --- a/library/Zend/File/Transfer/Adapter/Http.php +++ b/library/Zend/File/Transfer/Adapter/Http.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_File_Transfer_Adapter_Http extends Zend_File_Transfer_Adapter_Abstract { protected static $_callbackApc = 'apc_fetch'; diff --git a/library/Zend/File/Transfer/Exception.php b/library/Zend/File/Transfer/Exception.php index 7e942cbf..8aa0d640 100644 --- a/library/Zend/File/Transfer/Exception.php +++ b/library/Zend/File/Transfer/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_File_Transfer_Exception extends Zend_Exception { protected $_fileerror; diff --git a/library/Zend/Filter.php b/library/Zend/Filter.php index 8c3c61c8..911589ea 100644 --- a/library/Zend/Filter.php +++ b/library/Zend/Filter.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter implements Zend_Filter_Interface { public const CHAIN_APPEND = 'append'; diff --git a/library/Zend/Filter/Alnum.php b/library/Zend/Filter/Alnum.php index 3cdc6840..754291c4 100644 --- a/library/Zend/Filter/Alnum.php +++ b/library/Zend/Filter/Alnum.php @@ -29,6 +29,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Alnum implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Alpha.php b/library/Zend/Filter/Alpha.php index 0e7c1563..c2445021 100644 --- a/library/Zend/Filter/Alpha.php +++ b/library/Zend/Filter/Alpha.php @@ -29,6 +29,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Alpha implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/BaseName.php b/library/Zend/Filter/BaseName.php index 13e01704..996a966b 100644 --- a/library/Zend/Filter/BaseName.php +++ b/library/Zend/Filter/BaseName.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_BaseName implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Boolean.php b/library/Zend/Filter/Boolean.php index b8e1e05b..4601ff5b 100644 --- a/library/Zend/Filter/Boolean.php +++ b/library/Zend/Filter/Boolean.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Boolean implements Zend_Filter_Interface { public const BOOLEAN = 1; diff --git a/library/Zend/Filter/Callback.php b/library/Zend/Filter/Callback.php index 65988acd..a309db3d 100644 --- a/library/Zend/Filter/Callback.php +++ b/library/Zend/Filter/Callback.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Callback implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Compress.php b/library/Zend/Filter/Compress.php index 49fdfe1e..9ef30ccd 100644 --- a/library/Zend/Filter/Compress.php +++ b/library/Zend/Filter/Compress.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Compress/Bz2.php b/library/Zend/Filter/Compress/Bz2.php index 9cbbf6bb..d159137b 100644 --- a/library/Zend/Filter/Compress/Bz2.php +++ b/library/Zend/Filter/Compress/Bz2.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Bz2 extends Zend_Filter_Compress_CompressAbstract { /** diff --git a/library/Zend/Filter/Compress/CompressAbstract.php b/library/Zend/Filter/Compress/CompressAbstract.php index b429d4ee..9f3dc342 100644 --- a/library/Zend/Filter/Compress/CompressAbstract.php +++ b/library/Zend/Filter/Compress/CompressAbstract.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Filter_Compress_CompressAbstract implements Zend_Filter_Compress_CompressInterface { /** diff --git a/library/Zend/Filter/Compress/Gz.php b/library/Zend/Filter/Compress/Gz.php index f422a360..fa042640 100644 --- a/library/Zend/Filter/Compress/Gz.php +++ b/library/Zend/Filter/Compress/Gz.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Gz extends Zend_Filter_Compress_CompressAbstract { /** diff --git a/library/Zend/Filter/Compress/Lzf.php b/library/Zend/Filter/Compress/Lzf.php index 71a1f104..c3ee8466 100644 --- a/library/Zend/Filter/Compress/Lzf.php +++ b/library/Zend/Filter/Compress/Lzf.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Lzf implements Zend_Filter_Compress_CompressInterface { /** diff --git a/library/Zend/Filter/Compress/Rar.php b/library/Zend/Filter/Compress/Rar.php index e3d2b530..cfb8d34c 100644 --- a/library/Zend/Filter/Compress/Rar.php +++ b/library/Zend/Filter/Compress/Rar.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Rar extends Zend_Filter_Compress_CompressAbstract { /** diff --git a/library/Zend/Filter/Compress/Tar.php b/library/Zend/Filter/Compress/Tar.php index 5f222e89..7add64d9 100644 --- a/library/Zend/Filter/Compress/Tar.php +++ b/library/Zend/Filter/Compress/Tar.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Tar extends Zend_Filter_Compress_CompressAbstract { /** diff --git a/library/Zend/Filter/Compress/Zip.php b/library/Zend/Filter/Compress/Zip.php index fd3b0467..07824145 100644 --- a/library/Zend/Filter/Compress/Zip.php +++ b/library/Zend/Filter/Compress/Zip.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Zip extends Zend_Filter_Compress_CompressAbstract { /** diff --git a/library/Zend/Filter/Decompress.php b/library/Zend/Filter/Decompress.php index 96ec4959..f14e1488 100644 --- a/library/Zend/Filter/Decompress.php +++ b/library/Zend/Filter/Decompress.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Decompress extends Zend_Filter_Compress { /** diff --git a/library/Zend/Filter/Digits.php b/library/Zend/Filter/Digits.php index 51762544..db8b5dbf 100644 --- a/library/Zend/Filter/Digits.php +++ b/library/Zend/Filter/Digits.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Digits implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Dir.php b/library/Zend/Filter/Dir.php index e765f48e..eaf6cfd5 100644 --- a/library/Zend/Filter/Dir.php +++ b/library/Zend/Filter/Dir.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Dir implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Exception.php b/library/Zend/Filter/Exception.php index 19134780..2b7c357b 100644 --- a/library/Zend/Filter/Exception.php +++ b/library/Zend/Filter/Exception.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Exception extends Zend_Exception { } diff --git a/library/Zend/Filter/File/LowerCase.php b/library/Zend/Filter/File/LowerCase.php index 7d379533..45a30ec4 100644 --- a/library/Zend/Filter/File/LowerCase.php +++ b/library/Zend/Filter/File/LowerCase.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_File_LowerCase extends Zend_Filter_StringToLower { /** diff --git a/library/Zend/Filter/File/Rename.php b/library/Zend/Filter/File/Rename.php index 3aa113df..7d4897f3 100644 --- a/library/Zend/Filter/File/Rename.php +++ b/library/Zend/Filter/File/Rename.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_File_Rename implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/File/UpperCase.php b/library/Zend/Filter/File/UpperCase.php index 34cfc2a6..b64852fa 100644 --- a/library/Zend/Filter/File/UpperCase.php +++ b/library/Zend/Filter/File/UpperCase.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_File_UpperCase extends Zend_Filter_StringToUpper { /** diff --git a/library/Zend/Filter/HtmlEntities.php b/library/Zend/Filter/HtmlEntities.php index ac899d02..53c74422 100644 --- a/library/Zend/Filter/HtmlEntities.php +++ b/library/Zend/Filter/HtmlEntities.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_HtmlEntities implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Inflector.php b/library/Zend/Filter/Inflector.php index 0f1719af..cd409d51 100644 --- a/library/Zend/Filter/Inflector.php +++ b/library/Zend/Filter/Inflector.php @@ -33,6 +33,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Inflector implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Input.php b/library/Zend/Filter/Input.php index 0ab41b1e..faa70a2e 100644 --- a/library/Zend/Filter/Input.php +++ b/library/Zend/Filter/Input.php @@ -35,6 +35,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Input { public const ALLOW_EMPTY = 'allowEmpty'; diff --git a/library/Zend/Filter/Int.php b/library/Zend/Filter/Int.php index 263872e4..c05667a9 100644 --- a/library/Zend/Filter/Int.php +++ b/library/Zend/Filter/Int.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Int implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Null.php b/library/Zend/Filter/Null.php index 31962927..baeba00d 100644 --- a/library/Zend/Filter/Null.php +++ b/library/Zend/Filter/Null.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Null implements Zend_Filter_Interface { public const BOOLEAN = 1; diff --git a/library/Zend/Filter/PregReplace.php b/library/Zend/Filter/PregReplace.php index 7ac6cea8..8d00be09 100644 --- a/library/Zend/Filter/PregReplace.php +++ b/library/Zend/Filter/PregReplace.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_PregReplace implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/RealPath.php b/library/Zend/Filter/RealPath.php index d2ef6955..16183cd3 100644 --- a/library/Zend/Filter/RealPath.php +++ b/library/Zend/Filter/RealPath.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_RealPath implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/StringToLower.php b/library/Zend/Filter/StringToLower.php index b1f9c1f6..769f81fa 100644 --- a/library/Zend/Filter/StringToLower.php +++ b/library/Zend/Filter/StringToLower.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_StringToLower implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/StringToUpper.php b/library/Zend/Filter/StringToUpper.php index e51055c0..1a46da41 100644 --- a/library/Zend/Filter/StringToUpper.php +++ b/library/Zend/Filter/StringToUpper.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_StringToUpper implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/StringTrim.php b/library/Zend/Filter/StringTrim.php index c157dcab..cce43f5a 100644 --- a/library/Zend/Filter/StringTrim.php +++ b/library/Zend/Filter/StringTrim.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_StringTrim implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/StripNewlines.php b/library/Zend/Filter/StripNewlines.php index 5385035e..4f453185 100644 --- a/library/Zend/Filter/StripNewlines.php +++ b/library/Zend/Filter/StripNewlines.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_StripNewlines implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/StripTags.php b/library/Zend/Filter/StripTags.php index 523a6dc6..df9dbdf7 100644 --- a/library/Zend/Filter/StripTags.php +++ b/library/Zend/Filter/StripTags.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_StripTags implements Zend_Filter_Interface { /** diff --git a/library/Zend/Filter/Word/CamelCaseToDash.php b/library/Zend/Filter/Word/CamelCaseToDash.php index 160ac562..7345797e 100644 --- a/library/Zend/Filter/Word/CamelCaseToDash.php +++ b/library/Zend/Filter/Word/CamelCaseToDash.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToDash extends Zend_Filter_Word_CamelCaseToSeparator { /** diff --git a/library/Zend/Filter/Word/CamelCaseToSeparator.php b/library/Zend/Filter/Word/CamelCaseToSeparator.php index 864e9f1f..a490c7c4 100644 --- a/library/Zend/Filter/Word/CamelCaseToSeparator.php +++ b/library/Zend/Filter/Word/CamelCaseToSeparator.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToSeparator extends Zend_Filter_Word_Separator_Abstract { public function filter($value) diff --git a/library/Zend/Filter/Word/CamelCaseToUnderscore.php b/library/Zend/Filter/Word/CamelCaseToUnderscore.php index 027c18a5..bd4bd581 100644 --- a/library/Zend/Filter/Word/CamelCaseToUnderscore.php +++ b/library/Zend/Filter/Word/CamelCaseToUnderscore.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToUnderscore extends Zend_Filter_Word_CamelCaseToSeparator { /** diff --git a/library/Zend/Filter/Word/DashToCamelCase.php b/library/Zend/Filter/Word/DashToCamelCase.php index 88c27535..024e12a1 100644 --- a/library/Zend/Filter/Word/DashToCamelCase.php +++ b/library/Zend/Filter/Word/DashToCamelCase.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase { /** diff --git a/library/Zend/Filter/Word/DashToSeparator.php b/library/Zend/Filter/Word/DashToSeparator.php index 2b64f9cb..5102978a 100644 --- a/library/Zend/Filter/Word/DashToSeparator.php +++ b/library/Zend/Filter/Word/DashToSeparator.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToSeparator extends Zend_Filter_Word_Separator_Abstract { public function filter($value) diff --git a/library/Zend/Filter/Word/DashToUnderscore.php b/library/Zend/Filter/Word/DashToUnderscore.php index 39ca020e..4a7091c0 100644 --- a/library/Zend/Filter/Word/DashToUnderscore.php +++ b/library/Zend/Filter/Word/DashToUnderscore.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToUnderscore extends Zend_Filter_Word_SeparatorToSeparator { /** diff --git a/library/Zend/Filter/Word/Separator/Abstract.php b/library/Zend/Filter/Word/Separator/Abstract.php index 126d3f3a..777be122 100644 --- a/library/Zend/Filter/Word/Separator/Abstract.php +++ b/library/Zend/Filter/Word/Separator/Abstract.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Filter_Word_Separator_Abstract extends Zend_Filter_PregReplace { protected $_separator; diff --git a/library/Zend/Filter/Word/SeparatorToCamelCase.php b/library/Zend/Filter/Word/SeparatorToCamelCase.php index 4e1d7617..f4de4ffc 100644 --- a/library/Zend/Filter/Word/SeparatorToCamelCase.php +++ b/library/Zend/Filter/Word/SeparatorToCamelCase.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToCamelCase extends Zend_Filter_Word_Separator_Abstract { public function filter($value) diff --git a/library/Zend/Filter/Word/SeparatorToDash.php b/library/Zend/Filter/Word/SeparatorToDash.php index 01a15af2..0eb381df 100644 --- a/library/Zend/Filter/Word/SeparatorToDash.php +++ b/library/Zend/Filter/Word/SeparatorToDash.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToDash extends Zend_Filter_Word_SeparatorToSeparator { /** diff --git a/library/Zend/Filter/Word/SeparatorToSeparator.php b/library/Zend/Filter/Word/SeparatorToSeparator.php index 3236b632..eb2be3f2 100644 --- a/library/Zend/Filter/Word/SeparatorToSeparator.php +++ b/library/Zend/Filter/Word/SeparatorToSeparator.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToSeparator extends Zend_Filter_PregReplace { protected $_searchSeparator; diff --git a/library/Zend/Filter/Word/UnderscoreToCamelCase.php b/library/Zend/Filter/Word/UnderscoreToCamelCase.php index 588e3483..edb88434 100644 --- a/library/Zend/Filter/Word/UnderscoreToCamelCase.php +++ b/library/Zend/Filter/Word/UnderscoreToCamelCase.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToCamelCase extends Zend_Filter_Word_SeparatorToCamelCase { /** diff --git a/library/Zend/Filter/Word/UnderscoreToDash.php b/library/Zend/Filter/Word/UnderscoreToDash.php index d69eada3..c661a3df 100644 --- a/library/Zend/Filter/Word/UnderscoreToDash.php +++ b/library/Zend/Filter/Word/UnderscoreToDash.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToDash extends Zend_Filter_Word_SeparatorToSeparator { /** diff --git a/library/Zend/Filter/Word/UnderscoreToSeparator.php b/library/Zend/Filter/Word/UnderscoreToSeparator.php index b86f6956..efc084c9 100644 --- a/library/Zend/Filter/Word/UnderscoreToSeparator.php +++ b/library/Zend/Filter/Word/UnderscoreToSeparator.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToSeparator extends Zend_Filter_Word_SeparatorToSeparator { /** diff --git a/library/Zend/Form.php b/library/Zend/Form.php index a59ef5c8..145c7249 100644 --- a/library/Zend/Form.php +++ b/library/Zend/Form.php @@ -25,6 +25,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form implements Iterator, Countable, Zend_Validate_Interface { /**#@+ diff --git a/library/Zend/Form/Decorator/Abstract.php b/library/Zend/Form/Decorator/Abstract.php index 2b2fc867..c5ae495f 100644 --- a/library/Zend/Form/Decorator/Abstract.php +++ b/library/Zend/Form/Decorator/Abstract.php @@ -25,6 +25,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] abstract class Zend_Form_Decorator_Abstract implements Zend_Form_Decorator_Interface { /** diff --git a/library/Zend/Form/Decorator/Callback.php b/library/Zend/Form/Decorator/Callback.php index a3680eb5..3a8f1cba 100644 --- a/library/Zend/Form/Decorator/Callback.php +++ b/library/Zend/Form/Decorator/Callback.php @@ -41,6 +41,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Callback extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Captcha.php b/library/Zend/Form/Decorator/Captcha.php index 667c2e94..88dd4008 100644 --- a/library/Zend/Form/Decorator/Captcha.php +++ b/library/Zend/Form/Decorator/Captcha.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Captcha extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Captcha/Word.php b/library/Zend/Form/Decorator/Captcha/Word.php index e0a95790..9f74a507 100644 --- a/library/Zend/Form/Decorator/Captcha/Word.php +++ b/library/Zend/Form/Decorator/Captcha/Word.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Captcha_Word extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Description.php b/library/Zend/Form/Decorator/Description.php index 7f66887a..387c60df 100644 --- a/library/Zend/Form/Decorator/Description.php +++ b/library/Zend/Form/Decorator/Description.php @@ -34,6 +34,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Description extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/DtDdWrapper.php b/library/Zend/Form/Decorator/DtDdWrapper.php index b425b3b0..eaae07b3 100644 --- a/library/Zend/Form/Decorator/DtDdWrapper.php +++ b/library/Zend/Form/Decorator/DtDdWrapper.php @@ -28,6 +28,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_DtDdWrapper extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Errors.php b/library/Zend/Form/Decorator/Errors.php index af4c2ee9..bbef0277 100644 --- a/library/Zend/Form/Decorator/Errors.php +++ b/library/Zend/Form/Decorator/Errors.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Errors extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Exception.php b/library/Zend/Form/Decorator/Exception.php index 16c8765e..98f3090f 100644 --- a/library/Zend/Form/Decorator/Exception.php +++ b/library/Zend/Form/Decorator/Exception.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Exception extends Zend_Form_Exception { } diff --git a/library/Zend/Form/Decorator/Fieldset.php b/library/Zend/Form/Decorator/Fieldset.php index b755d397..9778297d 100644 --- a/library/Zend/Form/Decorator/Fieldset.php +++ b/library/Zend/Form/Decorator/Fieldset.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Fieldset extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/File.php b/library/Zend/Form/Decorator/File.php index f9b8c2b4..df120fe0 100644 --- a/library/Zend/Form/Decorator/File.php +++ b/library/Zend/Form/Decorator/File.php @@ -33,6 +33,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_File extends Zend_Form_Decorator_Abstract implements Zend_Form_Decorator_Marker_File_Interface { /** diff --git a/library/Zend/Form/Decorator/Form.php b/library/Zend/Form/Decorator/Form.php index 27f8b6ba..d1898bda 100644 --- a/library/Zend/Form/Decorator/Form.php +++ b/library/Zend/Form/Decorator/Form.php @@ -34,6 +34,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Form extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/FormElements.php b/library/Zend/Form/Decorator/FormElements.php index 2254d897..84b34da5 100644 --- a/library/Zend/Form/Decorator/FormElements.php +++ b/library/Zend/Form/Decorator/FormElements.php @@ -32,6 +32,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_FormElements extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/FormErrors.php b/library/Zend/Form/Decorator/FormErrors.php index 110cab4d..ca64e30f 100644 --- a/library/Zend/Form/Decorator/FormErrors.php +++ b/library/Zend/Form/Decorator/FormErrors.php @@ -29,6 +29,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_FormErrors extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/HtmlTag.php b/library/Zend/Form/Decorator/HtmlTag.php index 9545c0e0..790d3430 100644 --- a/library/Zend/Form/Decorator/HtmlTag.php +++ b/library/Zend/Form/Decorator/HtmlTag.php @@ -40,6 +40,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_HtmlTag extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/Image.php b/library/Zend/Form/Decorator/Image.php index d6d5f575..42f4e6ba 100644 --- a/library/Zend/Form/Decorator/Image.php +++ b/library/Zend/Form/Decorator/Image.php @@ -32,6 +32,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Image extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/PrepareElements.php b/library/Zend/Form/Decorator/PrepareElements.php index 920480ba..b16f1fbb 100644 --- a/library/Zend/Form/Decorator/PrepareElements.php +++ b/library/Zend/Form/Decorator/PrepareElements.php @@ -32,6 +32,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_PrepareElements extends Zend_Form_Decorator_FormElements { /** diff --git a/library/Zend/Form/Decorator/Tooltip.php b/library/Zend/Form/Decorator/Tooltip.php index c7284c80..eebfc996 100644 --- a/library/Zend/Form/Decorator/Tooltip.php +++ b/library/Zend/Form/Decorator/Tooltip.php @@ -27,6 +27,7 @@ * * @version $Id: Tooltip.php$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_Tooltip extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/ViewHelper.php b/library/Zend/Form/Decorator/ViewHelper.php index e6b86081..bc61a26a 100644 --- a/library/Zend/Form/Decorator/ViewHelper.php +++ b/library/Zend/Form/Decorator/ViewHelper.php @@ -35,6 +35,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_ViewHelper extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/Decorator/ViewScript.php b/library/Zend/Form/Decorator/ViewScript.php index c71d77f9..7f957c97 100644 --- a/library/Zend/Form/Decorator/ViewScript.php +++ b/library/Zend/Form/Decorator/ViewScript.php @@ -43,6 +43,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_Decorator_ViewScript extends Zend_Form_Decorator_Abstract { /** diff --git a/library/Zend/Form/DisplayGroup.php b/library/Zend/Form/DisplayGroup.php index eb61cf8c..c52cb6ab 100644 --- a/library/Zend/Form/DisplayGroup.php +++ b/library/Zend/Form/DisplayGroup.php @@ -22,6 +22,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_DisplayGroup implements Iterator, Countable { /** diff --git a/library/Zend/Form/Element/Multi.php b/library/Zend/Form/Element/Multi.php index 4477e172..858f3db2 100644 --- a/library/Zend/Form/Element/Multi.php +++ b/library/Zend/Form/Element/Multi.php @@ -25,6 +25,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] abstract class Zend_Form_Element_Multi extends Zend_Form_Element_Xhtml { /** diff --git a/library/Zend/Form/Element/Xhtml.php b/library/Zend/Form/Element/Xhtml.php index 978ca77a..156824b5 100644 --- a/library/Zend/Form/Element/Xhtml.php +++ b/library/Zend/Form/Element/Xhtml.php @@ -25,6 +25,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] abstract class Zend_Form_Element_Xhtml extends Zend_Form_Element { } diff --git a/library/Zend/Form/Exception.php b/library/Zend/Form/Exception.php index ddb238b3..f028807b 100644 --- a/library/Zend/Form/Exception.php +++ b/library/Zend/Form/Exception.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Form_Exception extends Zend_Exception { } diff --git a/library/Zend/Form/SubForm.php b/library/Zend/Form/SubForm.php index aa8ddb53..57df2832 100644 --- a/library/Zend/Form/SubForm.php +++ b/library/Zend/Form/SubForm.php @@ -25,6 +25,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Form_SubForm extends Zend_Form { /** diff --git a/library/Zend/Http/Client.php b/library/Zend/Http/Client.php index 79166b5a..dee25f40 100644 --- a/library/Zend/Http/Client.php +++ b/library/Zend/Http/Client.php @@ -58,6 +58,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client { /** diff --git a/library/Zend/Http/Client/Adapter/Curl.php b/library/Zend/Http/Client/Adapter/Curl.php index 03b428cd..8f99c877 100644 --- a/library/Zend/Http/Client/Adapter/Curl.php +++ b/library/Zend/Http/Client/Adapter/Curl.php @@ -38,6 +38,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Adapter_Curl implements Zend_Http_Client_Adapter_Interface, Zend_Http_Client_Adapter_Stream { /** diff --git a/library/Zend/Http/Client/Adapter/Exception.php b/library/Zend/Http/Client/Adapter/Exception.php index 8bf99ff9..1250d053 100644 --- a/library/Zend/Http/Client/Adapter/Exception.php +++ b/library/Zend/Http/Client/Adapter/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Adapter_Exception extends Zend_Http_Client_Exception { public const READ_TIMEOUT = 1000; diff --git a/library/Zend/Http/Client/Adapter/Proxy.php b/library/Zend/Http/Client/Adapter/Proxy.php index c836afe1..1d2dcfdd 100644 --- a/library/Zend/Http/Client/Adapter/Proxy.php +++ b/library/Zend/Http/Client/Adapter/Proxy.php @@ -42,6 +42,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Adapter_Proxy extends Zend_Http_Client_Adapter_Socket { /** diff --git a/library/Zend/Http/Client/Adapter/Socket.php b/library/Zend/Http/Client/Adapter/Socket.php index ae4bf393..daffa580 100644 --- a/library/Zend/Http/Client/Adapter/Socket.php +++ b/library/Zend/Http/Client/Adapter/Socket.php @@ -37,6 +37,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Adapter_Socket implements Zend_Http_Client_Adapter_Interface, Zend_Http_Client_Adapter_Stream { /** diff --git a/library/Zend/Http/Client/Adapter/Test.php b/library/Zend/Http/Client/Adapter/Test.php index b8f3c94d..0f0c6a3e 100644 --- a/library/Zend/Http/Client/Adapter/Test.php +++ b/library/Zend/Http/Client/Adapter/Test.php @@ -40,6 +40,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Adapter_Test implements Zend_Http_Client_Adapter_Interface { /** diff --git a/library/Zend/Http/Client/Exception.php b/library/Zend/Http/Client/Exception.php index 6665b978..9fffb817 100644 --- a/library/Zend/Http/Client/Exception.php +++ b/library/Zend/Http/Client/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client_Exception extends Zend_Http_Exception { } diff --git a/library/Zend/Http/Cookie.php b/library/Zend/Http/Cookie.php index 450cf7fd..742fc14a 100644 --- a/library/Zend/Http/Cookie.php +++ b/library/Zend/Http/Cookie.php @@ -37,6 +37,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Cookie { /** diff --git a/library/Zend/Http/CookieJar.php b/library/Zend/Http/CookieJar.php index dfd9557e..558e1650 100644 --- a/library/Zend/Http/CookieJar.php +++ b/library/Zend/Http/CookieJar.php @@ -50,6 +50,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_CookieJar implements Countable, IteratorAggregate { /** diff --git a/library/Zend/Http/Exception.php b/library/Zend/Http/Exception.php index a913fc71..2000c930 100644 --- a/library/Zend/Http/Exception.php +++ b/library/Zend/Http/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Exception extends Zend_Exception { } diff --git a/library/Zend/Http/Header/Exception/InvalidArgumentException.php b/library/Zend/Http/Header/Exception/InvalidArgumentException.php index fd2492cb..0857e0d6 100644 --- a/library/Zend/Http/Header/Exception/InvalidArgumentException.php +++ b/library/Zend/Http/Header/Exception/InvalidArgumentException.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Header_Exception_InvalidArgumentException extends Zend_Http_Exception { } diff --git a/library/Zend/Http/Header/Exception/RuntimeException.php b/library/Zend/Http/Header/Exception/RuntimeException.php index bc83e3cf..91e7c4be 100644 --- a/library/Zend/Http/Header/Exception/RuntimeException.php +++ b/library/Zend/Http/Header/Exception/RuntimeException.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Header_Exception_RuntimeException extends Zend_Http_Exception { } diff --git a/library/Zend/Http/Header/SetCookie.php b/library/Zend/Http/Header/SetCookie.php index 14d515b0..88832a69 100644 --- a/library/Zend/Http/Header/SetCookie.php +++ b/library/Zend/Http/Header/SetCookie.php @@ -43,6 +43,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Header_SetCookie { /** diff --git a/library/Zend/Http/Response.php b/library/Zend/Http/Response.php index e61383b1..b54040cc 100644 --- a/library/Zend/Http/Response.php +++ b/library/Zend/Http/Response.php @@ -30,6 +30,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Response { /** diff --git a/library/Zend/Http/Response/Stream.php b/library/Zend/Http/Response/Stream.php index 4455ade6..47b60678 100755 --- a/library/Zend/Http/Response/Stream.php +++ b/library/Zend/Http/Response/Stream.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Response_Stream extends Zend_Http_Response { /** diff --git a/library/Zend/Http/UserAgent.php b/library/Zend/Http/UserAgent.php index 7d94d9d2..5ce65ee3 100644 --- a/library/Zend/Http/UserAgent.php +++ b/library/Zend/Http/UserAgent.php @@ -26,6 +26,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent implements Serializable { /** diff --git a/library/Zend/Http/UserAgent/AbstractDevice.php b/library/Zend/Http/UserAgent/AbstractDevice.php index 6fe26aba..134f32ea 100644 --- a/library/Zend/Http/UserAgent/AbstractDevice.php +++ b/library/Zend/Http/UserAgent/AbstractDevice.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Http_UserAgent_AbstractDevice implements Zend_Http_UserAgent_Device { /** diff --git a/library/Zend/Http/UserAgent/Bot.php b/library/Zend/Http/UserAgent/Bot.php index 149e2559..bb77b384 100644 --- a/library/Zend/Http/UserAgent/Bot.php +++ b/library/Zend/Http/UserAgent/Bot.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Bot extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Checker.php b/library/Zend/Http/UserAgent/Checker.php index a52bca5c..332b63fc 100644 --- a/library/Zend/Http/UserAgent/Checker.php +++ b/library/Zend/Http/UserAgent/Checker.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Checker extends Zend_Http_UserAgent_Desktop { /** diff --git a/library/Zend/Http/UserAgent/Console.php b/library/Zend/Http/UserAgent/Console.php index dfbbaadb..24cd10f5 100644 --- a/library/Zend/Http/UserAgent/Console.php +++ b/library/Zend/Http/UserAgent/Console.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Console extends Zend_Http_UserAgent_Desktop { /** diff --git a/library/Zend/Http/UserAgent/Desktop.php b/library/Zend/Http/UserAgent/Desktop.php index 20fb3e3f..54a8e848 100644 --- a/library/Zend/Http/UserAgent/Desktop.php +++ b/library/Zend/Http/UserAgent/Desktop.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Desktop extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Email.php b/library/Zend/Http/UserAgent/Email.php index 68349f08..7317e742 100644 --- a/library/Zend/Http/UserAgent/Email.php +++ b/library/Zend/Http/UserAgent/Email.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Email extends Zend_Http_UserAgent_Desktop { /** diff --git a/library/Zend/Http/UserAgent/Exception.php b/library/Zend/Http/UserAgent/Exception.php index d63a1e62..168f0ea8 100644 --- a/library/Zend/Http/UserAgent/Exception.php +++ b/library/Zend/Http/UserAgent/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Exception extends Zend_Exception { } diff --git a/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php b/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php index bd3a40f8..2c5a937a 100644 --- a/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php +++ b/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php @@ -28,6 +28,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Features_Adapter_Browscap implements Zend_Http_UserAgent_Features_Adapter { /** diff --git a/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php b/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php index 482d8efe..9bc6e0ef 100644 --- a/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php +++ b/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Features_Adapter_DeviceAtlas implements Zend_Http_UserAgent_Features_Adapter { /** diff --git a/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php b/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php index 5d91b621..25aeb20e 100644 --- a/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php +++ b/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Features_Adapter_TeraWurfl implements Zend_Http_UserAgent_Features_Adapter { /** diff --git a/library/Zend/Http/UserAgent/Features/Exception.php b/library/Zend/Http/UserAgent/Features/Exception.php index 32f71d89..9692f844 100644 --- a/library/Zend/Http/UserAgent/Features/Exception.php +++ b/library/Zend/Http/UserAgent/Features/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Features_Exception extends Zend_Http_UserAgent_Exception { } diff --git a/library/Zend/Http/UserAgent/Feed.php b/library/Zend/Http/UserAgent/Feed.php index 5166c33e..9dd427a8 100644 --- a/library/Zend/Http/UserAgent/Feed.php +++ b/library/Zend/Http/UserAgent/Feed.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Feed extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Mobile.php b/library/Zend/Http/UserAgent/Mobile.php index 4300476b..773649c0 100644 --- a/library/Zend/Http/UserAgent/Mobile.php +++ b/library/Zend/Http/UserAgent/Mobile.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Mobile extends Zend_Http_UserAgent_AbstractDevice { public const DEFAULT_FEATURES_ADAPTER_CLASSNAME = 'Zend_Http_UserAgent_Features_Adapter_Browscap'; diff --git a/library/Zend/Http/UserAgent/Offline.php b/library/Zend/Http/UserAgent/Offline.php index 1308164e..8858e9f0 100644 --- a/library/Zend/Http/UserAgent/Offline.php +++ b/library/Zend/Http/UserAgent/Offline.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Offline extends Zend_Http_UserAgent_Desktop { /** diff --git a/library/Zend/Http/UserAgent/Probe.php b/library/Zend/Http/UserAgent/Probe.php index a273749e..ea2a7a94 100644 --- a/library/Zend/Http/UserAgent/Probe.php +++ b/library/Zend/Http/UserAgent/Probe.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Probe extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Spam.php b/library/Zend/Http/UserAgent/Spam.php index 9c8ad152..da049220 100644 --- a/library/Zend/Http/UserAgent/Spam.php +++ b/library/Zend/Http/UserAgent/Spam.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Spam extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Storage/Exception.php b/library/Zend/Http/UserAgent/Storage/Exception.php index 3f0115b5..6b0251b9 100644 --- a/library/Zend/Http/UserAgent/Storage/Exception.php +++ b/library/Zend/Http/UserAgent/Storage/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Storage_Exception extends Zend_Http_UserAgent_Exception { } diff --git a/library/Zend/Http/UserAgent/Storage/NonPersistent.php b/library/Zend/Http/UserAgent/Storage/NonPersistent.php index c59a5ef1..e11abcc4 100644 --- a/library/Zend/Http/UserAgent/Storage/NonPersistent.php +++ b/library/Zend/Http/UserAgent/Storage/NonPersistent.php @@ -31,6 +31,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Storage_NonPersistent implements Zend_Http_UserAgent_Storage { /** diff --git a/library/Zend/Http/UserAgent/Storage/Session.php b/library/Zend/Http/UserAgent/Storage/Session.php index 8e9c3252..9f3f7ced 100644 --- a/library/Zend/Http/UserAgent/Storage/Session.php +++ b/library/Zend/Http/UserAgent/Storage/Session.php @@ -28,6 +28,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Storage_Session implements Zend_Http_UserAgent_Storage { /** diff --git a/library/Zend/Http/UserAgent/Text.php b/library/Zend/Http/UserAgent/Text.php index bad704d5..fec83c31 100644 --- a/library/Zend/Http/UserAgent/Text.php +++ b/library/Zend/Http/UserAgent/Text.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Text extends Zend_Http_UserAgent_AbstractDevice { /** diff --git a/library/Zend/Http/UserAgent/Validator.php b/library/Zend/Http/UserAgent/Validator.php index 07c25b84..93572262 100644 --- a/library/Zend/Http/UserAgent/Validator.php +++ b/library/Zend/Http/UserAgent/Validator.php @@ -21,6 +21,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_UserAgent_Validator extends Zend_Http_UserAgent_Desktop { /** diff --git a/library/Zend/Json.php b/library/Zend/Json.php index 625a0899..295b818a 100644 --- a/library/Zend/Json.php +++ b/library/Zend/Json.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Json { /** diff --git a/library/Zend/Json/Encoder.php b/library/Zend/Json/Encoder.php index c65a78dd..b98d1ed0 100644 --- a/library/Zend/Json/Encoder.php +++ b/library/Zend/Json/Encoder.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Json_Encoder { /** diff --git a/library/Zend/Json/Exception.php b/library/Zend/Json/Exception.php index 51250cee..08d646ab 100644 --- a/library/Zend/Json/Exception.php +++ b/library/Zend/Json/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Json_Exception extends Zend_Exception { } diff --git a/library/Zend/Json/Expr.php b/library/Zend/Json/Expr.php index 461df516..ff5a375a 100644 --- a/library/Zend/Json/Expr.php +++ b/library/Zend/Json/Expr.php @@ -41,6 +41,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Json_Expr { /** diff --git a/library/Zend/Layout.php b/library/Zend/Layout.php index 057e31e9..5f1b76be 100644 --- a/library/Zend/Layout.php +++ b/library/Zend/Layout.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Layout { /** diff --git a/library/Zend/Layout/Controller/Action/Helper/Layout.php b/library/Zend/Layout/Controller/Action/Helper/Layout.php index 67424ace..e90cbd53 100644 --- a/library/Zend/Layout/Controller/Action/Helper/Layout.php +++ b/library/Zend/Layout/Controller/Action/Helper/Layout.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Layout_Controller_Action_Helper_Layout extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/library/Zend/Layout/Controller/Plugin/Layout.php b/library/Zend/Layout/Controller/Plugin/Layout.php index b765a4d9..f9492433 100644 --- a/library/Zend/Layout/Controller/Plugin/Layout.php +++ b/library/Zend/Layout/Controller/Plugin/Layout.php @@ -27,6 +27,7 @@ * * @version $Id$ */ +#[AllowDynamicProperties] class Zend_Layout_Controller_Plugin_Layout extends Zend_Controller_Plugin_Abstract { protected $_layoutActionHelper; diff --git a/library/Zend/Layout/Exception.php b/library/Zend/Layout/Exception.php index 13f294f9..5e033bcd 100644 --- a/library/Zend/Layout/Exception.php +++ b/library/Zend/Layout/Exception.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Layout_Exception extends Zend_Exception { } diff --git a/library/Zend/Loader.php b/library/Zend/Loader.php index 580539a1..38c9826c 100644 --- a/library/Zend/Loader.php +++ b/library/Zend/Loader.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader { /** diff --git a/library/Zend/Loader/Autoloader.php b/library/Zend/Loader/Autoloader.php index 4843338e..e6f7c7e2 100644 --- a/library/Zend/Loader/Autoloader.php +++ b/library/Zend/Loader/Autoloader.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_Autoloader { /** diff --git a/library/Zend/Loader/AutoloaderFactory.php b/library/Zend/Loader/AutoloaderFactory.php index db74712c..230c319e 100644 --- a/library/Zend/Loader/AutoloaderFactory.php +++ b/library/Zend/Loader/AutoloaderFactory.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Loader_AutoloaderFactory { public const STANDARD_AUTOLOADER = 'Zend_Loader_StandardAutoloader'; diff --git a/library/Zend/Loader/ClassMapAutoloader.php b/library/Zend/Loader/ClassMapAutoloader.php index 3c129d78..1407db75 100644 --- a/library/Zend/Loader/ClassMapAutoloader.php +++ b/library/Zend/Loader/ClassMapAutoloader.php @@ -25,6 +25,7 @@ * * @license New BSD {@link http://framework.zend.com/license/new-bsd} */ +#[AllowDynamicProperties] class Zend_Loader_ClassMapAutoloader implements Zend_Loader_SplAutoloader { /** diff --git a/library/Zend/Loader/Exception.php b/library/Zend/Loader/Exception.php index 33fdf8b3..ac555895 100644 --- a/library/Zend/Loader/Exception.php +++ b/library/Zend/Loader/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_Exception extends Zend_Exception { } diff --git a/library/Zend/Loader/Exception/InvalidArgumentException.php b/library/Zend/Loader/Exception/InvalidArgumentException.php index e7a968e0..3cd66818 100644 --- a/library/Zend/Loader/Exception/InvalidArgumentException.php +++ b/library/Zend/Loader/Exception/InvalidArgumentException.php @@ -19,6 +19,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_Exception_InvalidArgumentException extends Zend_Loader_Exception { } diff --git a/library/Zend/Loader/PluginLoader.php b/library/Zend/Loader/PluginLoader.php index 626f213b..fba933f4 100644 --- a/library/Zend/Loader/PluginLoader.php +++ b/library/Zend/Loader/PluginLoader.php @@ -28,6 +28,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_PluginLoader implements Zend_Loader_PluginLoader_Interface { /** diff --git a/library/Zend/Loader/PluginLoader/Exception.php b/library/Zend/Loader/PluginLoader/Exception.php index f7260b3f..20fa1ed6 100644 --- a/library/Zend/Loader/PluginLoader/Exception.php +++ b/library/Zend/Loader/PluginLoader/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_PluginLoader_Exception extends Zend_Loader_Exception { } diff --git a/library/Zend/Loader/StandardAutoloader.php b/library/Zend/Loader/StandardAutoloader.php index d7afd0cc..b579b5b3 100644 --- a/library/Zend/Loader/StandardAutoloader.php +++ b/library/Zend/Loader/StandardAutoloader.php @@ -27,6 +27,7 @@ * * @license New BSD {@link http://framework.zend.com/license/new-bsd} */ +#[AllowDynamicProperties] class Zend_Loader_StandardAutoloader implements Zend_Loader_SplAutoloader { public const NS_SEPARATOR = '\\'; diff --git a/library/Zend/Locale.php b/library/Zend/Locale.php index 7a5a89fd..7876da2f 100644 --- a/library/Zend/Locale.php +++ b/library/Zend/Locale.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale { /** diff --git a/library/Zend/Locale/Data.php b/library/Zend/Locale/Data.php index 25a10078..f27e922f 100644 --- a/library/Zend/Locale/Data.php +++ b/library/Zend/Locale/Data.php @@ -30,6 +30,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Data { /** diff --git a/library/Zend/Locale/Data/Translation.php b/library/Zend/Locale/Data/Translation.php index 18288df2..32fe5afa 100644 --- a/library/Zend/Locale/Data/Translation.php +++ b/library/Zend/Locale/Data/Translation.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Data_Translation { /** diff --git a/library/Zend/Locale/Exception.php b/library/Zend/Locale/Exception.php index 47be9b3e..73272af6 100644 --- a/library/Zend/Locale/Exception.php +++ b/library/Zend/Locale/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Exception extends Zend_Exception { } diff --git a/library/Zend/Locale/Format.php b/library/Zend/Locale/Format.php index 1b1efc88..5583d7a0 100644 --- a/library/Zend/Locale/Format.php +++ b/library/Zend/Locale/Format.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Format { public const STANDARD = 'auto'; diff --git a/library/Zend/Locale/Math.php b/library/Zend/Locale/Math.php index e2b9f7a9..8821177e 100644 --- a/library/Zend/Locale/Math.php +++ b/library/Zend/Locale/Math.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Math { // support unit testing without using bcmath functions diff --git a/library/Zend/Locale/Math/Exception.php b/library/Zend/Locale/Math/Exception.php index 8043608e..62b2d67c 100644 --- a/library/Zend/Locale/Math/Exception.php +++ b/library/Zend/Locale/Math/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Math_Exception extends Zend_Locale_Exception { protected $op1; diff --git a/library/Zend/Locale/Math/PhpMath.php b/library/Zend/Locale/Math/PhpMath.php index 0a90bab9..3fcdae33 100644 --- a/library/Zend/Locale/Math/PhpMath.php +++ b/library/Zend/Locale/Math/PhpMath.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Locale_Math_PhpMath extends Zend_Locale_Math { public static function disable() diff --git a/library/Zend/Navigation.php b/library/Zend/Navigation.php index f5cbf057..2158e290 100644 --- a/library/Zend/Navigation.php +++ b/library/Zend/Navigation.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Navigation extends Zend_Navigation_Container { /** diff --git a/library/Zend/Navigation/Container.php b/library/Zend/Navigation/Container.php index 01e837f0..2a923373 100644 --- a/library/Zend/Navigation/Container.php +++ b/library/Zend/Navigation/Container.php @@ -24,6 +24,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Navigation_Container implements RecursiveIterator, Countable { /** diff --git a/library/Zend/Navigation/Exception.php b/library/Zend/Navigation/Exception.php index cfa963a6..f10d1a21 100644 --- a/library/Zend/Navigation/Exception.php +++ b/library/Zend/Navigation/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Navigation_Exception extends Zend_Exception { } diff --git a/library/Zend/Navigation/Page.php b/library/Zend/Navigation/Page.php index 72b6df4d..619fe2b8 100644 --- a/library/Zend/Navigation/Page.php +++ b/library/Zend/Navigation/Page.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Navigation_Page extends Zend_Navigation_Container { /** diff --git a/library/Zend/Navigation/Page/Mvc.php b/library/Zend/Navigation/Page/Mvc.php index 7f3aa4be..776a156d 100644 --- a/library/Zend/Navigation/Page/Mvc.php +++ b/library/Zend/Navigation/Page/Mvc.php @@ -40,6 +40,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Navigation_Page_Mvc extends Zend_Navigation_Page { /** diff --git a/library/Zend/Navigation/Page/Uri.php b/library/Zend/Navigation/Page/Uri.php index d5d3c575..26168e63 100644 --- a/library/Zend/Navigation/Page/Uri.php +++ b/library/Zend/Navigation/Page/Uri.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Navigation_Page_Uri extends Zend_Navigation_Page { /** diff --git a/library/Zend/Paginator.php b/library/Zend/Paginator.php index 619a3cc0..f1f6d759 100644 --- a/library/Zend/Paginator.php +++ b/library/Zend/Paginator.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator implements Countable, IteratorAggregate { /** diff --git a/library/Zend/Paginator/Adapter/Array.php b/library/Zend/Paginator/Adapter/Array.php index b4165ea2..6b1280c0 100644 --- a/library/Zend/Paginator/Adapter/Array.php +++ b/library/Zend/Paginator/Adapter/Array.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_Adapter_Array implements Zend_Paginator_Adapter_Interface { /** diff --git a/library/Zend/Paginator/Adapter/Iterator.php b/library/Zend/Paginator/Adapter/Iterator.php index e442fbdb..55a631a9 100644 --- a/library/Zend/Paginator/Adapter/Iterator.php +++ b/library/Zend/Paginator/Adapter/Iterator.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_Adapter_Iterator implements Zend_Paginator_Adapter_Interface { /** diff --git a/library/Zend/Paginator/Adapter/Null.php b/library/Zend/Paginator/Adapter/Null.php index 0c07908f..40c3d0bc 100644 --- a/library/Zend/Paginator/Adapter/Null.php +++ b/library/Zend/Paginator/Adapter/Null.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_Adapter_Null implements Zend_Paginator_Adapter_Interface { /** diff --git a/library/Zend/Paginator/Exception.php b/library/Zend/Paginator/Exception.php index 39647b2b..44f0c315 100644 --- a/library/Zend/Paginator/Exception.php +++ b/library/Zend/Paginator/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_Exception extends Zend_Exception { } diff --git a/library/Zend/Paginator/ScrollingStyle/All.php b/library/Zend/Paginator/ScrollingStyle/All.php index 4a7c2f24..372d99d0 100644 --- a/library/Zend/Paginator/ScrollingStyle/All.php +++ b/library/Zend/Paginator/ScrollingStyle/All.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_All implements Zend_Paginator_ScrollingStyle_Interface { /** diff --git a/library/Zend/Paginator/ScrollingStyle/Elastic.php b/library/Zend/Paginator/ScrollingStyle/Elastic.php index 2427e60a..889c9a9c 100644 --- a/library/Zend/Paginator/ScrollingStyle/Elastic.php +++ b/library/Zend/Paginator/ScrollingStyle/Elastic.php @@ -31,6 +31,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_Elastic extends Zend_Paginator_ScrollingStyle_Sliding { /** diff --git a/library/Zend/Paginator/ScrollingStyle/Jumping.php b/library/Zend/Paginator/ScrollingStyle/Jumping.php index 0fe54062..86e2e600 100644 --- a/library/Zend/Paginator/ScrollingStyle/Jumping.php +++ b/library/Zend/Paginator/ScrollingStyle/Jumping.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_Jumping implements Zend_Paginator_ScrollingStyle_Interface { /** diff --git a/library/Zend/Paginator/ScrollingStyle/Sliding.php b/library/Zend/Paginator/ScrollingStyle/Sliding.php index dcdaa615..7082d4b7 100644 --- a/library/Zend/Paginator/ScrollingStyle/Sliding.php +++ b/library/Zend/Paginator/ScrollingStyle/Sliding.php @@ -32,6 +32,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_Sliding implements Zend_Paginator_ScrollingStyle_Interface { /** diff --git a/library/Zend/Paginator/SerializableLimitIterator.php b/library/Zend/Paginator/SerializableLimitIterator.php index 1301c3fd..31828cdf 100644 --- a/library/Zend/Paginator/SerializableLimitIterator.php +++ b/library/Zend/Paginator/SerializableLimitIterator.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Paginator_SerializableLimitIterator extends LimitIterator implements Serializable, ArrayAccess { /** diff --git a/library/Zend/ProgressBar.php b/library/Zend/ProgressBar.php index 31cc07c2..00993b80 100644 --- a/library/Zend/ProgressBar.php +++ b/library/Zend/ProgressBar.php @@ -20,6 +20,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_ProgressBar { /** diff --git a/library/Zend/Registry.php b/library/Zend/Registry.php index 53657873..5f19d678 100644 --- a/library/Zend/Registry.php +++ b/library/Zend/Registry.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Registry extends ArrayObject { /** diff --git a/library/Zend/Rest/Client.php b/library/Zend/Rest/Client.php index aad4a25e..18385400 100644 --- a/library/Zend/Rest/Client.php +++ b/library/Zend/Rest/Client.php @@ -29,6 +29,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Client extends Zend_Service_Abstract { /** diff --git a/library/Zend/Rest/Client/Exception.php b/library/Zend/Rest/Client/Exception.php index 32f68513..15dfb2c0 100644 --- a/library/Zend/Rest/Client/Exception.php +++ b/library/Zend/Rest/Client/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Client_Exception extends Zend_Rest_Exception { } diff --git a/library/Zend/Rest/Client/Result.php b/library/Zend/Rest/Client/Result.php index 2e55f5ec..754426ee 100644 --- a/library/Zend/Rest/Client/Result.php +++ b/library/Zend/Rest/Client/Result.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Client_Result implements IteratorAggregate { /** diff --git a/library/Zend/Rest/Client/Result/Exception.php b/library/Zend/Rest/Client/Result/Exception.php index f7c9163a..30b18d66 100644 --- a/library/Zend/Rest/Client/Result/Exception.php +++ b/library/Zend/Rest/Client/Result/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Client_Result_Exception extends Zend_Rest_Client_Exception { } diff --git a/library/Zend/Rest/Controller.php b/library/Zend/Rest/Controller.php index fcabde58..4a3533b0 100644 --- a/library/Zend/Rest/Controller.php +++ b/library/Zend/Rest/Controller.php @@ -28,6 +28,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Rest_Controller extends Zend_Controller_Action { /** diff --git a/library/Zend/Rest/Exception.php b/library/Zend/Rest/Exception.php index 95340f35..f4089113 100644 --- a/library/Zend/Rest/Exception.php +++ b/library/Zend/Rest/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Exception extends Zend_Exception { } diff --git a/library/Zend/Rest/Route.php b/library/Zend/Rest/Route.php index 27f661ba..971f840f 100644 --- a/library/Zend/Rest/Route.php +++ b/library/Zend/Rest/Route.php @@ -44,6 +44,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_Route extends Zend_Controller_Router_Route_Module { /** diff --git a/library/Zend/Service/Abstract.php b/library/Zend/Service/Abstract.php index 843d81bc..ad62c8df 100644 --- a/library/Zend/Service/Abstract.php +++ b/library/Zend/Service/Abstract.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Service_Abstract { /** diff --git a/library/Zend/Service/Exception.php b/library/Zend/Service/Exception.php index 5a2522bb..444d1991 100644 --- a/library/Zend/Service/Exception.php +++ b/library/Zend/Service/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Service_Exception extends Zend_Exception { } diff --git a/library/Zend/Session.php b/library/Zend/Session.php index 10effcee..195ed8e0 100644 --- a/library/Zend/Session.php +++ b/library/Zend/Session.php @@ -40,6 +40,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Session extends Zend_Session_Abstract { /** diff --git a/library/Zend/Session/Abstract.php b/library/Zend/Session/Abstract.php index da4eb107..a396b826 100644 --- a/library/Zend/Session/Abstract.php +++ b/library/Zend/Session/Abstract.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Session_Abstract { /** diff --git a/library/Zend/Session/Exception.php b/library/Zend/Session/Exception.php index 1aba0bc4..d276049f 100644 --- a/library/Zend/Session/Exception.php +++ b/library/Zend/Session/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Session_Exception extends Zend_Exception { /** diff --git a/library/Zend/Session/Namespace.php b/library/Zend/Session/Namespace.php index b41d7bee..61caa6bd 100644 --- a/library/Zend/Session/Namespace.php +++ b/library/Zend/Session/Namespace.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Session_Namespace extends Zend_Session_Abstract implements IteratorAggregate { /** diff --git a/library/Zend/Session/Validator/Abstract.php b/library/Zend/Session/Validator/Abstract.php index 21af52de..9b8b5d5a 100644 --- a/library/Zend/Session/Validator/Abstract.php +++ b/library/Zend/Session/Validator/Abstract.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Session_Validator_Abstract implements Zend_Session_Validator_Interface { /** diff --git a/library/Zend/Session/Validator/Exception.php b/library/Zend/Session/Validator/Exception.php index e174ed7f..78cb7671 100644 --- a/library/Zend/Session/Validator/Exception.php +++ b/library/Zend/Session/Validator/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Session_Validator_Exception extends Zend_Session_Exception { } diff --git a/library/Zend/Session/Validator/HttpUserAgent.php b/library/Zend/Session/Validator/HttpUserAgent.php index 426414eb..79a9dd32 100644 --- a/library/Zend/Session/Validator/HttpUserAgent.php +++ b/library/Zend/Session/Validator/HttpUserAgent.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Session_Validator_HttpUserAgent extends Zend_Session_Validator_Abstract { /** diff --git a/library/Zend/Test/PHPUnit/ControllerTestCase.php b/library/Zend/Test/PHPUnit/ControllerTestCase.php index 1b0165a2..85560206 100644 --- a/library/Zend/Test/PHPUnit/ControllerTestCase.php +++ b/library/Zend/Test/PHPUnit/ControllerTestCase.php @@ -39,6 +39,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Test_PHPUnit_ControllerTestCase extends \PHPUnit\Framework\TestCase { /** diff --git a/library/Zend/Text/Exception.php b/library/Zend/Text/Exception.php index 8a0f5ceb..6e1cd4b2 100644 --- a/library/Zend/Text/Exception.php +++ b/library/Zend/Text/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Text_Exception extends Zend_Exception { } diff --git a/library/Zend/Text/Figlet.php b/library/Zend/Text/Figlet.php index 9828f4ac..1bec6e81 100644 --- a/library/Zend/Text/Figlet.php +++ b/library/Zend/Text/Figlet.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Text_Figlet { /** diff --git a/library/Zend/Text/Figlet/Exception.php b/library/Zend/Text/Figlet/Exception.php index 2b833d82..55404f49 100644 --- a/library/Zend/Text/Figlet/Exception.php +++ b/library/Zend/Text/Figlet/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Text_Figlet_Exception extends Zend_Text_Exception { } diff --git a/library/Zend/Translate.php b/library/Zend/Translate.php index b854c2ea..51492ba0 100644 --- a/library/Zend/Translate.php +++ b/library/Zend/Translate.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Translate { /** diff --git a/library/Zend/Translate/Adapter.php b/library/Zend/Translate/Adapter.php index f21e804d..ca397e46 100644 --- a/library/Zend/Translate/Adapter.php +++ b/library/Zend/Translate/Adapter.php @@ -32,6 +32,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Translate_Adapter { /** diff --git a/library/Zend/Translate/Adapter/Array.php b/library/Zend/Translate/Adapter/Array.php index e92263f5..01b238c0 100644 --- a/library/Zend/Translate/Adapter/Array.php +++ b/library/Zend/Translate/Adapter/Array.php @@ -26,6 +26,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Translate_Adapter_Array extends Zend_Translate_Adapter { private $_data = []; diff --git a/library/Zend/Translate/Exception.php b/library/Zend/Translate/Exception.php index 6d71de11..2e589c66 100644 --- a/library/Zend/Translate/Exception.php +++ b/library/Zend/Translate/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Translate_Exception extends Zend_Exception { } diff --git a/library/Zend/Translate/Plural.php b/library/Zend/Translate/Plural.php index c601fe37..c94b3988 100644 --- a/library/Zend/Translate/Plural.php +++ b/library/Zend/Translate/Plural.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Translate_Plural { /** diff --git a/library/Zend/Uri.php b/library/Zend/Uri.php index 4ee4ca8b..df1db397 100644 --- a/library/Zend/Uri.php +++ b/library/Zend/Uri.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Uri { /** diff --git a/library/Zend/Uri/Exception.php b/library/Zend/Uri/Exception.php index 120beee9..bbb8b831 100644 --- a/library/Zend/Uri/Exception.php +++ b/library/Zend/Uri/Exception.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Uri_Exception extends Zend_Exception { } diff --git a/library/Zend/Uri/Http.php b/library/Zend/Uri/Http.php index 3cdca4e7..1e2ee752 100644 --- a/library/Zend/Uri/Http.php +++ b/library/Zend/Uri/Http.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Uri_Http extends Zend_Uri { /** diff --git a/library/Zend/Validate.php b/library/Zend/Validate.php index b419c0c2..b0a76baf 100644 --- a/library/Zend/Validate.php +++ b/library/Zend/Validate.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate implements Zend_Validate_Interface { /** diff --git a/library/Zend/Validate/Abstract.php b/library/Zend/Validate/Abstract.php index 63af61dd..356a308d 100644 --- a/library/Zend/Validate/Abstract.php +++ b/library/Zend/Validate/Abstract.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Validate_Abstract implements Zend_Validate_Interface { /** diff --git a/library/Zend/Validate/Barcode.php b/library/Zend/Validate/Barcode.php index 52ab8cb2..b7b743c8 100644 --- a/library/Zend/Validate/Barcode.php +++ b/library/Zend/Validate/Barcode.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode extends Zend_Validate_Abstract { public const INVALID = 'barcodeInvalid'; diff --git a/library/Zend/Validate/Barcode/AdapterAbstract.php b/library/Zend/Validate/Barcode/AdapterAbstract.php index a54272ec..b5ed1769 100644 --- a/library/Zend/Validate/Barcode/AdapterAbstract.php +++ b/library/Zend/Validate/Barcode/AdapterAbstract.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Validate_Barcode_AdapterAbstract implements Zend_Validate_Barcode_AdapterInterface { /** diff --git a/library/Zend/Validate/Barcode/Code25.php b/library/Zend/Validate/Barcode/Code25.php index 9f3f6517..d712d9fc 100644 --- a/library/Zend/Validate/Barcode/Code25.php +++ b/library/Zend/Validate/Barcode/Code25.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code25 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Code25interleaved.php b/library/Zend/Validate/Barcode/Code25interleaved.php index 1ceb27df..444e60a3 100644 --- a/library/Zend/Validate/Barcode/Code25interleaved.php +++ b/library/Zend/Validate/Barcode/Code25interleaved.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code25interleaved extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Code39.php b/library/Zend/Validate/Barcode/Code39.php index 0eabb80d..3da8bf00 100644 --- a/library/Zend/Validate/Barcode/Code39.php +++ b/library/Zend/Validate/Barcode/Code39.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code39 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Code39ext.php b/library/Zend/Validate/Barcode/Code39ext.php index 204f0c57..1cdfa783 100644 --- a/library/Zend/Validate/Barcode/Code39ext.php +++ b/library/Zend/Validate/Barcode/Code39ext.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code39ext extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Code93.php b/library/Zend/Validate/Barcode/Code93.php index a9226863..34c886ba 100644 --- a/library/Zend/Validate/Barcode/Code93.php +++ b/library/Zend/Validate/Barcode/Code93.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code93 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Code93ext.php b/library/Zend/Validate/Barcode/Code93ext.php index 017134f9..ff1308e4 100644 --- a/library/Zend/Validate/Barcode/Code93ext.php +++ b/library/Zend/Validate/Barcode/Code93ext.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Code93ext extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean12.php b/library/Zend/Validate/Barcode/Ean12.php index 828f16ef..e020dbb5 100644 --- a/library/Zend/Validate/Barcode/Ean12.php +++ b/library/Zend/Validate/Barcode/Ean12.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean12 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean13.php b/library/Zend/Validate/Barcode/Ean13.php index 476b44b9..a6a8394e 100644 --- a/library/Zend/Validate/Barcode/Ean13.php +++ b/library/Zend/Validate/Barcode/Ean13.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean13 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean14.php b/library/Zend/Validate/Barcode/Ean14.php index 26b59904..41f2c438 100644 --- a/library/Zend/Validate/Barcode/Ean14.php +++ b/library/Zend/Validate/Barcode/Ean14.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean14 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean18.php b/library/Zend/Validate/Barcode/Ean18.php index 381b8000..fc690659 100644 --- a/library/Zend/Validate/Barcode/Ean18.php +++ b/library/Zend/Validate/Barcode/Ean18.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean18 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean2.php b/library/Zend/Validate/Barcode/Ean2.php index 5c7ea4d2..b66a2698 100644 --- a/library/Zend/Validate/Barcode/Ean2.php +++ b/library/Zend/Validate/Barcode/Ean2.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean2 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean5.php b/library/Zend/Validate/Barcode/Ean5.php index 57861d68..6296c9a9 100644 --- a/library/Zend/Validate/Barcode/Ean5.php +++ b/library/Zend/Validate/Barcode/Ean5.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean5 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Ean8.php b/library/Zend/Validate/Barcode/Ean8.php index 208aecf3..d4b44510 100644 --- a/library/Zend/Validate/Barcode/Ean8.php +++ b/library/Zend/Validate/Barcode/Ean8.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Ean8 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Gtin12.php b/library/Zend/Validate/Barcode/Gtin12.php index 9f335dad..007f6de6 100644 --- a/library/Zend/Validate/Barcode/Gtin12.php +++ b/library/Zend/Validate/Barcode/Gtin12.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Gtin12 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Gtin13.php b/library/Zend/Validate/Barcode/Gtin13.php index a2717f07..9df0499b 100644 --- a/library/Zend/Validate/Barcode/Gtin13.php +++ b/library/Zend/Validate/Barcode/Gtin13.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Gtin13 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Gtin14.php b/library/Zend/Validate/Barcode/Gtin14.php index c2b31814..bf03f118 100644 --- a/library/Zend/Validate/Barcode/Gtin14.php +++ b/library/Zend/Validate/Barcode/Gtin14.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Gtin14 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Identcode.php b/library/Zend/Validate/Barcode/Identcode.php index 6eeed47c..eac7b386 100644 --- a/library/Zend/Validate/Barcode/Identcode.php +++ b/library/Zend/Validate/Barcode/Identcode.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Identcode extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Intelligentmail.php b/library/Zend/Validate/Barcode/Intelligentmail.php index e40652e4..8b619d22 100644 --- a/library/Zend/Validate/Barcode/Intelligentmail.php +++ b/library/Zend/Validate/Barcode/Intelligentmail.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Intelligentmail extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Issn.php b/library/Zend/Validate/Barcode/Issn.php index b3d4562c..7f8c1cef 100644 --- a/library/Zend/Validate/Barcode/Issn.php +++ b/library/Zend/Validate/Barcode/Issn.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Issn extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Itf14.php b/library/Zend/Validate/Barcode/Itf14.php index a4b3cc5e..c8e3c9ec 100644 --- a/library/Zend/Validate/Barcode/Itf14.php +++ b/library/Zend/Validate/Barcode/Itf14.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Itf14 extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Leitcode.php b/library/Zend/Validate/Barcode/Leitcode.php index 476ac18e..e613dbfa 100644 --- a/library/Zend/Validate/Barcode/Leitcode.php +++ b/library/Zend/Validate/Barcode/Leitcode.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Leitcode extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Planet.php b/library/Zend/Validate/Barcode/Planet.php index fe20db2f..60c67414 100644 --- a/library/Zend/Validate/Barcode/Planet.php +++ b/library/Zend/Validate/Barcode/Planet.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Planet extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Postnet.php b/library/Zend/Validate/Barcode/Postnet.php index 9d52287d..234ae760 100644 --- a/library/Zend/Validate/Barcode/Postnet.php +++ b/library/Zend/Validate/Barcode/Postnet.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Postnet extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Royalmail.php b/library/Zend/Validate/Barcode/Royalmail.php index 67ba92fe..d55edd57 100644 --- a/library/Zend/Validate/Barcode/Royalmail.php +++ b/library/Zend/Validate/Barcode/Royalmail.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Royalmail extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Sscc.php b/library/Zend/Validate/Barcode/Sscc.php index adf6adc2..921c107e 100644 --- a/library/Zend/Validate/Barcode/Sscc.php +++ b/library/Zend/Validate/Barcode/Sscc.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Sscc extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Upca.php b/library/Zend/Validate/Barcode/Upca.php index 8006f4c9..61795e88 100644 --- a/library/Zend/Validate/Barcode/Upca.php +++ b/library/Zend/Validate/Barcode/Upca.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Upca extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Barcode/Upce.php b/library/Zend/Validate/Barcode/Upce.php index b85e7be0..0640f13c 100644 --- a/library/Zend/Validate/Barcode/Upce.php +++ b/library/Zend/Validate/Barcode/Upce.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Barcode_Upce extends Zend_Validate_Barcode_AdapterAbstract { /** diff --git a/library/Zend/Validate/Ccnum.php b/library/Zend/Validate/Ccnum.php index b04d7c85..876918d8 100644 --- a/library/Zend/Validate/Ccnum.php +++ b/library/Zend/Validate/Ccnum.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Ccnum extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/CreditCard.php b/library/Zend/Validate/CreditCard.php index 179d9c30..a5b4f5fa 100644 --- a/library/Zend/Validate/CreditCard.php +++ b/library/Zend/Validate/CreditCard.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_CreditCard extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/Date.php b/library/Zend/Validate/Date.php index f64ea2a2..d3e0b8f5 100644 --- a/library/Zend/Validate/Date.php +++ b/library/Zend/Validate/Date.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Date extends Zend_Validate_Abstract { public const INVALID = 'dateInvalid'; diff --git a/library/Zend/Validate/Db/Abstract.php b/library/Zend/Validate/Db/Abstract.php index 52354232..017758b5 100644 --- a/library/Zend/Validate/Db/Abstract.php +++ b/library/Zend/Validate/Db/Abstract.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Validate_Db_Abstract extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/Db/NoRecordExists.php b/library/Zend/Validate/Db/NoRecordExists.php index e2a96190..e968676a 100644 --- a/library/Zend/Validate/Db/NoRecordExists.php +++ b/library/Zend/Validate/Db/NoRecordExists.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Db_NoRecordExists extends Zend_Validate_Db_Abstract { public function isValid($value) diff --git a/library/Zend/Validate/Db/RecordExists.php b/library/Zend/Validate/Db/RecordExists.php index 5a823570..047909c5 100644 --- a/library/Zend/Validate/Db/RecordExists.php +++ b/library/Zend/Validate/Db/RecordExists.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Db_RecordExists extends Zend_Validate_Db_Abstract { public function isValid($value) diff --git a/library/Zend/Validate/Exception.php b/library/Zend/Validate/Exception.php index 142ce8ef..c25eb13a 100644 --- a/library/Zend/Validate/Exception.php +++ b/library/Zend/Validate/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Exception extends Zend_Exception { } diff --git a/library/Zend/Validate/File/Count.php b/library/Zend/Validate/File/Count.php index 9af5a9b3..536ef14a 100644 --- a/library/Zend/Validate/File/Count.php +++ b/library/Zend/Validate/File/Count.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Count extends Zend_Validate_Abstract { /**#@+ diff --git a/library/Zend/Validate/File/Crc32.php b/library/Zend/Validate/File/Crc32.php index f7df3163..4b4e409a 100644 --- a/library/Zend/Validate/File/Crc32.php +++ b/library/Zend/Validate/File/Crc32.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Crc32 extends Zend_Validate_File_Hash { /** diff --git a/library/Zend/Validate/File/ExcludeExtension.php b/library/Zend/Validate/File/ExcludeExtension.php index bea2fe71..5c2691d0 100644 --- a/library/Zend/Validate/File/ExcludeExtension.php +++ b/library/Zend/Validate/File/ExcludeExtension.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_ExcludeExtension extends Zend_Validate_File_Extension { /** diff --git a/library/Zend/Validate/File/ExcludeMimeType.php b/library/Zend/Validate/File/ExcludeMimeType.php index 94048f22..bd3eb4cb 100644 --- a/library/Zend/Validate/File/ExcludeMimeType.php +++ b/library/Zend/Validate/File/ExcludeMimeType.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_ExcludeMimeType extends Zend_Validate_File_MimeType { public const FALSE_TYPE = 'fileExcludeMimeTypeFalse'; diff --git a/library/Zend/Validate/File/Exists.php b/library/Zend/Validate/File/Exists.php index c2d7f2db..d5beac33 100644 --- a/library/Zend/Validate/File/Exists.php +++ b/library/Zend/Validate/File/Exists.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Exists extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/File/Extension.php b/library/Zend/Validate/File/Extension.php index 389b59db..f3109015 100644 --- a/library/Zend/Validate/File/Extension.php +++ b/library/Zend/Validate/File/Extension.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Extension extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/File/FilesSize.php b/library/Zend/Validate/File/FilesSize.php index 09bc5a0b..e3309506 100644 --- a/library/Zend/Validate/File/FilesSize.php +++ b/library/Zend/Validate/File/FilesSize.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_FilesSize extends Zend_Validate_File_Size { /** diff --git a/library/Zend/Validate/File/Hash.php b/library/Zend/Validate/File/Hash.php index cefc6067..c7171744 100644 --- a/library/Zend/Validate/File/Hash.php +++ b/library/Zend/Validate/File/Hash.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Hash extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/File/ImageSize.php b/library/Zend/Validate/File/ImageSize.php index dfc0324b..b8407811 100644 --- a/library/Zend/Validate/File/ImageSize.php +++ b/library/Zend/Validate/File/ImageSize.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_ImageSize extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/File/IsCompressed.php b/library/Zend/Validate/File/IsCompressed.php index b79e02a0..d4b5cec8 100644 --- a/library/Zend/Validate/File/IsCompressed.php +++ b/library/Zend/Validate/File/IsCompressed.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_IsCompressed extends Zend_Validate_File_MimeType { /** diff --git a/library/Zend/Validate/File/IsImage.php b/library/Zend/Validate/File/IsImage.php index 5d484c3e..c5b47b11 100644 --- a/library/Zend/Validate/File/IsImage.php +++ b/library/Zend/Validate/File/IsImage.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_IsImage extends Zend_Validate_File_MimeType { /** diff --git a/library/Zend/Validate/File/Md5.php b/library/Zend/Validate/File/Md5.php index 56132117..5ad74b31 100644 --- a/library/Zend/Validate/File/Md5.php +++ b/library/Zend/Validate/File/Md5.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Md5 extends Zend_Validate_File_Hash { /** diff --git a/library/Zend/Validate/File/MimeType.php b/library/Zend/Validate/File/MimeType.php index 61f62fd4..1c957e1f 100644 --- a/library/Zend/Validate/File/MimeType.php +++ b/library/Zend/Validate/File/MimeType.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_MimeType extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/File/NotExists.php b/library/Zend/Validate/File/NotExists.php index 123a98e1..f3fda96a 100644 --- a/library/Zend/Validate/File/NotExists.php +++ b/library/Zend/Validate/File/NotExists.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_NotExists extends Zend_Validate_File_Exists { /** diff --git a/library/Zend/Validate/File/Sha1.php b/library/Zend/Validate/File/Sha1.php index 56a896ec..265f333d 100644 --- a/library/Zend/Validate/File/Sha1.php +++ b/library/Zend/Validate/File/Sha1.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Sha1 extends Zend_Validate_File_Hash { /** diff --git a/library/Zend/Validate/File/Size.php b/library/Zend/Validate/File/Size.php index f204896b..4c437137 100644 --- a/library/Zend/Validate/File/Size.php +++ b/library/Zend/Validate/File/Size.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Size extends Zend_Validate_Abstract { /**#@+ diff --git a/library/Zend/Validate/File/Upload.php b/library/Zend/Validate/File/Upload.php index 4598ed3f..34e8d978 100644 --- a/library/Zend/Validate/File/Upload.php +++ b/library/Zend/Validate/File/Upload.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_Upload extends Zend_Validate_Abstract { /**@#+ diff --git a/library/Zend/Validate/File/WordCount.php b/library/Zend/Validate/File/WordCount.php index c3e8e6da..522998f1 100644 --- a/library/Zend/Validate/File/WordCount.php +++ b/library/Zend/Validate/File/WordCount.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_File_WordCount extends Zend_Validate_File_Count { /**#@+ diff --git a/library/Zend/Validate/Float.php b/library/Zend/Validate/Float.php index 5af22e00..03d059d5 100644 --- a/library/Zend/Validate/Float.php +++ b/library/Zend/Validate/Float.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Float extends Zend_Validate_Abstract { public const INVALID = 'floatInvalid'; diff --git a/library/Zend/Validate/GreaterThan.php b/library/Zend/Validate/GreaterThan.php index d344db93..80aa1b34 100644 --- a/library/Zend/Validate/GreaterThan.php +++ b/library/Zend/Validate/GreaterThan.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_GreaterThan extends Zend_Validate_Abstract { public const NOT_GREATER = 'notGreaterThan'; diff --git a/library/Zend/Validate/Hex.php b/library/Zend/Validate/Hex.php index 18a3fe6b..925ce0ad 100644 --- a/library/Zend/Validate/Hex.php +++ b/library/Zend/Validate/Hex.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Hex extends Zend_Validate_Abstract { public const INVALID = 'hexInvalid'; diff --git a/library/Zend/Validate/Hostname.php b/library/Zend/Validate/Hostname.php index 97108d97..bde0a3dd 100644 --- a/library/Zend/Validate/Hostname.php +++ b/library/Zend/Validate/Hostname.php @@ -39,6 +39,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Hostname extends Zend_Validate_Abstract { public const CANNOT_DECODE_PUNYCODE = 'hostnameCannotDecodePunycode'; diff --git a/library/Zend/Validate/Iban.php b/library/Zend/Validate/Iban.php index b3e504f7..462b4247 100644 --- a/library/Zend/Validate/Iban.php +++ b/library/Zend/Validate/Iban.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Iban extends Zend_Validate_Abstract { public const NOTSUPPORTED = 'ibanNotSupported'; diff --git a/library/Zend/Validate/Ip.php b/library/Zend/Validate/Ip.php index 215d8d2f..5809c7bf 100644 --- a/library/Zend/Validate/Ip.php +++ b/library/Zend/Validate/Ip.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Ip extends Zend_Validate_Abstract { public const INVALID = 'ipInvalid'; diff --git a/library/Zend/Validate/Isbn.php b/library/Zend/Validate/Isbn.php index 71b0b508..a5a8ae6d 100644 --- a/library/Zend/Validate/Isbn.php +++ b/library/Zend/Validate/Isbn.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Isbn extends Zend_Validate_Abstract { public const AUTO = 'auto'; diff --git a/library/Zend/Validate/LessThan.php b/library/Zend/Validate/LessThan.php index db0b5acd..4517a2dd 100644 --- a/library/Zend/Validate/LessThan.php +++ b/library/Zend/Validate/LessThan.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_LessThan extends Zend_Validate_Abstract { public const NOT_LESS = 'notLessThan'; diff --git a/library/Zend/Validate/PostCode.php b/library/Zend/Validate/PostCode.php index 88633a48..73131043 100644 --- a/library/Zend/Validate/PostCode.php +++ b/library/Zend/Validate/PostCode.php @@ -30,6 +30,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_PostCode extends Zend_Validate_Abstract { public const INVALID = 'postcodeInvalid'; diff --git a/library/Zend/Validate/Sitemap/Changefreq.php b/library/Zend/Validate/Sitemap/Changefreq.php index 83c9a629..0e33dc30 100644 --- a/library/Zend/Validate/Sitemap/Changefreq.php +++ b/library/Zend/Validate/Sitemap/Changefreq.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_Changefreq extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/Sitemap/Lastmod.php b/library/Zend/Validate/Sitemap/Lastmod.php index c5bf788c..b7e03515 100644 --- a/library/Zend/Validate/Sitemap/Lastmod.php +++ b/library/Zend/Validate/Sitemap/Lastmod.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_Lastmod extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/Sitemap/Loc.php b/library/Zend/Validate/Sitemap/Loc.php index dccb56fd..0b981690 100644 --- a/library/Zend/Validate/Sitemap/Loc.php +++ b/library/Zend/Validate/Sitemap/Loc.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_Loc extends Zend_Validate_Abstract { /** diff --git a/library/Zend/Validate/Sitemap/Priority.php b/library/Zend/Validate/Sitemap/Priority.php index a69edc59..4ac4abb1 100644 --- a/library/Zend/Validate/Sitemap/Priority.php +++ b/library/Zend/Validate/Sitemap/Priority.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_Priority extends Zend_Validate_Abstract { /** diff --git a/library/Zend/View/Abstract.php b/library/Zend/View/Abstract.php index a89c76f9..c7bea265 100644 --- a/library/Zend/View/Abstract.php +++ b/library/Zend/View/Abstract.php @@ -31,6 +31,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Abstract implements Zend_View_Interface { /** diff --git a/library/Zend/View/Helper/Abstract.php b/library/Zend/View/Helper/Abstract.php index 6cb4f304..997b6729 100644 --- a/library/Zend/View/Helper/Abstract.php +++ b/library/Zend/View/Helper/Abstract.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_Abstract implements Zend_View_Helper_Interface { /** diff --git a/library/Zend/View/Helper/FormElement.php b/library/Zend/View/Helper/FormElement.php index a75cd3fb..385b00b3 100644 --- a/library/Zend/View/Helper/FormElement.php +++ b/library/Zend/View/Helper/FormElement.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_FormElement extends Zend_View_Helper_HtmlElement { /** diff --git a/library/Zend/View/Helper/HtmlElement.php b/library/Zend/View/Helper/HtmlElement.php index d9c3d549..82e00f01 100644 --- a/library/Zend/View/Helper/HtmlElement.php +++ b/library/Zend/View/Helper/HtmlElement.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_HtmlElement extends Zend_View_Helper_Abstract { /** diff --git a/library/Zend/View/Helper/Navigation/HelperAbstract.php b/library/Zend/View/Helper/Navigation/HelperAbstract.php index b92d1d9e..2272f332 100644 --- a/library/Zend/View/Helper/Navigation/HelperAbstract.php +++ b/library/Zend/View/Helper/Navigation/HelperAbstract.php @@ -32,6 +32,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_Navigation_HelperAbstract extends Zend_View_Helper_HtmlElement implements Zend_View_Helper_Navigation_Helper { /** diff --git a/library/Zend/View/Helper/Placeholder/Container/Abstract.php b/library/Zend/View/Helper/Placeholder/Container/Abstract.php index e6d9595e..9144e72f 100644 --- a/library/Zend/View/Helper/Placeholder/Container/Abstract.php +++ b/library/Zend/View/Helper/Placeholder/Container/Abstract.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_Placeholder_Container_Abstract extends ArrayObject { /** diff --git a/library/Zend/View/Helper/Placeholder/Container/Standalone.php b/library/Zend/View/Helper/Placeholder/Container/Standalone.php index 8079ab72..b8d00499 100644 --- a/library/Zend/View/Helper/Placeholder/Container/Standalone.php +++ b/library/Zend/View/Helper/Placeholder/Container/Standalone.php @@ -28,6 +28,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_Placeholder_Container_Standalone extends Zend_View_Helper_Abstract implements IteratorAggregate, Countable, ArrayAccess { /** diff --git a/library/Zend/Xml/Exception.php b/library/Zend/Xml/Exception.php index e62bb4bd..c93e4118 100644 --- a/library/Zend/Xml/Exception.php +++ b/library/Zend/Xml/Exception.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Xml_Exception extends Zend_Exception { } diff --git a/library/Zend/Xml/Security.php b/library/Zend/Xml/Security.php index 3679b560..1e8da24e 100644 --- a/library/Zend/Xml/Security.php +++ b/library/Zend/Xml/Security.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Xml_Security { public const ENTITY_DETECT = 'Detected use of ENTITY in XML, disabled to prevent XXE/XEE attacks'; diff --git a/library/ZendX/Exception.php b/library/ZendX/Exception.php index 3bb74dca..04cf4dd3 100644 --- a/library/ZendX/Exception.php +++ b/library/ZendX/Exception.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_Exception extends Zend_Exception { } diff --git a/library/ZendX/JQuery.php b/library/ZendX/JQuery.php index 052c706b..6734e767 100644 --- a/library/ZendX/JQuery.php +++ b/library/ZendX/JQuery.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery { /** diff --git a/library/ZendX/JQuery/Exception.php b/library/ZendX/JQuery/Exception.php index 3cef3965..30e673df 100644 --- a/library/ZendX/JQuery/Exception.php +++ b/library/ZendX/JQuery/Exception.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Exception extends Zend_Exception { } diff --git a/library/ZendX/JQuery/Form.php b/library/ZendX/JQuery/Form.php index 1925c986..25ad9066 100644 --- a/library/ZendX/JQuery/Form.php +++ b/library/ZendX/JQuery/Form.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form extends Zend_Form { /** diff --git a/library/ZendX/JQuery/Form/Decorator/AccordionContainer.php b/library/ZendX/JQuery/Form/Decorator/AccordionContainer.php index fa099581..4f0032ae 100644 --- a/library/ZendX/JQuery/Form/Decorator/AccordionContainer.php +++ b/library/ZendX/JQuery/Form/Decorator/AccordionContainer.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_AccordionContainer extends ZendX_JQuery_Form_Decorator_UiWidgetContainer { protected $_helper = 'accordionContainer'; diff --git a/library/ZendX/JQuery/Form/Decorator/AccordionPane.php b/library/ZendX/JQuery/Form/Decorator/AccordionPane.php index ab39a903..7800996b 100644 --- a/library/ZendX/JQuery/Form/Decorator/AccordionPane.php +++ b/library/ZendX/JQuery/Form/Decorator/AccordionPane.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_AccordionPane extends ZendX_JQuery_Form_Decorator_UiWidgetPane { protected $_helper = 'accordionPane'; diff --git a/library/ZendX/JQuery/Form/Decorator/DialogContainer.php b/library/ZendX/JQuery/Form/Decorator/DialogContainer.php index 17f4a25d..32e34c34 100644 --- a/library/ZendX/JQuery/Form/Decorator/DialogContainer.php +++ b/library/ZendX/JQuery/Form/Decorator/DialogContainer.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_DialogContainer extends ZendX_JQuery_Form_Decorator_UiWidgetContainer { protected $_helper = 'dialogContainer'; diff --git a/library/ZendX/JQuery/Form/Decorator/TabContainer.php b/library/ZendX/JQuery/Form/Decorator/TabContainer.php index 625a0c81..67c2c170 100644 --- a/library/ZendX/JQuery/Form/Decorator/TabContainer.php +++ b/library/ZendX/JQuery/Form/Decorator/TabContainer.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_TabContainer extends ZendX_JQuery_Form_Decorator_UiWidgetContainer { protected $_helper = 'tabContainer'; diff --git a/library/ZendX/JQuery/Form/Decorator/TabPane.php b/library/ZendX/JQuery/Form/Decorator/TabPane.php index 3ea85ecd..86b57b41 100644 --- a/library/ZendX/JQuery/Form/Decorator/TabPane.php +++ b/library/ZendX/JQuery/Form/Decorator/TabPane.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_TabPane extends ZendX_JQuery_Form_Decorator_UiWidgetPane { protected $_helper = 'tabPane'; diff --git a/library/ZendX/JQuery/Form/Decorator/UiWidgetContainer.php b/library/ZendX/JQuery/Form/Decorator/UiWidgetContainer.php index 7655425d..c45e1a5a 100644 --- a/library/ZendX/JQuery/Form/Decorator/UiWidgetContainer.php +++ b/library/ZendX/JQuery/Form/Decorator/UiWidgetContainer.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class ZendX_JQuery_Form_Decorator_UiWidgetContainer extends Zend_Form_Decorator_Abstract { /** diff --git a/library/ZendX/JQuery/Form/Decorator/UiWidgetElement.php b/library/ZendX/JQuery/Form/Decorator/UiWidgetElement.php index 77034c14..b9bd0ff4 100644 --- a/library/ZendX/JQuery/Form/Decorator/UiWidgetElement.php +++ b/library/ZendX/JQuery/Form/Decorator/UiWidgetElement.php @@ -32,6 +32,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Decorator_UiWidgetElement extends Zend_Form_Decorator_ViewHelper implements ZendX_JQuery_Form_Decorator_UiWidgetElementMarker { /** diff --git a/library/ZendX/JQuery/Form/Decorator/UiWidgetPane.php b/library/ZendX/JQuery/Form/Decorator/UiWidgetPane.php index f99bdbbb..e1cd0f36 100644 --- a/library/ZendX/JQuery/Form/Decorator/UiWidgetPane.php +++ b/library/ZendX/JQuery/Form/Decorator/UiWidgetPane.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class ZendX_JQuery_Form_Decorator_UiWidgetPane extends Zend_Form_Decorator_Abstract { /** diff --git a/library/ZendX/JQuery/Form/Element/AutoComplete.php b/library/ZendX/JQuery/Form/Element/AutoComplete.php index 4a3584ad..3b2ba025 100644 --- a/library/ZendX/JQuery/Form/Element/AutoComplete.php +++ b/library/ZendX/JQuery/Form/Element/AutoComplete.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Element_AutoComplete extends ZendX_JQuery_Form_Element_UiWidget { public $helper = 'autoComplete'; diff --git a/library/ZendX/JQuery/Form/Element/DatePicker.php b/library/ZendX/JQuery/Form/Element/DatePicker.php index 1ee748dc..2dd7d5d3 100644 --- a/library/ZendX/JQuery/Form/Element/DatePicker.php +++ b/library/ZendX/JQuery/Form/Element/DatePicker.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Element_DatePicker extends ZendX_JQuery_Form_Element_UiWidget { public $helper = 'datePicker'; diff --git a/library/ZendX/JQuery/Form/Element/Slider.php b/library/ZendX/JQuery/Form/Element/Slider.php index 22c83607..ec832996 100644 --- a/library/ZendX/JQuery/Form/Element/Slider.php +++ b/library/ZendX/JQuery/Form/Element/Slider.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Element_Slider extends ZendX_JQuery_Form_Element_UiWidget { public $helper = 'slider'; diff --git a/library/ZendX/JQuery/Form/Element/Spinner.php b/library/ZendX/JQuery/Form/Element/Spinner.php index a0f24c24..14a60689 100644 --- a/library/ZendX/JQuery/Form/Element/Spinner.php +++ b/library/ZendX/JQuery/Form/Element/Spinner.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Element_Spinner extends ZendX_JQuery_Form_Element_UiWidget { public $helper = 'spinner'; diff --git a/library/ZendX/JQuery/Form/Element/UiWidget.php b/library/ZendX/JQuery/Form/Element/UiWidget.php index 896c23b4..0b91e15b 100644 --- a/library/ZendX/JQuery/Form/Element/UiWidget.php +++ b/library/ZendX/JQuery/Form/Element/UiWidget.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_Form_Element_UiWidget extends Zend_Form_Element { /** diff --git a/library/ZendX/JQuery/View/Exception.php b/library/ZendX/JQuery/View/Exception.php index c1df9ca1..dd0718a8 100644 --- a/library/ZendX/JQuery/View/Exception.php +++ b/library/ZendX/JQuery/View/Exception.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Exception extends ZendX_JQuery_Exception { } diff --git a/library/ZendX/JQuery/View/Helper/AutoComplete.php b/library/ZendX/JQuery/View/Helper/AutoComplete.php index 445bbbea..0fbcb4bd 100644 --- a/library/ZendX/JQuery/View/Helper/AutoComplete.php +++ b/library/ZendX/JQuery/View/Helper/AutoComplete.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_AutoComplete extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/DatePicker.php b/library/ZendX/JQuery/View/Helper/DatePicker.php index cefb2fb8..da3fa267 100644 --- a/library/ZendX/JQuery/View/Helper/DatePicker.php +++ b/library/ZendX/JQuery/View/Helper/DatePicker.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_DatePicker extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/DialogContainer.php b/library/ZendX/JQuery/View/Helper/DialogContainer.php index a799db78..6c177205 100644 --- a/library/ZendX/JQuery/View/Helper/DialogContainer.php +++ b/library/ZendX/JQuery/View/Helper/DialogContainer.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_DialogContainer extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/JQuery.php b/library/ZendX/JQuery/View/Helper/JQuery.php index fe17c2e5..9700af66 100644 --- a/library/ZendX/JQuery/View/Helper/JQuery.php +++ b/library/ZendX/JQuery/View/Helper/JQuery.php @@ -44,6 +44,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_JQuery extends Zend_View_Helper_Abstract { /** diff --git a/library/ZendX/JQuery/View/Helper/JQuery/Container.php b/library/ZendX/JQuery/View/Helper/JQuery/Container.php index 815ac29c..eb07b6c8 100644 --- a/library/ZendX/JQuery/View/Helper/JQuery/Container.php +++ b/library/ZendX/JQuery/View/Helper/JQuery/Container.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_JQuery_Container { /** diff --git a/library/ZendX/JQuery/View/Helper/Slider.php b/library/ZendX/JQuery/View/Helper/Slider.php index d18ce0bc..717c8043 100644 --- a/library/ZendX/JQuery/View/Helper/Slider.php +++ b/library/ZendX/JQuery/View/Helper/Slider.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_Slider extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/Spinner.php b/library/ZendX/JQuery/View/Helper/Spinner.php index b3c702dd..a855a1df 100644 --- a/library/ZendX/JQuery/View/Helper/Spinner.php +++ b/library/ZendX/JQuery/View/Helper/Spinner.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_Spinner extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/TabContainer.php b/library/ZendX/JQuery/View/Helper/TabContainer.php index 5c2f142d..dbe0eed1 100644 --- a/library/ZendX/JQuery/View/Helper/TabContainer.php +++ b/library/ZendX/JQuery/View/Helper/TabContainer.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_TabContainer extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/library/ZendX/JQuery/View/Helper/TabPane.php b/library/ZendX/JQuery/View/Helper/TabPane.php index 614d35f3..68f01fc8 100644 --- a/library/ZendX/JQuery/View/Helper/TabPane.php +++ b/library/ZendX/JQuery/View/Helper/TabPane.php @@ -25,6 +25,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendX_JQuery_View_Helper_TabPane extends ZendX_JQuery_View_Helper_UiWidgetPane { /** diff --git a/library/ZendX/JQuery/View/Helper/UiWidget.php b/library/ZendX/JQuery/View/Helper/UiWidget.php index 2e36e169..df109078 100644 --- a/library/ZendX/JQuery/View/Helper/UiWidget.php +++ b/library/ZendX/JQuery/View/Helper/UiWidget.php @@ -34,6 +34,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class ZendX_JQuery_View_Helper_UiWidget extends Zend_View_Helper_HtmlElement { /** diff --git a/library/ZendX/JQuery/View/Helper/UiWidgetPane.php b/library/ZendX/JQuery/View/Helper/UiWidgetPane.php index a3aebe9f..800dbfe4 100644 --- a/library/ZendX/JQuery/View/Helper/UiWidgetPane.php +++ b/library/ZendX/JQuery/View/Helper/UiWidgetPane.php @@ -29,6 +29,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class ZendX_JQuery_View_Helper_UiWidgetPane extends ZendX_JQuery_View_Helper_UiWidget { /** diff --git a/tests/Zend/Acl/AclTest.php b/tests/Zend/Acl/AclTest.php index 8de7dab3..1cc6b11d 100644 --- a/tests/Zend/Acl/AclTest.php +++ b/tests/Zend/Acl/AclTest.php @@ -26,6 +26,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Acl_AclTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/AllTests/StreamWrapper/PhpInput.php b/tests/Zend/AllTests/StreamWrapper/PhpInput.php index 6ee30b32..a65437ee 100644 --- a/tests/Zend/AllTests/StreamWrapper/PhpInput.php +++ b/tests/Zend/AllTests/StreamWrapper/PhpInput.php @@ -42,6 +42,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_AllTests_StreamWrapper_PhpInput { protected static $_data; diff --git a/tests/Zend/Application/Resource/SessionTest.php b/tests/Zend/Application/Resource/SessionTest.php index e0b8366c..b00338bc 100644 --- a/tests/Zend/Application/Resource/SessionTest.php +++ b/tests/Zend/Application/Resource/SessionTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_SessionTest extends \PHPUnit\Framework\TestCase { public $resource; diff --git a/tests/Zend/Application/Resource/TestAsset/ViewRenderer.php b/tests/Zend/Application/Resource/TestAsset/ViewRenderer.php index 7d7abac7..cd943474 100644 --- a/tests/Zend/Application/Resource/TestAsset/ViewRenderer.php +++ b/tests/Zend/Application/Resource/TestAsset/ViewRenderer.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Resource_TestAsset_ViewRenderer extends Zend_Controller_Action_Helper_ViewRenderer { } diff --git a/tests/Zend/Application/Resource/mailTestCAsE.php b/tests/Zend/Application/Resource/mailTestCAsE.php index c7bebcf4..e79bb220 100644 --- a/tests/Zend/Application/Resource/mailTestCAsE.php +++ b/tests/Zend/Application/Resource/mailTestCAsE.php @@ -3,6 +3,7 @@ /** * @group ZF-9136 */ +#[AllowDynamicProperties] class Zend_Application_Resource_mailTestCAsE extends Zend_Mail_Transport_Abstract { public function _sendMail() diff --git a/tests/Zend/Application/_files/BootstrapBaseCircularDependency.php b/tests/Zend/Application/_files/BootstrapBaseCircularDependency.php index 17ac0908..f3029902 100644 --- a/tests/Zend/Application/_files/BootstrapBaseCircularDependency.php +++ b/tests/Zend/Application/_files/BootstrapBaseCircularDependency.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class BootstrapBaseCircularDependency extends Zend_Application_Bootstrap_BootstrapAbstract { public $complete = false; diff --git a/tests/Zend/Application/_files/ZfAppBadBootstrap.php b/tests/Zend/Application/_files/ZfAppBadBootstrap.php index 11b55fc7..1ff62971 100644 --- a/tests/Zend/Application/_files/ZfAppBadBootstrap.php +++ b/tests/Zend/Application/_files/ZfAppBadBootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZfAppBadBootstrap { } diff --git a/tests/Zend/Application/_files/modules/bar/Bootstrap.php b/tests/Zend/Application/_files/modules/bar/Bootstrap.php index 75604f3b..6b19ab7f 100644 --- a/tests/Zend/Application/_files/modules/bar/Bootstrap.php +++ b/tests/Zend/Application/_files/modules/bar/Bootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Bar_Bootstrap extends Zend_Application_Module_Bootstrap { public $bootstrapped = false; diff --git a/tests/Zend/Application/_files/modules/default/Bootstrap.php b/tests/Zend/Application/_files/modules/default/Bootstrap.php index 8b12c980..e689c299 100644 --- a/tests/Zend/Application/_files/modules/default/Bootstrap.php +++ b/tests/Zend/Application/_files/modules/default/Bootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Bootstrap extends Zend_Application_Bootstrap_BootstrapAbstract { public $bootstrapped = false; diff --git a/tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php b/tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php index ab7ce6ac..cfb62766 100644 --- a/tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php +++ b/tests/Zend/Application/_files/modules/foo-bar/Bootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooBar_Bootstrap extends Zend_Application_Module_Bootstrap { public $bootstrapped = false; diff --git a/tests/Zend/Application/_files/modules/foo/Bootstrap.php b/tests/Zend/Application/_files/modules/foo/Bootstrap.php index 8dca82f2..9506c10c 100644 --- a/tests/Zend/Application/_files/modules/foo/Bootstrap.php +++ b/tests/Zend/Application/_files/modules/foo/Bootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_Bootstrap extends Zend_Application_Module_Bootstrap { public $bootstrapped = false; diff --git a/tests/Zend/Application/_files/more_modules/bat/Bootstrap.php b/tests/Zend/Application/_files/more_modules/bat/Bootstrap.php index eb965111..282aeab4 100644 --- a/tests/Zend/Application/_files/more_modules/bat/Bootstrap.php +++ b/tests/Zend/Application/_files/more_modules/bat/Bootstrap.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Bat_Bootstrap extends Zend_Application_Module_Bootstrap { public $bootstrapped = false; diff --git a/tests/Zend/Application/_files/resources/Autoloaded.php b/tests/Zend/Application/_files/resources/Autoloaded.php index b6bca2c1..cb95a950 100644 --- a/tests/Zend/Application/_files/resources/Autoloaded.php +++ b/tests/Zend/Application/_files/resources/Autoloaded.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zabt_Resource_Autoloaded extends Zend_Application_Resource_ResourceAbstract { public function init() diff --git a/tests/Zend/Application/_files/resources/Baz.php b/tests/Zend/Application/_files/resources/Baz.php index e5dde476..79dc24f5 100644 --- a/tests/Zend/Application/_files/resources/Baz.php +++ b/tests/Zend/Application/_files/resources/Baz.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_BootstrapTest_Resource_Baz extends Zend_Application_Resource_ResourceAbstract { public function init() diff --git a/tests/Zend/Application/_files/resources/Foo.php b/tests/Zend/Application/_files/resources/Foo.php index d72d41d2..52f04d5c 100644 --- a/tests/Zend/Application/_files/resources/Foo.php +++ b/tests/Zend/Application/_files/resources/Foo.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_BootstrapTest_Resource_Foo extends Zend_Application_Resource_ResourceAbstract { public $someArbitraryKey; diff --git a/tests/Zend/Application/_files/resources/Foobar.php b/tests/Zend/Application/_files/resources/Foobar.php index 89e97898..a5b11d29 100644 --- a/tests/Zend/Application/_files/resources/Foobar.php +++ b/tests/Zend/Application/_files/resources/Foobar.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_BootstrapTest_Resource_Foobar extends Zend_Application_Resource_ResourceAbstract { public function init() diff --git a/tests/Zend/ConfigTest.php b/tests/Zend/ConfigTest.php index b052c319..664a479b 100644 --- a/tests/Zend/ConfigTest.php +++ b/tests/Zend/ConfigTest.php @@ -27,6 +27,7 @@ * * @group Zend_Config */ +#[AllowDynamicProperties] class Zend_ConfigTest extends \PHPUnit\Framework\TestCase { protected $_iniFileConfig; diff --git a/tests/Zend/Console/GetoptTest.php b/tests/Zend/Console/GetoptTest.php index 43e5f13c..c0cf202b 100644 --- a/tests/Zend/Console/GetoptTest.php +++ b/tests/Zend/Console/GetoptTest.php @@ -27,6 +27,7 @@ * * @group Zend_Console_Getopt */ +#[AllowDynamicProperties] class Zend_Console_GetoptTest extends \PHPUnit\Framework\TestCase { public function setUp(): void diff --git a/tests/Zend/Controller/Action/Helper/ActionStackTest.php b/tests/Zend/Controller/Action/Helper/ActionStackTest.php index 97b0f934..9c9ad5dc 100644 --- a/tests/Zend/Controller/Action/Helper/ActionStackTest.php +++ b/tests/Zend/Controller/Action/Helper/ActionStackTest.php @@ -29,6 +29,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ActionStackTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/AjaxContextTest.php b/tests/Zend/Controller/Action/Helper/AjaxContextTest.php index b60a9fbf..bb75bad9 100644 --- a/tests/Zend/Controller/Action/Helper/AjaxContextTest.php +++ b/tests/Zend/Controller/Action/Helper/AjaxContextTest.php @@ -36,6 +36,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_AjaxContextTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/CacheTest.php b/tests/Zend/Controller/Action/Helper/CacheTest.php index 7157fd66..f4ab9dac 100644 --- a/tests/Zend/Controller/Action/Helper/CacheTest.php +++ b/tests/Zend/Controller/Action/Helper/CacheTest.php @@ -12,6 +12,7 @@ /** * Test class for Zend_Controller_Action_Helper_Cache. */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_CacheTest extends \PHPUnit\Framework\TestCase { protected $_requestUriOld; diff --git a/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php b/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php index dbee820b..62276e8e 100644 --- a/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php +++ b/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php @@ -38,6 +38,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ContextSwitchTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/FlashMessengerTest.php b/tests/Zend/Controller/Action/Helper/FlashMessengerTest.php index ccc4951e..32fbfa79 100644 --- a/tests/Zend/Controller/Action/Helper/FlashMessengerTest.php +++ b/tests/Zend/Controller/Action/Helper/FlashMessengerTest.php @@ -32,6 +32,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_FlashMessengerTest extends \PHPUnit\Framework\TestCase { /** @@ -210,6 +211,7 @@ public function testSimulateCrossRequestMessagePassing() * Subclass of FlashMessenger action helper which exposes a reset method * to allow faking a second (fresh) request. */ +#[AllowDynamicProperties] class FlashMessengerControllerActionHelper extends Zend_Controller_Action_Helper_FlashMessenger { public function getName() diff --git a/tests/Zend/Controller/Action/Helper/JsonTest.php b/tests/Zend/Controller/Action/Helper/JsonTest.php index a7388661..4ab93715 100644 --- a/tests/Zend/Controller/Action/Helper/JsonTest.php +++ b/tests/Zend/Controller/Action/Helper/JsonTest.php @@ -34,6 +34,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_JsonTest extends \PHPUnit\Framework\TestCase { /** @@ -216,6 +217,7 @@ public function testSendingPreencodedJsonViaEncodeJsonWillStillSendHeaders() /** * Zend_Layout subclass to allow resetting MVC instance. */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_JsonTest_Layout extends Zend_Layout { public static function resetMvcInstance() diff --git a/tests/Zend/Controller/Action/Helper/NamespaceTest.php b/tests/Zend/Controller/Action/Helper/NamespaceTest.php index 102cf93a..13db5650 100644 --- a/tests/Zend/Controller/Action/Helper/NamespaceTest.php +++ b/tests/Zend/Controller/Action/Helper/NamespaceTest.php @@ -27,6 +27,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_NamespaceTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/RedirectorTest.php b/tests/Zend/Controller/Action/Helper/RedirectorTest.php index c2d139b1..a96066df 100644 --- a/tests/Zend/Controller/Action/Helper/RedirectorTest.php +++ b/tests/Zend/Controller/Action/Helper/RedirectorTest.php @@ -32,6 +32,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_RedirectorTest extends \PHPUnit\Framework\TestCase { /** @@ -560,6 +561,7 @@ protected function _parseLocationHeaderValue() /** * Test controller for use with redirector tests. */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_Redirector_TestController extends Zend_Controller_Action { } diff --git a/tests/Zend/Controller/Action/Helper/UrlTest.php b/tests/Zend/Controller/Action/Helper/UrlTest.php index d149884b..3c76220f 100644 --- a/tests/Zend/Controller/Action/Helper/UrlTest.php +++ b/tests/Zend/Controller/Action/Helper/UrlTest.php @@ -30,6 +30,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_UrlTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/ViewRendererTest.php b/tests/Zend/Controller/Action/Helper/ViewRendererTest.php index 64aded62..e2d95428 100644 --- a/tests/Zend/Controller/Action/Helper/ViewRendererTest.php +++ b/tests/Zend/Controller/Action/Helper/ViewRendererTest.php @@ -35,6 +35,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ViewRendererTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/HelperBroker/PriorityStackTest.php b/tests/Zend/Controller/Action/HelperBroker/PriorityStackTest.php index e74b714f..81475d36 100644 --- a/tests/Zend/Controller/Action/HelperBroker/PriorityStackTest.php +++ b/tests/Zend/Controller/Action/HelperBroker/PriorityStackTest.php @@ -27,6 +27,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_HelperBroker_PriorityStackTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Action/HelperBrokerTest.php b/tests/Zend/Controller/Action/HelperBrokerTest.php index d12eb999..781602b6 100644 --- a/tests/Zend/Controller/Action/HelperBrokerTest.php +++ b/tests/Zend/Controller/Action/HelperBrokerTest.php @@ -31,6 +31,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_HelperBrokerTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/ActionTest.php b/tests/Zend/Controller/ActionTest.php index c47a0809..a2707cce 100644 --- a/tests/Zend/Controller/ActionTest.php +++ b/tests/Zend/Controller/ActionTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Action */ +#[AllowDynamicProperties] class Zend_Controller_ActionTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/FrontTest.php b/tests/Zend/Controller/FrontTest.php index 366dff39..032be39b 100644 --- a/tests/Zend/Controller/FrontTest.php +++ b/tests/Zend/Controller/FrontTest.php @@ -31,6 +31,7 @@ * @group Zend_Controller * @group Zend_Controller_Front */ +#[AllowDynamicProperties] class Zend_Controller_FrontTest extends \PHPUnit\Framework\TestCase { protected $_controller; diff --git a/tests/Zend/Controller/Plugin/ActionStackTest.php b/tests/Zend/Controller/Plugin/ActionStackTest.php index 9b1a3c8d..16a20759 100644 --- a/tests/Zend/Controller/Plugin/ActionStackTest.php +++ b/tests/Zend/Controller/Plugin/ActionStackTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Plugin */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_ActionStackTest extends \PHPUnit\Framework\TestCase { public $key = \Zend_Controller_Plugin_ActionStack::class; diff --git a/tests/Zend/Controller/Plugin/BrokerTest.php b/tests/Zend/Controller/Plugin/BrokerTest.php index c345166c..762cc3f0 100644 --- a/tests/Zend/Controller/Plugin/BrokerTest.php +++ b/tests/Zend/Controller/Plugin/BrokerTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Plugin */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_BrokerTest extends \PHPUnit\Framework\TestCase { public $controller; diff --git a/tests/Zend/Controller/Plugin/ErrorHandlerTest.php b/tests/Zend/Controller/Plugin/ErrorHandlerTest.php index e3e9fb8b..6951f4ff 100644 --- a/tests/Zend/Controller/Plugin/ErrorHandlerTest.php +++ b/tests/Zend/Controller/Plugin/ErrorHandlerTest.php @@ -34,6 +34,7 @@ * @group Zend_Controller * @group Zend_Controller_Plugin */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_ErrorHandlerTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Plugin/PutHandlerTest.php b/tests/Zend/Controller/Plugin/PutHandlerTest.php index b2192f44..d1267989 100644 --- a/tests/Zend/Controller/Plugin/PutHandlerTest.php +++ b/tests/Zend/Controller/Plugin/PutHandlerTest.php @@ -29,6 +29,7 @@ * @group Zend_Controller * @group Zend_Controller_Plugin */ +#[AllowDynamicProperties] class Zend_Controller_Plugin_PutHandlerTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Request/Apache404Test.php b/tests/Zend/Controller/Request/Apache404Test.php index f8ecfd01..1f3a11b9 100644 --- a/tests/Zend/Controller/Request/Apache404Test.php +++ b/tests/Zend/Controller/Request/Apache404Test.php @@ -27,6 +27,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_Apache404Test extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Request/HttpTest.php b/tests/Zend/Controller/Request/HttpTest.php index 4bc3c8cd..009ae16e 100644 --- a/tests/Zend/Controller/Request/HttpTest.php +++ b/tests/Zend/Controller/Request/HttpTest.php @@ -24,6 +24,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_HttpTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Request/HttpTestCaseTest.php b/tests/Zend/Controller/Request/HttpTestCaseTest.php index cb94dff9..91491b7f 100644 --- a/tests/Zend/Controller/Request/HttpTestCaseTest.php +++ b/tests/Zend/Controller/Request/HttpTestCaseTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_HttpTestCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Request/SimpleTest.php b/tests/Zend/Controller/Request/SimpleTest.php index c2610bbf..fdf4ec6f 100644 --- a/tests/Zend/Controller/Request/SimpleTest.php +++ b/tests/Zend/Controller/Request/SimpleTest.php @@ -26,6 +26,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_SimpleTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Response/HttpTest.php b/tests/Zend/Controller/Response/HttpTest.php index 0950fe41..58bdd113 100644 --- a/tests/Zend/Controller/Response/HttpTest.php +++ b/tests/Zend/Controller/Response/HttpTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Response */ +#[AllowDynamicProperties] class Zend_Controller_Response_HttpTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Response/HttpTestCaseTest.php b/tests/Zend/Controller/Response/HttpTestCaseTest.php index e67a9cde..3a297a9b 100644 --- a/tests/Zend/Controller/Response/HttpTestCaseTest.php +++ b/tests/Zend/Controller/Response/HttpTestCaseTest.php @@ -28,6 +28,7 @@ * @group Zend_Controller * @group Zend_Controller_Response */ +#[AllowDynamicProperties] class Zend_Controller_Response_HttpTestCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/Router/RewriteTest.php b/tests/Zend/Controller/Router/RewriteTest.php index abf64918..933bf0c5 100644 --- a/tests/Zend/Controller/Router/RewriteTest.php +++ b/tests/Zend/Controller/Router/RewriteTest.php @@ -47,6 +47,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_RewriteTest extends \PHPUnit\Framework\TestCase { protected $_router; @@ -768,6 +769,7 @@ public function testCallingAssembleWithNullArgumentShouldThrowException() * * @uses Zend_Controller_Request_Interface */ +#[AllowDynamicProperties] class Zend_Controller_Router_RewriteTest_Request extends Zend_Controller_Request_Http { protected $_host; @@ -801,6 +803,7 @@ public function getHttpHost() /** * Zend_Controller_RouterTest_Dispatcher. */ +#[AllowDynamicProperties] class Zend_Controller_Router_RewriteTest_Dispatcher extends Zend_Controller_Dispatcher_Standard { public function getDefaultControllerName() @@ -819,6 +822,7 @@ public function getDefaultAction() * * @uses Zend_Controller_Request_Abstract */ +#[AllowDynamicProperties] class Zend_Controller_Router_RewriteTest_Request_Incorrect extends Zend_Controller_Request_Abstract { } @@ -828,6 +832,7 @@ class Zend_Controller_Router_RewriteTest_Request_Incorrect extends Zend_Controll * * @uses Zend_Controller_Request_Abstract */ +#[AllowDynamicProperties] class Zend_Controller_RouterTest_RouteV2_Stub extends Zend_Controller_Router_Route_Abstract { public function match($request) diff --git a/tests/Zend/Controller/Router/Route/ChainTest.php b/tests/Zend/Controller/Router/Route/ChainTest.php index de526d0e..5e68303d 100644 --- a/tests/Zend/Controller/Router/Route/ChainTest.php +++ b/tests/Zend/Controller/Router/Route/ChainTest.php @@ -1039,6 +1039,7 @@ public static function getInstance(Zend_Config $config) * * @uses Zend_Controller_Request_Interface */ +#[AllowDynamicProperties] class Zend_Controller_Router_ChainTest_Request extends Zend_Controller_Request_Http { protected $_host; @@ -1072,6 +1073,7 @@ public function getHttpHost() /** * Zend_Controller_Router_ChainTest_Dispatcher - dispatcher object for router testing. */ +#[AllowDynamicProperties] class Zend_Controller_Router_ChainTest_Dispatcher extends Zend_Controller_Dispatcher_Standard { public function getDefaultControllerName() diff --git a/tests/Zend/Controller/Router/Route/HostnameTest.php b/tests/Zend/Controller/Router/Route/HostnameTest.php index f2c8ef8f..d6e57c11 100644 --- a/tests/Zend/Controller/Router/Route/HostnameTest.php +++ b/tests/Zend/Controller/Router/Route/HostnameTest.php @@ -29,6 +29,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_HostnameTest extends \PHPUnit\Framework\TestCase { /** @@ -231,6 +232,7 @@ protected function _getRequest($host) /** * Zend_Controller_RouterTest_Request_Stub - request object for route testing. */ +#[AllowDynamicProperties] class Zend_Controller_Router_RewriteTest_Request_Stub extends Zend_Controller_Request_Abstract { protected $_host; diff --git a/tests/Zend/Controller/Router/Route/ModuleTest.php b/tests/Zend/Controller/Router/Route/ModuleTest.php index ab4ce335..ab425a0f 100644 --- a/tests/Zend/Controller/Router/Route/ModuleTest.php +++ b/tests/Zend/Controller/Router/Route/ModuleTest.php @@ -29,6 +29,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_ModuleTest extends \PHPUnit\Framework\TestCase { protected $_request; diff --git a/tests/Zend/Controller/Router/Route/RegexTest.php b/tests/Zend/Controller/Router/Route/RegexTest.php index 78ce0acb..f7eced22 100644 --- a/tests/Zend/Controller/Router/Route/RegexTest.php +++ b/tests/Zend/Controller/Router/Route/RegexTest.php @@ -26,6 +26,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_RegexTest extends \PHPUnit\Framework\TestCase { public function testStaticMatch() diff --git a/tests/Zend/Controller/Router/Route/StaticTest.php b/tests/Zend/Controller/Router/Route/StaticTest.php index aa485062..79320dcc 100644 --- a/tests/Zend/Controller/Router/Route/StaticTest.php +++ b/tests/Zend/Controller/Router/Route/StaticTest.php @@ -26,6 +26,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_Route_StaticTest extends \PHPUnit\Framework\TestCase { public function testStaticMatch() diff --git a/tests/Zend/Controller/Router/RouteTest.php b/tests/Zend/Controller/Router/RouteTest.php index 3d73797e..4932e7db 100644 --- a/tests/Zend/Controller/Router/RouteTest.php +++ b/tests/Zend/Controller/Router/RouteTest.php @@ -35,6 +35,7 @@ * @group Zend_Controller * @group Zend_Controller_Router */ +#[AllowDynamicProperties] class Zend_Controller_Router_RouteTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Controller/_files/Admin/BazController.php b/tests/Zend/Controller/_files/Admin/BazController.php index 2fd3d381..dd5799f4 100644 --- a/tests/Zend/Controller/_files/Admin/BazController.php +++ b/tests/Zend/Controller/_files/Admin/BazController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Admin_BazController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/Admin/FooBarController.php b/tests/Zend/Controller/_files/Admin/FooBarController.php index 6f0d842d..890b42c3 100644 --- a/tests/Zend/Controller/_files/Admin/FooBarController.php +++ b/tests/Zend/Controller/_files/Admin/FooBarController.php @@ -24,6 +24,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Admin_FooBarController extends FooController { /** diff --git a/tests/Zend/Controller/_files/Admin/FooController.php b/tests/Zend/Controller/_files/Admin/FooController.php index 96455352..10b25301 100644 --- a/tests/Zend/Controller/_files/Admin/FooController.php +++ b/tests/Zend/Controller/_files/Admin/FooController.php @@ -24,6 +24,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Admin_FooController extends FooController { /** diff --git a/tests/Zend/Controller/_files/BazController.php b/tests/Zend/Controller/_files/BazController.php index 4b3c6811..cce26a85 100644 --- a/tests/Zend/Controller/_files/BazController.php +++ b/tests/Zend/Controller/_files/BazController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class BazController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/EmptyController.php b/tests/Zend/Controller/_files/EmptyController.php index ee0eb581..f9fb2ae4 100644 --- a/tests/Zend/Controller/_files/EmptyController.php +++ b/tests/Zend/Controller/_files/EmptyController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class EmptyController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/FooBarController.php b/tests/Zend/Controller/_files/FooBarController.php index 1b08a1e1..f25beb30 100644 --- a/tests/Zend/Controller/_files/FooBarController.php +++ b/tests/Zend/Controller/_files/FooBarController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooBarController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/FooController.php b/tests/Zend/Controller/_files/FooController.php index 6660ce8e..61533ea0 100644 --- a/tests/Zend/Controller/_files/FooController.php +++ b/tests/Zend/Controller/_files/FooController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/HelperBrokerController.php b/tests/Zend/Controller/_files/HelperBrokerController.php index 382dc710..fa298a43 100644 --- a/tests/Zend/Controller/_files/HelperBrokerController.php +++ b/tests/Zend/Controller/_files/HelperBrokerController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class HelperBrokerController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/HelperFlashMessengerController.php b/tests/Zend/Controller/_files/HelperFlashMessengerController.php index 82c65f93..271b1d6b 100644 --- a/tests/Zend/Controller/_files/HelperFlashMessengerController.php +++ b/tests/Zend/Controller/_files/HelperFlashMessengerController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class HelperFlashMessengerController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/Helpers/TestHelper.php b/tests/Zend/Controller/_files/Helpers/TestHelper.php index 65f7d42f..a7da1eaf 100644 --- a/tests/Zend/Controller/_files/Helpers/TestHelper.php +++ b/tests/Zend/Controller/_files/Helpers/TestHelper.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class MyApp_TestHelper extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/tests/Zend/Controller/_files/Helpers/Url.php b/tests/Zend/Controller/_files/Helpers/Url.php index 66d78049..cb7c5ab2 100644 --- a/tests/Zend/Controller/_files/Helpers/Url.php +++ b/tests/Zend/Controller/_files/Helpers/Url.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class MyApp_Url extends Zend_Controller_Action_Helper_Abstract { /** diff --git a/tests/Zend/Controller/_files/IndexController.php b/tests/Zend/Controller/_files/IndexController.php index 09d78490..60baed9d 100644 --- a/tests/Zend/Controller/_files/IndexController.php +++ b/tests/Zend/Controller/_files/IndexController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class IndexController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/ManuallyIncludedControllers.php b/tests/Zend/Controller/_files/ManuallyIncludedControllers.php index 8809b026..e4de3f21 100644 --- a/tests/Zend/Controller/_files/ManuallyIncludedControllers.php +++ b/tests/Zend/Controller/_files/ManuallyIncludedControllers.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class IncludedController extends Zend_Controller_Action { public function indexAction() diff --git a/tests/Zend/Controller/_files/ObController.php b/tests/Zend/Controller/_files/ObController.php index 4d2c0d9c..b8043f7d 100644 --- a/tests/Zend/Controller/_files/ObController.php +++ b/tests/Zend/Controller/_files/ObController.php @@ -24,6 +24,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ObController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/ViewController.php b/tests/Zend/Controller/_files/ViewController.php index 51d7e819..ab27e899 100644 --- a/tests/Zend/Controller/_files/ViewController.php +++ b/tests/Zend/Controller/_files/ViewController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ViewController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/modules/bar/controllers/IndexController.php b/tests/Zend/Controller/_files/modules/bar/controllers/IndexController.php index 95555550..38c5d093 100644 --- a/tests/Zend/Controller/_files/modules/bar/controllers/IndexController.php +++ b/tests/Zend/Controller/_files/modules/bar/controllers/IndexController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Bar_IndexController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/modules/baz-bat/controllers/FooController.php b/tests/Zend/Controller/_files/modules/baz-bat/controllers/FooController.php index fe0c13de..16749383 100644 --- a/tests/Zend/Controller/_files/modules/baz-bat/controllers/FooController.php +++ b/tests/Zend/Controller/_files/modules/baz-bat/controllers/FooController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class BazBat_FooController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/modules/default/controllers/Admin/HelperController.php b/tests/Zend/Controller/_files/modules/default/controllers/Admin/HelperController.php index 44da63d9..b079c90b 100644 --- a/tests/Zend/Controller/_files/modules/default/controllers/Admin/HelperController.php +++ b/tests/Zend/Controller/_files/modules/default/controllers/Admin/HelperController.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Admin_HelperController extends Zend_Controller_Action { public function renderAction() diff --git a/tests/Zend/Controller/_files/modules/foo/controllers/Admin/IndexController.php b/tests/Zend/Controller/_files/modules/foo/controllers/Admin/IndexController.php index 3b641e01..1080c539 100644 --- a/tests/Zend/Controller/_files/modules/foo/controllers/Admin/IndexController.php +++ b/tests/Zend/Controller/_files/modules/foo/controllers/Admin/IndexController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_Admin_IndexController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/modules/foo/controllers/IndexController.php b/tests/Zend/Controller/_files/modules/foo/controllers/IndexController.php index 7514c4a3..72e51c1e 100644 --- a/tests/Zend/Controller/_files/modules/foo/controllers/IndexController.php +++ b/tests/Zend/Controller/_files/modules/foo/controllers/IndexController.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_IndexController extends Zend_Controller_Action { /** diff --git a/tests/Zend/Controller/_files/modules/foo/views/helpers/FooUseHelper.php b/tests/Zend/Controller/_files/modules/foo/views/helpers/FooUseHelper.php index ee2ce2b9..93158fff 100644 --- a/tests/Zend/Controller/_files/modules/foo/views/helpers/FooUseHelper.php +++ b/tests/Zend/Controller/_files/modules/foo/views/helpers/FooUseHelper.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_View_Helper_FooUseHelper extends Zend_View_Helper_Abstract { public function fooUseHelper() diff --git a/tests/Zend/Date/DateObjectTest.php b/tests/Zend/Date/DateObjectTest.php index 69b0a40e..db1f9ce6 100644 --- a/tests/Zend/Date/DateObjectTest.php +++ b/tests/Zend/Date/DateObjectTest.php @@ -27,6 +27,7 @@ * * @group Zend_Date */ +#[AllowDynamicProperties] class Zend_Date_DateObjectTest extends \PHPUnit\Framework\TestCase { public function setUp(): void diff --git a/tests/Zend/DateTest.php b/tests/Zend/DateTest.php index c2febbe3..a11e2aa9 100644 --- a/tests/Zend/DateTest.php +++ b/tests/Zend/DateTest.php @@ -46,6 +46,7 @@ * * @group Zend_Date */ +#[AllowDynamicProperties] class Zend_DateTest extends \PHPUnit\Framework\TestCase { private $_cache; diff --git a/tests/Zend/ExceptionTest.php b/tests/Zend/ExceptionTest.php index bb405693..4ec99ca0 100644 --- a/tests/Zend/ExceptionTest.php +++ b/tests/Zend/ExceptionTest.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_ExceptionTest extends \PHPUnit\Framework\TestCase { public function testConstructorDefaults() diff --git a/tests/Zend/File/ClassFileLocatorTest.php b/tests/Zend/File/ClassFileLocatorTest.php index ac547945..2d71c3a4 100644 --- a/tests/Zend/File/ClassFileLocatorTest.php +++ b/tests/Zend/File/ClassFileLocatorTest.php @@ -23,6 +23,7 @@ * * @group Zend_File */ +#[AllowDynamicProperties] class Zend_File_ClassFileLocatorTest extends \PHPUnit\Framework\TestCase { public function testConstructorThrowsInvalidArgumentExceptionForInvalidStringDirectory() diff --git a/tests/Zend/File/Transfer/Adapter/AbstractTest.php b/tests/Zend/File/Transfer/Adapter/AbstractTest.php index 454e002f..2a557ea6 100644 --- a/tests/Zend/File/Transfer/Adapter/AbstractTest.php +++ b/tests/Zend/File/Transfer/Adapter/AbstractTest.php @@ -31,6 +31,7 @@ * * @group Zend_File */ +#[AllowDynamicProperties] class Zend_File_Transfer_Adapter_AbstractTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/File/Transfer/Adapter/HttpTest.php b/tests/Zend/File/Transfer/Adapter/HttpTest.php index 1663672d..0ea5b9bf 100644 --- a/tests/Zend/File/Transfer/Adapter/HttpTest.php +++ b/tests/Zend/File/Transfer/Adapter/HttpTest.php @@ -31,6 +31,7 @@ * * @group Zend_File */ +#[AllowDynamicProperties] class Zend_File_Transfer_Adapter_HttpTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/AlnumTest.php b/tests/Zend/Filter/AlnumTest.php index fbb9d208..868428f2 100644 --- a/tests/Zend/Filter/AlnumTest.php +++ b/tests/Zend/Filter/AlnumTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_AlnumTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/AlphaTest.php b/tests/Zend/Filter/AlphaTest.php index 28068994..01bae678 100644 --- a/tests/Zend/Filter/AlphaTest.php +++ b/tests/Zend/Filter/AlphaTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_AlphaTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/BaseNameTest.php b/tests/Zend/Filter/BaseNameTest.php index d7bf6dfe..02a84a70 100644 --- a/tests/Zend/Filter/BaseNameTest.php +++ b/tests/Zend/Filter/BaseNameTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_BaseNameTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/BooleanTest.php b/tests/Zend/Filter/BooleanTest.php index bc62ebd6..4603f13a 100644 --- a/tests/Zend/Filter/BooleanTest.php +++ b/tests/Zend/Filter/BooleanTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_BooleanTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/CallbackTest.php b/tests/Zend/Filter/CallbackTest.php index c9a6825e..48216e70 100644 --- a/tests/Zend/Filter/CallbackTest.php +++ b/tests/Zend/Filter/CallbackTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_CallbackTest extends \PHPUnit\Framework\TestCase { public function testObjectCallback() diff --git a/tests/Zend/Filter/Compress/Bz2Test.php b/tests/Zend/Filter/Compress/Bz2Test.php index 754fd82e..3edcadd9 100644 --- a/tests/Zend/Filter/Compress/Bz2Test.php +++ b/tests/Zend/Filter/Compress/Bz2Test.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_Bz2Test extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Compress/GzTest.php b/tests/Zend/Filter/Compress/GzTest.php index 9c6063e1..81bcd56a 100644 --- a/tests/Zend/Filter/Compress/GzTest.php +++ b/tests/Zend/Filter/Compress/GzTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_GzTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Compress/LzfTest.php b/tests/Zend/Filter/Compress/LzfTest.php index c3ca9f99..e2ff3a7d 100644 --- a/tests/Zend/Filter/Compress/LzfTest.php +++ b/tests/Zend/Filter/Compress/LzfTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_LzfTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Compress/RarTest.php b/tests/Zend/Filter/Compress/RarTest.php index d3cb716b..d9de2137 100644 --- a/tests/Zend/Filter/Compress/RarTest.php +++ b/tests/Zend/Filter/Compress/RarTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_RarTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Compress/TarTest.php b/tests/Zend/Filter/Compress/TarTest.php index 3dd93eb1..40c1c5ca 100644 --- a/tests/Zend/Filter/Compress/TarTest.php +++ b/tests/Zend/Filter/Compress/TarTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_TarTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Compress/ZipTest.php b/tests/Zend/Filter/Compress/ZipTest.php index e89643be..81484fce 100644 --- a/tests/Zend/Filter/Compress/ZipTest.php +++ b/tests/Zend/Filter/Compress/ZipTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_Compress_ZipTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/CompressTest.php b/tests/Zend/Filter/CompressTest.php index 81fc287c..93d4396b 100644 --- a/tests/Zend/Filter/CompressTest.php +++ b/tests/Zend/Filter/CompressTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_CompressTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/DecompressTest.php b/tests/Zend/Filter/DecompressTest.php index e4b5d39a..24fe36a5 100644 --- a/tests/Zend/Filter/DecompressTest.php +++ b/tests/Zend/Filter/DecompressTest.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Filter_DecompressTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/DigitsTest.php b/tests/Zend/Filter/DigitsTest.php index d84565d4..247b1591 100644 --- a/tests/Zend/Filter/DigitsTest.php +++ b/tests/Zend/Filter/DigitsTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_DigitsTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/DirTest.php b/tests/Zend/Filter/DirTest.php index 65b842ad..f8674fb6 100644 --- a/tests/Zend/Filter/DirTest.php +++ b/tests/Zend/Filter/DirTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_DirTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/File/LowerCaseTest.php b/tests/Zend/Filter/File/LowerCaseTest.php index ebf7e1c9..24c8276d 100644 --- a/tests/Zend/Filter/File/LowerCaseTest.php +++ b/tests/Zend/Filter/File/LowerCaseTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_File_LowerCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/File/RenameTest.php b/tests/Zend/Filter/File/RenameTest.php index 9145fb6b..81b222ec 100644 --- a/tests/Zend/Filter/File/RenameTest.php +++ b/tests/Zend/Filter/File/RenameTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_File_RenameTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/File/UpperCaseTest.php b/tests/Zend/Filter/File/UpperCaseTest.php index 3d5a6487..73c561f1 100644 --- a/tests/Zend/Filter/File/UpperCaseTest.php +++ b/tests/Zend/Filter/File/UpperCaseTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_File_UpperCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/HtmlEntitiesTest.php b/tests/Zend/Filter/HtmlEntitiesTest.php index fecabb9e..eb0c2e14 100644 --- a/tests/Zend/Filter/HtmlEntitiesTest.php +++ b/tests/Zend/Filter/HtmlEntitiesTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_HtmlEntitiesTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/InputTest.php b/tests/Zend/Filter/InputTest.php index 23a8d7e3..6a0ffa37 100644 --- a/tests/Zend/Filter/InputTest.php +++ b/tests/Zend/Filter/InputTest.php @@ -32,6 +32,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_InputTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/IntTest.php b/tests/Zend/Filter/IntTest.php index cae12643..6d7b4ea2 100644 --- a/tests/Zend/Filter/IntTest.php +++ b/tests/Zend/Filter/IntTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_IntTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/NullTest.php b/tests/Zend/Filter/NullTest.php index 3ecea1c1..178dc10f 100644 --- a/tests/Zend/Filter/NullTest.php +++ b/tests/Zend/Filter/NullTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_NullTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/PregReplaceTest.php b/tests/Zend/Filter/PregReplaceTest.php index 5e2da7c4..ae6ea64f 100644 --- a/tests/Zend/Filter/PregReplaceTest.php +++ b/tests/Zend/Filter/PregReplaceTest.php @@ -130,6 +130,7 @@ public function testExtendsPregReplace() /** * @group ZF-9202 */ +#[AllowDynamicProperties] class XPregReplace extends Zend_Filter_PregReplace { protected $_matchPattern = '~(>){3,}~i'; diff --git a/tests/Zend/Filter/RealPathTest.php b/tests/Zend/Filter/RealPathTest.php index 91d59026..5c5cfa2c 100644 --- a/tests/Zend/Filter/RealPathTest.php +++ b/tests/Zend/Filter/RealPathTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_RealPathTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/StringToLowerTest.php b/tests/Zend/Filter/StringToLowerTest.php index 1cdbd6b7..f886c197 100644 --- a/tests/Zend/Filter/StringToLowerTest.php +++ b/tests/Zend/Filter/StringToLowerTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_StringToLowerTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/StringToUpperTest.php b/tests/Zend/Filter/StringToUpperTest.php index 91c26bec..5a2c657f 100644 --- a/tests/Zend/Filter/StringToUpperTest.php +++ b/tests/Zend/Filter/StringToUpperTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_StringToUpperTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/StringTrimTest.php b/tests/Zend/Filter/StringTrimTest.php index f2b8d381..385e0638 100644 --- a/tests/Zend/Filter/StringTrimTest.php +++ b/tests/Zend/Filter/StringTrimTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_StringTrimTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/StripNewlinesTest.php b/tests/Zend/Filter/StripNewlinesTest.php index beb56cf9..c1927742 100644 --- a/tests/Zend/Filter/StripNewlinesTest.php +++ b/tests/Zend/Filter/StripNewlinesTest.php @@ -27,6 +27,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_StripNewlinesTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/StripTagsTest.php b/tests/Zend/Filter/StripTagsTest.php index 5cbba8f8..e373bd97 100644 --- a/tests/Zend/Filter/StripTagsTest.php +++ b/tests/Zend/Filter/StripTagsTest.php @@ -29,6 +29,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_StripTagsTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/CamelCaseToDashTest.php b/tests/Zend/Filter/Word/CamelCaseToDashTest.php index fb245e58..a53ed5d5 100644 --- a/tests/Zend/Filter/Word/CamelCaseToDashTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToDashTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToDashTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php b/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php index 07feb4f6..1e8ea603 100644 --- a/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToSeparatorTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php b/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php index da10f27b..e7553a5e 100644 --- a/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_CamelCaseToUnderscoreTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/DashToCamelCaseTest.php b/tests/Zend/Filter/Word/DashToCamelCaseTest.php index 20f59755..9e940bd4 100644 --- a/tests/Zend/Filter/Word/DashToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/DashToCamelCaseTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToCamelCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/DashToSeparatorTest.php b/tests/Zend/Filter/Word/DashToSeparatorTest.php index 0f840923..05a78e31 100644 --- a/tests/Zend/Filter/Word/DashToSeparatorTest.php +++ b/tests/Zend/Filter/Word/DashToSeparatorTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToSeparatorTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/DashToUnderscoreTest.php b/tests/Zend/Filter/Word/DashToUnderscoreTest.php index c856cafd..a49f210e 100644 --- a/tests/Zend/Filter/Word/DashToUnderscoreTest.php +++ b/tests/Zend/Filter/Word/DashToUnderscoreTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_DashToUnderscoreTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php b/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php index 9ee2ca7d..aefa2e12 100644 --- a/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToCamelCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/SeparatorToDashTest.php b/tests/Zend/Filter/Word/SeparatorToDashTest.php index 70a71a0f..574a4cf1 100644 --- a/tests/Zend/Filter/Word/SeparatorToDashTest.php +++ b/tests/Zend/Filter/Word/SeparatorToDashTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToDashTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php b/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php index 0bbd4ebf..26082b84 100644 --- a/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php +++ b/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_SeparatorToSeparatorTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php b/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php index 33f423da..c6c5d0b0 100644 --- a/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToCamelCaseTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/UnderscoreToDashTest.php b/tests/Zend/Filter/Word/UnderscoreToDashTest.php index 229fe60b..22357b7d 100644 --- a/tests/Zend/Filter/Word/UnderscoreToDashTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToDashTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToDashTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php b/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php index 03e08a32..d54475f4 100644 --- a/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php @@ -25,6 +25,7 @@ * * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_Word_UnderscoreToSeparatorTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Filter/_files/TestNamespace/MyDigits.php b/tests/Zend/Filter/_files/TestNamespace/MyDigits.php index 3423a6cb..0ae58187 100644 --- a/tests/Zend/Filter/_files/TestNamespace/MyDigits.php +++ b/tests/Zend/Filter/_files/TestNamespace/MyDigits.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class TestNamespace_MyDigits extends Zend_Validate_Digits { } diff --git a/tests/Zend/Filter/_files/TestNamespace/StringEquals.php b/tests/Zend/Filter/_files/TestNamespace/StringEquals.php index 8cae96be..9347b8e7 100644 --- a/tests/Zend/Filter/_files/TestNamespace/StringEquals.php +++ b/tests/Zend/Filter/_files/TestNamespace/StringEquals.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class TestNamespace_StringEquals extends Zend_Validate_Abstract { public const NOT_EQUALS = 'stringNotEquals'; diff --git a/tests/Zend/Form/Element/_files/TransferAdapter/Bar.php b/tests/Zend/Form/Element/_files/TransferAdapter/Bar.php index 95313e4f..431f44e2 100644 --- a/tests/Zend/Form/Element/_files/TransferAdapter/Bar.php +++ b/tests/Zend/Form/Element/_files/TransferAdapter/Bar.php @@ -24,6 +24,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Bar extends Zend_File_Transfer_Adapter_Abstract { public $received = false; diff --git a/tests/Zend/Form/_files/decorators/Label.php b/tests/Zend/Form/_files/decorators/Label.php index 47c81153..07985836 100644 --- a/tests/Zend/Form/_files/decorators/Label.php +++ b/tests/Zend/Form/_files/decorators/Label.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_Decorator_Label extends Zend_Form_Decorator_Abstract { /** diff --git a/tests/Zend/Form/_files/decorators/TableRow.php b/tests/Zend/Form/_files/decorators/TableRow.php index aeaf5605..02c8faea 100644 --- a/tests/Zend/Form/_files/decorators/TableRow.php +++ b/tests/Zend/Form/_files/decorators/TableRow.php @@ -23,6 +23,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_Decorator_TableRow extends Zend_Form_Decorator_Abstract { /** diff --git a/tests/Zend/Json/JsonXMLTest.php b/tests/Zend/Json/JsonXMLTest.php index 8c80cef4..94c173f6 100644 --- a/tests/Zend/Json/JsonXMLTest.php +++ b/tests/Zend/Json/JsonXMLTest.php @@ -28,6 +28,7 @@ * * @group Zend_Json */ +#[AllowDynamicProperties] class Zend_Json_JsonXMLTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Json/_files/ZF11356-NamespacedClass.php b/tests/Zend/Json/_files/ZF11356-NamespacedClass.php index 0c24d2db..e1f2ced4 100644 --- a/tests/Zend/Json/_files/ZF11356-NamespacedClass.php +++ b/tests/Zend/Json/_files/ZF11356-NamespacedClass.php @@ -26,6 +26,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class NamespacedClass extends ArrayIterator { } diff --git a/tests/Zend/JsonTest.php b/tests/Zend/JsonTest.php index a0293468..62f09c93 100644 --- a/tests/Zend/JsonTest.php +++ b/tests/Zend/JsonTest.php @@ -42,6 +42,7 @@ * * @group Zend_Json */ +#[AllowDynamicProperties] class Zend_JsonTest extends \PHPUnit\Framework\TestCase { private $_originalUseBuiltinEncoderDecoderValue; @@ -921,6 +922,7 @@ public function testWillDecodeStructureWithEmptyKeyToObjectProperly() /** * Zend_JsonTest_Item: test item for use with testZf461(). */ +#[AllowDynamicProperties] class Zend_JsonTest_Item { } @@ -928,6 +930,7 @@ class Zend_JsonTest_Item /** * Zend_JsonTest_Object: test class for encoding classes. */ +#[AllowDynamicProperties] class Zend_JsonTest_Object { public const FOO = 'bar'; @@ -976,6 +979,7 @@ public function toJson() * * @see ZF-11167 */ +#[AllowDynamicProperties] class ZF11167_ToArrayClass { private string $_firstName = 'John'; @@ -1001,6 +1005,7 @@ public function toArray() * * @see ZF-11167 */ +#[AllowDynamicProperties] class ZF11167_ToArrayToJsonClass extends ZF11167_ToArrayClass { public function toJson() @@ -1012,6 +1017,7 @@ public function toJson() /** * ISSUE ZF-4946. */ +#[AllowDynamicProperties] class Zend_Json_ToJsonWithExpr { private string $_string = 'text'; @@ -1035,6 +1041,7 @@ public function toJson() /** * @see ZF-12347 */ +#[AllowDynamicProperties] class ZF12347_IteratorAggregate implements IteratorAggregate { protected $array = [ diff --git a/tests/Zend/Layout/FunctionalTest.php b/tests/Zend/Layout/FunctionalTest.php index 8a6af230..0f665755 100644 --- a/tests/Zend/Layout/FunctionalTest.php +++ b/tests/Zend/Layout/FunctionalTest.php @@ -25,6 +25,7 @@ * * @group Zend_Layout */ +#[AllowDynamicProperties] class Zend_Layout_FunctionalTest extends Zend_Test_PHPUnit_ControllerTestCase { /** diff --git a/tests/Zend/Layout/HelperTest.php b/tests/Zend/Layout/HelperTest.php index b59bcef5..965cf162 100644 --- a/tests/Zend/Layout/HelperTest.php +++ b/tests/Zend/Layout/HelperTest.php @@ -28,6 +28,7 @@ * * @group Zend_Layout */ +#[AllowDynamicProperties] class Zend_Layout_HelperTest extends \PHPUnit\Framework\TestCase { /** @@ -125,6 +126,7 @@ public function testHelperProxiesToLayoutObjectMethods() /** * Zend_Layout extension to allow resetting MVC instance. */ +#[AllowDynamicProperties] class Zend_Layout_HelperTest_Layout extends Zend_Layout { public static function resetMvcInstance() diff --git a/tests/Zend/Layout/LayoutTest.php b/tests/Zend/Layout/LayoutTest.php index d81f8cea..ce72c74a 100644 --- a/tests/Zend/Layout/LayoutTest.php +++ b/tests/Zend/Layout/LayoutTest.php @@ -32,6 +32,7 @@ * * @group Zend_Layout */ +#[AllowDynamicProperties] class Zend_Layout_LayoutTest extends \PHPUnit\Framework\TestCase { /** @@ -470,6 +471,7 @@ public function testSetLayoutWithDisabledFlag() /** * Zend_Layout extension to allow resetting mvcInstance static member. */ +#[AllowDynamicProperties] class Zend_Layout_LayoutTest_Override extends Zend_Layout { public static function resetMvcInstance() diff --git a/tests/Zend/Layout/PluginTest.php b/tests/Zend/Layout/PluginTest.php index c0c6aa0c..064d0b5a 100644 --- a/tests/Zend/Layout/PluginTest.php +++ b/tests/Zend/Layout/PluginTest.php @@ -30,6 +30,7 @@ * * @group Zend_Layout */ +#[AllowDynamicProperties] class Zend_Layout_PluginTest extends \PHPUnit\Framework\TestCase { /** @@ -213,6 +214,7 @@ public function testPostDispatchDoesNotRenderLayoutWhenResponseRedirected() /** * Zend_Layout extension to allow resetting MVC instance. */ +#[AllowDynamicProperties] class Zend_Layout_PluginTest_Layout extends Zend_Layout { public static function resetMvcInstance() diff --git a/tests/Zend/Layout/_files/MinimalCustomView.php b/tests/Zend/Layout/_files/MinimalCustomView.php index d8ebdb33..e3227a5c 100644 --- a/tests/Zend/Layout/_files/MinimalCustomView.php +++ b/tests/Zend/Layout/_files/MinimalCustomView.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Layout_Test_MinimalCustomView implements Zend_View_Interface { public function getEngine() diff --git a/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestErrorController.php b/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestErrorController.php index e95c85e6..ff602d8c 100644 --- a/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestErrorController.php +++ b/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestErrorController.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendLayoutFunctionalTestErrorController extends Zend_Controller_Action { public function errorAction() diff --git a/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestTestController.php b/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestTestController.php index e9aecb5e..d187e18d 100644 --- a/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestTestController.php +++ b/tests/Zend/Layout/_files/functional-test-app/controllers/ZendLayoutFunctionalTestTestController.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendLayoutFunctionalTestTestController extends Zend_Controller_Action { public function indexAction() diff --git a/tests/Zend/Layout/_files/layouts-basepath/helpers/FooBar.php b/tests/Zend/Layout/_files/layouts-basepath/helpers/FooBar.php index fb3a3628..0001a17f 100644 --- a/tests/Zend/Layout/_files/layouts-basepath/helpers/FooBar.php +++ b/tests/Zend/Layout/_files/layouts-basepath/helpers/FooBar.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Layout_View_Helper_FooBar { public function fooBar() diff --git a/tests/Zend/Loader/AutoloadableClass.php b/tests/Zend/Loader/AutoloadableClass.php index df3efa97..e39cbd24 100644 --- a/tests/Zend/Loader/AutoloadableClass.php +++ b/tests/Zend/Loader/AutoloadableClass.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_AutoloadableClass { } diff --git a/tests/Zend/Loader/Autoloader/_files/forms/ZendLoaderAutoloaderResourceTest.php b/tests/Zend/Loader/Autoloader/_files/forms/ZendLoaderAutoloaderResourceTest.php index 6ffc0e04..40ff3822 100644 --- a/tests/Zend/Loader/Autoloader/_files/forms/ZendLoaderAutoloaderResourceTest.php +++ b/tests/Zend/Loader/Autoloader/_files/forms/ZendLoaderAutoloaderResourceTest.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooBar_Form_ZendLoaderAutoloaderResourceTest { } diff --git a/tests/Zend/Loader/Autoloader/_files/models/Baz.php b/tests/Zend/Loader/Autoloader/_files/models/Baz.php index b4ec55d4..a07e3da0 100644 --- a/tests/Zend/Loader/Autoloader/_files/models/Baz.php +++ b/tests/Zend/Loader/Autoloader/_files/models/Baz.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_Bar_Model_Baz { } diff --git a/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceMethodOverloading.php b/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceMethodOverloading.php index 8e26c101..77b88a3b 100644 --- a/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceMethodOverloading.php +++ b/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceMethodOverloading.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooBar_Model_ZendLoaderAutoloaderResourceMethodOverloading { } diff --git a/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceTest.php b/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceTest.php index 4b1f542a..1a2244f7 100644 --- a/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceTest.php +++ b/tests/Zend/Loader/Autoloader/_files/models/ZendLoaderAutoloaderResourceTest.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class FooBar_Model_ZendLoaderAutoloaderResourceTest { } diff --git a/tests/Zend/Loader/Autoloader/_files/services/ZendLoaderAutoloaderResourceTest.php b/tests/Zend/Loader/Autoloader/_files/services/ZendLoaderAutoloaderResourceTest.php index a54f8489..924afa57 100644 --- a/tests/Zend/Loader/Autoloader/_files/services/ZendLoaderAutoloaderResourceTest.php +++ b/tests/Zend/Loader/Autoloader/_files/services/ZendLoaderAutoloaderResourceTest.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Service_ZendLoaderAutoloaderResourceTest { } diff --git a/tests/Zend/Loader/AutoloaderFactoryClassMapLoaderTest.php b/tests/Zend/Loader/AutoloaderFactoryClassMapLoaderTest.php index b01ddd10..ace05fba 100644 --- a/tests/Zend/Loader/AutoloaderFactoryClassMapLoaderTest.php +++ b/tests/Zend/Loader/AutoloaderFactoryClassMapLoaderTest.php @@ -21,6 +21,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class Zend_Loader_AutoloaderFactoryClassMapLoaderTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Loader/MyLoader.php b/tests/Zend/Loader/MyLoader.php index fa56415f..5c9d101c 100644 --- a/tests/Zend/Loader/MyLoader.php +++ b/tests/Zend/Loader/MyLoader.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_MyLoader extends Zend_Loader { public static function loadClass($class, $dirs = null) diff --git a/tests/Zend/Loader/MyOverloader.php b/tests/Zend/Loader/MyOverloader.php index 1214e1ae..a0f0b9c8 100644 --- a/tests/Zend/Loader/MyOverloader.php +++ b/tests/Zend/Loader/MyOverloader.php @@ -27,6 +27,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_MyOverloader extends Zend_Loader { public static function loadClass($class, $dirs = null) diff --git a/tests/Zend/Loader/TestAsset/ClassMappedClass.php b/tests/Zend/Loader/TestAsset/ClassMappedClass.php index 575fe2db..ea0daa46 100644 --- a/tests/Zend/Loader/TestAsset/ClassMappedClass.php +++ b/tests/Zend/Loader/TestAsset/ClassMappedClass.php @@ -22,6 +22,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class Zend_UnusualNamespace_ClassMappedClass { public $options; diff --git a/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php b/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php index c25643cc..52381a5f 100644 --- a/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php +++ b/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php @@ -22,6 +22,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class Namespaced_Class { } diff --git a/tests/Zend/Loader/TestAsset/NamespacedClass.php b/tests/Zend/Loader/TestAsset/NamespacedClass.php index cc0ac4a0..2854bc12 100644 --- a/tests/Zend/Loader/TestAsset/NamespacedClass.php +++ b/tests/Zend/Loader/TestAsset/NamespacedClass.php @@ -24,6 +24,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class NamespacedClass { } diff --git a/tests/Zend/Loader/TestAsset/StandardAutoloader.php b/tests/Zend/Loader/TestAsset/StandardAutoloader.php index 55a71869..85f54104 100644 --- a/tests/Zend/Loader/TestAsset/StandardAutoloader.php +++ b/tests/Zend/Loader/TestAsset/StandardAutoloader.php @@ -22,6 +22,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class Zend_Loader_TestAsset_StandardAutoloader extends Zend_Loader_StandardAutoloader { /** diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php b/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php index be62a8a8..b64ff711 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php @@ -20,6 +20,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class ZendTest_Loader_TestAsset_TestPlugins_Bar { } diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php b/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php index 399c8060..7fb945a4 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php @@ -22,6 +22,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class ZendTest_Loader_TestAsset_TestPlugins_Baz { } diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php b/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php index 26137007..f6fddce4 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php @@ -20,6 +20,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class ZendTest_Loader_TestAsset_TestPlugins_Foo { } diff --git a/tests/Zend/Loader/TestAsset/TestPrefix/FallbackCase.php b/tests/Zend/Loader/TestAsset/TestPrefix/FallbackCase.php index 6f46745b..e411e25d 100644 --- a/tests/Zend/Loader/TestAsset/TestPrefix/FallbackCase.php +++ b/tests/Zend/Loader/TestAsset/TestPrefix/FallbackCase.php @@ -20,6 +20,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class TestPrefix_FallbackCase { } diff --git a/tests/Zend/Loader/TestAsset/TestPrefix/NoDuplicateAutoloadersCase.php b/tests/Zend/Loader/TestAsset/TestPrefix/NoDuplicateAutoloadersCase.php index 82c5d7ae..6a1dad8c 100644 --- a/tests/Zend/Loader/TestAsset/TestPrefix/NoDuplicateAutoloadersCase.php +++ b/tests/Zend/Loader/TestAsset/TestPrefix/NoDuplicateAutoloadersCase.php @@ -20,6 +20,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class TestPrefix_NoDuplicateAutoloadersCase { } diff --git a/tests/Zend/Loader/TestAsset/UnusualPrefix/PrefixedClass.php b/tests/Zend/Loader/TestAsset/UnusualPrefix/PrefixedClass.php index 3e601146..1d97a2b9 100644 --- a/tests/Zend/Loader/TestAsset/UnusualPrefix/PrefixedClass.php +++ b/tests/Zend/Loader/TestAsset/UnusualPrefix/PrefixedClass.php @@ -20,6 +20,7 @@ * * @group Loader */ +#[AllowDynamicProperties] class ZendTest_UnusualPrefix_PrefixedClass { } diff --git a/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php b/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php index add16a8c..cb11ab16 100644 --- a/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php +++ b/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendLoaderAutoloader_Foo { } diff --git a/tests/Zend/Loader/_files/ZfTest/CacheTest.php b/tests/Zend/Loader/_files/ZfTest/CacheTest.php index 9f2bd6d1..b224fa51 100644 --- a/tests/Zend/Loader/_files/ZfTest/CacheTest.php +++ b/tests/Zend/Loader/_files/ZfTest/CacheTest.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZfTest_CacheTest { } diff --git a/tests/Zend/Loader/_files/ZfTest/FormSubmit.php b/tests/Zend/Loader/_files/ZfTest/FormSubmit.php index 680ae793..00caf1a7 100644 --- a/tests/Zend/Loader/_files/ZfTest/FormSubmit.php +++ b/tests/Zend/Loader/_files/ZfTest/FormSubmit.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZfTest_FormSubmit { } diff --git a/tests/Zend/Locale/DataTest.php b/tests/Zend/Locale/DataTest.php index 5c996dbd..ae8e43d9 100644 --- a/tests/Zend/Locale/DataTest.php +++ b/tests/Zend/Locale/DataTest.php @@ -27,6 +27,7 @@ * * @group Zend_Locale */ +#[AllowDynamicProperties] class Zend_Locale_DataTest extends \PHPUnit\Framework\TestCase { private $_cache; diff --git a/tests/Zend/Locale/FormatTest.php b/tests/Zend/Locale/FormatTest.php index 1be16ed8..5c629d1b 100644 --- a/tests/Zend/Locale/FormatTest.php +++ b/tests/Zend/Locale/FormatTest.php @@ -27,6 +27,7 @@ * * @group Zend_Locale */ +#[AllowDynamicProperties] class Zend_Locale_FormatTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Locale/MathTest.php b/tests/Zend/Locale/MathTest.php index 508f926e..cf152484 100644 --- a/tests/Zend/Locale/MathTest.php +++ b/tests/Zend/Locale/MathTest.php @@ -28,6 +28,7 @@ * * @group Zend_Locale */ +#[AllowDynamicProperties] class Zend_Locale_MathTest extends \PHPUnit\Framework\TestCase { private static string $savedLocale = 'C'; diff --git a/tests/Zend/Navigation/ContainerTest.php b/tests/Zend/Navigation/ContainerTest.php index 0e9c85be..afe2f021 100644 --- a/tests/Zend/Navigation/ContainerTest.php +++ b/tests/Zend/Navigation/ContainerTest.php @@ -28,6 +28,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_Navigation_ContainerTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Navigation/Page/MvcTest.php b/tests/Zend/Navigation/Page/MvcTest.php index 36f4eefa..49b30af8 100644 --- a/tests/Zend/Navigation/Page/MvcTest.php +++ b/tests/Zend/Navigation/Page/MvcTest.php @@ -29,6 +29,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_Navigation_Page_MvcTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Navigation/Page/UriTest.php b/tests/Zend/Navigation/Page/UriTest.php index 696e23ac..6c591d3d 100644 --- a/tests/Zend/Navigation/Page/UriTest.php +++ b/tests/Zend/Navigation/Page/UriTest.php @@ -25,6 +25,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_Navigation_Page_UriTest extends \PHPUnit\Framework\TestCase { public function testUriOptionAsString() diff --git a/tests/Zend/Navigation/PageFactoryTest.php b/tests/Zend/Navigation/PageFactoryTest.php index 5d27b015..831d0a5a 100644 --- a/tests/Zend/Navigation/PageFactoryTest.php +++ b/tests/Zend/Navigation/PageFactoryTest.php @@ -25,6 +25,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_Navigation_PageFactoryTest extends \PHPUnit\Framework\TestCase { protected $_oldIncludePath; diff --git a/tests/Zend/Navigation/PageTest.php b/tests/Zend/Navigation/PageTest.php index ca4a858f..abe6dced 100644 --- a/tests/Zend/Navigation/PageTest.php +++ b/tests/Zend/Navigation/PageTest.php @@ -26,6 +26,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_Navigation_PageTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Navigation/_files/My/Container.php b/tests/Zend/Navigation/_files/My/Container.php index 6d4548b4..e65ece7c 100644 --- a/tests/Zend/Navigation/_files/My/Container.php +++ b/tests/Zend/Navigation/_files/My/Container.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_Container extends Zend_Navigation_Container { public function addPage($page) diff --git a/tests/Zend/Navigation/_files/My/InvalidPage.php b/tests/Zend/Navigation/_files/My/InvalidPage.php index ace14e88..fe16a989 100644 --- a/tests/Zend/Navigation/_files/My/InvalidPage.php +++ b/tests/Zend/Navigation/_files/My/InvalidPage.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_InvalidPage { /** diff --git a/tests/Zend/Navigation/_files/My/Page.php b/tests/Zend/Navigation/_files/My/Page.php index 8e0ac035..de9c94d4 100644 --- a/tests/Zend/Navigation/_files/My/Page.php +++ b/tests/Zend/Navigation/_files/My/Page.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_Page extends Zend_Navigation_Page { /** diff --git a/tests/Zend/Navigation/_files/My/SchemeHelper.php b/tests/Zend/Navigation/_files/My/SchemeHelper.php index 9429f67c..707ca691 100644 --- a/tests/Zend/Navigation/_files/My/SchemeHelper.php +++ b/tests/Zend/Navigation/_files/My/SchemeHelper.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_SchemeHelper extends Zend_View_Helper_ServerUrl { public const RETURN_URL = 'spotify:track:2nd6CTjR9zjHGT0QtpfLHe'; diff --git a/tests/Zend/Navigation/_files/My/UrlHelper.php b/tests/Zend/Navigation/_files/My/UrlHelper.php index 3be9f19c..3db22f53 100644 --- a/tests/Zend/Navigation/_files/My/UrlHelper.php +++ b/tests/Zend/Navigation/_files/My/UrlHelper.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class My_UrlHelper extends Zend_Controller_Action_Helper_Url { public const RETURN_URL = 'spotify:track:2nd6CTjR9zjHGT0QtpfLHe'; diff --git a/tests/Zend/NavigationTest.php b/tests/Zend/NavigationTest.php index 33fd57c7..6344f4c7 100644 --- a/tests/Zend/NavigationTest.php +++ b/tests/Zend/NavigationTest.php @@ -27,6 +27,7 @@ * * @group Zend_Navigation */ +#[AllowDynamicProperties] class Zend_NavigationTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Navigation $_navigation; diff --git a/tests/Zend/Paginator/Adapter/ArrayTest.php b/tests/Zend/Paginator/Adapter/ArrayTest.php index ea3b2a45..b6a21567 100644 --- a/tests/Zend/Paginator/Adapter/ArrayTest.php +++ b/tests/Zend/Paginator/Adapter/ArrayTest.php @@ -31,6 +31,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_Adapter_ArrayTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_Adapter_Array $_adapter; diff --git a/tests/Zend/Paginator/Adapter/NullTest.php b/tests/Zend/Paginator/Adapter/NullTest.php index 52b9a1c7..1afeb4bb 100644 --- a/tests/Zend/Paginator/Adapter/NullTest.php +++ b/tests/Zend/Paginator/Adapter/NullTest.php @@ -36,6 +36,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_Adapter_NullTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_Adapter_Null $_adapter; diff --git a/tests/Zend/Paginator/ScrollingStyle/AllTest.php b/tests/Zend/Paginator/ScrollingStyle/AllTest.php index b7af4b92..8af298dd 100644 --- a/tests/Zend/Paginator/ScrollingStyle/AllTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/AllTest.php @@ -36,6 +36,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_AllTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_ScrollingStyle_All $_scrollingStyle = null; diff --git a/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php b/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php index bec27b17..0bd7cf9f 100644 --- a/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php @@ -36,6 +36,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_ElasticTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_ScrollingStyle_Elastic $_scrollingStyle; diff --git a/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php b/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php index 573a95e0..f799807b 100644 --- a/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php @@ -36,6 +36,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_JumpingTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_ScrollingStyle_Jumping $_scrollingStyle; diff --git a/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php b/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php index 9f981e8b..2395d796 100644 --- a/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php @@ -36,6 +36,7 @@ * * @group Zend_Paginator */ +#[AllowDynamicProperties] class Zend_Paginator_ScrollingStyle_SlidingTest extends \PHPUnit\Framework\TestCase { private ?\Zend_Paginator_ScrollingStyle_Sliding $_scrollingStyle; diff --git a/tests/Zend/Paginator/_files/TestTable.php b/tests/Zend/Paginator/_files/TestTable.php index b4589686..4d603b6d 100644 --- a/tests/Zend/Paginator/_files/TestTable.php +++ b/tests/Zend/Paginator/_files/TestTable.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class TestTable extends Zend_Db_Table_Abstract { protected $_primary = 'number'; diff --git a/tests/Zend/Paginator/_files/Zf4207.php b/tests/Zend/Paginator/_files/Zf4207.php index fed69682..4a0b937b 100644 --- a/tests/Zend/Paginator/_files/Zf4207.php +++ b/tests/Zend/Paginator/_files/Zf4207.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zf4207 extends ArrayObject implements Zend_Paginator_Adapter_Interface { public function count(): int diff --git a/tests/Zend/RegistryTest.php b/tests/Zend/RegistryTest.php index 397c3509..3e52045c 100644 --- a/tests/Zend/RegistryTest.php +++ b/tests/Zend/RegistryTest.php @@ -27,6 +27,7 @@ * * @group Zend_Registry */ +#[AllowDynamicProperties] class Zend_RegistryTest extends \PHPUnit\Framework\TestCase { public function setUp(): void diff --git a/tests/Zend/Rest/ControllerTest.php b/tests/Zend/Rest/ControllerTest.php index b11227db..59947a6d 100644 --- a/tests/Zend/Rest/ControllerTest.php +++ b/tests/Zend/Rest/ControllerTest.php @@ -29,6 +29,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Rest_TestController extends Zend_Rest_Controller { public $testValue = ''; @@ -75,6 +76,7 @@ public function deleteAction() * * @group Zend_Rest */ +#[AllowDynamicProperties] class Zend_Rest_ControllerTest extends \PHPUnit\Framework\TestCase { protected $_testController; diff --git a/tests/Zend/Rest/ResultTest.php b/tests/Zend/Rest/ResultTest.php index 89f7b3bd..4aa00f34 100644 --- a/tests/Zend/Rest/ResultTest.php +++ b/tests/Zend/Rest/ResultTest.php @@ -30,6 +30,7 @@ * @group Zend_Rest * @group Zend_Rest_Result */ +#[AllowDynamicProperties] class Zend_Rest_ResultTest extends \PHPUnit\Framework\TestCase { static $path; diff --git a/tests/Zend/Rest/RouteTest.php b/tests/Zend/Rest/RouteTest.php index 9aa8ba0a..541aa4e5 100644 --- a/tests/Zend/Rest/RouteTest.php +++ b/tests/Zend/Rest/RouteTest.php @@ -31,6 +31,7 @@ * * @group Zend_Rest */ +#[AllowDynamicProperties] class Zend_Rest_RouteTest extends \PHPUnit\Framework\TestCase { protected $_front; diff --git a/tests/Zend/Test/PHPUnit/_files/application/controllers/ErrorController.php b/tests/Zend/Test/PHPUnit/_files/application/controllers/ErrorController.php index c70557b7..3a2017fb 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/controllers/ErrorController.php +++ b/tests/Zend/Test/PHPUnit/_files/application/controllers/ErrorController.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ErrorController extends Zend_Controller_Action { public function errorAction() diff --git a/tests/Zend/Test/PHPUnit/_files/application/controllers/IndexController.php b/tests/Zend/Test/PHPUnit/_files/application/controllers/IndexController.php index 00a6945c..d11d8fb4 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/controllers/IndexController.php +++ b/tests/Zend/Test/PHPUnit/_files/application/controllers/IndexController.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class IndexController extends Zend_Controller_Action { public function indexAction() diff --git a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestPhpUnitFooController.php b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestPhpUnitFooController.php index 3acf8e5d..bec767e2 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestPhpUnitFooController.php +++ b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestPhpUnitFooController.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendTestPhpUnitFooController extends Zend_Controller_Action { public function barAction() diff --git a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromInitController.php b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromInitController.php index cef0716d..ffea232c 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromInitController.php +++ b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromInitController.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendTestRedirectFromInitController extends Zend_Controller_Action { public function init() diff --git a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromPreDispatchController.php b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromPreDispatchController.php index 464f87d2..f1b67cc4 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromPreDispatchController.php +++ b/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromPreDispatchController.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ZendTestRedirectFromPreDispatchController extends Zend_Controller_Action { public function preDispatch() diff --git a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromDispatchLoopStartup.php b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromDispatchLoopStartup.php index f9ce8277..462a0126 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromDispatchLoopStartup.php +++ b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromDispatchLoopStartup.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Application_Plugin_RedirectFromDispatchLoopStartup extends Zend_Controller_Plugin_Abstract { public function dispatchLoopStartup(Zend_Controller_Request_Abstract $r) diff --git a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromPreDispatch.php b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromPreDispatch.php index 77e84b6a..7d3208dd 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromPreDispatch.php +++ b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromPreDispatch.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Application_Plugin_RedirectFromPreDispatch extends Zend_Controller_Plugin_Abstract { public function preDispatch(Zend_Controller_Request_Abstract $r) diff --git a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteShutdown.php b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteShutdown.php index e86886a9..f550985d 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteShutdown.php +++ b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteShutdown.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Application_Plugin_RedirectFromRouteShutdown extends Zend_Controller_Plugin_Abstract { public function routeShutdown(Zend_Controller_Request_Abstract $r) diff --git a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteStartup.php b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteStartup.php index ed22dbee..2197cfb1 100644 --- a/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteStartup.php +++ b/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteStartup.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Application_Plugin_RedirectFromRouteStartup extends Zend_Controller_Plugin_Abstract { public function routeStartup(Zend_Controller_Request_Abstract $r) diff --git a/tests/Zend/Translate/Adapter/ArrayTest.php b/tests/Zend/Translate/Adapter/ArrayTest.php index 22e90468..a4b2f1ba 100644 --- a/tests/Zend/Translate/Adapter/ArrayTest.php +++ b/tests/Zend/Translate/Adapter/ArrayTest.php @@ -27,6 +27,7 @@ * * @group Zend_Translate */ +#[AllowDynamicProperties] class Zend_Translate_Adapter_ArrayTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/TranslateTest.php b/tests/Zend/TranslateTest.php index 94bbcd19..09129aa1 100644 --- a/tests/Zend/TranslateTest.php +++ b/tests/Zend/TranslateTest.php @@ -32,6 +32,7 @@ * * @group Zend_Translate */ +#[AllowDynamicProperties] class Zend_TranslateTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Uri/HttpTest.php b/tests/Zend/Uri/HttpTest.php index c0c5a534..6ba476cb 100644 --- a/tests/Zend/Uri/HttpTest.php +++ b/tests/Zend/Uri/HttpTest.php @@ -32,6 +32,7 @@ * * @group Zend_Uri */ +#[AllowDynamicProperties] class Zend_Uri_HttpTest extends \PHPUnit\Framework\TestCase { public function setUp(): void diff --git a/tests/Zend/Validate/BarcodeTest.php b/tests/Zend/Validate/BarcodeTest.php index 63428023..da3c725a 100644 --- a/tests/Zend/Validate/BarcodeTest.php +++ b/tests/Zend/Validate/BarcodeTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_BarcodeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/CreditCardTest.php b/tests/Zend/Validate/CreditCardTest.php index 9fc95f04..9af60ca5 100644 --- a/tests/Zend/Validate/CreditCardTest.php +++ b/tests/Zend/Validate/CreditCardTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_CreditCardTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/DateTest.php b/tests/Zend/Validate/DateTest.php index 04908dcd..083bbe2c 100644 --- a/tests/Zend/Validate/DateTest.php +++ b/tests/Zend/Validate/DateTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_DateTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/CountTest.php b/tests/Zend/Validate/File/CountTest.php index ef4379e7..3385dc35 100644 --- a/tests/Zend/Validate/File/CountTest.php +++ b/tests/Zend/Validate/File/CountTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_CountTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/Crc32Test.php b/tests/Zend/Validate/File/Crc32Test.php index 1833488a..171002b6 100644 --- a/tests/Zend/Validate/File/Crc32Test.php +++ b/tests/Zend/Validate/File/Crc32Test.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_Crc32Test extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/ExcludeExtensionTest.php b/tests/Zend/Validate/File/ExcludeExtensionTest.php index e2d33705..540aab2e 100644 --- a/tests/Zend/Validate/File/ExcludeExtensionTest.php +++ b/tests/Zend/Validate/File/ExcludeExtensionTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_ExcludeExtensionTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/ExcludeMimeTypeTest.php b/tests/Zend/Validate/File/ExcludeMimeTypeTest.php index c3ff1258..a0cbaa92 100644 --- a/tests/Zend/Validate/File/ExcludeMimeTypeTest.php +++ b/tests/Zend/Validate/File/ExcludeMimeTypeTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_ExcludeMimeTypeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/ExistsTest.php b/tests/Zend/Validate/File/ExistsTest.php index 0114c7ea..a65276ce 100644 --- a/tests/Zend/Validate/File/ExistsTest.php +++ b/tests/Zend/Validate/File/ExistsTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_ExistsTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/ExtensionTest.php b/tests/Zend/Validate/File/ExtensionTest.php index 413c2867..408ee986 100644 --- a/tests/Zend/Validate/File/ExtensionTest.php +++ b/tests/Zend/Validate/File/ExtensionTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_ExtensionTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/FilesSizeTest.php b/tests/Zend/Validate/File/FilesSizeTest.php index 96656387..1fc771f3 100644 --- a/tests/Zend/Validate/File/FilesSizeTest.php +++ b/tests/Zend/Validate/File/FilesSizeTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_FilesSizeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/HashTest.php b/tests/Zend/Validate/File/HashTest.php index 9d9cb50a..6971250d 100644 --- a/tests/Zend/Validate/File/HashTest.php +++ b/tests/Zend/Validate/File/HashTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_HashTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/ImageSizeTest.php b/tests/Zend/Validate/File/ImageSizeTest.php index 2f9b3f22..d6fa3cb9 100644 --- a/tests/Zend/Validate/File/ImageSizeTest.php +++ b/tests/Zend/Validate/File/ImageSizeTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_ImageSizeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/IsCompressedTest.php b/tests/Zend/Validate/File/IsCompressedTest.php index 7aaa4b12..a178cbaa 100644 --- a/tests/Zend/Validate/File/IsCompressedTest.php +++ b/tests/Zend/Validate/File/IsCompressedTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_IsCompressedTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/IsImageTest.php b/tests/Zend/Validate/File/IsImageTest.php index 3b5705de..efda4b55 100644 --- a/tests/Zend/Validate/File/IsImageTest.php +++ b/tests/Zend/Validate/File/IsImageTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_IsImageTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/Md5Test.php b/tests/Zend/Validate/File/Md5Test.php index bcd0a76d..b6e041e1 100644 --- a/tests/Zend/Validate/File/Md5Test.php +++ b/tests/Zend/Validate/File/Md5Test.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_Md5Test extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/MimeTypeTest.php b/tests/Zend/Validate/File/MimeTypeTest.php index 713a55c6..2271af6f 100644 --- a/tests/Zend/Validate/File/MimeTypeTest.php +++ b/tests/Zend/Validate/File/MimeTypeTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_MimeTypeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/NotExistsTest.php b/tests/Zend/Validate/File/NotExistsTest.php index 46c7762a..dcd5ee94 100644 --- a/tests/Zend/Validate/File/NotExistsTest.php +++ b/tests/Zend/Validate/File/NotExistsTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_NotExistsTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/Sha1Test.php b/tests/Zend/Validate/File/Sha1Test.php index 9ccc6458..8b68e9ba 100644 --- a/tests/Zend/Validate/File/Sha1Test.php +++ b/tests/Zend/Validate/File/Sha1Test.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_Sha1Test extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/SizeTest.php b/tests/Zend/Validate/File/SizeTest.php index a7636565..aa182414 100644 --- a/tests/Zend/Validate/File/SizeTest.php +++ b/tests/Zend/Validate/File/SizeTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_SizeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/UploadTest.php b/tests/Zend/Validate/File/UploadTest.php index 340339fb..226770b6 100644 --- a/tests/Zend/Validate/File/UploadTest.php +++ b/tests/Zend/Validate/File/UploadTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_UploadTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/File/WordCountTest.php b/tests/Zend/Validate/File/WordCountTest.php index e919314f..39360d2c 100644 --- a/tests/Zend/Validate/File/WordCountTest.php +++ b/tests/Zend/Validate/File/WordCountTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_File_WordCountTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/FloatTest.php b/tests/Zend/Validate/FloatTest.php index 26154b4b..bc5ee606 100644 --- a/tests/Zend/Validate/FloatTest.php +++ b/tests/Zend/Validate/FloatTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_FloatTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/GreaterThanTest.php b/tests/Zend/Validate/GreaterThanTest.php index 855cbc25..eb2bab4f 100644 --- a/tests/Zend/Validate/GreaterThanTest.php +++ b/tests/Zend/Validate/GreaterThanTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_GreaterThanTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/HexTest.php b/tests/Zend/Validate/HexTest.php index c4ecb731..d8ac6055 100644 --- a/tests/Zend/Validate/HexTest.php +++ b/tests/Zend/Validate/HexTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_HexTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/HostnameTest.php b/tests/Zend/Validate/HostnameTest.php index 5cfd8dcc..56eeef77 100644 --- a/tests/Zend/Validate/HostnameTest.php +++ b/tests/Zend/Validate/HostnameTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_HostnameTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/IbanTest.php b/tests/Zend/Validate/IbanTest.php index 5f328288..6e422c03 100644 --- a/tests/Zend/Validate/IbanTest.php +++ b/tests/Zend/Validate/IbanTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_IbanTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/IpTest.php b/tests/Zend/Validate/IpTest.php index 36bbd438..8323d8aa 100644 --- a/tests/Zend/Validate/IpTest.php +++ b/tests/Zend/Validate/IpTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_IpTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/IsbnTest.php b/tests/Zend/Validate/IsbnTest.php index 5faedd54..4a6e9a0e 100644 --- a/tests/Zend/Validate/IsbnTest.php +++ b/tests/Zend/Validate/IsbnTest.php @@ -25,6 +25,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Validate_IsbnTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/LessThanTest.php b/tests/Zend/Validate/LessThanTest.php index 6df574fc..8c330116 100644 --- a/tests/Zend/Validate/LessThanTest.php +++ b/tests/Zend/Validate/LessThanTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_LessThanTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/MessageTest.php b/tests/Zend/Validate/MessageTest.php index b7f8bbbd..f9419e79 100644 --- a/tests/Zend/Validate/MessageTest.php +++ b/tests/Zend/Validate/MessageTest.php @@ -29,6 +29,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_MessageTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/PostCodeTest.php b/tests/Zend/Validate/PostCodeTest.php index c0eca0d1..f70ebfd5 100644 --- a/tests/Zend/Validate/PostCodeTest.php +++ b/tests/Zend/Validate/PostCodeTest.php @@ -27,6 +27,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_PostCodeTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/Sitemap/ChangefreqTest.php b/tests/Zend/Validate/Sitemap/ChangefreqTest.php index bdeb2dc2..87eba13f 100644 --- a/tests/Zend/Validate/Sitemap/ChangefreqTest.php +++ b/tests/Zend/Validate/Sitemap/ChangefreqTest.php @@ -25,6 +25,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_ChangefreqTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/Sitemap/LastmodTest.php b/tests/Zend/Validate/Sitemap/LastmodTest.php index cb942667..3fcd8bfa 100644 --- a/tests/Zend/Validate/Sitemap/LastmodTest.php +++ b/tests/Zend/Validate/Sitemap/LastmodTest.php @@ -25,6 +25,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_LastmodTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/Sitemap/LocTest.php b/tests/Zend/Validate/Sitemap/LocTest.php index 029b3768..e81d2ea8 100644 --- a/tests/Zend/Validate/Sitemap/LocTest.php +++ b/tests/Zend/Validate/Sitemap/LocTest.php @@ -25,6 +25,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_LocTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/Validate/Sitemap/PriorityTest.php b/tests/Zend/Validate/Sitemap/PriorityTest.php index 27e46f6a..a2c35255 100644 --- a/tests/Zend/Validate/Sitemap/PriorityTest.php +++ b/tests/Zend/Validate/Sitemap/PriorityTest.php @@ -25,6 +25,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_Validate_Sitemap_PriorityTest extends \PHPUnit\Framework\TestCase { /** diff --git a/tests/Zend/ValidateTest.php b/tests/Zend/ValidateTest.php index 9f76dbc6..44bdd169 100644 --- a/tests/Zend/ValidateTest.php +++ b/tests/Zend/ValidateTest.php @@ -37,6 +37,7 @@ * * @group Zend_Validate */ +#[AllowDynamicProperties] class Zend_ValidateTest extends \PHPUnit\Framework\TestCase { /** @@ -228,6 +229,7 @@ public function errorHandlerIgnore($errno, $errstr, $errfile, $errline) /** * Validator to return true to any input. */ +#[AllowDynamicProperties] class Zend_ValidateTest_True extends Zend_Validate_Abstract { public function isValid($value) @@ -239,6 +241,7 @@ public function isValid($value) /** * Validator to return false to any input. */ +#[AllowDynamicProperties] class Zend_ValidateTest_False extends Zend_Validate_Abstract { public function isValid($value) diff --git a/tests/Zend/View/Helper/Navigation/TestAbstract.php b/tests/Zend/View/Helper/Navigation/TestAbstract.php index 512a6784..5565e8b9 100644 --- a/tests/Zend/View/Helper/Navigation/TestAbstract.php +++ b/tests/Zend/View/Helper/Navigation/TestAbstract.php @@ -34,6 +34,7 @@ * @group Zend_View * @group Zend_View_Helper */ +#[AllowDynamicProperties] abstract class Zend_View_Helper_Navigation_TestAbstract extends \PHPUnit\Framework\TestCase { public const REGISTRY_KEY = 'Zend_Navigation'; diff --git a/tests/Zend/View/Helper/_files/modules/default/controllers/ActionBarController.php b/tests/Zend/View/Helper/_files/modules/default/controllers/ActionBarController.php index 14d3da6b..3a403dd9 100644 --- a/tests/Zend/View/Helper/_files/modules/default/controllers/ActionBarController.php +++ b/tests/Zend/View/Helper/_files/modules/default/controllers/ActionBarController.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ActionBarController extends Zend_Controller_Action { public function bazAction() diff --git a/tests/Zend/View/Helper/_files/modules/default/controllers/ActionFooController.php b/tests/Zend/View/Helper/_files/modules/default/controllers/ActionFooController.php index df573242..999dd598 100644 --- a/tests/Zend/View/Helper/_files/modules/default/controllers/ActionFooController.php +++ b/tests/Zend/View/Helper/_files/modules/default/controllers/ActionFooController.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class ActionFooController extends Zend_Controller_Action { public function barAction() diff --git a/tests/Zend/View/Helper/_files/modules/foo/controllers/BazController.php b/tests/Zend/View/Helper/_files/modules/foo/controllers/BazController.php index 8e78bf10..78ed473e 100644 --- a/tests/Zend/View/Helper/_files/modules/foo/controllers/BazController.php +++ b/tests/Zend/View/Helper/_files/modules/foo/controllers/BazController.php @@ -21,6 +21,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_BazController extends Zend_Controller_Action { public function barOneAction() diff --git a/tests/Zend/View/Helper/_files/modules/foo/controllers/FooController.php b/tests/Zend/View/Helper/_files/modules/foo/controllers/FooController.php index faac7ca9..b209a578 100644 --- a/tests/Zend/View/Helper/_files/modules/foo/controllers/FooController.php +++ b/tests/Zend/View/Helper/_files/modules/foo/controllers/FooController.php @@ -23,6 +23,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_FooController extends Zend_Controller_Action { public function barAction() diff --git a/tests/Zend/View/_stubs/HelperDir1/Stub1.php b/tests/Zend/View/_stubs/HelperDir1/Stub1.php index 602e4727..0a660b82 100644 --- a/tests/Zend/View/_stubs/HelperDir1/Stub1.php +++ b/tests/Zend/View/_stubs/HelperDir1/Stub1.php @@ -20,6 +20,7 @@ /** * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Foo_View_Helper_Stub1 { public function stub1() diff --git a/tests/Zend/Xml/MultibyteTest.php b/tests/Zend/Xml/MultibyteTest.php index 999af2a2..61b63d2e 100644 --- a/tests/Zend/Xml/MultibyteTest.php +++ b/tests/Zend/Xml/MultibyteTest.php @@ -33,6 +33,7 @@ * @group Zend_Xml * @group ZF2015-06 */ +#[AllowDynamicProperties] class Zend_Xml_MultibyteTest extends \PHPUnit\Framework\TestCase { public static function main() diff --git a/tests/Zend/Xml/SecurityTest.php b/tests/Zend/Xml/SecurityTest.php index 2d43f046..920111c3 100644 --- a/tests/Zend/Xml/SecurityTest.php +++ b/tests/Zend/Xml/SecurityTest.php @@ -29,6 +29,7 @@ * * @group Zend_Xml */ +#[AllowDynamicProperties] class Zend_Xml_SecurityTest extends \PHPUnit\Framework\TestCase { public static function main() diff --git a/tests/Zend/_files/_testDir1/Class1.php b/tests/Zend/_files/_testDir1/Class1.php index f4052f8e..0364f311 100644 --- a/tests/Zend/_files/_testDir1/Class1.php +++ b/tests/Zend/_files/_testDir1/Class1.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Class1 { } diff --git a/tests/Zend/_files/_testDir1/Class1/Subclass2.php b/tests/Zend/_files/_testDir1/Class1/Subclass2.php index c52a47b7..951dc79c 100644 --- a/tests/Zend/_files/_testDir1/Class1/Subclass2.php +++ b/tests/Zend/_files/_testDir1/Class1/Subclass2.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Class1_Subclass2 { } diff --git a/tests/Zend/_files/_testDir1/Class3.php b/tests/Zend/_files/_testDir1/Class3.php index 3ec6b543..5a1445c3 100644 --- a/tests/Zend/_files/_testDir1/Class3.php +++ b/tests/Zend/_files/_testDir1/Class3.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Class3 { } diff --git a/tests/Zend/_files/_testDir1/Class4.php b/tests/Zend/_files/_testDir1/Class4.php index d64af456..1635d94e 100644 --- a/tests/Zend/_files/_testDir1/Class4.php +++ b/tests/Zend/_files/_testDir1/Class4.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Class4 { } diff --git a/tests/Zend/_files/_testDir2/Class2.php b/tests/Zend/_files/_testDir2/Class2.php index 4bd7a756..81f8e4b0 100644 --- a/tests/Zend/_files/_testDir2/Class2.php +++ b/tests/Zend/_files/_testDir2/Class2.php @@ -22,6 +22,7 @@ * * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Class2 { }