Only coerce key in array_count_values if it is an arraykey
[hiphop-php.git] / hphp / .ctags
blob85cde7cfdeedac4d4b9dd2e2b1c0d30779288902
1 --exclude=*.css
2 --exclude=*.js
3 --exclude=*.ml
4 --exclude=*.mli
5 --exclude=*.php
6 --exclude=*.py
7 --exclude=*.sql
9 --exclude=public_tld/*
10 --exclude=test/*
11 --exclude=facebook/push/*
13 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_FUNCTION\((\w+)/\2/f,function,function definitions/
14 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_FUNCTION\((\w+)/f_\2/f,function,function definitions/
15 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_METHOD\((\w+)\s*,\s*(\w+)/\3/f,function,function definitions/
16 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_METHOD\((\w+)\s*,\s*(\w+)/c_\2_ni_\3/f,function,function definitions/
17 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_STATIC_METHOD\((\w+)\s*,\s*(\w+)/\3/f,function,function definitions/
18 --regex-c++=/^\s*(static)?\s*\w+\s+HHVM_STATIC_METHOD\((\w+)\s*,\s*(\w+)/c_\2_ni_\3/f,function,function definitions/
19 --regex-c++=/^\s*using\s+(\w+)\s*=/\1/t,type,type definitions/