# Advanced TALES syntax
TALES can't handle few cases that happen often and seem quite reasonable to do in templates.
It can't compare values:
```
```
```
Photo${php:count(allimages)} photos
```
It doesn't have logic expressions:
```
```
It can't compute values conditionally:
```
```
It can't pass arguments to functions:
```
```
```