--TEST-- Check for bool serialisation --INI-- ; Note that php 8.1 deprecates using Serializable without __serialize/__unserialize but we are testing Serialize for igbinary. Suppress deprecations. error_reporting=E_ALL & ~E_DEPRECATED --FILE-- --EXPECT-- bool true 05 OK bool false 04 OK