> The following could maybe be made to work:
> $x->void->f();
> $x->scalar->f()
> $x->array->f()
> 
> Andi

Yes, but not with plain functions and perl_eval().

perl_call("func", $arg1, $arg2);

Dmitry.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to