Remove func_get_args and func_num_args from Redis
commitc03fa7bff4e3afd395f0696e2509a2eea686be79
authorEmil Hesslow <emil@fb.com>
Sun, 27 Jan 2019 02:38:38 +0000 (26 18:38 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sun, 27 Jan 2019 02:41:43 +0000 (26 18:41 -0800)
treeb277c9f6738c4c68b1053b8e1221f90f2b655a60
parent471d41d5ae9acd7e95afde788aab0c3781a15d46
Remove func_get_args and func_num_args from Redis

Summary: - Before removing func_get_args and func_num_args we have to remove all callsites

Reviewed By: jano

Differential Revision: D13779299

fbshipit-source-id: 910a06e204a6a53fd65c59ee5788c1b1250ce13d
hphp/system/php/redis/Redis.php