sha256:05f09d043e291e76339d9ca0cb073b89570382dd7b77fe789ddf874a9d259d35
Diff
Content
sha256:3050225a900fe568deb4d32d5843f52ca6822a2ce11256dc75d1d6f6d45c8658 .gitattributes
.github/
sha256:ac63db559461cbd1947cc537b4b11a26c9c42bb62701f997f89768aee15db791 .github/FUNDING.yml
.github/workflows/
sha256:ff2bed633be1cf0ff702dbad02e9b63e8d486bfeca5eb58f012566d40b518abe .github/workflows/phpunit.yml
sha256:dc217eaa294e7df0dc5df57bfaa12e93f268b417fc276f87e57e64b99ac61b9d .gitignore
sha256:0771aba721336cb46af49a46ed655abf307f721bda259eb9404b24185f3f2e77 LICENSE
sha256:d2681d19a4a867c8b95d936a2c14639cba7b65afc5e6a4b76d585cf0dd0842e3 README.md
sha256:4029d70d80c16c4801382d174efc37b1b8a16f47a3bc0750035652584d57209c composer.json
sha256:75e2cbd015c2844530982605fe3e93497eca6154b59f727cef16ff23c2e4c858 phpunit.xml.dist
src/
src/ProxyManager/
src/ProxyManager/Autoloader/
sha256:94adf8f4ba598699d6a78017831b7a64a1c61a7a0bcc7af5546ce462e7969e6c src/ProxyManager/Autoloader/Autoloader.php
sha256:e7f01a5a9d85b11797d6c7d2e963b7a7bb15445705f7ce21487be118f656ef7b src/ProxyManager/Autoloader/AutoloaderInterface.php
sha256:6b138e55639a248616346c93b74d1e3a41c7cb6bb9555474152c8ab8445ae92c src/ProxyManager/Configuration.php
src/ProxyManager/Exception/
sha256:9644d7bf9ebccc5d8e594089a4a1b543710d9f52c31d29873bfa078d1f870f75 src/ProxyManager/Exception/DisabledMethodException.php
sha256:7777131bbda134da3474488d276523f3b3bd5368fbd9995228d8896f8d8be451 src/ProxyManager/Exception/ExceptionInterface.php
sha256:29441fec4e0fc4215355c3fea4600ded09ed00902fcdf71112c5b12dfe2f835d src/ProxyManager/Exception/FileNotWritableException.php
sha256:ac1f5c46bf0b41051513f2affcf0975bf858d7d702104950ed1f40989ee18282 src/ProxyManager/Exception/InvalidProxiedClassException.php
sha256:864ba2bf821bad31ee0ab77b33262b40bf8e76e34d3a698a71dd9cd8e940d5fb src/ProxyManager/Exception/InvalidProxyDirectoryException.php
sha256:29fb7727cf828bdd5f05f4af4f334e798504340416292fa4f69bfe25a74b51b8 src/ProxyManager/Exception/UnsupportedProxiedClassException.php
src/ProxyManager/Factory/
sha256:91c990931c508955e7ce4cfb5f3574e6cd580f43fd32d1934ff9f2ec5125f47e src/ProxyManager/Factory/AbstractBaseFactory.php
sha256:b6050c6ff6d9414d7d2aede679c3910cd7c6ad98071f6d07f25a0b458f096154 src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php
sha256:b513bdc16a5daf2036122ded625e3aef053736f8cb8c139a276dce2b7a16b5f0 src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php
sha256:cd5e4824a9bef6e70c8e6894251c28394789fda137fde8a9d10ad1d7c7dcc9fd src/ProxyManager/Factory/LazyLoadingGhostFactory.php
sha256:f1abc3af81e4c39ab082cf556927e67110595bf5a937209d32cbacf8aa5eb6d2 src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php
sha256:f1b4c69004d509fec8f84d0343da9e946ed822d3d162cd22f94a36f883637426 src/ProxyManager/Factory/NullObjectFactory.php
src/ProxyManager/Factory/RemoteObject/
src/ProxyManager/Factory/RemoteObject/Adapter/
sha256:b2e5b6688da6f1534ee97f0543fc5c106ae26ed86b9a1d4f0e09cdfe24e9c63a src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php
sha256:1c1f2a494014060987d4141e923667a0472a30b265f4cca2bb03a940187147d3 src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php
sha256:3bb963861098c401af813f122aeadb3ca5fc7565185a5709ce86525a76bdc5f1 src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php
sha256:1c1aa207416cfd825f15a3a3b7bd766c7aa1dbd7a2cfc75c5c780d4c1d6a31ef src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php
sha256:d2998478eb9a30fa6f49f52d24ca9583da220d07a64f07359aa82c4b3cb58d1d src/ProxyManager/Factory/RemoteObject/AdapterInterface.php
sha256:bdd55ad5868de322a0150173762bec06deaad56f446995fb67f3008e8c609476 src/ProxyManager/Factory/RemoteObjectFactory.php
src/ProxyManager/FileLocator/
sha256:98da2b1f0598df97986630759e84d95998e8358561f2610c5b49453450415e9c src/ProxyManager/FileLocator/FileLocator.php
sha256:a069e140bef03e52ea01cfaabb73c0945c8642b8452d1ae7c9467a7cbea2f094 src/ProxyManager/FileLocator/FileLocatorInterface.php
src/ProxyManager/Generator/
sha256:cda38cc3f8f1c8676d5f8b7b73d9a3814fd393d604bfb1ffa19914ab97f6418d src/ProxyManager/Generator/ClassGenerator.php
sha256:b6eec4067189e052b2dfac0653eed60f55e5301ffe34c97a793e03c0e86261b1 src/ProxyManager/Generator/MagicMethodGenerator.php
sha256:ea114ea54a293224399e7c2a1f30320d0a831daf03498d7c8b30d4e75f6a55bc src/ProxyManager/Generator/MethodGenerator.php
src/ProxyManager/Generator/Util/
sha256:5de9312e61e14302754051d189d589619b9d50ae96043a35e50fbd2fb83ea2ed src/ProxyManager/Generator/Util/ClassGeneratorUtils.php
sha256:56933082d5c1fcda16d7039948e12d73f55b11bb1c51f7c0689c2ae313e8115f src/ProxyManager/Generator/Util/IdentifierSuffixer.php
sha256:ffa60cfded78fc6801b2a79b35216a6d4de9cebd9710f1cfa0881399eccdfc64 src/ProxyManager/Generator/Util/ProxiedMethodReturnExpression.php
sha256:6e18ac944d664174631cf3b1dca996abc83891cac0c938ef939832515d361009 src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php
src/ProxyManager/GeneratorStrategy/
sha256:14082430b68943a1abd40486af0a2e442218d92d006dc9934df2974553373754 src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php
sha256:95a356391509bcd5da0ad20597510d13c73b690f66afc77f028458d7bacd5f53 src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php
sha256:347c31a71c2748b6da1ab84208dd9aeb178d2ce56ac5525033b72c30ac1d3185 src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php
sha256:297ed7e7077ed8ade7d0a0b5043c9759f2e7c52de9ce9869afbe037659fb122f src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php
src/ProxyManager/Inflector/
sha256:8697fdf251f46fbc0b1e0c352c01b5785ddff9e7aff39d4ebde1304023d608fa src/ProxyManager/Inflector/ClassNameInflector.php
sha256:6af9758882b7b33de5089b33b3298951b7341b2cedc2c184efcbfd0aec987c0d src/ProxyManager/Inflector/ClassNameInflectorInterface.php
src/ProxyManager/Inflector/Util/
sha256:d19c3b25b203ec8b841ffba4993ce15cb3f2b3b702f8c5cf0b2bb5941650c6c3 src/ProxyManager/Inflector/Util/ParameterEncoder.php
sha256:a93b4705e226a365ab07b019fee8910e7ae89cc1ca182b83e548bcee63a38a52 src/ProxyManager/Inflector/Util/ParameterHasher.php
src/ProxyManager/Proxy/
sha256:5794291a67845264d3c046cd98f48b9b6d25b50c955bcc9fddaf4403b4fdf8b0 src/ProxyManager/Proxy/AccessInterceptorInterface.php
sha256:dbfe7b69603e57804c155f09f35fdf9e6e9e8ec8f40e11c00cfe9cde08fd7500 src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php
src/ProxyManager/Proxy/Exception/
sha256:32f122e5af485e4a07577246223c3ebc3bddbf1b7be2528c3b1548dd9a10bf76 src/ProxyManager/Proxy/Exception/RemoteObjectException.php
sha256:d48e244296d8ebdb1fbe5b2a231a2e522b077888d605690ddba2ea6a4a1df387 src/ProxyManager/Proxy/FallbackValueHolderInterface.php
sha256:9ed7755541b5166551c1469e06ed097950911f426a4dd1b8a716db836a4f7638 src/ProxyManager/Proxy/GhostObjectInterface.php
sha256:9db0fc908e90b05fcc744334a3dff136e2774f1d751c7d313fcba2d7386a7b5a src/ProxyManager/Proxy/LazyLoadingInterface.php
sha256:5fec1d0482fb31eb5a87218dc88242ee24381256dfe92fd8cb1540850634b703 src/ProxyManager/Proxy/NullObjectInterface.php
sha256:0eac223bee9264cbce28b6da773836e46b06f5633eb3e404b718f8708f8bb169 src/ProxyManager/Proxy/ProxyInterface.php
sha256:706ed224eb0e56b36b0a936c41cd0b362bf5c2cae2cef7a365086fe1076e9a5a src/ProxyManager/Proxy/RemoteObjectInterface.php
sha256:ac6fd3a7c3b3d20d6bf5e3870579e07ea4caffa41abfcad0c1ece0b022084a09 src/ProxyManager/Proxy/SmartReferenceInterface.php
sha256:c5df3dab6ec0f64405beb813822f578499a7f73a7f9e9802a36100282bc0eb9e src/ProxyManager/Proxy/ValueHolderInterface.php
sha256:d2ecdaf3223de4a036f21fb2991c981f6f5b183d794f2eac40dda3730bc100e0 src/ProxyManager/Proxy/VirtualProxyInterface.php
src/ProxyManager/ProxyGenerator/
src/ProxyManager/ProxyGenerator/AccessInterceptor/
src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/
sha256:b5ea046461931fd8d152a62cfcd8823ea43e8549aa8f8aa612ea561e8c93d34e src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php
sha256:971ede3eee433abe7edba857147fb7400bbdcaf3ab1535eb42893d899e6e84b8 src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php
sha256:8f5d0214b14e636d4e525520761fe0fc650f50a2df8f8ab29a5157e81f7e2233 src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php
src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/
sha256:e40649416dce0707fae163afba139f577f7aecfc8a023c3c3a3f479c37e65805 src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php
sha256:cc2fa71b8157a6a564848a01e1234dd190e69f2aeb308f5a242fc0d6e9af479d src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php
src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/
src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/
sha256:4395d6b6fb30cd44aaaff2a77811856b256ab79d4873d074e8c0fb2e945a8e1a src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php
sha256:a9a979a04fb92c5ecbe1d24cc03ab4010434dd12224da72cc9998f923a7e1253 src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php
sha256:f6a06e5fee93f37bc2ad5a0969c40dc841aa4982b0d6aa2337cd7a9c9511779f src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php
sha256:e325c2784a80ca9437e25947468de25d9b11a673e0862375d5a7972db77ee859 src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php
sha256:a23d5190062c43165e1377d5abfe2460404b5f99de8dc5de8b8a0f04e421f60f src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php
sha256:a7dd0ca0ccf191574c3346402a70ca89bf05a8ed91f7e1c14b7b5610b5a60cf8 src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php
sha256:1aed6e08bd1ca40adac7d0d5561f251c195558fd5b355290b6dee17ba8549507 src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php
sha256:532e508d73a3e1e9cc86ce27b141fe0b18f2d8fbbd1125d68de2a93f802df87a src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php
sha256:34f80c8aba5a8908ea0ec0f5e91503ed212f34ed3977fad629b28a2b38d5239a src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php
src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/
sha256:1590bcd1d201508d87d374a0ae81ac4bd17cbe5c64b85fee4e826ad4165efdb0 src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php
sha256:6fa991b0014081319b12b830241f07555e774e8f3a93226dde438182f164a21d src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php
src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/
src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/
sha256:cdbc371dc712eecd2525f064f796d013de76c7191975efee2af5d31cb7857079 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php
sha256:e1e4628d5ace94e6f57507d3168f091ba1a78d6d3f495e64f5505719f392fce1 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php
sha256:e9997a762126fbb90b6d671a42d032cebf6b265265bca04fc33f84084a51d585 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php
sha256:05a2741e70239a49b7d9af3467d7e2cf6df37618565cc0f815b4d833e819387e src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php
sha256:0650f94b0685aacc23f78586aef1298f749183513a0b2e19957f438cbc9b61a6 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php
sha256:a568520401a5b114a2f54fafa23f040c56d77bafb1801bfc18fdcd38fe911bd0 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php
sha256:f57c91460b0c43597d45e1f6a69317c72623cdae9b2af1fe9d8cbae0125b180e src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php
src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/
sha256:ba87c10f9de96469ba03dc3db8822db9ae45fb716069b8b204d6b16738d42665 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php
sha256:82ffaa1e589bf9d7338b78d1241d26250de2c730c83c0d6d65c3e930a3e22025 src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php
src/ProxyManager/ProxyGenerator/Assertion/
sha256:7732c2fad2e8fafa952478029981c9dad3122dabcd697b2cbac1721bdd63e529 src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php
src/ProxyManager/ProxyGenerator/LazyLoading/
src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/
sha256:bb43eeab991ea42945172a4bc6babc6cfeb9a0a807329303d8cfc51beea54bda src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php
src/ProxyManager/ProxyGenerator/LazyLoadingGhost/
src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/
sha256:9aaa639fd699974ae05dead4e8688efd321c68771b37558952aa6b415520ad8d src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php
sha256:ede6bb3f1fe6d84315f14d4f430d64ab992bfbff5514f2095346772215c9b9ca src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php
sha256:892aa2843f0c42e19db6c0ac21f8de9ee4f2f160997bec0642cb7872767fada9 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php
sha256:568f8ffb5282c2af1ac0dce0d6680a97c99ac55d98069e721483b96755bdb0b0 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php
sha256:e5ff33652edfe13a58790d65091b7fc5c90e10cff5c63d107cd2355fc64facd6 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php
sha256:4e3af9badf4a5b0a675f7ee7526fb1ff96d360734ab6b24ef14774f9ccf52df2 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php
sha256:d21f4758f2dcefb3dafea98aed42f2ba645cc3e08774167752012a3a82952cc6 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php
sha256:816fef3e487a7c8a01e460bb4c03a8c6813fbbebcc3fd7022d42b1def7fd380c src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php
sha256:799320da28839789ef27666dac3d472cf858cb70e9daa4f3ee6013c7f76f4a0d src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php
sha256:508fcc166eed84ab7a669aa1a089718d251c4e39582b189bb7b582119c21dff2 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php
sha256:612ec33540d0d37fec824938d2c92e384c032897a6f92b80efd6678903e26059 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php
sha256:c336eb1de6baccfa2bcd861a88f6f47a98787a187ab354b33652f6d204c5db0a src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SkipDestructor.php
src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/
sha256:7d54017fa48e7fbbc402ae38a2f801e4a44221bc772012f61a993928e0d62bad src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php
sha256:5ac3237d5eda0666f17ac03c4fd19dd5c79cff9c5453c71306142b2abab53cf2 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php
sha256:78d207afe461466cf4bbd2c2ac089df95cc2c5884c5938d76356eb4dba668454 src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php
sha256:2410aef2efb340556e12b37862707a285878123d3adddb32e6410ea5e7e8679d src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php
sha256:e235412c0694d74ffce0594b9291582b4309541494a237434fa6561362f30c97 src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php
src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/
src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/
sha256:5dbebbd3abb1ce98f3ab6700dc14bbcdfdbe8373706e7b73ac4fc910ad1d974b src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php
sha256:8342ae96cca9d2d6ab04f8db717058b09d8919f18b870015236f995639154baf src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php
sha256:28a1dcd45dcaaa39670ae4160224cf81a03e00e8134ff3a64962bcbba44c8bd1 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php
sha256:e2767a28e5f3d6cf443c6bdf522b975409666e7e7aa02f385b7b397f581e89bf src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php
sha256:26b73ac76ba503a2b68121d83876d78bd9cdd95a3da758d0549a1ba0854f05fd src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php
sha256:3e33ebd58f0166fc508936e520983cec98ac61830529c94028de635e26973529 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php
sha256:59cfcea89440744c0dc955438998fb81dd9d544265106d3250974b2535f2d1ef src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php
sha256:e187a875a971169547f06d0e49f25228050e5d9f9f945f0387de8676bebdf0b2 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php
sha256:15ba61586d58f1b55d65ab4d9790da23a88c3e0a2a76baacde6e9a2273dc62c8 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php
sha256:dd867dfc3bc8c0b0dd4d84dece5beee3be19861212a9647cfb3bc0f34241afb0 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php
sha256:4b0da27cfb81332e639ae9edf7af7a18904014c5c9890015f667bf8f1f873d8a src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php
sha256:342bbfbf845db73d635c9cb05059dfcc886a4bed803b7371dc23f61ddea0a2a7 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SkipDestructor.php
src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/
sha256:3868d6e8cdb9a7a369ac863e057866e7ceb32369be3162ac70b18d6da984fc54 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php
sha256:632c6fe0e600b2e1d86fed5ba561bf812f12c2fbc78c58f0382dce851b81f7cb src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php
sha256:8a25dd6680642f196871635d4dbfaebf87a2ffbf9e521e04099d504c11435a44 src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php
src/ProxyManager/ProxyGenerator/NullObject/
src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/
sha256:4ecafc3c423d7f6d05d23b27ec1788ad7039c7fba745afb2751afe770c2c15d9 src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php
sha256:826a47ffc3a16308e9f7845427577e0bc4d5911b02eb235c5fb37f2d1a7586b6 src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php
sha256:07e66d43616bdf24f6171363464efaa57855e475853afbe83bf7748433ea1c91 src/ProxyManager/ProxyGenerator/NullObjectGenerator.php
src/ProxyManager/ProxyGenerator/PropertyGenerator/
sha256:1a6d1c9c9ab377835cf841bd6e4222ccb0b57c50549edfb0b660a227c6bd78ba src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php
sha256:99080a0b8b891aea2de6211e6395433d9c3604ee7a63cadca98d2e398ed5ce9a src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php
src/ProxyManager/ProxyGenerator/RemoteObject/
src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/
sha256:15a6538540fb123076296e66245b9c4ebe8072276d61cc6c47764be6798f7976 src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php
sha256:1afeeb25dc89596c569bbf4e3fc985311409fc9bf98e4cf9fa13c9a5fa868c94 src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php
sha256:5c890fec54c22cb5e60aa564fa195201fdf37ec2a147876ef8585139666e78d0 src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php
sha256:ef0ccb92fc6af42fc0adeb2083e651108713dd12341fdff18f67b1e6cc69fc35 src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php
sha256:dbff36cc11dc229314c177207d33c4948b4d09a0694bb59d71090175ba31e5e7 src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php
sha256:39cc5212c060481a4515718362feae482f69d0aef00943c77361e06703d6013a src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php
src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/
sha256:f3a0cb90f29ff226db376311984fa43f323392a8f0dbfa6ab3c35088d0db2546 src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php
sha256:c701a2046573b56d81f9168e262766066c8847a57124cb04ca63ceafb367e076 src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php
src/ProxyManager/ProxyGenerator/Util/
sha256:982569e6d8c822777589c84e1003eccb79e8225199e6aa278cd72184e587cfb6 src/ProxyManager/ProxyGenerator/Util/GetMethodIfExists.php
sha256:89823016421a2dcb6c18af134c630e68beba914aef56bfb4741735a1f73138d0 src/ProxyManager/ProxyGenerator/Util/Properties.php
sha256:d46cd3bba5c04d70dc5ddf97cd82877428a4e31d6da6e4789c39c31c5d2bebc7 src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php
sha256:097601b6b9b170754bbb72088c3b915a3ef58507c066826acd8c6a698276ff9f src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php
sha256:90aaaa9caa60d391b099ac65866baea89ded0024a3c36a48156de52654dcd748 src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php
src/ProxyManager/ProxyGenerator/ValueHolder/
src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/
sha256:e21e9aca2ecf306672b483c7c5cfd347fb3b1026c9e87945cf44ef1b5764cacb src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php
sha256:f22b0f593c171483f1c5f78d4a907dd3f5a4c60671ef8d03666620a9ff110a20 src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php
sha256:d5eedde80e027e53d34f93794d57c4e2dc4e5bcab212e11620cdca53f4762c4a src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php
src/ProxyManager/Signature/
sha256:f91cbd6c91f1a31a80af661c26b6b007909edf03efa0a22d4d08d7e8a7b21d8c src/ProxyManager/Signature/ClassSignatureGenerator.php
sha256:3660e6e3ae9a07d4a3741181217fe4898626899ebb4e168b2eed5b02b65f664f src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php
src/ProxyManager/Signature/Exception/
sha256:804421a2242d48e66e6d43d68b35080c532f3c715946704e23bf4a507a69004e src/ProxyManager/Signature/Exception/ExceptionInterface.php
sha256:6145e24ef9b4475f5c6dfc917e15bd39af5788fd383f81dc34e30444154fbf31 src/ProxyManager/Signature/Exception/InvalidSignatureException.php
sha256:142ce343ccf1b358742f06fb7d3c211588515d7b60edecbd9f4c587ed9dd05ba src/ProxyManager/Signature/Exception/MissingSignatureException.php
sha256:63f7207718cffd436f56fedada24406621bfec1780db67f2b4b042c2aab17f17 src/ProxyManager/Signature/SignatureChecker.php
sha256:c38e88785901416acf19e5550d2af863177173e576dc99e6d9321feb7e16b80a src/ProxyManager/Signature/SignatureCheckerInterface.php
sha256:7a379b0625e76de6872e64e6c69d7e19493616b325d7ae1b7b48f59fb3a68c09 src/ProxyManager/Signature/SignatureGenerator.php
sha256:e03a31fe65648c3fdf75255492e248772271f82b354400214d30ee656d07437d src/ProxyManager/Signature/SignatureGeneratorInterface.php
src/ProxyManager/Stub/
sha256:e93fa292b2eb61ad5b9a6a6a047bc8974b2d2745c50c29b35ac49f8a0daee242 src/ProxyManager/Stub/EmptyClassStub.php
sha256:dc07c4159bb5a1ed2970b0a23afbb8f5fdbbccb6db30df2853e816898c67449c src/ProxyManager/Version.php
tests/
tests/ProxyManagerTest/
sha256:21ec6a079ed29290b52cc754591d44ac7db20e125f59937707f27a5c03567269 tests/ProxyManagerTest/Assert.php
tests/ProxyManagerTest/Autoloader/
sha256:a5a476cad6645dc7180fa770b58ad6be335a0e528c905d181bf11e57e4ebc202 tests/ProxyManagerTest/Autoloader/AutoloaderTest.php
sha256:142cc7515e95d989faf8908473e1a8b2d7882c638afd320a408c09ac9cb4d20c tests/ProxyManagerTest/ConfigurationTest.php
tests/ProxyManagerTest/Exception/
sha256:1bf9bb3a2b588dd1965b27764c896a294ae5f510791f68e53ab21b1832dbc0f8 tests/ProxyManagerTest/Exception/DisabledMethodExceptionTest.php
sha256:a49e60530e64b1110bf2551770d0323925fec15a50d068d260fb5c640581906b tests/ProxyManagerTest/Exception/FileNotWritableExceptionTest.php
sha256:4a7b788f054991bdeed6acd883f959a7d5c5d0b2a02f2a4f3b52543d76e99410 tests/ProxyManagerTest/Exception/InvalidProxiedClassExceptionTest.php
sha256:eb3ebfb225fa03cdbdf48f32aaf9a5068355c029100165eb2982c2bb5e2f9ecd tests/ProxyManagerTest/Exception/InvalidProxyDirectoryExceptionTest.php
sha256:2de97019fc61f0089a579993b13594ae6eb755502b26c34675d6593fe7c10f99 tests/ProxyManagerTest/Exception/UnsupportedProxiedClassExceptionTest.php
tests/ProxyManagerTest/Factory/
sha256:111e01ca2d0bad58f5f70ec9b6cef6099df56912410f59a0750b527d3c78f025 tests/ProxyManagerTest/Factory/AbstractBaseFactoryTest.php
sha256:6f7735372de189b119efbb217db3401ad0c34c0d119245b505b41681cf557a64 tests/ProxyManagerTest/Factory/AccessInterceptorScopeLocalizerFactoryTest.php
sha256:931a36f0e019b247bfc7fdda1e3c1aa54d9b38793c4683c4fc00c5ef8657bf30 tests/ProxyManagerTest/Factory/AccessInterceptorValueHolderFactoryTest.php
sha256:94bf48187a0042773d5304188cb94ae4e34ce6a5f76435c61725cc3601e7b2dc tests/ProxyManagerTest/Factory/LazyLoadingGhostFactoryTest.php
sha256:3f6f4fcbf6443eba455a5a103291040953e47e0a30af1da1d9bd0200dade514e tests/ProxyManagerTest/Factory/LazyLoadingValueHolderFactoryTest.php
sha256:8294b33fb8d84eb6b3024d1814b88d8f767619231761b1f635ac6cbdef95f49d tests/ProxyManagerTest/Factory/NullObjectFactoryTest.php
tests/ProxyManagerTest/Factory/RemoteObject/
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/
sha256:e1b1f6dac45f27b5bff99b77cd159fb3ee9797681f9dc86ca6c812727c01d353 tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php
sha256:2e0ce00a3775989d1e2a816ae90812e0b2beca70f9049842b038f7015faa7ecc tests/ProxyManagerTest/Factory/RemoteObject/Adapter/JsonRpcTest.php
sha256:3880a4185729072b5d44fb8abd1088f3f0e7cfaac21479ab7e77a9040bb1c6bb tests/ProxyManagerTest/Factory/RemoteObject/Adapter/SoapTest.php
sha256:d81410bf7bbb3069d6492a964a9a6f69bab734c313a5b19a792e2ff28cdc4178 tests/ProxyManagerTest/Factory/RemoteObject/Adapter/XmlRpcTest.php
sha256:a723d7d6ea6d095cdf78f1b8a96da0345c89cf5f9e4fd23cc0814976d7d6f0a6 tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php
tests/ProxyManagerTest/FileLocator/
sha256:c9c35d1a9a2de3314bc7d107dc89300a990a5497202b4f1132021eb0d56c1129 tests/ProxyManagerTest/FileLocator/FileLocatorTest.php
tests/ProxyManagerTest/Functional/
sha256:718c85c412d96cf9629e08e486119448e28a23d80ef360dad1788d78874e81c4 tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php
sha256:1464f218e734322ebeb1c540bdb2ebcf40eab621808fc7bc8cdd818895160f14 tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php
sha256:c2b223d70ea12b58ec49ea7cde999f2e74f46618b00fec5e718f7e3aedc1769a tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php
sha256:8d544700c66f7bbbddaefbfa2c98cd2534d204585cdded604b18f81862ada754 tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php
sha256:53b7904b2f774866989f87a1f35f88e8001d36d74f79a97c779976449fb8a111 tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php
sha256:8b1a7f2289616a5c0eb24d06bb9af118b3c103610eb49771a264ceeb1a49371a tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php
sha256:4b1687d2f88dd7d2bddbb376ca2cd47a11c9fd6392a735691d99336e36b30fe1 tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php
sha256:56c174d078dbe6b6ab8ff440028834eafb0d6dcc02aa6d6faa87ef4463c7dd5d tests/ProxyManagerTest/Functional/PublicScopeSimulatorFunctionalTest.php
sha256:15d83412fb88263cad70ac62b9b07f94f9271d6a679223a5871b1f9a7f64e298 tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php
tests/ProxyManagerTest/Generator/
sha256:1f15d5000ff2436b8905b1b5f23de5dfc88c61e182bc575961b27324663ee32b tests/ProxyManagerTest/Generator/MagicMethodGeneratorTest.php
sha256:3316f874ee5b391c659287c0ac0ec4c0ae579018f287b323516318601e70bbbd tests/ProxyManagerTest/Generator/MethodGeneratorTest.php
tests/ProxyManagerTest/Generator/Util/
sha256:10de88dfa24fd554f1b9b2d3f94029dafd636dfe4841ceac07fbd5ffcb1f4ab4 tests/ProxyManagerTest/Generator/Util/ClassGeneratorUtilsTest.php
sha256:baf6f378fe7355e8c2d01c897c3424d1cfd176c719f81c689f9d5309c8d6942c tests/ProxyManagerTest/Generator/Util/IdentifierSuffixerTest.php
sha256:235a68a37335d7af858fc2a342ca6237d91668397051f8a60426718a28e00e56 tests/ProxyManagerTest/Generator/Util/ProxiedMethodReturnExpressionTest.php
sha256:0bfdbeff79c0b0b0728da4ba02a8eee70e52d67f01b2c06b1a0d26b7c9f29b88 tests/ProxyManagerTest/Generator/Util/UniqueIdentifierGeneratorTest.php
tests/ProxyManagerTest/GeneratorStrategy/
sha256:890d2801f6bc4d59b7e9e26768553a1e7c6fc18ac05f0064520d540610beee26 tests/ProxyManagerTest/GeneratorStrategy/BaseGeneratorStrategyTest.php
sha256:50b5d1588dd6a958cc0fdf9a513323a1634ab94dac586b168852c334089ad96a tests/ProxyManagerTest/GeneratorStrategy/EvaluatingGeneratorStrategyTest.php
sha256:b9648b4c29542602b06d42d1816a4710b45c80bdea5002060b2a6f31d7ead736 tests/ProxyManagerTest/GeneratorStrategy/FileWriterGeneratorStrategyTest.php
tests/ProxyManagerTest/Inflector/
sha256:1f919d8db56f3089fb97bd8862bd75811b467b61db304b227d26381229b6dddf tests/ProxyManagerTest/Inflector/ClassNameInflectorTest.php
tests/ProxyManagerTest/Inflector/Util/
sha256:6e895e29bf045667071be591fee67960203a4e6ca9ad18e6145742d5fa22d4c5 tests/ProxyManagerTest/Inflector/Util/ParameterEncoderTest.php
sha256:2d82c59bb6c13b8fafd673fe556efa4db496b85a4828c97e974e6d0b1ac16c75 tests/ProxyManagerTest/Inflector/Util/ParameterHasherTest.php
tests/ProxyManagerTest/ProxyGenerator/
sha256:039b4645d1b2caa9dc23dc064fdba6fe07ca11c8fec6d348091c3edb6f57636f tests/ProxyManagerTest/ProxyGenerator/AbstractProxyGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/MethodGenerator/
sha256:2bf09d16dfe512ee5f4a050b4347f721aafcf444822d1c125fe5b2935c0804f3 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeupTest.php
sha256:3c91ad9691fb8ebddecf76333cc6000a962b40b5b869aa188be1dc2c28bdf4ae tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptorTest.php
sha256:1dcba9aded0fbbadb65ab230b617885ed0359a064f2c5c382c4f3f29feef6d7d tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptorTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/PropertyGenerator/
sha256:ab9346337eb884100d70413aed47288b7d34c19fb85f3145e1ea9ae356ec4ec5 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptorsTest.php
sha256:d8eaad89a58569f3d30d105a7481f36e910699cbd91c7be105bf426d49424d49 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptorsTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/
sha256:d2692856c98b16f0eed320ca37e3d0d5673efbe8c6dd146c1d0b303952601f67 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyPropertiesTest.php
sha256:ec6bcf909b4c6d4d80a5daee7ed19929e4e9393791e18ccb6eba4fe351a96afc tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethodTest.php
sha256:b5034c802ffc16e3c5060d3bf49acb505dcbbbaa3bb904db20a27231514be5e2 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicCloneTest.php
sha256:c9e5df861c5ef6b0c9858a55967a5610d2782c45b2326f20a9d93e803658a086 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGetTest.php
sha256:23bfb88a409bb5ac4b87090f26c87772adedfd8cb2024e19cee40f5b48408e2f tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIssetTest.php
sha256:e9ba8d19d206d9f60ad38679a5dc11d3afd9453dc0123efbd9665cfec8d680a9 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSetTest.php
sha256:0b1f0ba09bfad1e56274173548df4dc8b35ddaf0be440a44d9140ebf6c82aeba tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleepTest.php
sha256:07ad6c7bdc5fddf6ecdd5832fb6adfcd49ae1cbd4925a2ef194aee6724fc3597 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnsetTest.php
sha256:bd0456be98a4295725cad63aed4532dc725e205a99845b2117a3c416fb2606fb tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructorTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/
sha256:5ba1837131a510a71a2fb5f5770e095ee97267cc1eec42972e892f6469f2031d tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGeneratorTest.php
sha256:34cff9167a6e0a2c9a43b565a637d58ec76ecd2a20292db2b97ce8f15329ccbe tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizerTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/
sha256:56db74b6f0fefcb1015f15a408c13d90b0ce38745a135b6c2807eb0e278185ce tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethodTest.php
sha256:58e26b5208efe03fd7f9e71741d4c8a9529586d263b9a96e9b4c63d2883fe0f9 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicCloneTest.php
sha256:43b0f003d7f928131e3b60676d0353b86f6bca7cd75d8f94674320fe3365b504 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGetTest.php
sha256:b71ef329cdaa7d233edb3914027f9bc6a614da4f8a7eafd5d19b1fed61f64acb tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIssetTest.php
sha256:924d5fc0194770aa441e2cc73644f64afbb5c11df7531a8b62689ff4caab42b9 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSetTest.php
sha256:aeb468b24e4617911d72fa0822764319dfd0a109ac0eb8c0d5d37b8a7b9f8fb9 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnsetTest.php
sha256:337a945332f5ff645fedd90fb29152462e9175c975bf6747f7c8837ca0ed3455 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructorTest.php
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/
sha256:66cc4a10a52fdc39db6fbc8af0c1cb7f039300ff093eed005a40b23e707a240f tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGeneratorTest.php
sha256:d15338ddab9c5f05d5dc4fdbb98be51d6dab9dc15a467383d83bf6bf36c78899 tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolderTest.php
tests/ProxyManagerTest/ProxyGenerator/Assertion/
sha256:799ffe09dfab70b37e7455284aec01aa1fc33c45fe89ec6b431ace443333bcd0 tests/ProxyManagerTest/ProxyGenerator/Assertion/CanProxyAssertionTest.php
tests/ProxyManagerTest/ProxyGenerator/LazyLoading/
tests/ProxyManagerTest/ProxyGenerator/LazyLoading/MethodGenerator/
sha256:21f14f3b12452ad0adb96b86c602b4473986ac64e09b39d8cd0fa10c0a4ef640 tests/ProxyManagerTest/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructorTest.php
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/
sha256:a7848d85804b146500982340ab55cad1a7a91a045e45a9e7f5ef751d077321e0 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializerTest.php
sha256:3e54a5ccb86ce6cc1b3c4d96967a83a6b197c0cdcacbe18d5485777fdb740128 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializerTest.php
sha256:b304f4c59280ec2f839d1e7d2c3f97fca21f1bce775b9606ce840a79ccfd6ec9 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxyTest.php
sha256:0dcbaf3ec99b31265e5eed31615a981c90b81fc9e6871fb69d2f1df297a5592d tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitializedTest.php
sha256:8b60313dbf7a8c824cb3943bd03e043c121bef4efd126bc3e4362ffeb9c8c33f tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicCloneTest.php
sha256:1dfcbdfa9b68f9a9f73ae625c1fc2269abd926a35369d07d9b37a5f3f9619b09 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGetTest.php
sha256:2b17cde25350f5a0ffec682d43f93231198bd31554eed8ac9b9cea61abdb2581 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIssetTest.php
sha256:0491233a906cd62dec7553261980888857437e339f85b5e0459cf29436e9236f tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSetTest.php
sha256:fb0328c7725beada57c8747687fc56d2547361e23f64205e655027e6f38c8453 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleepTest.php
sha256:1e8812a26a7ab59f41a1793f340240108ef61de83d19b51a6ece808fa1fac86c tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnsetTest.php
sha256:6b534260940a387107042e75f88b64eaf6e735ac291731bcb0efd66ff94a2e26 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializerTest.php
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/
sha256:4b6a84183ee8073e85187c69555d2c63383a7ca002d1e6a10b44ce938dd25a84 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTrackerTest.php
sha256:09ede49d1e5fca0a1b8e297d2257ce5cd21783c9a2a9f774311ddea3d5b8aad2 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerPropertyTest.php
sha256:6d1ca19cfcf27bd195c7bf4ba7ef666b51c537476164777429d7efc6f6041468 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMapTest.php
sha256:0e0021df8a9741312ef58fda758dfcd58fa9f4e0bde6f0e5ba7bb7914c21bb16 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMapTest.php
sha256:6db0a80aa2c9f0f3b8eb25f076dbfd7e83322a3bcc22d10739715d95738ac28c tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhostGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/
sha256:45d5ee74efbe574ee0a983b828fd9c17e293f04e3759a402e3d9bce15b2528cb tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializerTest.php
sha256:1e83d456446d7c25e2d3c26f7542dc9d09fc168ce337c821538f00a39620c5d1 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxyTest.php
sha256:532a704e2cbd9f14081d2e9908964f38936ea1bd85087b40607e10f7c804bc32 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitializedTest.php
sha256:4b72549b1be14eef01dcf2ce48934e46f422023b963d800ea5a67996fceca44c tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptorTest.php
sha256:8e905397e215b77bc7133e62b9e8001212e479571dfcb98f7beeb819f4e35cb8 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicCloneTest.php
sha256:053257bff019f3934f06b431514eb6d64ff3859fb3deced79b48de4ab2df7692 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGetTest.php
sha256:b058f642265ad2e27fdbec5dfe75ea347886f117674499936b427f398620be37 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIssetTest.php
sha256:948ec065e5372487d33d9afad3cb44dae05bce477bc0182f7680470c1dd0faff tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSetTest.php
sha256:e738743e33058adc03cc3c9b0fed47f94ace10ae25c09ebf2b5c5459dd67e289 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleepTest.php
sha256:989e8827591224446bc17d086a58c358380269ee93a9ee1f707c7ad8a5f92552 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnsetTest.php
sha256:c8feffa246458e456f986df804581b345bae937a71fc047a2c2857503ddac992 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializerTest.php
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/
sha256:3a9057bd07a488aa7a05a6723552ad80babb8776b9b35caf17304d426a9a10d8 tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerPropertyTest.php
sha256:35a958dbe7ccec077f8bc2894739c0d14f19a040f385f593adcdeee65f2b993b tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderPropertyTest.php
sha256:6798b303127a7860031e917e4dd7a89fc686ce42fd7c9ec12b16cab59bc5496d tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolderGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/NullObject/
tests/ProxyManagerTest/ProxyGenerator/NullObject/MethodGenerator/
sha256:43ddb319900edeb30fbeb16134088398e50516c241f30a956ebbd9a4559a8c82 tests/ProxyManagerTest/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptorTest.php
sha256:197dd512736069a8b186c8712369881ac5e71c31b3f726df6295065ef2879a0b tests/ProxyManagerTest/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructorTest.php
sha256:dca53e2a9b17e7fe47017bd22f9e1a48ad82752f65a62690aca0a7c4f452c7d8 tests/ProxyManagerTest/ProxyGenerator/NullObjectGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/PropertyGenerator/
sha256:3d90cacf33584a29994d12ae7e8c5b81e7a54dfee330dd65ace057192b6c772a tests/ProxyManagerTest/ProxyGenerator/PropertyGenerator/AbstractUniquePropertyNameTest.php
sha256:2b7f11c5b1f1a009da140041df4c41ed3b3a08fae8b63f209e0420a8486eb589 tests/ProxyManagerTest/ProxyGenerator/PropertyGenerator/PublicPropertiesMapTest.php
tests/ProxyManagerTest/ProxyGenerator/RemoteObject/
tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/
sha256:07d41c7e4c9ce4455205e14305d43d9a9d54cc4b9c19232a4f16536ee13c5880 tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/MagicGetTest.php
sha256:0abeb4a1253d942a2f607f6a0ac5170b8bfa7f5702e88742a46c4f748ae8c36c tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/MagicIssetTest.php
sha256:fd1a476c1442f8113ac9aac7ae3eb5ec0dedc19b788ae7fe72089df2518b4b17 tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/MagicSetTest.php
sha256:77b0b2d388c309babe8e39a507c77d48470d32653d6ad3912505a4379e352a14 tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnsetTest.php
sha256:60912c7457d71eda9ad4a2295d3d75448ca15cc4ba4784ce473981edd6057423 tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethodTest.php
sha256:1cb95f0aae1225c7536b94548e66e272d0f79b13a6445d929a46a721ba403d6a tests/ProxyManagerTest/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructorTest.php
tests/ProxyManagerTest/ProxyGenerator/RemoteObject/PropertyGenerator/
sha256:a1f7872f191f732cb9b8024bd5fdd17632989c7dda4298ebda50496c80754f5d tests/ProxyManagerTest/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterPropertyTest.php
sha256:b1fe25d3f163a62e8d9350c5ef023968a5ba985562589af3109b2c43706b1685 tests/ProxyManagerTest/ProxyGenerator/RemoteObjectGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/Util/
sha256:4dd9249a2ca92f277dcd6c5dcdcc5229c48a18f42a2e2530a15c3d87ccfe2b35 tests/ProxyManagerTest/ProxyGenerator/Util/GetMethodIfExistsTest.php
sha256:13497edbe60b42f488e889cecdc8e8365db1197fa0dace2598e3fc3ebbad7345 tests/ProxyManagerTest/ProxyGenerator/Util/PropertiesTest.php
sha256:e5b727dd824b4d7230f562cc025396be574d1787eec1339e06c54b34a702eee9 tests/ProxyManagerTest/ProxyGenerator/Util/ProxiedMethodsFilterTest.php
sha256:eabaaa2627b7ce9f2c27b8c1289896c96d6ed89e5a17a1e4be0d11e1a043d337 tests/ProxyManagerTest/ProxyGenerator/Util/PublicScopeSimulatorTest.php
sha256:7cc2125d717d8d2c5a2dc52ecc927f5dcc09e2d76794f84240ef6b8f6ab84d31 tests/ProxyManagerTest/ProxyGenerator/Util/UnsetPropertiesGeneratorTest.php
tests/ProxyManagerTest/ProxyGenerator/ValueHolder/
tests/ProxyManagerTest/ProxyGenerator/ValueHolder/MethodGenerator/
sha256:9496ba210f1c81d18c39264da02aeef24c8926ee9ce8c36489948fd975cc9e22 tests/ProxyManagerTest/ProxyGenerator/ValueHolder/MethodGenerator/ConstructorTest.php
sha256:cddeba939dec56f3dfe05ccc6690f4ba7d79f31ad438c95031c6ed8a4c5c16ec tests/ProxyManagerTest/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValueTest.php
sha256:beac9b1fb22279fd2dc935e5060af44fc8bfe7276cf15ca35aa34a05f05844c1 tests/ProxyManagerTest/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleepTest.php
tests/ProxyManagerTest/Signature/
sha256:f9837b14d3c6a8e833397ab9887bfe31e124ed1d9b9272e2624378ae3da47027 tests/ProxyManagerTest/Signature/ClassSignatureGeneratorTest.php
tests/ProxyManagerTest/Signature/Exception/
sha256:f57f95969b13d1cba6312539800ec28f7469644f05ef4a2784ee086a18afe785 tests/ProxyManagerTest/Signature/Exception/InvalidSignatureExceptionTest.php
sha256:c2bdc4a360a082023178ced200fb18b50c62cfe839146867afe1794629fca81a tests/ProxyManagerTest/Signature/Exception/MissingSignatureExceptionTest.php
sha256:39a20e3894819b491cadece74c60a2956c83c7da1010cec9ebe544bb065bc22c tests/ProxyManagerTest/Signature/SignatureCheckerTest.php
sha256:480a0d9934ca45bcc0027d3e88d22f1240167c2613e36ab92721c68219e2e338 tests/ProxyManagerTest/Signature/SignatureGeneratorTest.php
sha256:b1c5c3d491914e1fa15bd1d2e08d9d89dbadd89c5026651aa3ab568733be8b76 tests/ProxyManagerTest/VersionTest.php
tests/ProxyManagerTestAsset/
sha256:cfedaf38b8e768b49e4667651ecf7a6bd85e8fe9b1fc6528f63675ee70d47a90 tests/ProxyManagerTestAsset/AccessInterceptorValueHolderMock.php
sha256:3f31c38610c4f56408bfcb7e7247aa49e7f292718afead89002f87c6d0cf7efc tests/ProxyManagerTestAsset/BaseClass.php
sha256:f63aff00760f9de70ae23888d6fcc9c56f78da61dbf4a9f434d14e3868175632 tests/ProxyManagerTestAsset/BaseInterface.php
sha256:12127c6c069aab1312ca55344647826c6ded8a89e9e7a512ca04141608245e34 tests/ProxyManagerTestAsset/CallableInterface.php
sha256:ad9c58725e82a89ca69c1e001f319f81b404a16068a389c0e1773f2b515043be tests/ProxyManagerTestAsset/CallableTypeHintClass.php
sha256:d3b524970cebbe7186759067a199d5c2e6e947ff237420320645b5c00ba3e32b tests/ProxyManagerTestAsset/ClassWithAbstractMagicMethods.php
sha256:5fc8e61147c57ab5abad92c13cc4131e94cf084da1fce730e5f405b5afa37fa7 tests/ProxyManagerTestAsset/ClassWithAbstractProtectedMethod.php
sha256:e3c8720d579399114b631f4d0a1a04554bdd4c70a1beec11a562a7345bfa75cd tests/ProxyManagerTestAsset/ClassWithAbstractPublicMethod.php
sha256:5dfb9b455bd467dbea8c8f30260b7e9db59affbb7a90b5bd322d2c3eb6612a7a tests/ProxyManagerTestAsset/ClassWithByRefMagicMethods.php
sha256:60d3f559c85c0f2a01b53fd5b15ea824d0497ff946f397b77c5795018f967754 tests/ProxyManagerTestAsset/ClassWithCollidingPrivateInheritedProperties.php
sha256:5b92425a67608d81871c5eab301f50d3d2b9ebd7d68811eb81c86b500c875f5c tests/ProxyManagerTestAsset/ClassWithCounterConstructor.php
sha256:286086203d78a730b2c78a924bd517a8a2690e126328489ac55a79e8f29fa97c tests/ProxyManagerTestAsset/ClassWithDynamicArgumentsMethod.php
sha256:0da1ef6508c68740a4538d6e279c7026acbd9fc22f55d51d5492d26b4e9021c5 tests/ProxyManagerTestAsset/ClassWithFinalMagicMethods.php
sha256:2f97c04add1014131eb602dbec48ea8551baf745969eeeece5c5a9ee72f71858 tests/ProxyManagerTestAsset/ClassWithFinalMethods.php
sha256:bbf58a010f904161073c6eb8f2a46c4950ba8746a1ccbcb1e3f7c32db0fc279a tests/ProxyManagerTestAsset/ClassWithMagicMethods.php
sha256:24f53dfe8c11a96ccefed67d12433c76be8f5411727f0f74e0a29dab6a0f1566 tests/ProxyManagerTestAsset/ClassWithMethodWithByRefVariadicFunction.php
sha256:88da289986d369a08e38bef67af061135eb79a0652e547120476342eb373097f tests/ProxyManagerTestAsset/ClassWithMethodWithDefaultParameters.php
sha256:c204935b33d366fb16896e62a5f380c5a38ed7f153e54fdfd085a46b361661b8 tests/ProxyManagerTestAsset/ClassWithMethodWithVariadicFunction.php
sha256:2fefa234e6718f46d9ebb54b0c9d7d64605ef4011b732bd604ddcf0766a84e2e tests/ProxyManagerTestAsset/ClassWithMixedProperties.php
sha256:957df33df3eafdfb569752f0b956047c6b3022d06f06efbfb237597cab5274d8 tests/ProxyManagerTestAsset/ClassWithMixedPropertiesAndAccessorMethods.php
sha256:cd083171a5c62330deae3ee39d96edc6455a893c2e5cf7b20dd902b4c6a373e8 tests/ProxyManagerTestAsset/ClassWithMixedReferenceableTypedProperties.php
sha256:01dfaed5d984ff3cdee7f3d05f6bc8f73d62b62a72e8c31f0612e4cd2af0d02b tests/ProxyManagerTestAsset/ClassWithMixedTypedProperties.php
sha256:69cdcc837e5c2da8b79c85c1b24b6c02289c83d82f541864d3a0a1d72910a899 tests/ProxyManagerTestAsset/ClassWithParentHint.php
sha256:72b8180b95cd4c55fa189968db9e0245771895f8787d4e66d61036a17f702bde tests/ProxyManagerTestAsset/ClassWithPhp80TypedMethods.php
sha256:187a87174987722a2fbbcc84629637128e85bd905d4c2d017c438d20861c41c2 tests/ProxyManagerTestAsset/ClassWithPrivateProperties.php
sha256:b628cab80aa1495355b64237d7f78acd7937dc7ccc473eda97a46ea38a37b4f8 tests/ProxyManagerTestAsset/ClassWithProtectedMethod.php
sha256:d67c89b99a8be1da11f0028a5608ee8234e1705b654268d2b644ce729d4ce64f tests/ProxyManagerTestAsset/ClassWithProtectedProperties.php
sha256:acf765af3092a324a32b2fbf8eeb0ffacf89e60dc5eb92ff596f7a867eab95a1 tests/ProxyManagerTestAsset/ClassWithPublicArrayProperty.php
sha256:844b0762c7b85ff3744648f2d1a076ff8b5a908a2f8cba679ef619f4c439afdb tests/ProxyManagerTestAsset/ClassWithPublicArrayPropertyAccessibleViaMethod.php
sha256:173e16af44fc4f41e2521616c23984973130d3a228c8ded62af0a7d63ddc3aab tests/ProxyManagerTestAsset/ClassWithPublicProperties.php
sha256:a29171de80e8940f23b1fb4cabbda20939593fdc17b18c325e3ebd5b3d9e9f3b tests/ProxyManagerTestAsset/ClassWithPublicStringNullableNullDefaultTypedProperty.php
sha256:e78aa46a0a3f5e40671e64e58886abe374b78e096755784201d8522c26edc4d9 tests/ProxyManagerTestAsset/ClassWithPublicStringNullableTypedProperty.php
sha256:28479f3dd28d12d9fa35738f8f17c5be426e64f569c950b67d84a315081ecfc6 tests/ProxyManagerTestAsset/ClassWithPublicStringTypedProperty.php
sha256:3556cae431be265b0112e9f98825d83ff8192a8833ee5cef75974b7cfead94ec tests/ProxyManagerTestAsset/ClassWithSelfHint.php
sha256:4d4fc2538006e8f4926d312899e4c786a29420191099dc773cef1dc1f00b83e2 tests/ProxyManagerTestAsset/ClassWithVariadicConstructorArgument.php
sha256:af90d1a48f14b79789c9b3488e7775c0540e2a262ba45dbaf7e31f51a2cfb49f tests/ProxyManagerTestAsset/EmptyClass.php
sha256:72fc059625a73065c4d4794d7a55f0248cb8935bae3a60d29fb58904dd4d5d44 tests/ProxyManagerTestAsset/FinalClass.php
sha256:75c5a5cba325f2df36b59ce35a4e1d9a9d654f04477ac54c7fc292e21adb7bb8 tests/ProxyManagerTestAsset/HydratedObject.php
sha256:9cc9717e80835b262b1cc9d7b548c116e147822f3fd34b55ec8ac2ed6f567cb7 tests/ProxyManagerTestAsset/IterableMethodTypeHintedInterface.php
sha256:5c3862f450f413366a0d8f3913cbd2d64703c98b717a826f88b931446a700566 tests/ProxyManagerTestAsset/IterableTypeHintClass.php
sha256:b1ba2919f1a7ac42f389aadd57e1eeb7194888ef1720625a4e049d36d3973567 tests/ProxyManagerTestAsset/LazyLoadingMock.php
sha256:621832879379d99cd27272fc566aa76e9582dd732d6fce92fa376c26b32d8c6d tests/ProxyManagerTestAsset/NullObjectMock.php
sha256:669bdaf37b33082c2cfd63d759ada355b8b4eb601b712037c984ddf6b91090d8 tests/ProxyManagerTestAsset/ObjectMethodTypeHintedInterface.php
sha256:2a6d82731915bab423b7873f086fac0daca1c2f6d90513d2e13de4e19ad6a463 tests/ProxyManagerTestAsset/ObjectTypeHintClass.php
sha256:86e1e1e128b38f3fd5408766a8c8c378d9d6969c72ec4a4e20579ad4f8ea516d tests/ProxyManagerTestAsset/OtherObjectAccessClass.php
tests/ProxyManagerTestAsset/ProxyGenerator/
tests/ProxyManagerTestAsset/ProxyGenerator/LazyLoading/
tests/ProxyManagerTestAsset/ProxyGenerator/LazyLoading/MethodGenerator/
sha256:bcd4e6e77d57052e04f4fd5f2a0a882bd5fbff6535b6c6690ec266816aaa1c80 tests/ProxyManagerTestAsset/ProxyGenerator/LazyLoading/MethodGenerator/ClassWithTwoPublicProperties.php
tests/ProxyManagerTestAsset/RemoteProxy/
sha256:f17b024648997d273ee41562c85917138a93415838a9be1106bcb474bbc60852 tests/ProxyManagerTestAsset/RemoteProxy/BazServiceInterface.php
sha256:cee79e56d74adfc9240ec168832a9546259859907948c054f72a89891141de0c tests/ProxyManagerTestAsset/RemoteProxy/Foo.php
sha256:f11151a9fcfc2541d6eeee87e62a01187430a9bd79163d524db1d79d2e0ef794 tests/ProxyManagerTestAsset/RemoteProxy/FooServiceInterface.php
sha256:241121df0c520bb530c3124765cbe95b563934cd45cee7691dc8de285e69aa3e tests/ProxyManagerTestAsset/RemoteProxy/RemoteObjectMock.php
sha256:dcd9431a6380b793a810ce65ee6a03c71012116621e6bf5974112008e72e7d14 tests/ProxyManagerTestAsset/RemoteProxy/RemoteServiceWithDefaultsAndVariadicArguments.php
sha256:8bafeecae6b0a98407a91702ebe5c3fe29f9148b5cfe37252d6d10fb660a1ce1 tests/ProxyManagerTestAsset/RemoteProxy/RemoteServiceWithDefaultsInterface.php
sha256:d33ff317aaae0a72675300412f390186a9945c1c007a65c81e4970bc797b147f tests/ProxyManagerTestAsset/RemoteProxy/VariadicArgumentsServiceInterface.php
sha256:402ec513667e265b1dc47e5ab7a2b15b6c64d61a44480681f685541a82315357 tests/ProxyManagerTestAsset/ReturnTypeHintedClass.php
sha256:c92807205ef862b3c699e6a7d7cd17f75ec3c3fc83be78f41557cd76a5c30686 tests/ProxyManagerTestAsset/ReturnTypeHintedInterface.php
sha256:3634e2eaa280b953ca8b2afa531fdeeb4844ee48435179a47d5aab2ec5cbfab1 tests/ProxyManagerTestAsset/ScalarTypeHintedClass.php
sha256:278094a261b4a118c949b7b2d7f4543740dc8597a0c867e8c6f59263d8c7be77 tests/ProxyManagerTestAsset/ScalarTypeHintedInterface.php
sha256:eb02060cd46d633475cf93d1317f89c5f127d062f4a847f715a03861d049b5fe tests/ProxyManagerTestAsset/VoidCounter.php
sha256:8e4781f22edd720402803d4765ab604a8e592e21735767e0ceb89721411761c0 tests/ProxyManagerTestAsset/VoidMethodTypeHintedClass.php
sha256:1520e9a76a8924813e5549fe3e8ea720bbde6a250a5fe52726bf252517f651ae tests/ProxyManagerTestAsset/VoidMethodTypeHintedInterface.php
tests/Stubbed/
tests/Stubbed/Laminas/
tests/Stubbed/Laminas/Server/
sha256:af66081c531b7d8593813187a893ea678d693d2f5283af0c967c0d464945d2d0 tests/Stubbed/Laminas/Server/Client.php
tests/language-feature-scripts/
sha256:4e6f91401029dd636a811574278c26b6773b1978faef195ef1ae6b6432d7a86e tests/language-feature-scripts/README.md
sha256:73b7dc84992898f65cc72c663d131bcdd14467db7a52ad19786743df941a37c8 tests/language-feature-scripts/access-interceptor-denies-private-property-isset.phpt
sha256:3108893546c0968f5b304f5af0da3e007274a322603fc447dff3181f62f38da3 tests/language-feature-scripts/access-interceptor-denies-private-property-read.phpt
sha256:766d402afb3ff756ef97c0233c4c3924798feb74439eed4331660fdcd0503966 tests/language-feature-scripts/access-interceptor-denies-private-property-unset.phpt
sha256:a8259d295d4e30473ab23484021449a48eee102d1550bf6d3831122fc9417b83 tests/language-feature-scripts/access-interceptor-denies-private-property-write.phpt
sha256:94bfc2a320c05584718b2ec1244c2b6df11be7477c2a4054c0984544dc8defa0 tests/language-feature-scripts/access-interceptor-denies-protected-property-isset.phpt
sha256:50d002c1213682aa9d8d4799d00985b3df7c4583b7b598e14ca78ba53ecfb19d tests/language-feature-scripts/access-interceptor-denies-protected-property-read.phpt
sha256:282f235fc99b4893b690cd0b86d668fafeb3ae301edb085cbae0d4a3bad52867 tests/language-feature-scripts/access-interceptor-denies-protected-property-unset.phpt
sha256:61bf7e405c6fc96ceab1feba30dc41847324280801b2dd33c5d42606f750f84c tests/language-feature-scripts/access-interceptor-denies-protected-property-write.phpt
sha256:b37724e6a4da9e86e0b4395be6ec05d7783d47130fb4e4b20ddf00918ff01d57 tests/language-feature-scripts/access-interceptor-scope-localizer-denies-private-property-isset.phpt
sha256:d82e64ef6803834a69a0c825e592397f0a7198b0ee76d3b3fd2f31ca179f7efb tests/language-feature-scripts/access-interceptor-scope-localizer-denies-private-property-read.phpt
sha256:58593f19cfd9b614ea2a74e16e989cd6c45937347a3f2ab118fd34579264c00c tests/language-feature-scripts/access-interceptor-scope-localizer-denies-private-property-unset.phpt
sha256:da0f203d7cce922ba5ff6e6dbe6eb57af15ad96a446eef2ec4e4ff4d25f09664 tests/language-feature-scripts/access-interceptor-scope-localizer-denies-private-property-write.phpt
sha256:4e7844aea8c2cec8ac52e1c79faa2ea975b9cd1ccb37f8e040dcdee46022efff tests/language-feature-scripts/access-interceptor-scope-localizer-denies-protected-property-isset.phpt
sha256:f70aeaa4bcb4fe2fe1f8786564b8b1606590531a76c33a5bf7359d7b2f3e9604 tests/language-feature-scripts/access-interceptor-scope-localizer-denies-protected-property-read.phpt
sha256:2dd9a59c410a7b8108c055912852bf672002b47635eb59a7a288ce88375a2b05 tests/language-feature-scripts/access-interceptor-scope-localizer-denies-protected-property-unset.phpt
sha256:2ea91f3fce6df115259f81ae1b346a8faf87a0d30d92f7d084cfd39acbf0db32 tests/language-feature-scripts/access-interceptor-scope-localizer-denies-protected-property-write.phpt
sha256:4aa1a87bd78b32560999507169aa533112f1ffaea9efc793fb964365baeb2b6f tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-isset.phpt
sha256:0312c4ace84c23279a86cfa8e936c8753097c7d708d030e824f25c320b9ace9c tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-read.phpt
sha256:8c3706800e697b82580024d161132017b3647801b9d6691c8f81744e140e9ce5 tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-unset.phpt
sha256:02fc03ec871279d065c79ef7b4d6a9f1381455ea5548ebfa9f09f3267d57affa tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-write.phpt
sha256:750d278d9d0d54bb5229f4adbd5ea0e57738cbacc53bd850be9db4dc185d698e tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-isset.phpt
sha256:c9a83ced532c257e463714c5841836e61c6bbd3ee2bd55c90111563b4c079a23 tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-read.phpt
sha256:5145edf195c2d2527aafd267a668dbc2b14f5257dc9ae4fa9cdc43047f067468 tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-unset.phpt
sha256:21df6c51f73a74c293132b476cfc5705e11e8429c62df3d17c0b53d3a9df2a3c tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-write.phpt
sha256:e1dfce546209ac25d28649bb3da036300c2485a86b5d7395a2193d54ea188127 tests/language-feature-scripts/access-interceptor-with-cache.phpt
tests/language-feature-scripts/cache/
sha256:1b1dfc86b6e5af9417efacebcdac520fc6b83ba3f102e655a28ff4013b1f9949 tests/language-feature-scripts/cache/README.md
sha256:3e6d9095ac85f730a421e7485b35a7901cb12d14e17484c3ce1358cc6fc55240 tests/language-feature-scripts/init.php
sha256:08e44a2af426656a6fc624010e6c882901e60083cf30d5c62a6632bcc2e34675 tests/language-feature-scripts/lazy-loading-ghost-allows-inexisting-magic-property-read.phpt
sha256:0141e3b2d2d223c0d26a6f1c890e6e2c3dd44382d33ff0ec238b1937d50a35a6 tests/language-feature-scripts/lazy-loading-ghost-allows-inexisting-property-write.phpt
sha256:3bfcadc3b78a79a31225c5d24b9e125df766bb802468900e045cb4d5f76d0ef1 tests/language-feature-scripts/lazy-loading-ghost-allows-private-property-isset-checks-in-private-scope.phpt
sha256:ca00e947606584f7edc45329005f8ad39630a2f5ba7a7bb978b44c15dc263192 tests/language-feature-scripts/lazy-loading-ghost-denies-inexisting-property-read.phpt
sha256:740345d5ab2dedb3d1d85547184d3bd78f4be631c1990b3f64a38ea77792d5f5 tests/language-feature-scripts/lazy-loading-ghost-denies-private-property-isset.phpt
sha256:b9835e319ce6e10e6420bc8a18f13690def44bb2d2e31f80820742d659aa9bd3 tests/language-feature-scripts/lazy-loading-ghost-denies-private-property-read.phpt
sha256:2b1054e9037984ea1424226ab728ff35bf639c50127a3f6ee45b184186060a0a tests/language-feature-scripts/lazy-loading-ghost-denies-private-property-unset.phpt
sha256:80ee3c61bd9d7d4b14c76682fe1c9bb33fda0e5d7c7d55bd543c136c34dd9115 tests/language-feature-scripts/lazy-loading-ghost-denies-private-property-write.phpt
sha256:f50703c1a0b48e862f61a686af4a78b47a1c9ce1b241d8f67c6b203c75ab8bba tests/language-feature-scripts/lazy-loading-ghost-denies-protected-property-isset.phpt
sha256:07b9d2851e021f65c7bbdaa664467983a1f2315beea64e2c9a1e951b4a6cedf9 tests/language-feature-scripts/lazy-loading-ghost-denies-protected-property-read.phpt
sha256:6132392585316195cab8d454d31d5894a7ebd20f2925fb659256dcf820f22568 tests/language-feature-scripts/lazy-loading-ghost-denies-protected-property-unset.phpt
sha256:d773dd8b07b35cc9a2ec575509d60a0499941ed4ec4207523a2d99126dbeff5b tests/language-feature-scripts/lazy-loading-ghost-denies-protected-property-write.phpt
sha256:77ef90aeb24ee6fcb686a72cf3a762b53175ddd57520c95c985605b452517e30 tests/language-feature-scripts/lazy-loading-ghost-multiple-inheritance-private-access.phpt
sha256:7e1b47181ed151c25cf29cee421fb6c6cb1822258020f96ae985581c62878097 tests/language-feature-scripts/lazy-loading-ghost-skip-destructor.phpt
sha256:30525742af7811a51729f5be1f3810eff73bb064f73177e59a548e8a8b6131bd tests/language-feature-scripts/lazy-loading-ghost-with-cache.phpt
sha256:2c5ad83e0f91fb86ff8347c2ab8083d7ae4625d96b033494a2830360bd0e4b6d tests/language-feature-scripts/lazy-loading-value-holder-denies-interface-property-read.phpt
sha256:b485f2fd8d3a7fe774f2a24589b0e51a3b5ed4c3de7ebbbffafc0a76b48c7577 tests/language-feature-scripts/lazy-loading-value-holder-denies-private-property-isset.phpt
sha256:d0bb4f470a359be85840ab4296677e011bbd31142c113544e98f4b2b438884ec tests/language-feature-scripts/lazy-loading-value-holder-denies-private-property-read.phpt
sha256:5065ca60c5fcdbd627427adabb68ac6069541622195b33f41c98f0de39e5f94c tests/language-feature-scripts/lazy-loading-value-holder-denies-private-property-unset.phpt
sha256:d2b3f9dc1d346ca4676afd3be721132477c4c4cc94a86937c1e4bebbe3b65e4f tests/language-feature-scripts/lazy-loading-value-holder-denies-private-property-write.phpt
sha256:2e7bf95b9c0a7b71f9f45c6d0eb1af8912628b1bb7fa630bde93cb8f9ea987a7 tests/language-feature-scripts/lazy-loading-value-holder-denies-protected-property-isset.phpt
sha256:727329e1b5fef96bcd1ad318d020200d87065efa3a55bce53da2701f1835c21c tests/language-feature-scripts/lazy-loading-value-holder-denies-protected-property-read.phpt
sha256:5435b9b3c646f8d1a785016bdcbd4c555777f732c23f3877e5b4b7238ab362ba tests/language-feature-scripts/lazy-loading-value-holder-denies-protected-property-unset.phpt
sha256:7d84e1e949f614a40278cded1375effb7ae57031d2fd889520188f623a1914da tests/language-feature-scripts/lazy-loading-value-holder-denies-protected-property-write.phpt
sha256:8678e21b2459bcd2f27923d833639945d9609f69a176ae7b4220e5a0a1669991 tests/language-feature-scripts/lazy-loading-value-holder-fluent-safe.phpt
sha256:c7132c3995eded02b47cd76f0e84db283deffc45d47fff8a5059339e71f545d9 tests/language-feature-scripts/lazy-loading-value-holder-initializer-removes-reference.phpt
sha256:4bfcd1e2b54c5652d13e3c086671fe43ad14bb18e7c4fc78560101251ef693c4 tests/language-feature-scripts/lazy-loading-value-holder-interface-proxy.phpt
sha256:8a39dcbc042a6854820244072232a7492504971d3b7dde8eda2dd2c99e365a75 tests/language-feature-scripts/lazy-loading-value-holder-internal-php-classes.phpt
sha256:61beb1b51960fe25212941d745845a33360898becfa3e548f8633a55342aa44f tests/language-feature-scripts/lazy-loading-value-holder-skip-destructor.phpt
sha256:2a99885bd23d3adffcccd447670bed7eb7db8eb64ef0f6da436d62461b4d7de1 tests/language-feature-scripts/lazy-loading-value-holder-with-cache.phpt
sha256:2dc9363fa208457f40d616a976444b5dfce5003de57ea3e9ef45cf8ea61d7964 tests/language-feature-scripts/null-object-public-function-empty.phpt
sha256:f155817066f68d39c4c9cb888a0b47334f32c2cafcf7448fca2582fd779fd3a3 tests/language-feature-scripts/null-object-public-property-empty.phpt
sha256:97c355c6796b125bb0f51a8c2d9b34bb46e0d588f77dee97dcd1fd3adeb3373d tests/language-feature-scripts/null-object-satisfies-return-type-declaration.phpt
sha256:ec409317300a795fcc9333553df276d473dcb6d12a4ff9086ab1ab3a63d3b08a tests/language-feature-scripts/remote-object-json-adapter-default-parameters-and-variadic.phpt
sha256:f7897abee7d0426f3818fa161a5e2254f84429f69ecb8930262622543c4af57f tests/language-feature-scripts/remote-object-json-adapter-denies-unknow-method.phpt
sha256:ee77a025a4ccb8157d8898612aabb99889232f3bbee60c732f0c8167956396a4 tests/language-feature-scripts/remote-object-json-adapter-passes-default-parameters-correctly.phpt
Return to home page.