--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
Original issue reported on code.google.com by
benpouls...@gmail.com
on 29 Aug 2012 at 9:25