php-src/ext/random/tests/02_engine
Tim Düsterhus ddf7a5d4d9
random: Validate that the arrays do not contain extra elements when unserializing (#9458)
* Apply `var_dump()` in 02_engine/all_serialize_error.phpt

This ensures that an undetected serialization error is clear identifiable in the output.

* random: Validate that the arrays do not contain extra elements when unserializing
2022-09-05 17:33:36 +02:00
..
all_serialize_error.phpt random: Validate that the arrays do not contain extra elements when unserializing (#9458) 2022-09-05 17:33:36 +02:00
all_serialize_native.phpt Unify structure for ext/random's randomizer tests (#9410) 2022-08-31 19:22:39 +02:00
all_serialize_user.phpt Unify structure for ext/random's randomizer tests (#9410) 2022-08-31 19:22:39 +02:00
mt19937_error.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
mt19937_serialize.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
mt19937_value.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
pcgoneseq128xslrr64_jump_error.phpt Unify structure for ext/random's randomizer tests (#9410) 2022-08-31 19:22:39 +02:00
pcgoneseq128xslrr64_seed.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
pcgoneseq128xslrr64_serialize.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
pcgoneseq128xslrr64_value.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
user_compatibility.phpt Unify structure for ext/random's randomizer tests (#9410) 2022-08-31 19:22:39 +02:00
xoshiro256starstar_seed.phpt Unify structure for ext/random's randomizer tests (#9410) 2022-08-31 19:22:39 +02:00
xoshiro256starstar_serialize.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00
xoshiro256starstar_value.phpt Unify structure for ext/random's engine tests (#9321) 2022-08-23 23:55:11 +02:00