You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:sulu/sulu.git sulu
cd sulu
composer update --ignore-platform-reqs
php@8.4 vendor/bin/phpunit --filter="MemoizeTest::testMemoizeFirstCall"
Description
The following code:
Can also be reproduced with:
And check: https://github.com/sulu/sulu/blob/7e9300b77f289250928ceb73e93a791d9c146bd4/src/Sulu/Component/Cache/Memoize.php#L45
Resulted in this output (PHP 8.4):
But I expected this output instead (PHP 8.3):
Is this change expected when upgrading from PHP 8.3 to 8.4? I'm fine with the change but wanted to report its an unexpected change.
PHP Version
8.4.0-dev
Operating System
macOs Montery
The text was updated successfully, but these errors were encountered: