Re: [PHP-DEV] Named parameters

2010-10-15 Thread Andre Baumeier
I was thinking about passing an array at first. But because of bloated handling of correct type of each argument in the array I use an object for passing additional "setting" variables. Von meinem iPhone gesendet Am 15.10.2010 um 19:28 schrieb "Michael Shadle" : > On Fri, Oct 15, 2010 at 10:26

Re: [PHP-DEV] Built-in function: between

2010-09-30 Thread Andre Baumeier
Am 05.09.2010 um 15:06 schrieb Johannes Schlüter: > preg_match('/PHP (.*) swesome/', 'PHP is awesome', $matches); > preg_match should be slower? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php