Re: [PHP-DEV] Patch to extract()

2002-02-28 Thread Hartmut Holzgraefe
Richard Heyes wrote: Anyone interested in this patch? not really, i'd use foreach and unset on the array before extracting, far less obfuscated than the callback approach or, if the array should not be modifiert: function callback($value, $key) { if(preg_match('/^var/', $key)) {

RE: [PHP-DEV] Patch to extract()

2002-02-27 Thread Richard Heyes
Anyone interested in this patch? -- Richard Heyes If you have any trouble sounding condescending, find a Unix user to show you how it's done. - Scott Adams -Original Message- From: Richard Heyes [mailto:[EMAIL PROTECTED]] Sent: 25 February 2002 16:18 To: PHP Dev Subject: