Hi, hmmm interesting. I didnt check for isset, because i didnt saw it on the empty call. empty can work on non set array indices? i should wrap it in an argument 1 check
Fabian On Feb 5, 2010, at 6:26 PM, Jonathan Wage wrote: > http://trac.symfony-project.org/changeset/27597 > > This changeset is causing me some strict standards notices when I use > url_for('@homepage') for example. $arguments[1] does not exist and no isset() > is used. > > Thoughts? > > Thanks, Jon > > -- > Jonathan H. Wage (+1 415 992 5468) > Open Source Software Developer & Evangelist > sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org > > You should follow me on Twitter: http://www.twitter.com/jwage > > You can contact Jonathan about Doctrine, Symfony and Open-Source or for > training, consulting, application development, or business related questions > at [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "symfony developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en. -- You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en.
