> De : Benjamin Eberlei [mailto:kont...@beberlei.de]
>
> nested can be done in any way, its a statement so the following would work:
> 
> <orm(new JoinTable(['joinColumns' => [new JoinColumn('id', 'other_id')]]))>

Dmitry is planning compile time evaluation, which is probably the only way to 
do it if we use PHP expressions. Is class instantiation, or function call 
returning a new object instance (I guess) compatible with compile time 
evaluation ?

More : would userland functions be available (if already defined, of course) ? 
if yes, what about functions defined in the same file but below the annotation 
calling it ? Two-pass ?

Regards

François



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

Reply via email to