reedy@deploy1001:~$ mwscript eval.php commonswiki > var_dump( $wgRateLimits['upload'] ); array(4) { ["user"]=> array(2) { [0]=> int(380) [1]=> int(4320) } ["image-reviewer"]=> array(2) { [0]=> int(999) [1]=> int(1) } ["patroller"]=> array(2) { [0]=> int(999) [1]=> int(1) } ["autopatrolled"]=> array(2) { [0]=> int(999) [1]=> int(1) } }