ID: 10149
Updated by: cnewbill
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Closing, duplicate of 5226.

-Chris

Previous Comments:
---------------------------------------------------------------------------

[2001-04-04 00:25:40] [EMAIL PROTECTED]
This is a repeat of 5226, but I couldn't add anything without a password, which I 
didn't have.

In that bug, [EMAIL PROTECTED] didn't understand the example that was given. What 
happens is this: if you have

$a[5]="five"; 
$a[6]="six";

and then do array_pop($a), you now have $a[0]="five", not $a[5]="five", as I would 
expect.

Despite not understanding the example, stas answered the question: that's the way the 
zend engine works. But you don't see that as a problem?

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10149&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to