[PHP-DEV] SVN Account Request: mirry

2011-03-29 Thread Isabel Garcia
help traslating the manual in Spanish -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Adding a more logical string slicing function to PHP

2011-03-29 Thread Dan Birken
My apologizes if I am bringing up a topic that has been discussed before, this is my first time wading into the PHP developers lists and I couldn't find anything particularly relevant with the search. Here is a bug I submitted over the weekend ( http://bugs.php.net/bug.php?id=54387) with an attach

Re: [PHP-DEV] Adding a more logical string slicing function to PHP

2011-03-29 Thread Lars Schultz
I just love substr() and I think all other languages got it wrong;) Seriously...it behaves the same as implementations in other languages as long as values are positive, right? how is that counter-intuitive? How do other languages handle negative values? Am 30.03.2011 08:06, schrieb Dan Birke