On 30/06/16 23:46, Thomas Bley wrote:
>> What for?
> <?html= $foo.$bar ?> is easy to verify
> 
> <?= html($foo).$bar ?> is not easy to verify

But a fixed version of <?html= is just a single subset of filtering,
while html($foo) can correctly handle differences. The reason it's not
easy to 'verify' is because it has flexibility in it's operation which
forcing a single configuration just to make some operations easy does
not provide.

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to