Hi,

rihad wrote:
> http://trac.symfony-project.com/trac/ticket/2091
> 
> I've attached a small "works-for-me" type patch to arrayDeepMerge
> implementing the change.
> given array(0 => 'Partial', 1 => 'Cache', 2 => 'Form'], you can:
> 
> - use [-*, Form] to result in array(0 => 'Form')
> - use [-Cache] to result in array(0 => 'Partial', 1 => 'Form']
> 
> Please tell me under which conditions it may fail?

Try to run "test/unit/util/sfToolkitTest.php". It will fail. It will
succeed though if you remove the "reindex the arrays just in case" lines.
It would be good if you could add some tests for the new functionality
and attach them to the ticket.

 Martin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to