--TEST-- Test unserialize(): error is indistinguishable from deserialized boolean --FILE-- --EXPECTF-- *** Testing unserialize() error/boolean distinction *** string(4) "b:0;" Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20 bool(false) bool(false) unserialize error and deserialized false are identical? 1 bool(false) bool(true) Done