krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

Test tests/typed_prop.phpt fails on PHP 8.3 #489

Closed andypost closed 1 year ago

andypost commented 1 year ago

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] 
andypost commented 1 year ago

Thank you