// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-stats_2.1.0-2.fac78cf.el8
/
tests
[ PARENT ]
EDIT :: bug58394.phpt
--TEST-- Bug #58394 stats_cdf_chisquare() dies when which=2,3 --FILE-- <?php var_dump(round(stats_cdf_chisquare(0.0525437064989, 283, 2), 6)); var_dump(round(stats_cdf_chisquare(0.0525437064989, 245.56, 3), 6)); ?> --EXPECTF-- float(245.56) float(283)
SAVE
CANCEL