wiki.techinc.nl/.phan/stubs
Daimona Eaytoy 92e864fb32 phan: Conditionally load PHP extension stubs with dedicated option
Stubs for PHP extensions like wikidiff2 or excimer can be conditionally
loaded using autoload_internal_extension_signatures, which is basically
a wrapper around extension_loaded.

Change-Id: I3e844427733339283c41fa9f4aeb23a776c36ce6
2020-06-08 18:39:25 +00:00
..
mail.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
password.php Remove traling double newlines from text files 2019-10-23 21:17:43 +02:00
README
ValueError.php Pbkdf2Password: Fix error handling on PHP 8 2020-04-07 18:46:31 +02:00

These stubs describe how code that is not available at analysis time should be
used. No implementations are necessary, just define the classes and their
methods and use phpdoc to describe what arguments are allowed.