#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread anshul at designgrill dot com
ID: 49322 User updated by: anshul at designgrill dot com Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: Moreover, variables, which are references, when copie

#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread anshul at designgrill dot com
ID: 49322 User updated by: anshul at designgrill dot com Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: Ok. But it is not obvious from the documentation. A c

#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread colder
ID: 49322 Updated by: col...@php.net Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: Again, those are expected results, when you copy an array, its elem

#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread anshul at designgrill dot com
ID: 49322 User updated by: anshul at designgrill dot com Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: The example you gave behaves expectedly and actually

#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread colder
ID: 49322 Updated by: col...@php.net Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: Yes, the array itself is copied by value, but not the array content,

#49322 [Bgs]: Incorrect array assignment

2009-08-21 Thread anshul at designgrill dot com
ID: 49322 User updated by: anshul at designgrill dot com Reported By: anshul at designgrill dot com Status: Bogus Bug Type: Arrays related Operating System: All PHP Version: 5.2.10 New Comment: Following will give a different result. Just because