Hartmut Holzgraefe wrote:
Lukas Smith wrote:
Its sole purpose is to deal with situations where you have a considerable number of parameters.

well, i for one would love to write something like

  $pos = strpos(haystack=$str, needle="foobar");

instead of looking up parameter orders all the time :)

I would specifically not go there. This would create the inconsistant situation you describe. It would be fixing one past mistake with a new evil.

As noted the cases are not as wide as most people make it sound, also its not really related to this discussion.

regards,
Lukas

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

Reply via email to