I try to validate the current robots.txt file for site www.world.com.ru
User-Agent: msnbot
Disallow: /*.php
Disallow: /*?
Sitemap: http://www.world.com.ru/sitemap.xml
in Webmaster Tools Robots.txt Validator and get Validation results:
Line #2: Disallow: /*.php
Warning: MSNBOT doesn't support wildcard characters.
**************************************************
Line #3: Disallow: /*?
Warning: MSNBOT doesn't support wildcard characters.
**************************************************
Is MSNBOT really doesn't support wildcard characters?