gnu-social/vendor/openid/php-openid/admin/findglobals

6 lines
127 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Find all PHP modules that are likely to have global variables
set -e
./admin/findphp | xargs grep '^\$'