Re: [PHP-DOC] Re: [PHP-DEV] Migration Appendice

2004-02-23 Thread Cornelia Boenigk
Hi There is a typo in the proto for array_diff_uassoc() The 'u' is missing in the function name. Regards Conni

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Migration Appendice

2004-02-23 Thread Marcus Boerger
Hello Gabor, Monday, February 23, 2004, 7:49:01 PM, you wrote: >> Paragraph: Classes must be declared before used >> is no longer true. For most cases this is allowed now. > What are those cases when this will be a problem? Having "most cases" in > the documentation without an explanation would

Re: [PHP-DOC] Re: [PHP-DEV] Migration Appendice

2004-02-23 Thread Gabor Hojtsy
Paragraph: Classes must be declared before used is no longer true. For most cases this is allowed now. What are those cases when this will be a problem? Having "most cases" in the documentation without an explanation would be bad practice IMHO... Goba