> On Thu, Aug 02, 2001 at 12:24:03PM -0400, George Schlossnagle
> wrote:
> > On a related note, placing null-bytes in the middle of strings
> > (for example
> > in the names of the so-called lambda_functions generated from
> > create_function()) seems like a pretty questionable practice.
> 
>     why, this makes sure that function-names generated by
>     create_function() will never clash with userland code.
>     i think that makes perfect sense.
> 
>     tc

In that case, I should point out that

    function __lambda_func() {}
    $fn = create_function('', '');

does not work.

Dan



-- 
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