ru_php/ext/random/tests/02_engine/pcgoneseq128xslrr64_serialize.phpt

13 lines
326 B
PHP

--TEST--
Random: Engine: PcgOneseq128XslRr64: The serialization output must be stable
--FILE--
<?php
use Random\Engine\PcgOneseq128XslRr64;
echo serialize(new PcgOneseq128XslRr64(1234));
?>
--EXPECT--
O:33:"Random\Engine\PcgOneseq128XslRr64":2:{i:0;a:0:{}i:1;a:2:{i:0;s:16:"c6d571c37c41a8d1";i:1;s:16:"345e7e82265d6e27";}}