krakjoe/apcu

Test tests/typed_prop.phpt fails on PHP 8.3

andypost opened this issue · 1 comments

Building as today and running tests shows

TEST 68/68 [tests/typed_prop.phpt]
========DIFF========
     bool(true)
002- Cannot assign bool to reference held by property Test::$array of type array
002+ Cannot assign true to reference held by property Test::$array of type array
     array(0) {
     }
========DONE========
FAIL Success parameters should respect property types [tests/typed_prop.phpt] 

Thank you