Re: [PHP] allow_call_time_pass_reference?

2003-08-30 Thread Armand Turpel
Thanks for this clarification! atu - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 6:10 PM Subject: Re: [PHP] allow_call_time_pass_reference? > * Thus wrote Armand Turpel ([E

Re: [PHP] allow_call_time_pass_reference?

2003-08-30 Thread Curt Zirzow
* Thus wrote Armand Turpel ([EMAIL PROTECTED]): > Why allow_call_time_pass_reference is deprecated? I mean it should be the > choice of the programmer to make use of pass by reference or not. > > Example: > > $this_string = $is_really_big // lets say 500 kb > > function ($this_string){} // He

[PHP] allow_call_time_pass_reference?

2003-08-30 Thread Armand Turpel
Hi, Why allow_call_time_pass_reference is deprecated? I mean it should be the choice of the programmer to make use of pass by reference or not. Example: $this_string = $is_really_big // lets say 500 kb function ($this_string){} // Here the function takes a copy of $this_string (500 kb) -> in

[PHP] allow_call_time_pass_reference

2001-07-26 Thread andreas \(@work\)
someone got a documentation for this ? andreas