[PHP-DEV] filed passing by reference using call_user_func()

2002-07-29 Thread KUBO Atsuhiro
Hi, all. I found problem of call_user_func() with passing by reference. In test code, I expect that $test1 and $test2 and $test3 are overwritten by MyFunction. However, $test2 is not overwritten. Is this right behavior? following test code: ?php $test1 = 'NG'; MyFunction($test2); $test2 =

Re: [PHP-DEV] filed passing by reference using call_user_func()

2002-07-29 Thread KUBO Atsuhiro
Sorry, my environment is as follows. OS: Solaris 8 (SPARC) PHP Version: 4.2.2 -- KUBO Atsuhiro e-mail: [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php