reneoelke / Php53to54

PHP_CodeSniffer standard for compatibility checking of PHP 5.3 to 5.4 migrations.
http://foobugs.com
Other
6 stars 1 forks source link

isFunction() and isFunctionCall() are incorrect/ misused #91

Open goatherd opened 11 years ago

goatherd commented 11 years ago

These AbstractSniff helpers do include method (calls).

However tests like forbiddenFunctionNames or arrayCombine do test the global function namespace only.