If you use Linux and try to search for all php files containing short open tags you can use following command
find -type f -exec grep -IlP ‘<\?(?!(php|xml|=))’ {} +
If you use Linux and try to search for all php files containing short open tags you can use following command
find -type f -exec grep -IlP ‘<\?(?!(php|xml|=))’ {} +
Вашият коментар