Re: [PHP-DEV] Refactoring code for namespaces appliance

2007-12-22 Thread Paul Biggar
On Dec 22, 2007 12:02 AM, Martin Alterisio <[EMAIL PROTECTED]> wrote: > 2007/12/21, Paul Biggar <[EMAIL PROTECTED]>: > > > > 4) find all function calls (not method calls) which are not keywords > (array, > > > isset, unset, list, etc) and prefix them with :: > > > > list, array etc wouldnt be confu

Re: [PHP-DEV] Refactoring code for namespaces appliance

2007-12-21 Thread Martin Alterisio
2007/12/21, Paul Biggar <[EMAIL PROTECTED]>: > > Hi Martin, > > On Dec 21, 2007 8:30 PM, Martin Alterisio <[EMAIL PROTECTED]> wrote: > > I've been pondering about how to algorithmically/mechanically prepare a > non > > namespaced code for namespaces appliance. This would be a first step > which > >

Re: [PHP-DEV] Refactoring code for namespaces appliance

2007-12-21 Thread Paul Biggar
Hi Martin, On Dec 21, 2007 8:30 PM, Martin Alterisio <[EMAIL PROTECTED]> wrote: > I've been pondering about how to algorithmically/mechanically prepare a non > namespaced code for namespaces appliance. This would be a first step which > will just prepare the code for namespaces in a safe way, but