File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22
33#[\Since('8.2 ' )]
4- function mt_srand (int $ seed = 0 , int $ mode = MT_RAND_MT19937 ) : void
4+ function mt_srand (int $ seed = UNKNOWN , int $ mode = MT_RAND_MT19937 ) : void
55{
66}
Original file line number Diff line number Diff line change 22
33/** @alias mt_srand */
44#[\Since('8.2 ' )]
5- function srand (int $ seed = 0 , int $ mode = MT_RAND_MT19937 ) : void
5+ function srand (int $ seed = UNKNOWN , int $ mode = MT_RAND_MT19937 ) : void
66{
77}
Original file line number Diff line number Diff line change 11<?php
22
33/* mt_rand.c */
4+ #[\Until('8.1 ' )]
45function mt_srand (int $ seed = 0 , int $ mode = MT_RAND_MT19937 ) : void
56{
7+ }
8+ /* mt_rand.c */
9+ #[\Since('8.1 ' )]
10+ function mt_srand (int $ seed = UNKNOWN , int $ mode = MT_RAND_MT19937 ) : void
11+ {
612}
Original file line number Diff line number Diff line change 11<?php
22
33/** @alias mt_srand */
4+ #[\Until('8.1 ' )]
45function srand (int $ seed = 0 , int $ mode = MT_RAND_MT19937 ) : void
56{
7+ }
8+ /** @alias mt_srand */
9+ #[\Since('8.1 ' )]
10+ function srand (int $ seed = UNKNOWN , int $ mode = MT_RAND_MT19937 ) : void
11+ {
612}
You can’t perform that action at this time.
0 commit comments