aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/admin/findglobals
blob: 2fcb0e61e187a806ab4d7b97b2cce40c517723b0 (plain)
1
2
3
4
5
#!/usr/bin/env bash
# Find all PHP modules that are likely to have global variables
set -e

./admin/findphp | xargs grep '^\$'