#32789 [Bgs]: array_pop doesn't work correctly

2005-04-28 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Bogus Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: I don't know, who is deleting my submissions, but I think it

#32789 [Bgs]: array_pop doesn't work correctly

2005-04-26 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Bogus Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: Looks like nobody is listening here - sigh. After discussing this

#32789 [Bgs]: array_pop doesn't work correctly

2005-04-25 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Bogus Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: Maybe this one from Waq explains it in a better way why I think

#32789 [Opn]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Open Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: Sorry, the fatal error results from the result of cache() being an

#32789 [Opn]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Open Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: Sorry again, maybe I should stop coding %-(, this is the real

#32789 [Opn]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Open Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: And again using an object: Reproduce code: --- class

#32789 [Opn]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Open Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: How about this one? Reproduce code: --- function cache

#32789 [Bgs->Opn]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: Sorry, I forgot to change it to open for

#32789 [Bgs]: array_pop doesn't work correctly

2005-04-22 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Bogus Bug Type: Arrays related Operating System: * PHP Version: 4.3.11 New Comment: The variables in the object must not be changed! That's the r

#32789 [Bgs->Opn]: array_pop doesn't work correctly

2005-04-21 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: Windows PHP Version: 4.3.9 New Comment: So then pls explain, why this happens

#32789 [Opn]: array_pop doesn't work correctly

2005-04-21 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de Status: Open Bug Type: Arrays related Operating System: Windows PHP Version: 4.3.9 New Comment: And another thing: As the error occures every time when using

#32789 [Fbk->Opn]: array_pop doesn't work correctly

2005-04-21 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de -Status: Feedback +Status: Open Bug Type: Arrays related Operating System: Windows PHP Version: 4.3.9 New Comment: O.k., this for a new start, sorry

#32789 [Fbk->Opn]: array_pop doesn't work correctly

2005-04-21 Thread php at thoftware dot de
ID: 32789 User updated by: php at thoftware dot de Reported By: php at thoftware dot de -Status: Feedback +Status: Open Bug Type: Arrays related Operating System: Windows PHP Version: 4.3.9 New Comment: As there are 4 code-sniplets with

#32789 [NEW]: array_pop doesn't work correctly

2005-04-21 Thread php at thoftware dot de
From: php at thoftware dot de Operating system: Windows PHP version: 4.3.9 PHP Bug Type: Compile Failure Bug description: array_pop doesn't work correctly Description: array_pop() removes data from objects via a method. Reproduce code: ---