Correct syntax of Apache rule permissions

Hello, which rule is less resources hungry, better?

<Files *.php>
Deny from All
</Files>

OR

<files *.php>
order allow,deny
deny from all
</files>

thx

If your site is running so hard that something like that will make a material difference in how it runs you might want to look at a bigger server or a better web server . . .