Why do you need this? To my knowledge you get the same behaviour with

<?
function create_function()
{
  [body]
}

$test="create_function";

$test;
?>

Bogdan

Emile Bosch wrote:

> Dear list,
> Does anyone know how the internals of create function works?
>
> $test = create_function('blah','$arg,$arg2',$code);
>
> Does it really create the function in $test; or creates it a global function
> and references it to $test
>
> And further more,
> is it very SLOW?
>
> Warm regards,
> Emile Bosch
>
> --
> PHP General 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]


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