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
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
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
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
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,
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