phan: Add internal stubs for imagick, pcntl, redis & sockets
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 18 Jun 2019 19:19:37 +0000 (15:19 -0400)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 18 Jun 2019 19:27:41 +0000 (15:27 -0400)
commite26d8176514f344316d968192b405518f527ec9a
treee37367b29b25ce38c8863e85ef93aa6d537efcab
parentf79c9e6ca3c02090d6d56eaecb2ab90d4198b2b9
phan: Add internal stubs for imagick, pcntl, redis & sockets

Phan will automatically use these stubs if the extensions are not installed.

Also added a brief README for how to generate the stubs in the first place.

Bug: T224893
Change-Id: I1d31d03801fbc7b18dfc758453c95439acd96d19
.phan/config.php
.phan/internal_stubs/README [new file with mode: 0644]
.phan/internal_stubs/imagick.phan_php [new file with mode: 0644]
.phan/internal_stubs/pcntl.phan_php [new file with mode: 0644]
.phan/internal_stubs/redis.phan_php [new file with mode: 0644]
.phan/internal_stubs/sockets.phan_php [new file with mode: 0644]