useopc / tylerhall

Automatically exported from code.google.com/p/tylerhall
0 stars 0 forks source link

class.args.php argument issue #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
--argName1="arg.php?id="
--argName2 "arg.php?id="

echo $args->flag('argName1'); //Returns 1
echo $args->flag('argName2'); //Returns arg.php?id=

Is this deliberate? Or is this an issue with the regex.

Original issue reported on code.google.com by benpouls...@gmail.com on 29 Aug 2012 at 9:25