Re: [PHP] I am SO confused (help with references!) (could be a bug?)

2001-04-10 Thread \[Intent A/S\] Tais M. Hansen
Actually I ran it under PHP/4.0.4pl1! Forgot which server I were using! ;) But great that you got it working! I too hate seemingly illogical errors! :) -- -- Intent A/S Tais M. Hansen Web Developer ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9auchs$jku$[EMAIL PROTECTED]">news:9auchs$jku$

Re: [PHP] I am SO confused (help with references!) (could be a bug?)

2001-04-10 Thread Plutarck
Odd...well I still don't have a clue how to do what I wanted, but I recoded it and now it works. I just run HTTP_POST_VARS, HTTP_GET_VARS, and HTTP_COOKIE_VARS through a special function that refines all the data. No errors, no bugs, no problem :) Thanks anway...maybe I'll figure out what's goin

Re: [PHP] I am SO confused (help with references!) (could be a bug?)

2001-04-10 Thread \[Intent A/S\] Tais M. Hansen
Hi, Well... I don't know if this is any help but I ran your code under PHP/4.0b4 and got: "Inside2 Inside2 Inside2 " Seems right to me? -- -- Intent A/S Tais M. Hansen Web Developer ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9asamr$865$[EMAIL PROTECTED]">news:9asamr$865$[EMAIL PROTEC

[PHP] I am SO confused (help with references!) (could be a bug?)

2001-04-09 Thread Plutarck
If I were any more confused my head would split open. This just plain makes no sense, and I'm wondering if it's just a bug in PHP. Consider the following code: $arvar = array(&$var1, &$var2, &$var3); function vartest(&$arvar) { echo '', $arvar[0], $arvar[1], $arvar[2]; $arvar[1] = 'Inside2 '