[SR-Users] parsing issue 3.1.0

Jeremya jeremy at electrosilk.net
Wed Nov 10 05:16:18 CET 2010


These text lines parse

if ($sht(ipban=>$si)!=$null)

$sht(ipban=>$si)=1;

These don't parse

if($sht (ipban=>$si)!=$null)

$sht (ipban=>$si)=1;

In both cases the gap between $sht and the opening '(' is the problem.

Is this expected behaviour?

Jeremy




More information about the sr-users mailing list