迅速定位某个 php 函数在源码中的地位

# 所有php函数
ag "PHP_FUNCTION\(\w+\)"
# 指定php函数
ag "PHP_FUNCTION\(array_flip\)"# 所有php函数
ag "PHP